The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-json, reference develop (fc7b73), with Swift 6.3 for Linux on 20 Apr 2026 05:33:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sinoru/swift-json.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sinoru/swift-json
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at fc7b739 Merge branch 'main' into develop
Cloned https://github.com/sinoru/swift-json.git
Revision (git rev-parse @):
fc7b739f973ae2a0f29068894639d267cf9b8039
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sinoru/swift-json.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sinoru/swift-json.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (2.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.94s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/12] Compiling JSONNumber JSONNumber.swift
[8/12] Compiling JSONNumber JSONNumber+Values.swift
[9/12] Compiling JSONNumber JSONNumber+Conformances.swift
[10/12] Compiling JSONNumber JSONNumber+Arithmetic.swift
[11/12] Emitting module JSONNumber
[12/12] Compiling JSONNumber JSONNumber+Decimal.swift
[14/21] Compiling JSON JSONValue+Literals.swift
[15/22] Compiling JSON JSONValue+Encodable.swift
[16/22] Compiling JSON JSONValue+Decodable.swift
[17/22] Compiling JSON JSONValue+Descriptions.swift
[18/22] Compiling JSON JSONValue+Subscripts.swift
[19/22] Compiling JSON JSONValue+Values.swift
[20/22] Compiling JSON JSON.swift
[21/22] Emitting module JSON
[22/22] Compiling JSON JSONValue.swift
[24/33] Compiling JSONValueCoder JSONValueDecoder+Decoder.swift
[25/33] Compiling JSONValueCoder JSONValueDecoder+SingleValueContainer.swift
[26/34] Compiling JSONValueCoder JSONValueDecoder+UnkeyedContainer.swift
[27/34] Compiling JSONValueCoder JSONValueDecoder+KeyedContainer.swift
[28/34] Compiling JSONValueCoder JSONValueCoder.swift
[29/34] Compiling JSONValueCoder JSONValueDecoder+Combine.swift
[30/34] Emitting module JSONValueCoder
[31/34] Compiling JSONValueCoder JSONValueDecoder+Container.swift
[32/34] Compiling JSONValueCoder CodingPath.swift
[33/34] Compiling JSONValueCoder JSONValue+Descriptions.swift
[34/34] Compiling JSONValueCoder JSONValueDecoder.swift
Build complete! (24.45s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-json",
  "name" : "swift-json",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "JSON",
      "targets" : [
        "JSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONValueCoder",
      "targets" : [
        "JSONValueCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONValueCoder",
      "module_type" : "SwiftTarget",
      "name" : "JSONValueCoder",
      "path" : "Sources/JSONValueCoder",
      "product_memberships" : [
        "JSONValueCoder"
      ],
      "sources" : [
        "CodingPath.swift",
        "JSONValue+Descriptions.swift",
        "JSONValueCoder.swift",
        "JSONValueDecoder+Combine.swift",
        "JSONValueDecoder+Container.swift",
        "JSONValueDecoder+Decoder.swift",
        "JSONValueDecoder+KeyedContainer.swift",
        "JSONValueDecoder+SingleValueContainer.swift",
        "JSONValueDecoder+UnkeyedContainer.swift",
        "JSONValueDecoder.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONTests",
      "path" : "Tests/JSONTests",
      "sources" : [
        "JSONTests+Value.swift",
        "JSONTests+Value_Codable.swift",
        "JSONTests+Value_Decodable.swift"
      ],
      "target_dependencies" : [
        "JSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONNumberTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONNumberTests",
      "path" : "Tests/JSONNumberTests",
      "sources" : [
        "JSONNumberTests.swift"
      ],
      "target_dependencies" : [
        "JSONNumber"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONNumber",
      "module_type" : "SwiftTarget",
      "name" : "JSONNumber",
      "path" : "Sources/JSONNumber",
      "product_memberships" : [
        "JSON",
        "JSONValueCoder"
      ],
      "sources" : [
        "JSONNumber+Arithmetic.swift",
        "JSONNumber+Conformances.swift",
        "JSONNumber+Decimal.swift",
        "JSONNumber+Values.swift",
        "JSONNumber.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSON",
      "module_type" : "SwiftTarget",
      "name" : "JSON",
      "path" : "Sources/JSON",
      "product_memberships" : [
        "JSON",
        "JSONValueCoder"
      ],
      "sources" : [
        "JSON.swift",
        "Value/JSONValue+Decodable.swift",
        "Value/JSONValue+Descriptions.swift",
        "Value/JSONValue+Encodable.swift",
        "Value/JSONValue+Literals.swift",
        "Value/JSONValue+Subscripts.swift",
        "Value/JSONValue+Values.swift",
        "Value/JSONValue.swift"
      ],
      "target_dependencies" : [
        "JSONNumber"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.