The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Once, reference main (fe2675), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 08:23:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theblixguy/Once.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theblixguy/Once
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fe26759 Update README.md
Cloned https://github.com/theblixguy/Once.git
Revision (git rev-parse @):
fe2675960d6119b44ac3e1d640ce1cdd5d666c00
SUCCESS checkout https://github.com/theblixguy/Once.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "once",
      "name": "Once",
      "url": "https://github.com/theblixguy/Once.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Once",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/theblixguy/Once.git
[1/43] Fetching once
Fetched https://github.com/theblixguy/Once.git from cache (0.53s)
Creating working copy for https://github.com/theblixguy/Once.git
Working copy of https://github.com/theblixguy/Once.git resolved at main (fe26759)
warning: '.resolve-product-dependencies': dependency 'once' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/theblixguy/Once.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling Once ClosureState.swift
[4/5] Compiling Once Once.swift
[5/5] Emitting module Once
Build complete! (0.64s)
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" : "Once",
      "module_type" : "SwiftTarget",
      "name" : "Once",
      "path" : "Sources/Once",
      "product_memberships" : [
        "Once"
      ],
      "sources" : [
        "ClosureState.swift",
        "Once.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.