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 Connection, reference 1.0.0 (90ab17), with Swift 6.0 (beta) for macOS (SPM) on 14 Sep 2024 04:41:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jasonnam/Connection.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/Connection
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 90ab174 initial commit
Cloned https://github.com/jasonnam/Connection.git
Revision (git rev-parse @):
90ab1743dd639a705bf7a9a4cce3b9631d23e4c0
SUCCESS checkout https://github.com/jasonnam/Connection.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jasonnam/Connection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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-117DEE11B69C53C9.txt
[3/6] Compiling Connection Graph.swift
[4/6] Emitting module Connection
[5/6] Compiling Connection ConnectionGraph.swift
[6/6] Compiling Connection Node.swift
Build complete! (8.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Connection",
  "name" : "Connection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Connection",
      "targets" : [
        "Connection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConnectionTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectionTests",
      "path" : "Tests/ConnectionTests",
      "sources" : [
        "Graph/GraphPathCostTests.swift",
        "Graph/GraphVerticesTests.swift",
        "Node/NodeConnectionTests.swift",
        "Node/NodeConnectionWeightTests.swift",
        "Node/NodeValueTests.swift",
        "ShortestPath/ShortestPathBaseCaseTests.swift",
        "ShortestPath/ShortestPathMultipleNodesBaseCaseTests.swift",
        "ShortestPath/ShortestPathStraightLinesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Connection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Connection",
      "module_type" : "SwiftTarget",
      "name" : "Connection",
      "path" : "Sources/Connection",
      "product_memberships" : [
        "Connection"
      ],
      "sources" : [
        "ConnectionGraph.swift",
        "Graph.swift",
        "Node.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.