Build Information
Failed to build UIPortalBridge, reference main (275794), with Swift 6.1 for macOS (SPM) on 29 Jan 2026 17:42:23 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/Aeastr/UIPortalBridge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aeastr/UIPortalBridge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2757944 WIP
Cloned https://github.com/Aeastr/UIPortalBridge.git
Revision (git rev-parse @):
27579445e0ae89f0b167885acf1fba5fcc21846f
SUCCESS checkout https://github.com/Aeastr/UIPortalBridge.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Aeastr/UIPortalBridge.git
https://github.com/Aeastr/UIPortalBridge.git
{
"dependencies" : [
{
"identity" : "obfuscate",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Aeastr/Obfuscate.git"
}
],
"manifest_display_name" : "UIPortalBridge",
"name" : "UIPortalBridge",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "UIPortalBridge",
"targets" : [
"UIPortalBridge"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIPortalBridge",
"module_type" : "SwiftTarget",
"name" : "UIPortalBridge",
"path" : "Sources/UIPortalBridge",
"product_dependencies" : [
"Obfuscate"
],
"product_memberships" : [
"UIPortalBridge"
],
"sources" : [
"PortalView.swift",
"UIPortalView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Fetching https://github.com/Aeastr/Obfuscate.git
[1/87] Fetching obfuscate
Fetched https://github.com/Aeastr/Obfuscate.git from cache (0.72s)
Computing version for https://github.com/Aeastr/Obfuscate.git
Computed https://github.com/Aeastr/Obfuscate.git at 1.4.0 (1.27s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (2.07s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (5.08s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/Aeastr/Obfuscate.git
Working copy of https://github.com/Aeastr/Obfuscate.git resolved at 1.4.0
error: the library 'UIPortalBridge' requires macos 10.13, but depends on the product 'Obfuscate' which requires macos 10.15; consider changing the library 'UIPortalBridge' to require macos 10.15 or later, or the product 'Obfuscate' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'UIPortalBridge' requires macos 10.13, but depends on the product 'Obfuscate' which requires macos 10.15; consider changing the library 'UIPortalBridge' to require macos 10.15 or later, or the product 'Obfuscate' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm