The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PlatformChecker, reference main (83da50), with Swift 6.2 (beta) for macOS (SPM) on 12 Aug 2025 14:43:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.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 83da50c 2025-08-12
Cloned https://github.com/markbattistella/PlatformChecker.git
Revision (git rev-parse @):
83da50c7a8cc56e30053dece4e17328a8181d03d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/PlatformChecker.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/markbattistella/PlatformChecker.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling PlatformChecker PlatformChecker.swift
[4/5] Compiling PlatformChecker Platform.swift
[5/5] Emitting module PlatformChecker
Build complete! (4.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PlatformChecker",
  "name" : "PlatformChecker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "PlatformChecker",
      "targets" : [
        "PlatformChecker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlatformCheckerTests",
      "module_type" : "SwiftTarget",
      "name" : "PlatformCheckerTests",
      "path" : "Tests",
      "sources" : [
        "PlatformCheckerTests/PlatformCheckerTests.swift"
      ],
      "target_dependencies" : [
        "PlatformChecker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlatformChecker",
      "module_type" : "SwiftTarget",
      "name" : "PlatformChecker",
      "path" : "Sources/PlatformChecker",
      "product_memberships" : [
        "PlatformChecker"
      ],
      "sources" : [
        "Platform.swift",
        "PlatformChecker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.