The Swift Package Index logo.Swift Package Index

Build Information

Failed to build oboe, reference spm (c1e083), with Swift 6.2 for macOS (SPM) on 15 Nov 2025 15:49:45 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/oboe.git
Reference: spm
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gmondada/oboe
 * branch            spm        -> FETCH_HEAD
 * [new branch]      spm        -> origin/spm
HEAD is now at c1e0838 spm: build version tags from spm-xxx tags
Cloned https://github.com/gmondada/oboe.git
Revision (git rev-parse @):
c1e0838cbe67a850724c5b259b4f7452ce796c95
SUCCESS checkout https://github.com/gmondada/oboe.git at spm
========================================
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": "oboe",
      "name": "oboe",
      "url": "https://github.com/gmondada/oboe.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/oboe",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/gmondada/oboe.git
[1/25369] Fetching oboe
Fetched https://github.com/gmondada/oboe.git from cache (50.47s)
Creating working copy for https://github.com/gmondada/oboe.git
Working copy of https://github.com/gmondada/oboe.git resolved at spm (c1e0838)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gmondada/oboe.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/68] Compiling FixedBlockReader.cpp
[0/68] Compiling FixedBlockAdapter.cpp
/Users/admin/builder/spi-builder-workspace/spm/src/flowgraph/SourceI32.cpp:24:10: fatal error: 'audio_utils/primitives.h' file not found
   24 | #include <audio_utils/primitives.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/68] Compiling SourceI32.cpp
/Users/admin/builder/spi-builder-workspace/spm/src/flowgraph/SourceI24.cpp:24:10: fatal error: 'audio_utils/primitives.h' file not found
   24 | #include <audio_utils/primitives.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2/68] Compiling SourceI24.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/opensles/OutputMixerOpenSLES.cpp:18:
/Users/admin/builder/spi-builder-workspace/spm/src/common/OboeDebug.h:21:10: fatal error: 'android/log.h' file not found
   21 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
[2/68] Compiling OutputMixerOpenSLES.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/FilterAudioStream.cpp:19:
/Users/admin/builder/spi-builder-workspace/spm/src/common/OboeDebug.h:21:10: fatal error: 'android/log.h' file not found
   21 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
[2/68] Compiling FilterAudioStream.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/AudioSourceCaller.cpp:17:
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/AudioSourceCaller.h:20:
/Users/admin/builder/spi-builder-workspace/spm/src/common/OboeDebug.h:21:10: fatal error: 'android/log.h' file not found
   21 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
[2/68] Compiling AudioSourceCaller.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/AdpfWrapper.cpp:21:
/Users/admin/builder/spi-builder-workspace/spm/public/oboe/AudioClock.h:49:45: error: use of undeclared identifier 'TIMER_ABSTIME'
   49 |         return 0 - clock_nanosleep(clockId, TIMER_ABSTIME, &time, NULL);
      |                                             ^
/Users/admin/builder/spi-builder-workspace/spm/public/oboe/AudioClock.h:66:24: error: use of undeclared identifier 'clock_nanosleep'
   66 |             return 0 - clock_nanosleep(clockId, 0, &time, NULL);
      |                        ^
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/AdpfWrapper.cpp:23:
/Users/admin/builder/spi-builder-workspace/spm/src/common/OboeDebug.h:21:10: fatal error: 'android/log.h' file not found
   21 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
[2/68] Compiling AdpfWrapper.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/DataConversionFlowGraph.cpp:19:
/Users/admin/builder/spi-builder-workspace/spm/src/common/OboeDebug.h:21:10: fatal error: 'android/log.h' file not found
   21 | #include <android/log.h>
      |          ^~~~~~~~~~~~~~~
[2/68] Compiling DataConversionFlowGraph.cpp
In file included from /Users/admin/builder/spi-builder-workspace/spm/src/common/AudioStreamBuilder.cpp:20:
/Users/admin/builder/spi-builder-workspace/spm/src/aaudio/AAudioExtensions.h:23:10: fatal error: 'sys/system_properties.h' file not found
   23 | #include <sys/system_properties.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/68] Compiling AudioStreamBuilder.cpp
[2/68] Compiling LatencyTuner.cpp
[2/68] Write swift-version-49B95AFC49DCD68C.txt
BUILD FAILURE 6.2 macosSpm