Build Information
Failed to build FragmentedMP4Parser, reference master (73db74), with Swift 6.1 for Android on 27 May 2025 13:03:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbader/fragmentedmp4parser.git
Reference: master
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/sbader/fragmentedmp4parser
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 73db74b Fixes for eac3
Cloned https://github.com/sbader/fragmentedmp4parser.git
Revision (git rev-parse @):
73db74be891c5dd6f2adf2e38db2c450f6cceda1
SUCCESS checkout https://github.com/sbader/fragmentedmp4parser.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sbader/fragmentedmp4parser.git
https://github.com/sbader/fragmentedmp4parser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fragmentedmp4description",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "/host/FragmentedMP4Description"
}
],
"manifest_display_name" : "FragmentedMP4Parser",
"name" : "FragmentedMP4Parser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FragmentedMP4Parser",
"targets" : [
"FragmentedMP4Parser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FragmentedMP4ParserTests",
"module_type" : "SwiftTarget",
"name" : "FragmentedMP4ParserTests",
"path" : "Tests/FragmentedMP4ParserTests",
"sources" : [
"FragmentedMP4ParserTests.swift",
"HEVCDecoderCongurationRecordTests.swift"
],
"target_dependencies" : [
"FragmentedMP4Parser"
],
"type" : "test"
},
{
"c99name" : "FragmentedMP4Parser",
"module_type" : "SwiftTarget",
"name" : "FragmentedMP4Parser",
"path" : "Sources/FragmentedMP4Parser",
"product_dependencies" : [
"FragmentedMP4Description"
],
"product_memberships" : [
"FragmentedMP4Parser"
],
"sources" : [
"AVCDecoderConfigurationRecord.swift",
"AudioSampleEntry.swift",
"AudioSpecificConfig.swift",
"BoxHeader.swift",
"Buffer+Reading.swift",
"Buffer.swift",
"FileTypeBox.swift",
"FragmentInfo.swift",
"FragmentedMediaFileParser.swift",
"HEVCDecoderConfigurationRecord.swift",
"IFrameSample.swift",
"MP4DescriptorContainer.swift",
"MediaBox.swift",
"MediaDataBoxInfo.swift",
"MediaFileBox.swift",
"MediaHandlerBox.swift",
"MediaHeaderBox.swift",
"MediaInformationBox.swift",
"MovieBox.swift",
"MovieFragmentBox.swift",
"MovieFragmentHeaderBox.swift",
"MovieHeaderBox.swift",
"SampleDescriptionBox.swift",
"SampleTableBox.swift",
"TrackBox.swift",
"TrackFragmentBox.swift",
"TrackFragmentHeaderBox.swift",
"TrackHeaderBox.swift",
"TrackRunBox.swift",
"VisualSampleEntry.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching /host/FragmentedMP4Description
error: Failed to clone repository /host/FragmentedMP4Description:
fatal: repository '/host/FragmentedMP4Description' does not exist
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching /host/FragmentedMP4Description
error: Failed to clone repository /host/FragmentedMP4Description:
fatal: repository '/host/FragmentedMP4Description' does not exist
BUILD FAILURE 6.1 android