Build Information
Failed to build swift-fcpxml, reference 0.1.1 (cba783), with Swift 6.1 for Linux on 26 Mar 2026 02:36:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/orchetect/swift-fcpxml.git
Reference: 0.1.1
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/orchetect/swift-fcpxml
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at cba783f Bumped swift-extensions dependency to 2.1.4
Cloned https://github.com/orchetect/swift-fcpxml.git
Revision (git rev-parse @):
cba783f18cc894f1d5c631dd56d4fdf450a4b2be
SUCCESS checkout https://github.com/orchetect/swift-fcpxml.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/swift-fcpxml.git
https://github.com/orchetect/swift-fcpxml.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.4",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-extensions"
},
{
"identity" : "swift-timecode",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-timecode"
},
{
"identity" : "swift-testing-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-testing-extensions"
}
],
"manifest_display_name" : "swift-fcpxml",
"name" : "swift-fcpxml",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftFCPXML",
"targets" : [
"SwiftFCPXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftFCPXMLTests",
"module_type" : "SwiftTarget",
"name" : "SwiftFCPXMLTests",
"path" : "Tests/SwiftFCPXMLTests",
"product_dependencies" : [
"TestingExtensions"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SwiftFCPXMLTests/TestResource/FCPXML Exports",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"File Tests/FCPXML 23.98.swift",
"File Tests/FCPXML 24.swift",
"File Tests/FCPXML 24With25Media.swift",
"File Tests/FCPXML 25i.swift",
"File Tests/FCPXML 29.97.swift",
"File Tests/FCPXML 29.97d.swift",
"File Tests/FCPXML 30.swift",
"File Tests/FCPXML 50.swift",
"File Tests/FCPXML 59.94.swift",
"File Tests/FCPXML 60.swift",
"File Tests/FCPXML Annotations.swift",
"File Tests/FCPXML AudioOnly.swift",
"File Tests/FCPXML AuditionMarkers.swift",
"File Tests/FCPXML AuditionMarkers2.swift",
"File Tests/FCPXML AuditionMarkers3.swift",
"File Tests/FCPXML BasicMarkers.swift",
"File Tests/FCPXML BasicMarkers_1HourProjectStart.swift",
"File Tests/FCPXML ClipMetadata.swift",
"File Tests/FCPXML Complex.swift",
"File Tests/FCPXML CompoundClips.swift",
"File Tests/FCPXML DisabledClips.swift",
"File Tests/FCPXML Keywords.swift",
"File Tests/FCPXML MulticamMarkers.swift",
"File Tests/FCPXML MulticamMarkers2.swift",
"File Tests/FCPXML Occlusion.swift",
"File Tests/FCPXML Occlusion2.swift",
"File Tests/FCPXML Occlusion3.swift",
"File Tests/FCPXML RolesList.swift",
"File Tests/FCPXML StandaloneAssetClip.swift",
"File Tests/FCPXML StandaloneLibraryEventClip.swift",
"File Tests/FCPXML StandaloneRefClip.swift",
"File Tests/FCPXML SyncClip.swift",
"File Tests/FCPXML SyncClipRoles.swift",
"File Tests/FCPXML SyncClipRoles2.swift",
"File Tests/FCPXML TitlesRoles.swift",
"File Tests/FCPXML TransitionMarkers1.swift",
"File Tests/FCPXML TransitionMarkers2.swift",
"File Tests/FCPXML TwoClipsMarkers.swift",
"Logic and Parsing/FCPXML Calculations.swift",
"Logic and Parsing/FCPXML Element Init Tests.swift",
"Logic and Parsing/FCPXML Format Info.swift",
"Logic and Parsing/FCPXML Frame Data Tests.swift",
"Logic and Parsing/FCPXML Library Tests.swift",
"Logic and Parsing/FCPXML Roles Parsing.swift",
"Logic and Parsing/FCPXML Root Version Tests.swift",
"Logic and Parsing/FCPXML Structure.swift",
"TestResource/TestResource.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SwiftFCPXML"
],
"type" : "test"
},
{
"c99name" : "SwiftFCPXML",
"module_type" : "SwiftTarget",
"name" : "SwiftFCPXML",
"path" : "Sources/SwiftFCPXML",
"product_dependencies" : [
"SwiftExtensions",
"SwiftTimecodeCore"
],
"product_memberships" : [
"SwiftFCPXML"
],
"sources" : [
"API Evolution/API-swift-daw-file-tools-0.7.2.swift",
"API Evolution/API-swift-fcpxml-0.1.0.swift",
"Context/FCPXML ElementContext Items.swift",
"Context/FCPXML ElementContext Tools.swift",
"Context/FCPXML ElementContext.swift",
"Context/FCPXML FrameRateSource.swift",
"Element Types/ElementModelType/FCPXML AnyElementModelType Static.swift",
"Element Types/ElementModelType/FCPXML AnyElementModelType.swift",
"Element Types/ElementModelType/FCPXML ElementModelType XML.swift",
"Element Types/ElementModelType/FCPXML ElementModelType.swift",
"Element Types/ElementModelType/FCPXMLElementModelTypeProtocol Static.swift",
"Element Types/ElementModelType/FCPXMLElementModelTypeProtocol.swift",
"Element Types/ElementType/FCPXML ElementType XML.swift",
"Element Types/ElementType/FCPXML ElementType.swift",
"Errors/FCPXML ParseError.swift",
"Extraction/FCPXML Extract.swift",
"Extraction/FCPXML ExtractableChildren.swift",
"Extraction/FCPXML ExtractedElement.swift",
"Extraction/FCPXML Extraction.swift",
"Extraction/FCPXML ExtractionScope.swift",
"Extraction/FCPXMLExtractedElement.swift",
"Extraction/FCPXMLExtractedModelElement.swift",
"Extraction/Presets/FCPXML CaptionsExtractionPreset.swift",
"Extraction/Presets/FCPXML FrameDataPreset.swift",
"Extraction/Presets/FCPXML MarkersExtractionPreset.swift",
"Extraction/Presets/FCPXML RolesExtractionPreset.swift",
"Extraction/Presets/FCPXMLExtractionPreset.swift",
"FCPXML Properties.swift",
"FCPXML init.swift",
"FCPXML.swift",
"Model/Common/Attributes/FCPXML AudioLayout.swift",
"Model/Common/Attributes/FCPXML AudioRate.swift",
"Model/Common/Attributes/FCPXML ClipSourceEnable.swift",
"Model/Common/Attributes/FCPXML FrameSampling.swift",
"Model/Common/Attributes/FCPXML TimecodeFormat.swift",
"Model/Common/Elements/FCPXML AudioChannelSource.swift",
"Model/Common/Elements/FCPXML AudioRoleSource.swift",
"Model/Common/Elements/FCPXML ConformRate.swift",
"Model/Common/Elements/FCPXML MediaRep.swift",
"Model/Common/Elements/FCPXML Metadata Metadatum.swift",
"Model/Common/Elements/FCPXML Metadata.swift",
"Model/Common/Elements/FCPXML Text.swift",
"Model/Common/Elements/FCPXML TimeMap TimePoint.swift",
"Model/Common/Elements/FCPXML TimeMap.swift",
"Model/FCPXML Root Version.swift",
"Model/FCPXML Root.swift",
"Model/Meta/AnyTimeline/FCPXML AnyTimeline.swift",
"Model/Protocols/FCPXMLAttribute.swift",
"Model/Protocols/FCPXMLElement Extensions.swift",
"Model/Protocols/FCPXMLElement.swift",
"Model/Protocols/Single Attributes/FCPXMLElementDuration.swift",
"Model/Protocols/Single Attributes/FCPXMLElementFrameSampling.swift",
"Model/Protocols/Single Attributes/FCPXMLElementModDate.swift",
"Model/Protocols/Single Attributes/FCPXMLElementOffset.swift",
"Model/Protocols/Single Attributes/FCPXMLElementStart.swift",
"Model/Protocols/Single Attributes/FCPXMLElementTCFormat.swift",
"Model/Protocols/Single Attributes/FCPXMLElementTCStart.swift",
"Model/Protocols/Single Children/FCPXMLElementAudioChannelSourceChildren.swift",
"Model/Protocols/Single Children/FCPXMLElementAudioRoleSourceChildren.swift",
"Model/Protocols/Single Children/FCPXMLElementBookmarkChild.swift",
"Model/Protocols/Single Children/FCPXMLElementMetadataChild.swift",
"Model/Protocols/Single Children/FCPXMLElementNoteChild.swift",
"Model/Protocols/Single Children/FCPXMLElementTextChildren.swift",
"Model/Protocols/Single Children/FCPXMLElementTextStyleDefinitionChildren.swift",
"Model/Protocols/Story Elements/FCPXMLElementAnchorableAttributes.swift",
"Model/Protocols/Story Elements/FCPXMLElementAudioStartAndDuration.swift",
"Model/Protocols/Story Elements/FCPXMLElementClipAttributes.swift",
"Model/Protocols/Story Elements/FCPXMLElementClipAttributesOptionalDuration.swift",
"Model/Protocols/Story Elements/FCPXMLElementMediaAttributes.swift",
"Model/Protocols/Story Elements/FCPXMLElementMetaTimeline.swift",
"Model/Protocols/Story Elements/FCPXMLElementTimingParams.swift",
"Model/Resources/FCPXML Asset.swift",
"Model/Resources/FCPXML Effect.swift",
"Model/Resources/FCPXML Format.swift",
"Model/Resources/FCPXML Locator.swift",
"Model/Resources/FCPXML Media Multicam Angle.swift",
"Model/Resources/FCPXML Media Multicam.swift",
"Model/Resources/FCPXML Media.swift",
"Model/Resources/FCPXML ObjectTracker TrackingShape.swift",
"Model/Resources/FCPXML ObjectTracker.swift",
"Model/Roles/FCPXML AudioRole.swift",
"Model/Roles/FCPXML CaptionRole.swift",
"Model/Roles/FCPXML VideoRole.swift",
"Model/Roles/Meta/FCPXML AncestorRoles.swift",
"Model/Roles/Meta/FCPXML AnyInterpolatedRole.swift",
"Model/Roles/Meta/FCPXML AnyRole.swift",
"Model/Roles/Meta/FCPXML RoleType.swift",
"Model/Roles/Meta/FCPXMLCollapsibleRole.swift",
"Model/Roles/Meta/FCPXMLRole.swift",
"Model/Story/Annotations/FCPXML Caption.swift",
"Model/Story/Annotations/FCPXML Keyword.swift",
"Model/Story/Annotations/FCPXML Marker.swift",
"Model/Story/Clips/FCPXML AssetClip.swift",
"Model/Story/Clips/FCPXML Audio.swift",
"Model/Story/Clips/FCPXML Audition.swift",
"Model/Story/Clips/FCPXML Clip.swift",
"Model/Story/Clips/FCPXML Gap.swift",
"Model/Story/Clips/FCPXML RefClip.swift",
"Model/Story/Clips/FCPXML Title.swift",
"Model/Story/Clips/FCPXML Transition.swift",
"Model/Story/Clips/FCPXML Video.swift",
"Model/Story/Clips/MCClip/FCPXML MCClip.swift",
"Model/Story/Clips/MCClip/FCPXML MulticamSource.swift",
"Model/Story/Clips/SyncClip/FCPXML SyncClip.swift",
"Model/Story/Clips/SyncClip/FCPXML SyncSource.swift",
"Model/Story/FCPXML Sequence.swift",
"Model/Story/FCPXML Spine.swift",
"Model/Structure/FCPXML Event.swift",
"Model/Structure/FCPXML Library.swift",
"Model/Structure/FCPXML Project.swift",
"Occlusion/FCPXML Element Occlusion.swift",
"Occlusion/FCPXML ElementOcclusion.swift",
"Utilities/FCPXML Time Utilities.swift",
"Utilities/Swift Extensions.swift",
"XML/FCPXML Attributes.swift",
"XML/FCPXML Clip Parsing.swift",
"XML/FCPXML Elements Parsing.swift",
"XML/FCPXML Metadata Parsing.swift",
"XML/FCPXML Resources Parsing.swift",
"XML/FCPXML Roles Parsing.swift",
"XML/FCPXML Root Parsing.swift",
"XML/FCPXML Time and Frame Rate Parsing.swift",
"XML/XML Utilities.swift",
"XML/XMLParsableAttributesKey.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
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-0":/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:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
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