Build Information
Successful build of DSPHeaders, reference 1.0.7 (f83d1a
), with Swift 6.2 (beta) for Android on 7 Aug 2025 19:13:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/DSPHeaders.git
Reference: 1.0.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bradhowes/DSPHeaders
* tag 1.0.7 -> FETCH_HEAD
HEAD is now at f83d1af Lower ios min version
Cloned https://github.com/bradhowes/DSPHeaders.git
Revision (git rev-parse @):
f83d1afbfeef92b592f2e88c3426e392084b17d7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/DSPHeaders.git at 1.0.7
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/bradhowes/DSPHeaders.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': 2025-08-07 19:13:04.183 spi-builder-workspace-manifest[68:9f8bd800] --- compiling with UNSAFE C++ flags: 0
warning: 'spi-builder-workspace': ignoring target 'DSPHeadersTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/1] Compiling DSPHeaders DSPHeaders.mm
Build complete! (0.98s)
Build complete.
{
"cxx_language_standard" : "c++2b",
"dependencies" : [
],
"manifest_display_name" : "DSPHeaders",
"name" : "DSPHeaders",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DSPHeaders",
"targets" : [
"DSPHeaders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DSPHeadersTests",
"module_type" : "ClangTarget",
"name" : "DSPHeadersTests",
"path" : "Tests/DSPHeadersTests",
"sources" : [
"BiquadTests.mm",
"BoolParameterTests.mm",
"BufferFacetTests.mm",
"BusBuffersTests.mm",
"ConstMathTests.mm",
"DSPTests.mm",
"DelayBufferTests.mm",
"EventProcessorTests.mm",
"IntegralParameterTests.mm",
"LFOTests.mm",
"MillisecondParameterTests.mm",
"PercentageParameterTests.mm",
"PhaseIncrementTests.mm",
"PhaseShifterTests.mm",
"Pirkle/fxobjects.cpp",
"RampingParameterTests.mm",
"SampleBufferTests.mm"
],
"target_dependencies" : [
"DSPHeaders"
],
"type" : "test"
},
{
"c99name" : "DSPHeaders",
"module_type" : "ClangTarget",
"name" : "DSPHeaders",
"path" : "Sources/DSPHeaders",
"product_memberships" : [
"DSPHeaders"
],
"sources" : [
"DSPHeaders.mm"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
warning: 'spi-builder-workspace': 2025-08-07 19:13:09.929 spi-builder-workspace-manifest[61:5bc28800] --- compiling with UNSAFE C++ flags: 0
warning: 'spi-builder-workspace': ignoring target 'DSPHeadersTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Done.