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 SwiftEndpoint, reference v1.0.0 (c411b7), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 12:32:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/SwiftEndpoint.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/SwiftEndpoint
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at c411b78 Update documentation
Cloned https://github.com/darrarski/SwiftEndpoint.git
Revision (git rev-parse @):
c411b786624e363374fdd18f42121149906c0e37
SUCCESS checkout https://github.com/darrarski/SwiftEndpoint.git at v1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftendpoint",
      "name": "SwiftEndpoint",
      "url": "https://github.com/darrarski/SwiftEndpoint.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftEndpoint",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/darrarski/SwiftEndpoint.git
[1/53] Fetching swiftendpoint
Fetched https://github.com/darrarski/SwiftEndpoint.git from cache (0.69s)
Creating working copy for https://github.com/darrarski/SwiftEndpoint.git
Working copy of https://github.com/darrarski/SwiftEndpoint.git resolved at v1.0.0 (c411b78)
warning: '.resolve-product-dependencies': dependency 'swiftendpoint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/darrarski/SwiftEndpoint.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/6] Compiling SwiftEndpoint Publisher_Validate.swift
[4/6] Emitting module SwiftEndpoint
[5/6] Compiling SwiftEndpoint Endpoint.swift
[6/6] Compiling SwiftEndpoint URLEndpoint.swift
Build complete! (6.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEndpoint",
  "name" : "SwiftEndpoint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftEndpoint",
      "targets" : [
        "SwiftEndpoint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftEndpointTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEndpointTests",
      "path" : "Tests/SwiftEndpointTests",
      "sources" : [
        "Publisher_ValidateTests.swift",
        "URLEndpointTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftEndpoint"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftEndpoint",
      "module_type" : "SwiftTarget",
      "name" : "SwiftEndpoint",
      "path" : "Sources/SwiftEndpoint",
      "product_memberships" : [
        "SwiftEndpoint"
      ],
      "sources" : [
        "Endpoint.swift",
        "Publisher_Validate.swift",
        "URLEndpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.