Build Information
Failed to build Quiver, reference main (d3b0cd), with Swift 6.1 for Linux on 12 Feb 2026 01:09:45 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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hironichu/Quiver.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/hironichu/Quiver
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d3b0cdc (feat/git): Develop Branch (#2)
Cloned https://github.com/hironichu/Quiver.git
Revision (git rev-parse @):
d3b0cdc56b57775adebd771558245913b4a7e728
SUCCESS checkout https://github.com/hironichu/Quiver.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hironichu/Quiver.git
https://github.com/hironichu/Quiver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.92.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-certificates",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-certificates.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin.git"
}
],
"manifest_display_name" : "Quiver",
"name" : "Quiver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "QUIC",
"targets" : [
"QUIC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QUICCore",
"targets" : [
"QUICCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QPACK",
"targets" : [
"QPACK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTTP3",
"targets" : [
"HTTP3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "QUICEchoServer",
"targets" : [
"QUICEchoServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "HTTP3Demo",
"targets" : [
"HTTP3Demo"
],
"type" : {
"executable" : null
}
},
{
"name" : "WebTransportDemo",
"targets" : [
"WebTransportDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "QUICNetworkDemo",
"targets" : [
"QUICNetworkDemo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "WebTransportDemo",
"module_type" : "SwiftTarget",
"name" : "WebTransportDemo",
"path" : "Examples/WebTransportDemo",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"WebTransportDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"QUIC",
"QUICCore",
"QUICCrypto",
"QUICTransport",
"HTTP3",
"QPACK",
"NIOUDPTransport"
],
"type" : "executable"
},
{
"c99name" : "QuiverTestSupport",
"module_type" : "SwiftTarget",
"name" : "QuiverTestSupport",
"path" : "Tests/QuiverTestSupport",
"sources" : [
"TestLogging.swift"
],
"target_dependencies" : [
"QUICCore"
],
"type" : "library"
},
{
"c99name" : "QUICTransport",
"module_type" : "SwiftTarget",
"name" : "QUICTransport",
"path" : "Sources/QUICTransport",
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"ECN.swift",
"Pacing.swift",
"PlatformSocket.swift",
"UDPSocket.swift"
],
"target_dependencies" : [
"QUICCore",
"NIOUDPTransport"
],
"type" : "library"
},
{
"c99name" : "QUICTests",
"module_type" : "SwiftTarget",
"name" : "QUICTests",
"path" : "Tests/QUICTests",
"sources" : [
"ConnectionIDExchangeRFCTests.swift",
"EndpointTests.swift",
"Interop/InteropTestVectors.swift",
"Interop/InteropTests.swift",
"Interop/LoopbackInteropTests.swift",
"NetworkConfigTests.swift",
"QUICConfigurationTests.swift",
"TLSIntegrationTests.swift",
"TestLogging.swift"
],
"target_dependencies" : [
"QUIC",
"QUICRecovery",
"QUICTransport",
"QuiverTestSupport"
],
"type" : "test"
},
{
"c99name" : "QUICStreamTests",
"module_type" : "SwiftTarget",
"name" : "QUICStreamTests",
"path" : "Tests/QUICStreamTests",
"sources" : [
"DataBufferTests.swift",
"DataStreamTests.swift",
"FlowControllerTests.swift",
"StreamManagerTests.swift",
"StreamPriorityTests.swift",
"StreamSchedulerTests.swift"
],
"target_dependencies" : [
"QUICStream",
"QUICCore"
],
"type" : "test"
},
{
"c99name" : "QUICStream",
"module_type" : "SwiftTarget",
"name" : "QUICStream",
"path" : "Sources/QUICStream",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"DataBuffer.swift",
"DataStream.swift",
"FlowController.swift",
"PriorityHeaderParser.swift",
"PriorityUpdate.swift",
"StreamIdentifier.swift",
"StreamManager.swift",
"StreamPriority.swift",
"StreamScheduler.swift",
"StreamState.swift"
],
"target_dependencies" : [
"QUICCore"
],
"type" : "library"
},
{
"c99name" : "QUICRecoveryTests",
"module_type" : "SwiftTarget",
"name" : "QUICRecoveryTests",
"path" : "Tests/QUICRecoveryTests",
"sources" : [
"AckManagerTests.swift",
"CongestionControllerTests.swift",
"LossDetectorTests.swift",
"ProfilingTests.swift",
"RecoveryBenchmarkTests.swift"
],
"target_dependencies" : [
"QUICRecovery",
"QUICCore"
],
"type" : "test"
},
{
"c99name" : "QUICRecovery",
"module_type" : "SwiftTarget",
"name" : "QUICRecovery",
"path" : "Sources/QUICRecovery",
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"AckManager.swift",
"AntiAmplificationLimiter.swift",
"CongestionController.swift",
"FastDuration.swift",
"LossDetectionConstants.swift",
"LossDetector.swift",
"NewRenoCongestionController.swift",
"PacketNumberSpaceManager.swift",
"RTTEstimator.swift",
"SentPacket.swift"
],
"target_dependencies" : [
"QUICCore"
],
"type" : "library"
},
{
"c99name" : "QUICNetworkDemo",
"module_type" : "SwiftTarget",
"name" : "QUICNetworkDemo",
"path" : "Examples/QUICNetworkDemo",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUICNetworkDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"QUIC",
"QUICCore",
"QUICCrypto",
"QUICConnection",
"QUICTransport",
"NIOUDPTransport"
],
"type" : "executable"
},
{
"c99name" : "QUICEchoServer",
"module_type" : "SwiftTarget",
"name" : "QUICEchoServer",
"path" : "Examples/QUICEchoServer",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUICEchoServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"QUIC",
"QUICCore",
"QUICCrypto",
"QUICTransport",
"NIOUDPTransport"
],
"type" : "executable"
},
{
"c99name" : "QUICCryptoTests",
"module_type" : "SwiftTarget",
"name" : "QUICCryptoTests",
"path" : "Tests/QUICCryptoTests",
"sources" : [
"AEADTests.swift",
"ChaCha20Tests.swift",
"InitialSecretsTests.swift",
"RFCComplianceTests/KeyUpdateRFCTests.swift",
"RFCComplianceTests/PreferredAddressRFCTests.swift",
"RFCComplianceTests/RetryIntegrityTagRFCTests.swift",
"TLSTests/ExtensionTests.swift",
"TLSTests/HandshakeFlowTests.swift",
"TLSTests/HandshakeMessageTests.swift",
"TLSTests/KeyExchangeTests.swift",
"TLSTests/KeyScheduleTests.swift",
"TLSTests/PSKTests.swift",
"TLSTests/RevocationIntegrationTests.swift",
"TLSTests/SystemTrustStoreTests.swift",
"TLSTests/X509Tests.swift"
],
"target_dependencies" : [
"QUICCrypto"
],
"type" : "test"
},
{
"c99name" : "QUICCrypto",
"module_type" : "SwiftTarget",
"name" : "QUICCrypto",
"path" : "Sources/QUICCrypto",
"product_dependencies" : [
"Crypto",
"X509",
"SwiftASN1"
],
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"AEAD.swift",
"ChaCha20Block.swift",
"CryptoState.swift",
"CryptoStateKeyPhase.swift",
"CryptoStream/CryptoBuffer.swift",
"CryptoStream/CryptoStream.swift",
"CryptoStream/CryptoStreamManager.swift",
"InitialSecrets.swift",
"KeySchedule/KeySchedule.swift",
"KeyUpdate.swift",
"RetryIntegrityTag.swift",
"TLS/Crypto/KeyExchange.swift",
"TLS/Crypto/PEMLoader.swift",
"TLS/Crypto/Signature.swift",
"TLS/Extensions/ALPN.swift",
"TLS/Extensions/EarlyData.swift",
"TLS/Extensions/KeyShare.swift",
"TLS/Extensions/PreSharedKey.swift",
"TLS/Extensions/PskKeyExchangeModes.swift",
"TLS/Extensions/ServerName.swift",
"TLS/Extensions/SignatureAlgorithms.swift",
"TLS/Extensions/SupportedGroups.swift",
"TLS/Extensions/SupportedVersions.swift",
"TLS/Extensions/TLSExtension.swift",
"TLS/KeySchedule/TLSKeySchedule.swift",
"TLS/KeySchedule/TranscriptHash.swift",
"TLS/Messages/Alert.swift",
"TLS/Messages/Certificate.swift",
"TLS/Messages/CertificateRequest.swift",
"TLS/Messages/CertificateVerify.swift",
"TLS/Messages/ClientHello.swift",
"TLS/Messages/EncryptedExtensions.swift",
"TLS/Messages/Finished.swift",
"TLS/Messages/HandshakeMessage.swift",
"TLS/Messages/NewSessionTicket.swift",
"TLS/Messages/ServerHello.swift",
"TLS/MockTLSProvider.swift",
"TLS/ServerStateMachine.swift",
"TLS/Session/ClientSessionCache.swift",
"TLS/Session/ReplayProtection.swift",
"TLS/Session/SessionTicketStore.swift",
"TLS/StateMachine/ClientStateMachine.swift",
"TLS/StateMachine/HandshakeState.swift",
"TLS/TLS13Handler.swift",
"TLS/TLS13Provider.swift",
"TLS/TLSOutput.swift",
"TLS/X509/ASN1/ASN1Parser.swift",
"TLS/X509/ASN1/ASN1Tag.swift",
"TLS/X509/ASN1/ASN1Value.swift",
"TLS/X509/CertificateRevocation.swift",
"TLS/X509/PublicKeyExtractor.swift",
"TLS/X509/SystemTrustStore.swift",
"TLS/X509/X509Certificate.swift",
"TLS/X509/X509Error.swift",
"TLS/X509/X509Extensions.swift",
"TLS/X509/X509Validator.swift",
"TransportParameters/TransportParameterCodec.swift",
"TransportParameters/TransportParameterID.swift"
],
"target_dependencies" : [
"QUICCore"
],
"type" : "library"
},
{
"c99name" : "QUICCoreTests",
"module_type" : "SwiftTarget",
"name" : "QUICCoreTests",
"path" : "Tests/QUICCoreTests",
"sources" : [
"CoalescedPacketsTests.swift",
"ConnectionIDTests.swift",
"FrameCodecTests.swift",
"FrameSizeTests.swift",
"MTUPacketSplittingTests.swift",
"PacketCodecTests.swift",
"QLOGTests.swift",
"RFCComplianceTests/FrameEncryptionLevelRFCTests.swift",
"RFCComplianceTests/PacketHeaderRFCTests.swift",
"VarintTests.swift"
],
"target_dependencies" : [
"QUICCore"
],
"type" : "test"
},
{
"c99name" : "QUICCore",
"module_type" : "SwiftTarget",
"name" : "QUICCore",
"path" : "Sources/QUICCore",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUIC",
"QUICCore",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"DataReader.swift",
"Frame/Frame.swift",
"Frame/FrameCodec.swift",
"Frame/FrameSize.swift",
"Frame/FrameTypes.swift",
"Packet/CoalescedPackets.swift",
"Packet/ConnectionID.swift",
"Packet/MTUFramePacker.swift",
"Packet/PacketCodec.swift",
"Packet/PacketHeader.swift",
"Packet/PacketNumber.swift",
"Packet/Version.swift",
"ProtocolLimits.swift",
"QLOG/QLOGEvent.swift",
"QLOG/QLOGHelpers.swift",
"QLOG/QLOGLogger.swift",
"QUICError.swift",
"QuiverLogging.swift",
"SafeConversions.swift",
"TransportParameters.swift",
"Varint.swift"
],
"type" : "library"
},
{
"c99name" : "QUICConnection",
"module_type" : "SwiftTarget",
"name" : "QUICConnection",
"path" : "Sources/QUICConnection",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"ConnectionState.swift",
"FrameProcessingResult.swift",
"IdleTimeoutManager.swift",
"PMTUDiscovery.swift",
"PathValidation.swift",
"QUICConnectionHandler+Crypto.swift",
"QUICConnectionHandler+Frames.swift",
"QUICConnectionHandler+Migration.swift",
"QUICConnectionHandler+Streams.swift",
"QUICConnectionHandler.swift",
"StatelessReset.swift"
],
"target_dependencies" : [
"QUICCore",
"QUICCrypto",
"QUICStream",
"QUICRecovery",
"QUICTransport"
],
"type" : "library"
},
{
"c99name" : "QUICBenchmarks",
"module_type" : "SwiftTarget",
"name" : "QUICBenchmarks",
"path" : "Tests/QUICBenchmarks",
"sources" : [
"CoreBenchmarks.swift",
"OptimizationBenchmarks.swift",
"QUICBenchmarks.swift"
],
"target_dependencies" : [
"QUIC",
"QUICCore",
"QUICCrypto",
"QUICStream"
],
"type" : "test"
},
{
"c99name" : "QUIC",
"module_type" : "SwiftTarget",
"name" : "QUIC",
"path" : "Sources/QUIC",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"ConnectionRouter.swift",
"ManagedConnection+Migration.swift",
"ManagedConnection+Protocol.swift",
"ManagedConnection+SendSignal.swift",
"ManagedConnection+StreamOps.swift",
"ManagedConnection.swift",
"ManagedConnectionState.swift",
"ManagedStream.swift",
"PacketProcessor.swift",
"QUICConfiguration.swift",
"QUICConnection.swift",
"QUICEndpoint+Client.swift",
"QUICEndpoint+IOLoop.swift",
"QUICEndpoint+Server.swift",
"QUICEndpoint.swift",
"QUICEndpointError.swift",
"TimerManager.swift",
"VersionNegotiator.swift"
],
"target_dependencies" : [
"QUICCore",
"QUICCrypto",
"QUICConnection",
"QUICStream",
"QUICRecovery",
"QUICTransport"
],
"type" : "library"
},
{
"c99name" : "QPACKTests",
"module_type" : "SwiftTarget",
"name" : "QPACKTests",
"path" : "Tests/QPACKTests",
"sources" : [
"QPACKTests.swift"
],
"target_dependencies" : [
"QPACK"
],
"type" : "test"
},
{
"c99name" : "QPACK",
"module_type" : "SwiftTarget",
"name" : "QPACK",
"path" : "Sources/QPACK",
"product_memberships" : [
"QPACK",
"HTTP3",
"HTTP3Demo",
"WebTransportDemo"
],
"sources" : [
"HuffmanCodec.swift",
"QPACKDecoder.swift",
"QPACKEncoder.swift",
"QPACKInteger.swift",
"QPACKString.swift",
"StaticTable.swift"
],
"type" : "library"
},
{
"c99name" : "NIOUDPTransport",
"module_type" : "SwiftTarget",
"name" : "NIOUDPTransport",
"path" : "Sources/NIOUDPTransport",
"product_dependencies" : [
"NIOCore",
"NIOPosix"
],
"product_memberships" : [
"QUIC",
"HTTP3",
"QUICEchoServer",
"HTTP3Demo",
"WebTransportDemo",
"QUICNetworkDemo"
],
"sources" : [
"AddressHelpers.swift",
"NIOUDPTransport+Exports.swift",
"NIOUDPTransport.swift",
"UDPConfiguration.swift",
"UDPError.swift",
"UDPTransport.swift"
],
"type" : "library"
},
{
"c99name" : "HTTP3Tests",
"module_type" : "SwiftTarget",
"name" : "HTTP3Tests",
"path" : "Tests/HTTP3Tests",
"sources" : [
"HTTP3Tests.swift",
"TestLogging.swift"
],
"target_dependencies" : [
"HTTP3",
"QUIC",
"QPACK",
"QUICCore",
"QuiverTestSupport"
],
"type" : "test"
},
{
"c99name" : "HTTP3Demo",
"module_type" : "SwiftTarget",
"name" : "HTTP3Demo",
"path" : "Examples/HTTP3Demo",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"HTTP3Demo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"QUIC",
"QUICCore",
"QUICCrypto",
"QUICTransport",
"HTTP3",
"QPACK",
"NIOUDPTransport"
],
"type" : "executable"
},
{
"c99name" : "HTTP3",
"module_type" : "SwiftTarget",
"name" : "HTTP3",
"path" : "Sources/HTTP3",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"HTTP3",
"HTTP3Demo",
"WebTransportDemo"
],
"sources" : [
"ExtendedConnectContext.swift",
"Frame/HTTP3Frame.swift",
"Frame/HTTP3FrameCodec.swift",
"HTTP3Body.swift",
"HTTP3Client.swift",
"HTTP3Connection+Client.swift",
"HTTP3Connection+Priority.swift",
"HTTP3Connection+Server.swift",
"HTTP3Connection+Streams.swift",
"HTTP3Connection+WebTransport.swift",
"HTTP3Connection.swift",
"HTTP3Error.swift",
"HTTP3Server.swift",
"HTTP3Settings.swift",
"HTTP3Types.swift",
"Stream/HTTP3StreamType.swift",
"WebTransport/WebTransportCapsule.swift",
"WebTransport/WebTransportClient.swift",
"WebTransport/WebTransportConfiguration.swift",
"WebTransport/WebTransportError.swift",
"WebTransport/WebTransportServer.swift",
"WebTransport/WebTransportSession.swift",
"WebTransport/WebTransportStream.swift"
],
"target_dependencies" : [
"QUIC",
"QPACK",
"QUICCore",
"QUICStream"
],
"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/finestructure/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 finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/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.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/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.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux