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 UIntX with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rkreutz/UIntX.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rkreutz/UIntX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6cd9a11 Update tests.yml
Cloned https://github.com/rkreutz/UIntX.git
Revision (git rev-parse @):
6cd9a111e5adf18dc5bf5547f703a0865b70e521
SUCCESS checkout https://github.com/rkreutz/UIntX.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "uintx",
      "name": "UIntX",
      "url": "https://github.com/rkreutz/UIntX.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIntX",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rkreutz/UIntX.git
[2/195] Fetching uintx
Fetched https://github.com/rkreutz/UIntX.git (0.24s)
Creating working copy for https://github.com/rkreutz/UIntX.git
Working copy of https://github.com/rkreutz/UIntX.git resolved at master
warning: '.resolve-product-dependencies': dependency 'uintx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling UIntX UIntX+Numeric.swift
[2/11] Compiling UIntX UIntX+Hashable.swift
[3/11] Compiling UIntX UIntX+Equatable.swift
[4/11] Compiling UIntX UIntX+ExpressibleByIntegerLiteral.swift
[5/11] Compiling UIntX UIntX+UnsignedInteger.swift
[6/11] Compiling UIntX UIntX+Comparable.swift
[7/11] Compiling UIntX UIntX+CustomStringConvertible.swift
[8/11] Compiling UIntX Array+Extensions.swift
[9/11] Compiling UIntX UIntX+BinaryInteger.swift
[10/11] Compiling UIntX UIntX.swift
[11/11] Emitting module UIntX
[12/12] Compiling UIntX UIntXConfig.swift
Build complete! (7.55s)
Build complete.
Done.