Build Information
Successful build of CombineEx, reference 1.2.0 (dacf23), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:22:35 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/codeeagle/combineex.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codeeagle/combineex
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at dacf235 docs: update readme
Cloned https://github.com/codeeagle/combineex.git
Revision (git rev-parse @):
dacf235a6f8681fcce8e897957bcbd2dcd4e9665
SUCCESS checkout https://github.com/codeeagle/combineex.git at 1.2.0
========================================
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": "combineex",
"name": "CombineEx",
"url": "https://github.com/codeeagle/combineex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/combineex",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/codeeagle/combineex.git
[1/75] Fetching combineex
Fetched https://github.com/codeeagle/combineex.git from cache (0.67s)
Creating working copy for https://github.com/codeeagle/combineex.git
Working copy of https://github.com/codeeagle/combineex.git resolved at 1.2.0 (dacf235)
warning: '.resolve-product-dependencies': dependency 'combineex' 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/codeeagle/combineex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling CombineEx File.swift
[4/11] Compiling CombineEx CombineEx+Subscriber.swift
[5/11] Compiling CombineEx CombineEx+Either.swift
[6/11] Compiling CombineEx CombineEx+Publisher.swift
[7/11] Compiling CombineEx Combine+Race.swift
[8/11] Compiling CombineEx Combine+All.swift
[9/11] Emitting module CombineEx
[10/11] Compiling CombineEx Combine+Any.swift
[11/11] Compiling CombineEx Combine+Await.swift
Build complete! (3.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CombineEx",
"name" : "CombineEx",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CombineEx",
"targets" : [
"CombineEx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineExTests",
"module_type" : "SwiftTarget",
"name" : "CombineExTests",
"path" : "Tests/CombineExTests",
"sources" : [
"CombineExTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"CombineEx"
],
"type" : "test"
},
{
"c99name" : "CombineEx",
"module_type" : "SwiftTarget",
"name" : "CombineEx",
"path" : "Sources/CombineEx",
"product_memberships" : [
"CombineEx"
],
"sources" : [
"Combine+All.swift",
"Combine+Any.swift",
"Combine+Await.swift",
"Combine+Race.swift",
"CombineEx+Either.swift",
"CombineEx+Publisher.swift",
"CombineEx+Subscriber.swift",
"File.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.