The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-oboe, reference main (fff6eb), with Swift 6.2 for macOS (SPM) on 26 Oct 2025 13:16:04 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 (3.84s)
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",
  "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",
      "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",
          "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.68s)
Fetching https://github.com/gmondada/oboe.git from cache
Fetched https://github.com/gmondada/oboe.git from cache (0.44s)
Computing version for https://github.com/gmondada/oboe.git
Computed https://github.com/gmondada/oboe.git at 1.9.3 (0.49s)
Creating working copy for https://github.com/gmondada/oboe.git
Working copy of https://github.com/gmondada/oboe.git resolved at 1.9.3
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)
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.2
Building package at path:  $PWD
https://github.com/gmondada/swift-oboe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.2 macosSpm