The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReverseJson with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomquist/reversejson.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tomquist/reversejson
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 49913ba Migrate to Swift 5
Cloned https://github.com/tomquist/reversejson.git
Revision (git rev-parse @):
49913ba879defe524f5ed6372c0e8cdce2028bb5
SUCCESS checkout https://github.com/tomquist/reversejson.git at master
Fetching https://github.com/tomquist/CoreJSON.git from cache
Fetched https://github.com/tomquist/CoreJSON.git (0.17s)
Computing version for https://github.com/tomquist/CoreJSON.git
Computed https://github.com/tomquist/CoreJSON.git at 2.0.0 (0.41s)
Creating working copy for https://github.com/tomquist/CoreJSON.git
Working copy of https://github.com/tomquist/CoreJSON.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "reversejson",
      "name": "ReverseJson",
      "url": "https://github.com/tomquist/reversejson.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/reversejson",
      "dependencies": [
        {
          "identity": "corejson",
          "name": "CoreJSON",
          "url": "https://github.com/tomquist/CoreJSON.git",
          "version": "2.1.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreJSON",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/tomquist/reversejson.git
[1/793] Fetching reversejson
Fetched https://github.com/tomquist/reversejson.git (0.28s)
Fetching https://github.com/tomquist/CoreJSON.git from cache
Fetched https://github.com/tomquist/CoreJSON.git (0.18s)
Computing version for https://github.com/tomquist/CoreJSON.git
Computed https://github.com/tomquist/CoreJSON.git at 2.1.0 (0.02s)
Creating working copy for https://github.com/tomquist/CoreJSON.git
Working copy of https://github.com/tomquist/CoreJSON.git resolved at 2.1.0
Creating working copy for https://github.com/tomquist/reversejson.git
Working copy of https://github.com/tomquist/reversejson.git resolved at master
Found 1 product dependencies
  - CoreJSON
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Emitting module CoreJSON
[2/3] Compiling CoreJSON JSON.swift
[3/14] Emitting module CoreJSONLiterals
[4/14] Compiling CoreJSONSubscript JSONSubscript.swift
[5/14] Emitting module CoreJSONSubscript
[6/14] Compiling CoreJSONLiterals JSONLiterals.swift
[7/14] Emitting module CoreJSONConvenience
[8/14] Compiling CoreJSONConvenience JSONConvenience.swift
[9/14] Compiling CoreJSONFoundation ToFoundation.swift
[10/14] Compiling CoreJSONFoundation FromFoundation.swift
[11/14] Emitting module CoreJSONFoundation
[12/14] Compiling CoreJSONPointer JSONPointer.swift
[13/14] Emitting module CoreJSONPointer
[14/18] Emitting module ReverseJsonCore
[15/18] Compiling ReverseJsonCore Utils.swift
[16/18] Compiling ReverseJsonCore ModelTranslator.swift
[17/18] Compiling ReverseJsonCore ModelGenerator.swift
[18/26] Compiling ReverseJsonSwagger SwaggerReader.swift
[19/26] Emitting module ReverseJsonSwagger
[20/26] Emitting module ReverseJsonModelExport
[21/26] Compiling ReverseJsonModelExport ModelExportTranslator.swift
[22/26] Emitting module ReverseJsonSwift
[23/26] Compiling ReverseJsonSwift SwiftModelTranslator.swift
[24/26] Emitting module ReverseJsonObjc
[25/26] Compiling ReverseJsonObjc ObjcModelTranslator.swift
[26/29] Emitting module ReverseJsonCommandLine
[27/29] Compiling ReverseJsonCommandLine ReverseJson.swift
[28/29] Compiling ReverseJsonCommandLine CommandLineArgumentsConvertible.swift
[29/31] Compiling ReverseJson main.swift
[30/31] Emitting module ReverseJson
[30/31] Linking ReverseJson
Build complete! (8.63s)
Build complete.
Done.