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 Xorswift, reference 3.2.0 (ae782f), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 00:48:34 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/t-ae/xorswift.git
Reference: 3.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t-ae/xorswift
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at ae782f1 Fix: Fill count
Cloned https://github.com/t-ae/xorswift.git
Revision (git rev-parse @):
ae782f1b70044e05cbd760303db7fa0cdf485ea2
SUCCESS checkout https://github.com/t-ae/xorswift.git at 3.2.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": "xorswift",
      "name": "Xorswift",
      "url": "https://github.com/t-ae/xorswift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xorswift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/t-ae/xorswift.git
[1/784] Fetching xorswift
Fetched https://github.com/t-ae/xorswift.git from cache (0.77s)
Creating working copy for https://github.com/t-ae/xorswift.git
Working copy of https://github.com/t-ae/xorswift.git resolved at 3.2.0 (ae782f1)
warning: '.resolve-product-dependencies': dependency 'xorswift' 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/t-ae/xorswift.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/8] Compiling Xorswift XorshiftGenerator.swift
[4/8] Compiling Xorswift Uniform.swift
[5/8] Compiling Xorswift UInt.swift
[6/8] Compiling Xorswift Normal.swift
[7/8] Emitting module Xorswift
[8/8] Compiling Xorswift FloatDouble.swift
Build complete! (9.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Xorswift",
  "name" : "Xorswift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Xorswift",
      "targets" : [
        "Xorswift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XorswiftTests",
      "module_type" : "SwiftTarget",
      "name" : "XorswiftTests",
      "path" : "Tests/XorswiftTests",
      "sources" : [
        "CodableTests.swift",
        "OtherTests.swift",
        "PerformanceTests.swift",
        "XCTestManifests.swift",
        "XorshiftGeneratorTests.swift",
        "XorshiftTests.swift"
      ],
      "target_dependencies" : [
        "Xorswift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Xorswift",
      "module_type" : "SwiftTarget",
      "name" : "Xorswift",
      "path" : "Sources/Xorswift",
      "product_memberships" : [
        "Xorswift"
      ],
      "sources" : [
        "FloatDouble.swift",
        "Normal.swift",
        "UInt.swift",
        "Uniform.swift",
        "XorshiftGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.