Build Information
Failed to build DynuREST, reference main (d4063b), with Swift 6.1 for macOS (SPM) on 3 Feb 2026 19:43:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/DynuREST.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/DynuREST
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d4063b5 Updated Swift Argument Parser (#10)
Cloned https://github.com/richardpiazza/DynuREST.git
Revision (git rev-parse @):
d4063b5d31c80dd34dab0b8f16d29213f963c2bb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/DynuREST.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/richardpiazza/DynuREST.git
https://github.com/richardpiazza/DynuREST.git
{
"dependencies" : [
{
"identity" : "swift-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-testing.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "sessionplus",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-beta.2",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/SessionPlus.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnsundell/ShellOut.git"
}
],
"manifest_display_name" : "DynuREST",
"name" : "DynuREST",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "DynuREST",
"targets" : [
"DynuREST"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dynu",
"targets" : [
"cli"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "cli",
"module_type" : "SwiftTarget",
"name" : "cli",
"path" : "Sources/cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"dynu"
],
"sources" : [
"IPCommand.swift",
"MainCommand.swift",
"UpdateCommand.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "executable"
},
{
"c99name" : "DynuRESTTests",
"module_type" : "SwiftTarget",
"name" : "DynuRESTTests",
"path" : "Tests/DynuRESTTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"DynuAPITests.swift",
"IPAddressTests.swift"
],
"target_dependencies" : [
"DynuREST"
],
"type" : "test"
},
{
"c99name" : "DynuREST",
"module_type" : "SwiftTarget",
"name" : "DynuREST",
"path" : "Sources/DynuREST",
"product_dependencies" : [
"SessionPlus",
"ShellOut"
],
"product_memberships" : [
"DynuREST",
"dynu"
],
"sources" : [
"DynuClient.swift",
"DynuIPUpdater.swift",
"DynuRESTError.swift",
"IFConfigClient.swift",
"IFConfigCommand.swift",
"IPAddress.swift",
"IPSource.swift",
"IPifyClient.swift",
"ResponseCode.swift",
"URL+DynuREST.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
Fetching https://github.com/richardpiazza/SessionPlus.git
Fetching https://github.com/johnsundell/ShellOut.git
Fetching https://github.com/swiftlang/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/677] Fetching sessionplus
[678/1657] Fetching sessionplus, shellout
[1658/34295] Fetching sessionplus, shellout, swift-testing
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.39s)
Fetched https://github.com/johnsundell/ShellOut.git from cache (2.22s)
Fetched https://github.com/swiftlang/swift-testing.git from cache (2.22s)
Fetched https://github.com/richardpiazza/SessionPlus.git from cache (2.22s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (5.36s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.52s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (0.62s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.87s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
error: Dependencies could not be resolved because 'sessionplus' >= 3.0.0-beta.1 contains incompatible tools version (6.2.0) and root depends on 'sessionplus' 3.0.0-beta.2..<4.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/apple/swift-argument-parser.git
Updating https://github.com/richardpiazza/SessionPlus.git
Updating https://github.com/johnsundell/ShellOut.git
Updating https://github.com/swiftlang/swift-testing.git
Updated https://github.com/johnsundell/ShellOut.git (0.75s)
Updated https://github.com/apple/swift-argument-parser.git (0.75s)
Updated https://github.com/richardpiazza/SessionPlus.git (0.75s)
Updated https://github.com/swiftlang/swift-testing.git (0.75s)
Computing version for https://github.com/johnsundell/ShellOut.git
Computed https://github.com/johnsundell/ShellOut.git at 2.3.0 (0.82s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.04s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.2.3 (0.03s)
Updating https://github.com/swiftlang/swift-syntax.git
Updated https://github.com/swiftlang/swift-syntax.git (0.97s)
Computing version for https://github.com/richardpiazza/SessionPlus.git
error: Dependencies could not be resolved because 'sessionplus' >= 3.0.0-beta.1 contains incompatible tools version (6.2.0) and root depends on 'sessionplus' 3.0.0-beta.2..<4.0.0.
BUILD FAILURE 6.1 macosSpm