The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FineJSON, reference 1.14.0 (051017), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:48:05 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omochi/FineJSON.git
Reference: 1.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omochi/FineJSON
 * tag               1.14.0     -> FETCH_HEAD
HEAD is now at 0510170 Swift5.0
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/builder/spi-builder-workspace/Carthage/Checkouts/RichJSONParser'...
Cloned https://github.com/omochi/FineJSON.git
Revision (git rev-parse @):
05101709243cb66d80c92e645210a3b80cf4e17f
SUCCESS checkout https://github.com/omochi/FineJSON.git at 1.14.0
Fetching https://github.com/omochi/RichJSONParser.git
[1/533] Fetching richjsonparser
Fetched https://github.com/omochi/RichJSONParser.git from cache (0.73s)
Computing version for https://github.com/omochi/RichJSONParser.git
Computed https://github.com/omochi/RichJSONParser.git at 3.0.0 (1.38s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "finejson",
      "name": "FineJSON",
      "url": "https://github.com/omochi/FineJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FineJSON",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "richjsonparser",
          "name": "RichJSONParser",
          "url": "https://github.com/omochi/RichJSONParser.git",
          "version": "3.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RichJSONParser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/omochi/FineJSON.git
[1/584] Fetching finejson
Fetched https://github.com/omochi/FineJSON.git from cache (0.66s)
Fetching https://github.com/omochi/RichJSONParser.git from cache
Fetched https://github.com/omochi/RichJSONParser.git from cache (0.42s)
Computing version for https://github.com/omochi/RichJSONParser.git
Computed https://github.com/omochi/RichJSONParser.git at 3.0.0 (0.48s)
Creating working copy for https://github.com/omochi/FineJSON.git
Working copy of https://github.com/omochi/FineJSON.git resolved at 1.14.0 (0510170)
Creating working copy for https://github.com/omochi/RichJSONParser.git
Working copy of https://github.com/omochi/RichJSONParser.git resolved at 3.0.0
warning: '.resolve-product-dependencies': dependency 'finejson' is not used by any target
Found 1 product dependencies
  - RichJSONParser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/omochi/FineJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/20] Compiling RichJSONParser UTF8Decoder.swift
