Build Information
Failed to build swift-oboe, reference main (fff6eb), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 08:43:27 UTC.
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/gmondada/swift-oboe.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gmondada/swift-oboe
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fff6ebb update badges in README
Cloned https://github.com/gmondada/swift-oboe.git
Revision (git rev-parse @):
fff6ebb319abf9b90353a6dec1116be579435528
SUCCESS checkout https://github.com/gmondada/swift-oboe.git at main
Fetching https://github.com/gmondada/oboe.git
[1/25369] Fetching oboe
Fetched https://github.com/gmondada/oboe.git from cache (9.83s)
Creating working copy for https://github.com/gmondada/oboe.git
Working copy of https://github.com/gmondada/oboe.git resolved at 1.9.3
========================================
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": "swift-oboe",
"name": "swift-oboe",
"url": "https://github.com/gmondada/swift-oboe.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-oboe",
"traits": [
"default"
],
"dependencies": [
{
"identity": "oboe",
"name": "oboe",
"url": "https://github.com/gmondada/oboe.git",
"version": "1.9.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/oboe",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/gmondada/swift-oboe.git
[1/137] Fetching swift-oboe
Fetched https://github.com/gmondada/swift-oboe.git from cache (0.60s)
Fetching https://github.com/gmondada/oboe.git from cache
Fetched https://github.com/gmondada/oboe.git from cache (0.46s)
Computing version for https://github.com/gmondada/oboe.git
Computed https://github.com/gmondada/oboe.git at 1.9.3 (0.53s)
Creating working copy for https://github.com/gmondada/swift-oboe.git
Working copy of https://github.com/gmondada/swift-oboe.git resolved at main (fff6ebb)
Creating working copy for https://github.com/gmondada/oboe.git
Working copy of https://github.com/gmondada/oboe.git resolved at 1.9.3
warning: '.resolve-product-dependencies': dependency 'swift-oboe' is not used by any target
Found 1 product dependencies
- oboe
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/gmondada/swift-oboe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'OboeBridge' requires macos 10.13, but depends on the product 'oboe' which requires macos 15.0; consider changing the library 'OboeBridge' to require macos 15.0 or later, or the product 'oboe' to require macos 10.13 or earlier.
error: the library 'SwiftOboe' requires macos 10.13, but depends on the product 'oboe' which requires macos 15.0; consider changing the library 'SwiftOboe' to require macos 15.0 or later, or the product 'oboe' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm