The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Baggins 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/alexito4/Baggins.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/alexito4/Baggins
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d66135f SimpleError
Cloned https://github.com/alexito4/Baggins.git
Revision (git rev-parse @):
d66135fb07c12055599952ddf0e94a16978ad534
SUCCESS checkout https://github.com/alexito4/Baggins.git at main
Fetching https://github.com/alexito4/Flow.git from cache
Fetching https://github.com/alexito4/UnwrapOrThrow from cache
Fetched https://github.com/alexito4/Flow.git (0.18s)
Fetched https://github.com/alexito4/UnwrapOrThrow (0.18s)
Computing version for https://github.com/alexito4/UnwrapOrThrow
Computed https://github.com/alexito4/UnwrapOrThrow at 1.0.0 (0.35s)
Computing version for https://github.com/alexito4/Flow.git
Computed https://github.com/alexito4/Flow.git at 1.0.0 (0.44s)
Creating working copy for https://github.com/alexito4/Flow.git
Working copy of https://github.com/alexito4/Flow.git resolved at 1.0.0
Creating working copy for https://github.com/alexito4/UnwrapOrThrow
Working copy of https://github.com/alexito4/UnwrapOrThrow resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "baggins",
      "name": "Baggins",
      "url": "https://github.com/alexito4/Baggins.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Baggins",
      "dependencies": [
        {
          "identity": "flow",
          "name": "Flow",
          "url": "https://github.com/alexito4/Flow.git",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flow",
          "dependencies": [
          ]
        },
        {
          "identity": "unwraporthrow",
          "name": "UnwrapOrThrow",
          "url": "https://github.com/alexito4/UnwrapOrThrow",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UnwrapOrThrow",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/alexito4/Baggins.git from cache
Fetched https://github.com/alexito4/Baggins.git (0.18s)
Fetching https://github.com/alexito4/UnwrapOrThrow from cache
Fetching https://github.com/alexito4/Flow.git from cache
Fetched https://github.com/alexito4/Flow.git (0.16s)
Fetched https://github.com/alexito4/UnwrapOrThrow (0.16s)
Computing version for https://github.com/alexito4/UnwrapOrThrow
Computed https://github.com/alexito4/UnwrapOrThrow at 1.0.0 (0.02s)
Computing version for https://github.com/alexito4/Flow.git
Computed https://github.com/alexito4/Flow.git at 1.0.0 (0.01s)
Creating working copy for https://github.com/alexito4/Baggins.git
Working copy of https://github.com/alexito4/Baggins.git resolved at main
Creating working copy for https://github.com/alexito4/Flow.git
Working copy of https://github.com/alexito4/Flow.git resolved at 1.0.0
Creating working copy for https://github.com/alexito4/UnwrapOrThrow
Working copy of https://github.com/alexito4/UnwrapOrThrow resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'baggins' is not used by any target
Found 2 product dependencies
  - Flow
  - UnwrapOrThrow
========================================
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/7] Emitting module Flow
[2/7] Compiling Flow Flowable.swift
[3/7] Compiling Flow Functions.swift
[4/7] Compiling Flow Extensions.swift
[5/7] Compiling Flow Conformances.swift
[6/7] Emitting module UnwrapOrThrow
[7/7] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[8/15] Compiling Baggins String.swift
[9/15] Compiling Baggins Collection.swift
[10/15] Compiling Baggins Sequence.swift
[11/15] Compiling Baggins Concurrency.swift
[12/15] Compiling Baggins Flow.swift
[13/15] Compiling Baggins Bool.swift
[14/15] Emitting module Baggins
[15/15] Compiling Baggins UnwrapOrThrow.swift
[16/16] Compiling Baggins _Brewing.swift
Build complete! (9.20s)
Build complete.
Done.