[5/21] Compiling RichJSONParser SourceLocation.swift
[6/21] Compiling RichJSONParser SourceLocationLite.swift
[7/21] Compiling RichJSONParser StaticBuffer.swift
[8/21] Compiling RichJSONParser JSONStringEscape.swift
[9/21] Compiling RichJSONParser JSONToken.swift
[10/21] Compiling RichJSONParser JSON.swift
[11/21] Compiling RichJSONParser JSONDictionary.swift
[12/21] Compiling RichJSONParser JSONParser.swift
[13/21] Compiling RichJSONParser JSONSerializer.swift
[14/21] Compiling RichJSONParser FastJSONParser.swift
[15/21] Compiling RichJSONParser FormatExtension.swift
[16/21] Emitting module RichJSONParser
[17/21] Compiling RichJSONParser Characters.swift
[18/21] Compiling RichJSONParser DecodedUnicodeChar.swift
[19/21] Compiling RichJSONParser JSONTokenizer.swift
[20/21] Compiling RichJSONParser ParsedJSON.swift
[21/21] Compiling RichJSONParser UTF8Reader.swift
[22/43] Compiling FineJSON BoxedJSON.swift
[23/43] Compiling FineJSON CodablePrimitive.swift
[24/43] Compiling FineJSON CodablePrimitiveJSONDecoder.swift
[25/45] Emitting module FineJSON
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:86:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 84 | }
 85 |
 86 | extension JSON : Decodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 87 |     public init(from decoder: Decoder) throws {
 88 |         let c = try decoder.singleValueContainer()
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:132:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
130 | }
131 |
132 | extension JSON : Encodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public func encode(to encoder: Encoder) throws {
134 |         var c = encoder.singleValueContainer()
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:4:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 2 | import RichJSONParser
 3 |
 4 | extension ParsedJSON : Decodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public init(from decoder: Decoder) throws {
 6 |         if let json = decoder.json {
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:17:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
15 | }
16 |
17 | extension ParsedJSON : Encodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |     public func encode(to encoder: Encoder) throws {
19 |         let json = toJSON()
[26/45] Compiling FineJSON KeyedEC.swift
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:4:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 2 | import RichJSONParser
 3 |
 4 | extension ParsedJSON : Decodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public init(from decoder: Decoder) throws {
 6 |         if let json = decoder.json {
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:17:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
15 | }
16 |
17 | extension ParsedJSON : Encodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |     public func encode(to encoder: Encoder) throws {
19 |         let json = toJSON()
[27/45] Compiling FineJSON ParsedJSONCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:4:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 2 | import RichJSONParser
 3 |
 4 | extension ParsedJSON : Decodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |     public init(from decoder: Decoder) throws {
 6 |         if let json = decoder.json {
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/ParsedJSONCodable.swift:17:1: warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
15 | }
16 |
17 | extension ParsedJSON : Encodable {
   | |- warning: extension declares a conformance of imported type 'ParsedJSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 |     public func encode(to encoder: Encoder) throws {
19 |         let json = toJSON()
[28/45] Compiling FineJSON DecoderExtension.swift
[29/45] Compiling FineJSON DecodingError.swift
[30/45] Compiling FineJSON Exports.swift
[31/45] Compiling FineJSON JSONArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:86:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 84 | }
 85 |
 86 | extension JSON : Decodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 87 |     public init(from decoder: Decoder) throws {
 88 |         let c = try decoder.singleValueContainer()
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:132:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
130 | }
131 |
132 | extension JSON : Encodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public func encode(to encoder: Encoder) throws {
134 |         var c = encoder.singleValueContainer()
[32/45] Compiling FineJSON JSONCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:86:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
 84 | }
 85 |
 86 | extension JSON : Decodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 87 |     public init(from decoder: Decoder) throws {
 88 |         let c = try decoder.singleValueContainer()
/Users/admin/builder/spi-builder-workspace/Sources/FineJSON/JSONCodable.swift:132:1: warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
130 | }
131 |
132 | extension JSON : Encodable {
    | |- warning: extension declares a conformance of imported type 'JSON' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'RichJSONParser' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
133 |     public func encode(to encoder: Encoder) throws {
134 |         var c = encoder.singleValueContainer()
[33/45] Compiling FineJSON JSONEquatable.swift
[34/45] Compiling FineJSON JSONNumber.swift
[35/45] Compiling FineJSON SingleDC.swift
[36/45] Compiling FineJSON SingleEC.swift
[37/45] Compiling FineJSON SourceLocationExtension.swift
[38/45] Compiling FineJSON UnkeyedDC.swift
[39/45] Compiling FineJSON FineJSONDecoder.swift
[40/45] Compiling FineJSON FineJSONEncoder.swift
[41/45] Compiling FineJSON JSONAnnotatable.swift
[42/45] Compiling FineJSON JSONObject.swift
[43/45] Compiling FineJSON KeyedDC.swift
[44/45] Compiling FineJSON UnkeyedEC.swift
[45/45] Compiling FineJSON WeakTypingPrimitiveJSONDecoder.swift
Build complete! (7.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "richjsonparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/omochi/RichJSONParser.git"
    }
  ],
  "manifest_display_name" : "FineJSON",
  "name" : "FineJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FineJSON",
      "targets" : [
        "FineJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FineJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "FineJSONTests",
      "path" : "Tests/FineJSONTests",
      "sources" : [
        "AnnotationTests.swift",
        "DecodeTests.swift",
        "DecoderCodingPathTests.swift",
        "EncodeTests.swift",
        "FeaturesTests.swift",
        "FeaturesTests2.swift",
        "JSONDecodeTests.swift",
        "JSONEncodeTests.swift",
        "JSONSerialize.swift",
        "SourceLocationTests.swift",
        "WeakTypingTests.swift"
      ],
      "target_dependencies" : [
        "FineJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FineJSON",
      "module_type" : "SwiftTarget",
      "name" : "FineJSON",
      "path" : "Sources/FineJSON",
      "product_dependencies" : [
        "RichJSONParser"
      ],
      "product_memberships" : [
        "FineJSON"
      ],
      "sources" : [
        "BoxedJSON.swift",
        "CodablePrimitive.swift",
        "CodablePrimitiveJSONDecoder.swift",
        "DecoderExtension.swift",
        "DecodingError.swift",
        "Exports.swift",
        "FineJSONDecoder.swift",
        "FineJSONEncoder.swift",
        "JSONAnnotatable.swift",
        "JSONArray.swift",
        "JSONCodable.swift",
        "JSONEquatable.swift",
        "JSONNumber.swift",
        "JSONObject.swift",
        "KeyedDC.swift",
        "KeyedEC.swift",
        "ParsedJSONCodable.swift",
        "SingleDC.swift",
        "SingleEC.swift",
        "SourceLocationExtension.swift",
        "UnkeyedDC.swift",
        "UnkeyedEC.swift",
        "WeakTypingPrimitiveJSONDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.