The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLEB, reference 0.1.1 (200c21), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 13:37:31 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/akkyie/SwiftLEB.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/akkyie/SwiftLEB
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 200c215 Make LEBError equatable
Cloned https://github.com/akkyie/SwiftLEB.git
Revision (git rev-parse @):
200c21588c0126c2d4cab89f2776ee5296a3b90a
SUCCESS checkout https://github.com/akkyie/SwiftLEB.git at 0.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/akkyie/SwiftLEB.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/4] Compiling LEB Decoding.swift
[4/4] Emitting module LEB
Build complete! (0.71s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLEB",
  "name" : "SwiftLEB",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LEB",
      "targets" : [
        "LEB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "LEBTests",
      "module_type" : "SwiftTarget",
      "name" : "LEBTests",
      "path" : "Tests/LEBTests",
      "sources" : [
        "DecodingTest.swift"
      ],
      "target_dependencies" : [
        "LEB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LEB",
      "module_type" : "SwiftTarget",
      "name" : "LEB",
      "path" : "Sources/LEB",
      "product_memberships" : [
        "LEB"
      ],
      "sources" : [
        "Decoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.