Build Information
Successful build of CombineReachability, reference 1.0.1 (ba1cb2
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 08:20:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/istvan-kreisz/CombineReachability.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/istvan-kreisz/CombineReachability
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at ba1cb2a Update README.md
Cloned https://github.com/istvan-kreisz/CombineReachability.git
Revision (git rev-parse @):
ba1cb2adeb111ee3ce475404ca1cdfb322505281
SUCCESS checkout https://github.com/istvan-kreisz/CombineReachability.git at 1.0.1
Fetching https://github.com/ashleymills/Reachability.swift
[1/1899] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.94s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.0.0 (2.55s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.0.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",
"dependencies": [
{
"identity": "combinereachability",
"name": "CombineReachability",
"url": "https://github.com/istvan-kreisz/CombineReachability.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CombineReachability",
"dependencies": [
{
"identity": "reachability.swift",
"name": "Reachability",
"url": "https://github.com/ashleymills/Reachability.swift",
"version": "5.2.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Reachability.swift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/istvan-kreisz/CombineReachability.git
[3/27] Fetching combinereachability
Fetched https://github.com/istvan-kreisz/CombineReachability.git from cache (0.63s)
Fetching https://github.com/ashleymills/Reachability.swift from cache
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.50s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (0.64s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
Creating working copy for https://github.com/istvan-kreisz/CombineReachability.git
Working copy of https://github.com/istvan-kreisz/CombineReachability.git resolved at 1.0.1 (ba1cb2a)
warning: '.resolve-product-dependencies': dependency 'combinereachability' is not used by any target
Found 1 product dependencies
- Reachability
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/istvan-kreisz/CombineReachability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/5] Compiling Reachability Reachability.swift
[5/5] Emitting module Reachability
[6/7] Compiling CombineReachability Reachability+Combine.swift
[7/7] Emitting module CombineReachability
Build complete! (8.69s)
Build complete.
{
"dependencies" : [
{
"identity" : "reachability.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ashleymills/Reachability.swift"
}
],
"manifest_display_name" : "CombineReachability",
"name" : "CombineReachability",
"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" : "CombineReachability",
"targets" : [
"CombineReachability"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineReachability",
"module_type" : "SwiftTarget",
"name" : "CombineReachability",
"path" : "Sources",
"product_dependencies" : [
"Reachability"
],
"product_memberships" : [
"CombineReachability"
],
"sources" : [
"CombineReachability/Reachability+Combine.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.