Build Information
Successful build of OptionalAPI with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/OptionalAPI.git
Reference: 5.2.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sloik/OptionalAPI
* tag 5.2.0 -> FETCH_HEAD
HEAD is now at 068491d Adds fold.
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
068491d82d6453f447b7b8522fe8e744abbd683e
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at 5.2.0
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/sloik/AliasWonderland.git from cache
Fetched https://github.com/sloik/AliasWonderland.git (0.21s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (0.84s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.15.2 (0.03s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git (1.36s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.0 (0.22s)
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.15.2
========================================
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": "optionalapi",
"name": "OptionalAPI",
"url": "https://github.com/sloik/OptionalAPI.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OptionalAPI",
"dependencies": [
{
"identity": "aliaswonderland",
"name": "AliasWonderland",
"url": "https://github.com/sloik/AliasWonderland.git",
"version": "4.0.1",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AliasWonderland",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/sloik/OptionalAPI.git from cache
Fetched https://github.com/sloik/OptionalAPI.git (0.27s)
Fetching https://github.com/sloik/AliasWonderland.git from cache
Fetched https://github.com/sloik/AliasWonderland.git (0.21s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.03s)
Creating working copy for https://github.com/sloik/OptionalAPI.git
Working copy of https://github.com/sloik/OptionalAPI.git resolved at 5.2.0
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
warning: '.resolve-product-dependencies': dependency 'optionalapi' is not used by any target
Found 1 product dependencies
- AliasWonderland
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/sloik/OptionalAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling AliasWonderland SideEffectAliases.swift
[2/5] Emitting module AliasWonderland
[3/5] Compiling AliasWonderland ClosuresAliases.swift
[3/5] Linking libAliasWonderland.dylib
[5/18] Emitting module OptionalAPI
[6/19] Compiling OptionalAPI OptionalProperties.swift
[7/19] Compiling OptionalAPI Cast.swift
[8/19] Compiling OptionalAPI Filter.swift
[9/19] Compiling OptionalAPI RunWhen.swift
[10/19] Compiling OptionalAPI OptionalError.swift
[11/19] Compiling OptionalAPI OptionalFreeFunctions.swift
[12/19] Compiling OptionalAPI Folds.swift
[13/19] Compiling OptionalAPI Maps.swift
[14/19] Compiling OptionalAPI AndThen.swift
[15/19] Compiling OptionalAPI AsyncMaps.swift
[16/19] Compiling OptionalAPI Or.swift
[17/19] Compiling OptionalAPI OptionalCodable.swift
[18/19] Compiling OptionalAPI OptionalCollection.swift
[18/19] Linking libOptionalAPI.dylib
Build complete! (8.28s)
Build complete.
Done.