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 PlatformChecker, reference main (675158), with Swift 5.10 for macOS (SPM) on 13 Sep 2024 08:23:44 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/PlatformChecker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/PlatformChecker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6751586 Update README.md
Cloned https://github.com/markbattistella/PlatformChecker.git
Revision (git rev-parse @):
6751586ced2b87bd3ba2d263a9c1315c445d0f7a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/PlatformChecker.git at main
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
        .iOS(.v10),
              ^
========================================
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": "platformchecker",
      "name": "PlatformChecker",
      "url": "https://github.com/markbattistella/PlatformChecker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlatformChecker",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/markbattistella/PlatformChecker.git
[1/59] Fetching platformchecker
Fetched https://github.com/markbattistella/PlatformChecker.git from cache (1.13s)
warning: 'platformchecker': /Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
        .iOS(.v10),
              ^
Creating working copy for https://github.com/markbattistella/PlatformChecker.git
Working copy of https://github.com/markbattistella/PlatformChecker.git resolved at main (6751586)
warning: 'platformchecker': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlatformChecker/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
        .iOS(.v10),
              ^
warning: '.resolve-product-dependencies': dependency 'platformchecker' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/markbattistella/PlatformChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling PlatformChecker Platform.swift
[4/5] Compiling PlatformChecker PlatformChecker.swift
[5/5] Emitting module PlatformChecker
Build complete! (4.05s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
        .iOS(.v10),
              ^
Build complete.
Done.