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 Graph3D, reference master (ada701), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 17:38:20 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/Swift-Graph3D.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/Swift-Graph3D
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ada7019 expose findNearestNode methods and findPointOnEdge, as they can be useful being public
Cloned https://github.com/maxxfrazer/Swift-Graph3D.git
Revision (git rev-parse @):
ada7019734a1e86e286c56ea2220d970ebead360
SUCCESS checkout https://github.com/maxxfrazer/Swift-Graph3D.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": "swift-graph3d",
      "name": "Graph3D",
      "url": "https://github.com/maxxfrazer/Swift-Graph3D.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Graph3D",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maxxfrazer/Swift-Graph3D.git
[1/34] Fetching swift-graph3d
Fetched https://github.com/maxxfrazer/Swift-Graph3D.git from cache (0.56s)
Creating working copy for https://github.com/maxxfrazer/Swift-Graph3D.git
Working copy of https://github.com/maxxfrazer/Swift-Graph3D.git resolved at master (ada7019)
warning: '.resolve-product-dependencies': dependency 'swift-graph3d' 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/maxxfrazer/Swift-Graph3D.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Emitting module Graph3D
[4/6] Compiling Graph3D SIMD3+Extensions.swift
[5/6] Compiling Graph3D RouteVertex.swift
[6/6] Compiling Graph3D Graph3D.swift
Build complete! (8.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Graph3D",
  "name" : "Graph3D",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Graph3D",
      "targets" : [
        "Graph3D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Graph3DTests",
      "module_type" : "SwiftTarget",
      "name" : "Graph3DTests",
      "path" : "Tests/Graph3DTests",
      "sources" : [
        "Graph3DTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Graph3D"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Graph3D",
      "module_type" : "SwiftTarget",
      "name" : "Graph3D",
      "path" : "Sources/Graph3D",
      "product_memberships" : [
        "Graph3D"
      ],
      "sources" : [
        "Graph3D.swift",
        "RouteVertex.swift",
        "SIMD3+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.