Build Information
Successful build of OptionalAPI, reference 6.1.1 (7b8ae8), with Swift 6.1 for macOS (SPM) on 28 Feb 2026 12:39:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/OptionalAPI.git
Reference: 6.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/OptionalAPI
* tag 6.1.1 -> FETCH_HEAD
HEAD is now at 7b8ae83 Update README: add new APIs, fix spelling, improve clarity
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
7b8ae83a965b75b7075bd90d0886a1347da61f87
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at 6.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/sloik/OptionalAPI.git
https://github.com/sloik/OptionalAPI.git
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.9",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
}
],
"manifest_display_name" : "OptionalAPI",
"name" : "OptionalAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "OptionalAPI",
"targets" : [
"OptionalAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OptionalAPITests",
"module_type" : "SwiftTarget",
"name" : "OptionalAPITests",
"path" : "Tests/OptionalAPITests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AlternativeTests.swift",
"AndThenTests.swift",
"ApplicativeTests.swift",
"AsyncDefaultSomeTests.swift",
"AsyncMapNoneTests.swift",
"AsyncMapsTests.swift",
"AsyncOrTests.swift",
"AsyncRecoverFromEmptyTests.swift",
"CastTests.swift",
"ConditionalConstructionTests.swift",
"FilterTests.swift",
"FlattenTests.swift",
"FreeFunctionsTest.swift",
"OptionalAPITests.swift",
"OptionalCodableTests.swift",
"RunWhenTests.swift",
"SUTs.swift",
"TraversableTests.swift",
"TryAsyncMapsTests.swift"
],
"target_dependencies" : [
"OptionalAPI"
],
"type" : "test"
},
{
"c99name" : "OptionalAPI",
"module_type" : "SwiftTarget",
"name" : "OptionalAPI",
"path" : "Sources/OptionalAPI",
"product_dependencies" : [
"AliasWonderland"
],
"product_memberships" : [
"OptionalAPI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Alternative.swift",
"AndThen.swift",
"Applicative.swift",
"AsyncMaps.swift",
"Cast.swift",
"ConditionalConstruction.swift",
"Filter.swift",
"Flatten.swift",
"Folds.swift",
"Maps.swift",
"OptionalCodable.swift",
"OptionalCollection.swift",
"OptionalError.swift",
"OptionalFreeFunctions.swift",
"OptionalProperties.swift",
"Or.swift",
"RunWhen.swift",
"Traversable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[3/6] Write swift-version-2F0A5646E1D333AE.txt
[5/9] Compiling AliasWonderland SideEffectAliases.swift
[6/9] Compiling AliasWonderland ClosuresAliases.swift
[7/9] Emitting module AliasWonderland
[7/9] Write Objects.LinkFileList
[8/9] Linking libAliasWonderland.dylib
[10/28] Compiling OptionalAPI OptionalProperties.swift
[11/28] Compiling OptionalAPI Or.swift
[12/29] Compiling OptionalAPI RunWhen.swift
[13/29] Compiling OptionalAPI Traversable.swift
[14/29] Compiling OptionalAPI OptionalCodable.swift
[15/29] Compiling OptionalAPI OptionalCollection.swift
[16/29] Compiling OptionalAPI OptionalError.swift
[17/29] Compiling OptionalAPI OptionalFreeFunctions.swift
[18/29] Compiling OptionalAPI resource_bundle_accessor.swift
[19/29] Compiling OptionalAPI Cast.swift
[20/29] Compiling OptionalAPI ConditionalConstruction.swift
[21/29] Compiling OptionalAPI Filter.swift
[22/29] Compiling OptionalAPI Flatten.swift
[23/29] Compiling OptionalAPI Applicative.swift
[24/29] Compiling OptionalAPI AsyncMaps.swift
[25/29] Compiling OptionalAPI Alternative.swift
[26/29] Compiling OptionalAPI AndThen.swift
[27/29] Emitting module OptionalAPI
[28/29] Compiling OptionalAPI Folds.swift
[29/29] Compiling OptionalAPI Maps.swift
Build complete! (20.02s)
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
[1/212] Fetching aliaswonderland
Fetched https://github.com/sloik/AliasWonderland.git from cache (1.93s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.95s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (2.43s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.9 (0.50s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.81s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.88s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.4.1 (2.42s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.06s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.48s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.4.1
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.18.9
Build complete.
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.9",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
},
{
"identity" : "aliaswonderland",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sloik/AliasWonderland.git"
}
],
"manifest_display_name" : "OptionalAPI",
"name" : "OptionalAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "OptionalAPI",
"targets" : [
"OptionalAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OptionalAPITests",
"module_type" : "SwiftTarget",
"name" : "OptionalAPITests",
"path" : "Tests/OptionalAPITests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AlternativeTests.swift",
"AndThenTests.swift",
"ApplicativeTests.swift",
"AsyncDefaultSomeTests.swift",
"AsyncMapNoneTests.swift",
"AsyncMapsTests.swift",
"AsyncOrTests.swift",
"AsyncRecoverFromEmptyTests.swift",
"CastTests.swift",
"ConditionalConstructionTests.swift",
"FilterTests.swift",
"FlattenTests.swift",
"FreeFunctionsTest.swift",
"OptionalAPITests.swift",
"OptionalCodableTests.swift",
"RunWhenTests.swift",
"SUTs.swift",
"TraversableTests.swift",
"TryAsyncMapsTests.swift"
],
"target_dependencies" : [
"OptionalAPI"
],
"type" : "test"
},
{
"c99name" : "OptionalAPI",
"module_type" : "SwiftTarget",
"name" : "OptionalAPI",
"path" : "Sources/OptionalAPI",
"product_dependencies" : [
"AliasWonderland"
],
"product_memberships" : [
"OptionalAPI"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OptionalAPI/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Alternative.swift",
"AndThen.swift",
"Applicative.swift",
"AsyncMaps.swift",
"Cast.swift",
"ConditionalConstruction.swift",
"Filter.swift",
"Flatten.swift",
"Folds.swift",
"Maps.swift",
"OptionalCodable.swift",
"OptionalCollection.swift",
"OptionalError.swift",
"OptionalFreeFunctions.swift",
"OptionalProperties.swift",
"Or.swift",
"RunWhen.swift",
"Traversable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.