The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JSONSchema, reference main (4c6f24), with Swift 6.1 for Linux on 28 Aug 2025 18:27:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/JSONSchema.git
Reference: main
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/mattt/JSONSchema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4c6f246 Bump minimum Swift Collections version to 1.1.0 (#14)
Cloned https://github.com/mattt/JSONSchema.git
Revision (git rev-parse @):
4c6f2467d5bc72b062c7a9b7e4cd77a09635ea8b
SUCCESS checkout https://github.com/mattt/JSONSchema.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattt/JSONSchema.git
https://github.com/mattt/JSONSchema.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "sources" : [
        "JSONSchemaTests.swift",
        "JSONValueTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "JSONSchema.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/17371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.74s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling InternalCollectionsUtilities Descriptions.swift
[6/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/19] Emitting module InternalCollectionsUtilities
[9/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/19] Compiling InternalCollectionsUtilities Debugging.swift
[11/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[14/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/19] Compiling InternalCollectionsUtilities Integer rank.swift
[18/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[22/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[23/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[24/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[25/75] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[26/75] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[27/75] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[28/75] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[29/75] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[30/75] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[31/75] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[32/75] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[33/75] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[34/75] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[35/75] Compiling OrderedCollections OrderedDictionary+Values.swift
[36/82] Compiling OrderedCollections OrderedSet+Initializers.swift
[37/82] Compiling OrderedCollections OrderedSet+Insertions.swift
[38/82] Compiling OrderedCollections OrderedSet+Invariants.swift
[39/82] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[40/82] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[41/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[42/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[43/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[44/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[45/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[46/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[47/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[48/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[49/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[50/82] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[51/82] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/82] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/82] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/82] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/82] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/82] Compiling OrderedCollections OrderedDictionary+Elements.swift
[57/82] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[58/82] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[59/82] Emitting module OrderedCollections
[60/82] Compiling OrderedCollections OrderedDictionary.swift
[61/82] Compiling OrderedCollections OrderedSet+Codable.swift
[62/82] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/82] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/82] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/82] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/82] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/82] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/82] Compiling OrderedCollections _HashTable+Bucket.swift
[69/82] Compiling OrderedCollections _HashTable+BucketIterator.swift
[70/82] Compiling OrderedCollections _HashTable+Constants.swift
[71/82] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[72/82] Compiling OrderedCollections _HashTable+Testing.swift
[73/82] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/82] Compiling OrderedCollections _HashTable.swift
[75/82] Compiling OrderedCollections _Hashtable+Header.swift
[76/82] Compiling OrderedCollections OrderedSet+Sendable.swift
[77/82] Compiling OrderedCollections OrderedSet+SubSequence.swift
[78/82] Compiling OrderedCollections OrderedSet+Testing.swift
[79/82] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[80/82] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[81/82] Compiling OrderedCollections OrderedSet.swift
[82/82] Compiling OrderedCollections _UnsafeBitset.swift
[84/86] Compiling JSONSchema JSONValue.swift
[85/86] Compiling JSONSchema JSONSchema.swift
[86/86] Emitting module JSONSchema
Build complete! (15.30s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "JSONSchema",
  "name" : "JSONSchema",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchemaTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchemaTests",
      "path" : "Tests/JSONSchemaTests",
      "sources" : [
        "JSONSchemaTests.swift",
        "JSONValueTests.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "JSONSchema"
      ],
      "sources" : [
        "JSONSchema.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.