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

Swift 6 data race errors: 1

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/XCEssentials/XCEAPIClient.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/XCEAPIClient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 89e8d10 Merge branch 'release/5.4.0'
Cloned https://github.com/XCEssentials/XCEAPIClient.git
Revision (git rev-parse @):
89e8d109f3d52a70fc7f442a8ed4cdd40ef54283
SUCCESS checkout https://github.com/XCEssentials/XCEAPIClient.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/XCEssentials/XCEAPIClient.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/9] Compiling XCEAPIClient BasicURLRequestFacilitator.swift
[4/9] Compiling XCEAPIClient Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Errors.swift:44:10: warning: associated value 'conversionJSONObjectIntoDictionaryFailed(theObject:)' of 'Sendable'-conforming enum 'PrepareRequestIssue' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     case conversionIntoDataFailed(Error)
43 |     case conversionDataIntoJSONObjectFailed(Error)
44 |     case conversionJSONObjectIntoDictionaryFailed(theObject: Any)
   |          `- warning: associated value 'conversionJSONObjectIntoDictionaryFailed(theObject:)' of 'Sendable'-conforming enum 'PrepareRequestIssue' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |     case invalidRelativePath(String)
46 |     case requestEncodingFailed(RequestEncodingIssue)
[5/9] Emitting module XCEAPIClient
/Users/admin/builder/spi-builder-workspace/Sources/Core/Errors.swift:44:10: warning: associated value 'conversionJSONObjectIntoDictionaryFailed(theObject:)' of 'Sendable'-conforming enum 'PrepareRequestIssue' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
42 |     case conversionIntoDataFailed(Error)
43 |     case conversionDataIntoJSONObjectFailed(Error)
44 |     case conversionJSONObjectIntoDictionaryFailed(theObject: Any)
   |          `- warning: associated value 'conversionJSONObjectIntoDictionaryFailed(theObject:)' of 'Sendable'-conforming enum 'PrepareRequestIssue' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
45 |     case invalidRelativePath(String)
46 |     case requestEncodingFailed(RequestEncodingIssue)
[6/9] Compiling XCEAPIClient Helpers.swift
[7/9] Compiling XCEAPIClient RequestDefinition.swift
[8/9] Compiling XCEAPIClient ParameterEncoding.swift
[9/9] Compiling XCEAPIClient URLRequestFacilitator.swift
Build complete! (18.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCEAPIClient",
  "name" : "XCEAPIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XCEAPIClient",
      "targets" : [
        "XCEAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCEAPIClientAllTests",
      "module_type" : "SwiftTarget",
      "name" : "XCEAPIClientAllTests",
      "path" : "Tests/AllTests",
      "sources" : [
        "RequestDefinitionTests.swift",
        "URLRequestFacilitatorTests.swift"
      ],
      "target_dependencies" : [
        "XCEAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCEAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "XCEAPIClient",
      "path" : "Sources/Core",
      "product_memberships" : [
        "XCEAPIClient"
      ],
      "sources" : [
        "3rdParty/Alamofire/ParameterEncoding.swift",
        "BasicURLRequestFacilitator.swift",
        "Errors.swift",
        "Helpers.swift",
        "RequestDefinition.swift",
        "URLRequestFacilitator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.