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 Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

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 /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/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:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/swift-extras/swift-extras-json.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling ExtrasJSON JSONUnkeyedDecodingContainer.swift
[4/15] Compiling ExtrasJSON JSONEncoder.swift
[5/16] Compiling ExtrasJSON DocumentReader.swift
[6/16] Compiling ExtrasJSON JSONUnkeyedEncodingContainer.swift
[7/16] Compiling ExtrasJSON JSONError+DecodingError.swift
[8/16] Compiling ExtrasJSON JSONValue.swift
[9/16] Compiling ExtrasJSON ArrayKey.swift
[10/16] Compiling ExtrasJSON JSONDecoder.swift
[11/16] Emitting module ExtrasJSON
[12/16] Compiling ExtrasJSON JSONKeyedDecodingContainer.swift
[13/16] Compiling ExtrasJSON JSONSingleValueDecodingContainer.swift
[14/16] Compiling ExtrasJSON JSONKeyedEncodingContainer.swift
[15/16] Compiling ExtrasJSON JSONSingleValueEncodingContainer.swift
[16/16] Compiling ExtrasJSON JSONParser.swift
Build complete! (7.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-extras-json",
  "name" : "swift-extras-json",
  "path" : "/host/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.