The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-json-schema with Swift 6.0 (beta) for macOS (SPM) (6b2243) on 29 Jun 2024 21:53:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ajevans99/swift-json-schema.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ajevans99/swift-json-schema
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b22439 Fix typo in .spi.yml
Cloned https://github.com/ajevans99/swift-json-schema.git
Revision (git rev-parse @):
6b2243977cf4855d0ff8d67828789935915204b4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/ajevans99/swift-json-schema.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ajevans99/swift-json-schema.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--14728B76ED507284.txt
[6/17] Compiling JSONSchema ObjectSchemaOptions.swift
[7/18] Compiling JSONSchema SchemaOptions.swift
[8/18] Compiling JSONSchema NumberSchemaOptions.swift
[9/18] Compiling JSONSchema SchemaControlOption.swift
[10/18] Compiling JSONSchema Schema.swift
[11/18] Compiling JSONSchema AnnotationOptions.swift
[12/18] Compiling JSONSchema Schema+Codable.swift
[13/18] Compiling JSONSchema Schema+Equatable.swift
[14/18] Compiling JSONSchema JSONType.swift
[15/18] Compiling JSONSchema JSONValue.swift
[16/18] Emitting module JSONSchema
[17/18] Compiling JSONSchema ArraySchemaOptions.swift
[18/18] Compiling JSONSchema StringSchemaOptions.swift
[19/39] Compiling JSONResultBuilders JSONBooleanValue.swift
[20/39] Compiling JSONResultBuilders JSONIntegerValue.swift
[21/41] Compiling JSONResultBuilders JSONSchemaBuilder.swift
[22/41] Compiling JSONResultBuilders JSONSchemaRepresentable+Annotations.swift
[23/41] Compiling JSONResultBuilders JSONSchemaRepresentable.swift
[24/41] Compiling JSONResultBuilders JSONObjectValue.swift
[25/41] Compiling JSONResultBuilders JSONStringValue.swift
[26/41] Compiling JSONResultBuilders JSONValueBuilder.swift
[27/41] Compiling JSONResultBuilders JSONValueRepresentable.swift
[28/41] Compiling JSONResultBuilders JSONProperty.swift
[29/41] Compiling JSONResultBuilders JSONInteger.swift
[30/41] Compiling JSONResultBuilders JSONNull.swift
[31/41] Compiling JSONResultBuilders JSONString.swift
[32/41] Compiling JSONResultBuilders JSONArrayValue.swift
[33/41] Compiling JSONResultBuilders JSONNullValue.swift
[34/41] Compiling JSONResultBuilders JSONNumberValue.swift
[35/41] Compiling JSONResultBuilders JSONPropertyBuilders.swift
[36/41] Compiling JSONResultBuilders JSONPropertyValue.swift
[37/41] Compiling JSONResultBuilders JSONArray.swift
[38/41] Compiling JSONResultBuilders JSONBoolean.swift
[39/41] Emitting module JSONResultBuilders
[40/41] Compiling JSONResultBuilders JSONNumber.swift
[41/41] Compiling JSONResultBuilders JSONObject.swift
Build complete! (22.32s)
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[16/1578] Fetching swift-docc-plugin
[648/4462] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.31s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.31s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
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-schema",
  "name" : "swift-json-schema",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONSchema",
      "targets" : [
        "JSONSchema"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JSONResultBuilders",
      "targets" : [
        "JSONResultBuilders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONSchema",
      "module_type" : "SwiftTarget",
      "name" : "JSONSchema",
      "path" : "Sources/JSONSchema",
      "product_memberships" : [
        "JSONSchema",
        "JSONResultBuilders"
      ],
      "sources" : [
        "JSONType.swift",
        "JSONValue.swift",
        "Schema+Codable.swift",
        "Schema+Equatable.swift",
        "Schema.swift",
        "SchemaOptions/AnnotationOptions.swift",
        "SchemaOptions/SchemaControlOption.swift",
        "SchemaOptions/SchemaOptions.swift",
        "SchemaOptions/TypeSpecific/ArraySchemaOptions.swift",
        "SchemaOptions/TypeSpecific/NumberSchemaOptions.swift",
        "SchemaOptions/TypeSpecific/ObjectSchemaOptions.swift",
        "SchemaOptions/TypeSpecific/StringSchemaOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JSONResultBuilders",
      "module_type" : "SwiftTarget",
      "name" : "JSONResultBuilders",
      "path" : "Sources/JSONResultBuilders",
      "product_memberships" : [
        "JSONResultBuilders"
      ],
      "sources" : [
        "JSONSchemaBuilder.swift",
        "JSONSchemaRepresentable+Annotations.swift",
        "JSONSchemaRepresentable.swift",
        "JSONValueBuilder.swift",
        "JSONValueRepresentable.swift",
        "Property/JSONProperty.swift",
        "Property/JSONPropertyBuilders.swift",
        "Property/JSONPropertyValue.swift",
        "Schema/JSONArray.swift",
        "Schema/JSONBoolean.swift",
        "Schema/JSONInteger.swift",
        "Schema/JSONNull.swift",
        "Schema/JSONNumber.swift",
        "Schema/JSONObject.swift",
        "Schema/JSONString.swift",
        "Values/JSONArrayValue.swift",
        "Values/JSONBooleanValue.swift",
        "Values/JSONIntegerValue.swift",
        "Values/JSONNullValue.swift",
        "Values/JSONNumberValue.swift",
        "Values/JSONObjectValue.swift",
        "Values/JSONStringValue.swift"
      ],
      "target_dependencies" : [
        "JSONSchema"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.