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 master (5d39f2), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 04:49:47 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/jasonnam/Connection.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jasonnam/Connection
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5d39f26 remove logo
Cloned https://github.com/jasonnam/Connection.git
Revision (git rev-parse @):
5d39f2642de78246b65b58ad8626addb552415c4
SUCCESS checkout https://github.com/jasonnam/Connection.git at master
========================================
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": "connection",
      "name": "Connection",
      "url": "https://github.com/jasonnam/Connection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Connection",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jasonnam/Connection.git
[1/83] Fetching connection
Fetched https://github.com/jasonnam/Connection.git from cache (0.80s)
Creating working copy for https://github.com/jasonnam/Connection.git
Working copy of https://github.com/jasonnam/Connection.git resolved at master (5d39f26)
warning: '.resolve-product-dependencies': dependency 'connection' 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/jasonnam/Connection.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 Connection Node.swift
[4/6] Compiling Connection Graph.swift
[5/6] Compiling Connection ConnectionGraph.swift
[6/6] Emitting module Connection
Build complete! (9.44s)
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.