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 ComputeLocation, reference 1.0.0 (eb2cd7), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:27:36 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/JugendForscht-CoLoS/ComputeLocation.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JugendForscht-CoLoS/ComputeLocation
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at eb2cd73 update
Cloned https://github.com/JugendForscht-CoLoS/ComputeLocation.git
Revision (git rev-parse @):
eb2cd73ab3881fefd3d305b5210bef4e16f56d8f
SUCCESS checkout https://github.com/JugendForscht-CoLoS/ComputeLocation.git at 1.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": "computelocation",
      "name": "ComputeLocation",
      "url": "https://github.com/JugendForscht-CoLoS/ComputeLocation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ComputeLocation",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JugendForscht-CoLoS/ComputeLocation.git
[1/75] Fetching computelocation
Fetched https://github.com/JugendForscht-CoLoS/ComputeLocation.git from cache (0.65s)
Creating working copy for https://github.com/JugendForscht-CoLoS/ComputeLocation.git
Working copy of https://github.com/JugendForscht-CoLoS/ComputeLocation.git resolved at 1.0.0 (eb2cd73)
warning: '.resolve-product-dependencies': dependency 'computelocation' 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/JugendForscht-CoLoS/ComputeLocation.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/7] Compiling ComputeLocation Bluetooth.swift
[4/7] Compiling ComputeLocation Date.swift
[5/7] Compiling ComputeLocation Location.swift
[6/7] Compiling ComputeLocation Equation.swift
[7/7] Emitting module ComputeLocation
Build complete! (63.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ComputeLocation",
  "name" : "ComputeLocation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ComputeLocation",
      "targets" : [
        "ComputeLocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComputeLocation",
      "module_type" : "SwiftTarget",
      "name" : "ComputeLocation",
      "path" : "Sources/ComputeLocation",
      "product_memberships" : [
        "ComputeLocation"
      ],
      "sources" : [
        "Bluetooth.swift",
        "Date.swift",
        "Important Data/Equation.swift",
        "Location.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.