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 SwiftFu, reference 1.0.1 (818f88), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:35:13 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/SwiftFu.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLet/SwiftFu
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 818f889 Merge pull request #4 from 0xLet/develop
Cloned https://github.com/0xLet/SwiftFu.git
Revision (git rev-parse @):
818f889edc5a0c1657b50f3a1e841aa508177323
SUCCESS checkout https://github.com/0xLet/SwiftFu.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLet/SwiftFu.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/15] Compiling SwiftFu SwiftFu+.swift
[4/15] Compiling SwiftFu Tuplable.swift
[5/15] Compiling SwiftFu Printable.swift
[6/16] Compiling SwiftFu Functionable.swift
[7/16] Compiling SwiftFu Modifiable.swift
[8/16] Compiling SwiftFu Fuable.swift
[9/16] Compiling SwiftFu Switch+.swift
[10/16] Compiling SwiftFu Foundation+SwiftFu.swift
[11/16] Compiling SwiftFu BinaryFloatingPoint+.swift
[12/16] Emitting module SwiftFu
[13/16] Compiling SwiftFu Boolable.swift
[14/16] Compiling SwiftFu Configurable.swift
[15/16] Compiling SwiftFu BinaryInteger+.swift
[16/16] Compiling SwiftFu Assertable.swift
Build complete! (3.73s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFu",
  "name" : "SwiftFu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftFu",
      "targets" : [
        "SwiftFu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFuTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFuTests",
      "path" : "Tests/SwiftFuTests",
      "sources" : [
        "SwiftFuTests.swift",
        "SwitchTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFu",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFu",
      "path" : "Sources/SwiftFu",
      "product_memberships" : [
        "SwiftFu"
      ],
      "sources" : [
        "Foundation+SwiftFu.swift",
        "Numbers/BinaryFloatingPoint+.swift",
        "Numbers/BinaryInteger+.swift",
        "Protocols/Assertable.swift",
        "Protocols/Boolable.swift",
        "Protocols/Configurable.swift",
        "Protocols/Fuable.swift",
        "Protocols/Functionable.swift",
        "Protocols/Modifiable.swift",
        "Protocols/Printable.swift",
        "Protocols/Tuplable.swift",
        "SwiftFu+.swift",
        "Switch+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.