The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Chain with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLet/Chain.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/0xLet/Chain
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e693d4d Merge pull request #5 from 0xLeif/develop
Cloned https://github.com/0xLet/Chain.git
Revision (git rev-parse @):
e693d4dcc8b21910299c076346f62d4de80a4aa8
SUCCESS checkout https://github.com/0xLet/Chain.git at main
Fetching https://github.com/0xLeif/E.num from cache
Fetched https://github.com/0xLeif/E.num (0.19s)
Computing version for https://github.com/0xLeif/E.num
Computed https://github.com/0xLeif/E.num at 0.3.0 (0.50s)
Creating working copy for https://github.com/0xLeif/E.num
Working copy of https://github.com/0xLeif/E.num resolved at 0.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "chain",
      "name": "Chain",
      "url": "https://github.com/0xLet/Chain.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Chain",
      "dependencies": [
        {
          "identity": "e.num",
          "name": "E",
          "url": "https://github.com/0xLeif/E.num",
          "version": "0.3.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/E.num",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xLet/Chain.git
[1/119] Fetching chain
Fetched https://github.com/0xLet/Chain.git (0.27s)
Fetching https://github.com/0xLeif/E.num from cache
Fetched https://github.com/0xLeif/E.num (0.22s)
Computing version for https://github.com/0xLeif/E.num
Computed https://github.com/0xLeif/E.num at 0.3.0 (0.04s)
Creating working copy for https://github.com/0xLet/Chain.git
Working copy of https://github.com/0xLet/Chain.git resolved at main
Creating working copy for https://github.com/0xLeif/E.num
Working copy of https://github.com/0xLeif/E.num resolved at 0.3.0
warning: '.resolve-product-dependencies': dependency 'chain' is not used by any target
Found 1 product dependencies
  - E
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling E State.swift
[2/5] Compiling E Variable.swift
[3/5] Compiling E Control.swift
[4/5] Emitting module E
[5/5] Compiling E Function.swift
[6/7] Emitting module Chain
[7/7] Compiling Chain Chain.swift
Build complete! (8.38s)
Build complete.
Done.