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 Once, reference 1.0.0 (b5fd7f), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:03:42 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/luoxiu/Once.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/luoxiu/Once
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at b5fd7f6 fix badge
Cloned https://github.com/luoxiu/Once.git
Revision (git rev-parse @):
b5fd7f667344b691db55eba2ab9c7709fa4c5d96
SUCCESS checkout https://github.com/luoxiu/Once.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/luoxiu/Once.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/9] Compiling Once Scope.swift
[4/9] Compiling Once TimesPredicate.swift
[5/9] Compiling Once Token.swift
[6/9] Compiling Once Lock.swift
[7/9] Compiling Once PersistentToken.swift
[8/9] Emitting module Once
[9/9] Compiling Once Atom.swift
Build complete! (3.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Once",
  "name" : "Once",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Once",
      "targets" : [
        "Once"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OnceTests",
      "module_type" : "SwiftTarget",
      "name" : "OnceTests",
      "path" : "Tests/OnceTests",
      "sources" : [
        "PersistentTokenTests.swift",
        "TimesPredicateTests.swift",
        "TokenTests.swift",
        "Utils.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Once"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Once",
      "module_type" : "SwiftTarget",
      "name" : "Once",
      "path" : "Sources/Once",
      "product_memberships" : [
        "Once"
      ],
      "sources" : [
        "Atom.swift",
        "Lock.swift",
        "PersistentToken.swift",
        "Scope.swift",
        "TimesPredicate.swift",
        "Token.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.