The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XPKit, reference 1.0.0 (08b328), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 19:32: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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/exceptionalprogramming/xp-swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/exceptionalprogramming/xp-swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 08b3281 Swift 5.0 update
Cloned https://github.com/exceptionalprogramming/xp-swift.git
Revision (git rev-parse @):
08b3281a9c7052791422f0074126ed072beff014
SUCCESS checkout https://github.com/exceptionalprogramming/xp-swift.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/exceptionalprogramming/xp-swift.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/10] Compiling XPKit RuntimeException.swift
[4/10] Compiling XPKit FatalException.swift
[5/10] Compiling XPKit XPKit.swift
[6/10] Compiling XPKit ValueException.swift
[7/10] Compiling XPKit ProgramTerminated.swift
[8/10] Compiling XPKit Exception.swift
[9/10] Compiling XPKit Add.swift
[10/10] Emitting module XPKit
Build complete! (0.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XPKit",
  "name" : "XPKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XPKit",
      "targets" : [
        "XPKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XPKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XPKitTests",
      "path" : "Tests/XPKitTests",
      "sources" : [
        "XCTestManifests.swift",
        "XPKitTests.swift"
      ],
      "target_dependencies" : [
        "XPKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XPKit",
      "module_type" : "SwiftTarget",
      "name" : "XPKit",
      "path" : "Sources/XPKit",
      "product_memberships" : [
        "XPKit"
      ],
      "sources" : [
        "Arithmetic/Add.swift",
        "Exceptions/Exception.swift",
        "Exceptions/FatalException.swift",
        "Exceptions/ProgramTerminated.swift",
        "Exceptions/RuntimeException.swift",
        "Exceptions/ValueException.swift",
        "XPKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.