This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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-extras-json with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-extras/swift-extras-json.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-extras/swift-extras-json
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 122b945 Move to swift-extras (#67)
Cloned https://github.com/swift-extras/swift-extras-json.git
Revision (git rev-parse @):
122b9454ef01bf89a4c190b8fd3717ddd0a2fbd0
SUCCESS checkout https://github.com/swift-extras/swift-extras-json.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/swift-extras/swift-extras-json.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/15] Compiling ExtrasJSON DocumentReader.swift
[4/16] Compiling ExtrasJSON JSONValue.swift
[5/16] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[6/16] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[7/16] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[8/16] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[9/16] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[10/16] Emitting module ExtrasJSON
[11/16] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[12/16] Compiling ExtrasJSON JSONEncoder.swift
[13/16] Compiling ExtrasJSON ArrayKey.swift
[14/16] Compiling ExtrasJSON JSONDecoder.swift
[15/16] Compiling ExtrasJSON JSONError+DecodingError.swift
[16/16] Compiling ExtrasJSON JSONParser.swift
Build complete! (6.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-extras-json",
  "name" : "swift-extras-json",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ExtrasJSON",
      "targets" : [
        "ExtrasJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LearningTests",
      "module_type" : "SwiftTarget",
      "name" : "LearningTests",
      "path" : "Tests/LearningTests",
      "sources" : [
        "FoundationJSONDecoderTests.swift",
        "FoundationJSONEncoderTests.swift",
        "FoundationJSONSerializationTests.swift"
      ],
      "target_dependencies" : [
        "ExtrasJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExtrasJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtrasJSONTests",
      "path" : "Tests/ExtrasJSONTests",
      "sources" : [
        "ArrayKeyTests.swift",
        "DateCodingTests.swift",
        "Decoding/JSONDecoderTests.swift",
        "Decoding/JSONKeyedDecodingContainerTests.swift",
        "Decoding/JSONSingleValueDecodingContainerTests.swift",
        "Decoding/JSONUnkeyedDecodingContainerTests.swift",
        "Encoding/JSONEncoderTests.swift",
        "Encoding/JSONKeyedEncodingContainerTests.swift",
        "Encoding/JSONSingleValueEncodingContainerTests.swift",
        "Encoding/JSONUnkeyedEncodingContainerTests.swift",
        "Parsing/ArrayParserTests.swift",
        "Parsing/BoolParserTests.swift",
        "Parsing/JSONParserTests.swift",
        "Parsing/JSONValueTests.swift",
        "Parsing/NullParserTests.swift",
        "Parsing/NumberParserTests.swift",
        "Parsing/ObjectParserTests.swift",
        "Parsing/StringParserTests.swift"
      ],
      "target_dependencies" : [
        "ExtrasJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExtrasJSON",
      "module_type" : "SwiftTarget",
      "name" : "ExtrasJSON",
      "path" : "Sources/ExtrasJSON",
      "product_memberships" : [
        "ExtrasJSON"
      ],
      "sources" : [
        "ArrayKey.swift",
        "Decoding/JSONDecoder.swift",
        "Decoding/JSONKeyedDecodingContainer.swift",
        "Decoding/JSONSingleValueDecodingContainer.swift",
        "Decoding/JSONUnkeyedDecodingContainer.swift",
        "Encoding/JSONEncoder.swift",
        "Encoding/JSONKeyedEncodingContainer.swift",
        "Encoding/JSONSingleValueEncodingContainer.swift",
        "Encoding/JSONUnkeyedEncodingContainer.swift",
        "JSONError+DecodingError.swift",
        "JSONValue.swift",
        "Parsing/DocumentReader.swift",
        "Parsing/JSONParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.