Build Information
Failed to build AudioMarker, reference main (ce0ac0), with Swift 6.1 for Android on 18 Feb 2026 02:41:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atelier-socle/swift-audio-marker.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/atelier-socle/swift-audio-marker
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce0ac0c chore: relicense from MIT to Apache License 2.0
Cloned https://github.com/atelier-socle/swift-audio-marker.git
Revision (git rev-parse @):
ce0ac0cfdea03e5c8f74a06c4dbcff1d48d35e17
SUCCESS checkout https://github.com/atelier-socle/swift-audio-marker.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/atelier-socle/swift-audio-marker.git
https://github.com/atelier-socle/swift-audio-marker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "AudioMarker",
"name" : "AudioMarker",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "AudioMarker",
"targets" : [
"AudioMarker"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "audio-marker",
"targets" : [
"AudioMarkerCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AudioMarkerTests",
"module_type" : "SwiftTarget",
"name" : "AudioMarkerTests",
"path" : "Tests/AudioMarkerTests",
"sources" : [
"AudioMarkerTests.swift",
"BatchTests/BatchOperationTests.swift",
"BatchTests/BatchProcessorTests.swift",
"BatchTests/BatchProgressTests.swift",
"BatchTests/BatchResultTests.swift",
"BatchTests/BatchSummaryTests.swift",
"EngineTests/AudioFormatTests.swift",
"EngineTests/AudioMarkerEngineTests.swift",
"EngineTests/AudioMarkerErrorTests.swift",
"EngineTests/ConfigurationTests.swift",
"ExporterTests/ChapterExporterTests.swift",
"ExporterTests/CueSheetExporterTests.swift",
"ExporterTests/ExportFormatTests.swift",
"ExporterTests/FFMetadataExporterTests.swift",
"ExporterTests/LRCParserTests.swift",
"ExporterTests/MP4ChapsExporterTests.swift",
"ExporterTests/MarkdownExporterTests.swift",
"ExporterTests/PodcastNamespaceParserTests.swift",
"ExporterTests/PodloveJSONExporterTests.swift",
"ExporterTests/PodloveXMLExporterTests.swift",
"ExporterTests/SRTExporterTests.swift",
"ExporterTests/TTMLDocumentSpeakerTests.swift",
"ExporterTests/TTMLDocumentTests.swift",
"ExporterTests/TTMLExporterDocumentTests.swift",
"ExporterTests/TTMLExporterTests.swift",
"ExporterTests/TTMLParseErrorTests.swift",
"ExporterTests/TTMLParserFeatureTests.swift",
"ExporterTests/TTMLParserTests.swift",
"ExporterTests/TTMLStyleTests.swift",
"ExporterTests/TTMLTimeParserTests.swift",
"ExporterTests/WebVTTExporterTests.swift",
"ID3Tests/ID3ErrorTests.swift",
"ID3Tests/ID3FrameBuilderTests.swift",
"ID3Tests/ID3FrameParserCoverageTests.swift",
"ID3Tests/ID3FrameParserTests.swift",
"ID3Tests/ID3FramePropertyTests.swift",
"ID3Tests/ID3HeaderTests.swift",
"ID3Tests/ID3ReaderCoverageTests.swift",
"ID3Tests/ID3ReaderEdgeCaseTests.swift",
"ID3Tests/ID3ReaderTests.swift",
"ID3Tests/ID3TagBuilderTests.swift",
"ID3Tests/ID3TestHelper.swift",
"ID3Tests/ID3TextEncodingTests.swift",
"ID3Tests/ID3WriterTests.swift",
"MP4Tests/MP4AtomBuilderTests.swift",
"MP4Tests/MP4AtomParserTests.swift",
"MP4Tests/MP4ChapterBuilderTests.swift",
"MP4Tests/MP4ChapterParserTests.swift",
"MP4Tests/MP4ErrorTests.swift",
"MP4Tests/MP4MetadataBuilderTests.swift",
"MP4Tests/MP4MetadataParserTests.swift",
"MP4Tests/MP4MoovBuilderTests.swift",
"MP4Tests/MP4ReaderTests.swift",
"MP4Tests/MP4TestFileBuilders.swift",
"MP4Tests/MP4TestHelper.swift",
"MP4Tests/MP4VideoTrackBuilderTests.swift",
"MP4Tests/MP4WriterTestBuilders.swift",
"MP4Tests/MP4WriterTests.swift",
"ModelTests/ArtworkTests.swift",
"ModelTests/AudioFileInfoTests.swift",
"ModelTests/AudioMetadataTests.swift",
"ModelTests/AudioTimestampTests.swift",
"ModelTests/ChapterListTests.swift",
"ModelTests/ChapterTests.swift",
"ModelTests/LyricSegmentTests.swift",
"ModelTests/SynchronizedLyricsTests.swift",
"ShowcaseTests/BatchShowcaseTests.swift",
"ShowcaseTests/EngineShowcaseTests.swift",
"ShowcaseTests/ExporterShowcaseTests.swift",
"ShowcaseTests/ID3ShowcaseTests.swift",
"ShowcaseTests/LyricsShowcaseTests.swift",
"ShowcaseTests/LyricsSubtitleShowcaseTests.swift",
"ShowcaseTests/MP4ShowcaseTests.swift",
"ShowcaseTests/ModelShowcaseTests.swift",
"ShowcaseTests/ShowcaseLyricsIOTests.swift",
"ShowcaseTests/ValidationShowcaseTests.swift",
"StreamingTests/BinaryReaderTests.swift",
"StreamingTests/BinaryWriterTests.swift",
"StreamingTests/ErrorDescriptionTests.swift",
"StreamingTests/FileReaderTests.swift",
"StreamingTests/FileWriterTests.swift",
"StreamingTests/StreamingConstantsTests.swift",
"ValidatorTests/AudioValidatorTests.swift",
"ValidatorTests/ChapterValidationTests.swift",
"ValidatorTests/MetadataValidationTests.swift"
],
"target_dependencies" : [
"AudioMarker"
],
"type" : "test"
},
{
"c99name" : "AudioMarkerCommands",
"module_type" : "SwiftTarget",
"name" : "AudioMarkerCommands",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"audio-marker"
],
"sources" : [
"ArtworkCommand.swift",
"ArtworkExtractCommand.swift",
"AudioMarkerCLI.swift",
"BatchCommand.swift",
"BatchReadCommand.swift",
"BatchStripCommand.swift",
"CLIHelpers.swift",
"ChaptersAddCommand.swift",
"ChaptersClearCommand.swift",
"ChaptersCommand.swift",
"ChaptersExportCommand.swift",
"ChaptersImportCommand.swift",
"ChaptersListCommand.swift",
"ChaptersRemoveCommand.swift",
"InfoCommand.swift",
"LyricsClearCommand.swift",
"LyricsCommand.swift",
"ReadCommand.swift",
"StripCommand.swift",
"ValidateCommand.swift",
"WriteCommand.swift"
],
"target_dependencies" : [
"AudioMarker"
],
"type" : "library"
},
{
"c99name" : "AudioMarkerCLITests",
"module_type" : "SwiftTarget",
"name" : "AudioMarkerCLITests",
"path" : "Tests/AudioMarkerCLITests",
"sources" : [
"ArtworkCommandTests.swift",
"BatchIntegrationTests.swift",
"CLIHelpersTests.swift",
"CLITestHelper.swift",
"ChaptersIntegrationTests.swift",
"CommandIntegrationTests.swift",
"CommandParsingTests.swift",
"ID3TestHelper.swift",
"LyricsClearCommandTests.swift",
"LyricsExportIntegrationTests.swift",
"LyricsImportIntegrationTests.swift",
"LyricsIntegrationTests.swift",
"MP4TestHelper.swift",
"PodcastNamespaceImportTests.swift",
"ShowcaseTests/CLIBatchShowcaseTests.swift",
"ShowcaseTests/CLIChaptersShowcaseTests.swift",
"ShowcaseTests/CLIInfoShowcaseTests.swift",
"ShowcaseTests/CLILyricsShowcaseTests.swift",
"ShowcaseTests/CLIReadShowcaseTests.swift",
"ShowcaseTests/CLIStripShowcaseTests.swift",
"ShowcaseTests/CLIWriteShowcaseTests.swift",
"ValidateCommandTests.swift"
],
"target_dependencies" : [
"AudioMarkerCommands",
"AudioMarker"
],
"type" : "test"
},
{
"c99name" : "AudioMarkerCLI",
"module_type" : "SwiftTarget",
"name" : "AudioMarkerCLI",
"path" : "Sources/CLIEntry",
"product_memberships" : [
"audio-marker"
],
"sources" : [
"Entry.swift"
],
"target_dependencies" : [
"AudioMarkerCommands"
],
"type" : "executable"
},
{
"c99name" : "AudioMarker",
"module_type" : "SwiftTarget",
"name" : "AudioMarker",
"path" : "Sources/AudioMarker",
"product_memberships" : [
"AudioMarker",
"audio-marker"
],
"sources" : [
"AudioMarker.swift",
"Batch/BatchItem.swift",
"Batch/BatchOperation.swift",
"Batch/BatchProcessor+Operations.swift",
"Batch/BatchProcessor.swift",
"Batch/BatchProgress.swift",
"Batch/BatchResult.swift",
"Batch/BatchSummary.swift",
"Engine/AudioFormat.swift",
"Engine/AudioMarkerEngine.swift",
"Engine/AudioMarkerError.swift",
"Engine/Configuration.swift",
"Exporter/ChapterExporter.swift",
"Exporter/CueSheetExporter.swift",
"Exporter/ExportError.swift",
"Exporter/ExportFormat.swift",
"Exporter/FFMetadataExporter.swift",
"Exporter/LRCParser.swift",
"Exporter/MP4ChapsExporter.swift",
"Exporter/MarkdownExporter.swift",
"Exporter/PodcastNamespaceParser.swift",
"Exporter/PodloveJSONExporter.swift",
"Exporter/PodloveXMLExporter.swift",
"Exporter/SRTExporter.swift",
"Exporter/TTMLAgent.swift",
"Exporter/TTMLDocument.swift",
"Exporter/TTMLExporter.swift",
"Exporter/TTMLParseError.swift",
"Exporter/TTMLParser.swift",
"Exporter/TTMLRegion.swift",
"Exporter/TTMLStyle.swift",
"Exporter/TTMLTimeParser.swift",
"Exporter/WebVTTExporter.swift",
"ID3/ID3Error.swift",
"ID3/ID3Frame.swift",
"ID3/ID3FrameBuilder.swift",
"ID3/ID3FrameID.swift",
"ID3/ID3FrameParser.swift",
"ID3/ID3Header.swift",
"ID3/ID3Reader.swift",
"ID3/ID3TagBuilder.swift",
"ID3/ID3TextEncoding.swift",
"ID3/ID3Version.swift",
"ID3/ID3Writer.swift",
"MP4/MP4Atom.swift",
"MP4/MP4AtomBuilder.swift",
"MP4/MP4AtomParser.swift",
"MP4/MP4AtomType.swift",
"MP4/MP4ChapterBuilder.swift",
"MP4/MP4ChapterParser.swift",
"MP4/MP4Error.swift",
"MP4/MP4MetadataBuilder.swift",
"MP4/MP4MetadataParser.swift",
"MP4/MP4MoovBuilder.swift",
"MP4/MP4Reader.swift",
"MP4/MP4TextTrackBuilder.swift",
"MP4/MP4VideoTrackBuilder.swift",
"MP4/MP4Writer.swift",
"Model/Artwork.swift",
"Model/ArtworkFormat.swift",
"Model/AudioFileInfo.swift",
"Model/AudioMetadata.swift",
"Model/AudioTimestamp.swift",
"Model/Chapter.swift",
"Model/ChapterList.swift",
"Model/ContentType.swift",
"Model/LyricLine.swift",
"Model/LyricSegment.swift",
"Model/PrivateData.swift",
"Model/SynchronizedLyrics.swift",
"Model/UniqueFileIdentifier.swift",
"Streaming/BinaryReader.swift",
"Streaming/BinaryWriter.swift",
"Streaming/FileReader.swift",
"Streaming/FileWriter.swift",
"Streaming/StreamingConstants.swift",
"Streaming/StreamingError.swift",
"Validator/AudioValidator.swift",
"Validator/ChapterValidationRules.swift",
"Validator/MetadataValidationRules.swift",
"Validator/ValidationIssue.swift",
"Validator/ValidationResult.swift",
"Validator/ValidationRule.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
c698cad8c384: Already exists
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 android