Build Information
Successful build of WolfPipe, reference master (c3431e), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 11:50:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfPipe.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wolfmcnally/WolfPipe
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/wolfmcnally/WolfPipe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling WolfPipe PipeOperator.swift
[4/12] Compiling WolfPipe ComposeOperator.swift
[5/12] Compiling WolfPipe SetAlgebra.swift
[6/12] Compiling WolfPipe KeyPaths.swift
[7/12] Emitting module WolfPipe
[8/12] Compiling WolfPipe Curry.swift
[9/12] Compiling WolfPipe EffectfulComposeOperator.swift
[10/12] Compiling WolfPipe PipeCompatibleFunctions.swift
[10/12] Write Objects.LinkFileList
[11/12] Linking libWolfPipe.dylib
Build complete! (1.09s)
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.