The Swift Package Index logo.Swift Package Index

Build Information

Successful build of E, reference main (41d79f), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 01:20:46 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/0xLet/E.num.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/E.num
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41d79fc Update README.md
Cloned https://github.com/0xLet/E.num.git
Revision (git rev-parse @):
41d79fca2315b877d5530bd7bff4fba96b0e5af3
SUCCESS checkout https://github.com/0xLet/E.num.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLet/E.num.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/7] Compiling E State.swift
[4/7] Compiling E Control.swift
[5/7] Compiling E Function.swift
[6/7] Emitting module E
[7/7] Compiling E Variable.swift
Build complete! (0.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "E",
  "name" : "E",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "E",
      "targets" : [
        "E"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ETests",
      "module_type" : "SwiftTarget",
      "name" : "ETests",
      "path" : "Tests/ETests",
      "sources" : [
        "E_numTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "E"
      ],
      "type" : "test"
    },
    {
      "c99name" : "E",
      "module_type" : "SwiftTarget",
      "name" : "E",
      "path" : "Sources/E",
      "product_memberships" : [
        "E"
      ],
      "sources" : [
        "Control.swift",
        "Function.swift",
        "State.swift",
        "Variable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.