Build Information
Successful build of WolfPipe, reference 2.0.2 (c3431e), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 09:58:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfPipe.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wolfmcnally/WolfPipe
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at c3431ea Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfPipe.git
Revision (git rev-parse @):
c3431ea757cd45972805eddd5fbcb762e465b894
SUCCESS checkout https://github.com/wolfmcnally/WolfPipe.git at 2.0.2
========================================
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": "wolfpipe",
"name": "WolfPipe",
"url": "https://github.com/wolfmcnally/WolfPipe.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfPipe",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/wolfmcnally/WolfPipe.git
[1/277] Fetching wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe.git from cache (1.29s)
Creating working copy for https://github.com/wolfmcnally/WolfPipe.git
Working copy of https://github.com/wolfmcnally/WolfPipe.git resolved at 2.0.2 (c3431ea)
warning: '.resolve-product-dependencies': dependency 'wolfpipe' 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/wolfmcnally/WolfPipe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/12] Compiling WolfPipe Curry.swift
[4/12] Emitting module WolfPipe
[5/12] Compiling WolfPipe ComposeOperator.swift
[6/12] Compiling WolfPipe KeyPaths.swift
[7/12] Compiling WolfPipe EffectfulComposeOperator.swift
[8/12] Compiling WolfPipe PipeCompatibleFunctions.swift
[9/12] Compiling WolfPipe PipeOperator.swift
[10/12] Compiling WolfPipe SetAlgebra.swift
[10/12] Write Objects.LinkFileList
[11/12] Linking libWolfPipe.dylib
Build complete! (1.40s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WolfPipe",
"name" : "WolfPipe",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "WolfPipe",
"targets" : [
"WolfPipe"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "WolfPipeTests",
"module_type" : "SwiftTarget",
"name" : "WolfPipeTests",
"path" : "Sources/WolfPipeTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"WolfPipe"
],
"type" : "test"
},
{
"c99name" : "WolfPipe",
"module_type" : "SwiftTarget",
"name" : "WolfPipe",
"path" : "Sources/WolfPipe",
"product_memberships" : [
"WolfPipe"
],
"sources" : [
"ComposeOperator.swift",
"Curry.swift",
"EffectfulComposeOperator.swift",
"KeyPaths.swift",
"PipeCompatibleFunctions.swift",
"PipeOperator.swift",
"SetAlgebra.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.