Build Information
Failed to build spfk-audio-conversion, reference main (0be9c4), with Swift 6.1 for Linux on 9 Apr 2026 23:03:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ryanfrancesconi/spfk-audio-conversion.git
Reference: main
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/ryanfrancesconi/spfk-audio-conversion
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0be9c4f Add security-scoped access for audio conversion in AudioFormatConverter
Cloned https://github.com/ryanfrancesconi/spfk-audio-conversion.git
Revision (git rev-parse @):
0be9c4f97d45ca8bd82d6c153928ff8aeb0f1df0
SUCCESS checkout https://github.com/ryanfrancesconi/spfk-audio-conversion.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ryanfrancesconi/spfk-audio-conversion.git
https://github.com/ryanfrancesconi/spfk-audio-conversion.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++20",
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spfk-base",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-base"
},
{
"identity" : "spfk-audio-base",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.6",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-audio-base"
},
{
"identity" : "spfk-metadata",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.9",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-metadata"
},
{
"identity" : "spfk-lame",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-lame"
},
{
"identity" : "spfk-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.9",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-testing"
},
{
"identity" : "spfk-utils",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ryanfrancesconi/spfk-utils"
},
{
"identity" : "sndfile-binary-xcframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/sndfile-binary-xcframework"
},
{
"identity" : "ogg-binary-xcframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/ogg-binary-xcframework"
},
{
"identity" : "flac-binary-xcframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/flac-binary-xcframework"
},
{
"identity" : "vorbis-binary-xcframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/vorbis-binary-xcframework"
},
{
"identity" : "opus-binary-xcframework",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sbooth/opus-binary-xcframework"
}
],
"manifest_display_name" : "spfk-audio-conversion",
"name" : "spfk-audio-conversion",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SPFKAudioConversion",
"targets" : [
"SPFKAudioConversion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SPFKAudioConverterC",
"module_type" : "ClangTarget",
"name" : "SPFKAudioConverterC",
"path" : "Sources/SPFKAudioConverterC",
"product_dependencies" : [
"sndfile",
"ogg",
"FLAC",
"vorbis",
"opus",
"lame",
"mpg123"
],
"product_memberships" : [
"SPFKAudioConversion"
],
"sources" : [
"LameConverter.m",
"SndFileConverter.m"
],
"type" : "library"
},
{
"c99name" : "SPFKAudioConversionTests",
"module_type" : "SwiftTarget",
"name" : "SPFKAudioConversionTests",
"path" : "Tests/SPFKAudioConversionTests",
"product_dependencies" : [
"SPFKTesting"
],
"sources" : [
"AssetWriterErrorTests.swift",
"AudioFormatConverterOptionsTests.swift",
"AudioFormatConverterTests.swift",
"BatchAudioFormatConverterDataTests.swift",
"BatchAudioFormatConverterTests.swift",
"BatchEdgeCaseTests.swift",
"CancellationTests.swift",
"ConversionErrorTests.swift",
"ConversionPathTests.swift",
"CreateOutputDescriptionTests.swift",
"FormatDetectionTests.swift",
"MetadataCopyTests.swift",
"PCMConversionTests.swift"
],
"target_dependencies" : [
"SPFKAudioConversion",
"SPFKAudioConverterC"
],
"type" : "test"
},
{
"c99name" : "SPFKAudioConversion",
"module_type" : "SwiftTarget",
"name" : "SPFKAudioConversion",
"path" : "Sources/SPFKAudioConversion",
"product_dependencies" : [
"SPFKBase",
"SPFKAudioBase",
"SPFKMetadata",
"SPFKUtils"
],
"product_memberships" : [
"SPFKAudioConversion"
],
"sources" : [
"AudioFormatConverter/AssetWriter.swift",
"AudioFormatConverter/AssetWriterContainer.swift",
"AudioFormatConverter/AudioFormatConverter+Compressed.swift",
"AudioFormatConverter/AudioFormatConverter+Metadata.swift",
"AudioFormatConverter/AudioFormatConverter+PCM.swift",
"AudioFormatConverter/AudioFormatConverter+Utilities.swift",
"AudioFormatConverter/AudioFormatConverter.swift",
"AudioFormatConverter/AudioFormatConverterSource.swift",
"Batch/BatchAudioFormatConverter.swift",
"Batch/BatchAudioFormatConverterData.swift",
"Batch/BatchAudioFormatConverterResult.swift"
],
"target_dependencies" : [
"SPFKAudioConverterC"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.3
BUILD FAILURE 6.1 linux