The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FineJSON 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/omochi/FineJSON.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/omochi/FineJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6bde4d5 Update README.md
Submodule path 'Carthage/Checkouts/RichJSONParser': checked out '263e2ecfe88d0500fa99e4cbc8c948529d335534'
Submodule 'Carthage/Checkouts/RichJSONParser' (https://github.com/omochi/RichJSONParser.git) registered for path 'Carthage/Checkouts/RichJSONParser'
Cloning into '/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Carthage/Checkouts/RichJSONParser'...
Cloned https://github.com/omochi/FineJSON.git
Revision (git rev-parse @):
6bde4d556efcd399789684007f72f384170d9a58
SUCCESS checkout https://github.com/omochi/FineJSON.git at master
Fetching https://github.com/omochi/RichJSONParser.git from cache
Fetched https://github.com/omochi/RichJSONParser.git (0.22s)
Computing version for https://github.com/omochi/RichJSONParser.git
Computed https://github.com/omochi/RichJSONParser.git at 3.0.0 (0.75s)
Creating working copy for https://github.com/omochi/RichJSONParser.git
Working copy of https://github.com/omochi/RichJSONParser.git resolved at 3.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "finejson",
      "name": "FineJSON",
      "url": "https://github.com/omochi/FineJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FineJSON",
      "dependencies": [
        {
          "identity": "richjsonparser",
          "name": "RichJSONParser",
          "url": "https://github.com/omochi/RichJSONParser.git",
          "version": "3.0.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RichJSONParser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/omochi/FineJSON.git
[1/584] Fetching finejson
Fetched https://github.com/omochi/FineJSON.git (0.32s)
Fetching https://github.com/omochi/RichJSONParser.git from cache
Fetched https://github.com/omochi/RichJSONParser.git (0.27s)
Computing version for https://github.com/omochi/RichJSONParser.git
Computed https://github.com/omochi/RichJSONParser.git at 3.0.0 (0.04s)
Creating working copy for https://github.com/omochi/RichJSONParser.git
Working copy of https://github.com/omochi/RichJSONParser.git resolved at 3.0.0
Creating working copy for https://github.com/omochi/FineJSON.git
Working copy of https://github.com/omochi/FineJSON.git resolved at master
warning: '.resolve-product-dependencies': dependency 'finejson' is not used by any target
Found 1 product dependencies
  - RichJSONParser
========================================
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/16] Emitting module RichJSONParser
[2/18] Compiling RichJSONParser UTF8Decoder.swift
[3/18] Compiling RichJSONParser UTF8Reader.swift
[4/18] Compiling RichJSONParser SourceLocationLite.swift
[5/18] Compiling RichJSONParser StaticBuffer.swift
[6/18] Compiling RichJSONParser JSONSerializer.swift
[7/18] Compiling RichJSONParser JSONStringEscape.swift
[8/18] Compiling RichJSONParser FormatExtension.swift
[9/18] Compiling RichJSONParser JSON.swift
[10/18] Compiling RichJSONParser JSONDictionary.swift
[11/18] Compiling RichJSONParser JSONParser.swift
[12/18] Compiling RichJSONParser ParsedJSON.swift
[13/18] Compiling RichJSONParser SourceLocation.swift
[14/18] Compiling RichJSONParser Characters.swift
[15/18] Compiling RichJSONParser DecodedUnicodeChar.swift
[16/18] Compiling RichJSONParser FastJSONParser.swift
[17/18] Compiling RichJSONParser JSONToken.swift
[18/18] Compiling RichJSONParser JSONTokenizer.swift
[19/40] Compiling FineJSON DecoderExtension.swift
[20/40] Compiling FineJSON DecodingError.swift
[21/40] Compiling FineJSON Exports.swift
[22/40] Compiling FineJSON BoxedJSON.swift
[23/40] Compiling FineJSON CodablePrimitive.swift
[24/40] Compiling FineJSON CodablePrimitiveJSONDecoder.swift
[25/42] Compiling FineJSON JSONArray.swift
[26/42] Compiling FineJSON JSONCodable.swift
[27/42] Compiling FineJSON JSONEquatable.swift
[28/42] Emitting module FineJSON
[29/42] Compiling FineJSON SingleEC.swift
[30/42] Compiling FineJSON SourceLocationExtension.swift
[31/42] Compiling FineJSON UnkeyedDC.swift
[32/42] Compiling FineJSON FineJSONDecoder.swift
[33/42] Compiling FineJSON FineJSONEncoder.swift
[34/42] Compiling FineJSON JSONAnnotatable.swift
[35/42] Compiling FineJSON JSONNumber.swift
[36/42] Compiling FineJSON JSONObject.swift
[37/42] Compiling FineJSON KeyedDC.swift
[38/42] Compiling FineJSON KeyedEC.swift
[39/42] Compiling FineJSON ParsedJSONCodable.swift
[40/42] Compiling FineJSON SingleDC.swift
[41/42] Compiling FineJSON UnkeyedEC.swift
[42/42] Compiling FineJSON WeakTypingPrimitiveJSONDecoder.swift
Build complete! (20.49s)
Build complete.
Done.