Build Information
Failed to build Inkglide, reference main (307621), with Swift 6.1 for Linux on 13 Nov 2025 09:58:36 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/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/swift-llvm-c/inkglide.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/swift-llvm-c/inkglide
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 307621a Update readme
Cloned https://github.com/swift-llvm-c/inkglide.git
Revision (git rev-parse @):
307621abe007088bcadfe832c07b86d1d62f0cf5
SUCCESS checkout https://github.com/swift-llvm-c/inkglide.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-llvm-c/inkglide.git
https://github.com/swift-llvm-c/inkglide.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Inkglide",
"name" : "Inkglide",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Inkglide",
"targets" : [
"Inkglide"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InkglideTests",
"module_type" : "SwiftTarget",
"name" : "InkglideTests",
"path" : "Tests",
"sources" : [
"AttributeTests.swift",
"BasicBlockTests.swift",
"BuilderTests.swift",
"ContextTests.swift",
"FileHandlingUtils.swift",
"InstructionConversionTests.swift",
"InstructionValueTests.swift",
"ModuleTests.swift",
"OrcJITTests.swift",
"PassesTests.swift",
"TargetTests.swift",
"TypeTests.swift",
"ValueTests.swift"
],
"target_dependencies" : [
"Inkglide"
],
"type" : "test"
},
{
"c99name" : "Inkglide",
"module_type" : "SwiftTarget",
"name" : "Inkglide",
"path" : "Sources/SwiftLLVM",
"product_memberships" : [
"Inkglide"
],
"sources" : [
"AddressSpace.swift",
"Attributes.swift",
"BasicBlock.swift",
"Builder.swift",
"Comdat.swift",
"Context.swift",
"LLVMError.swift",
"Linkage.swift",
"MemoryBuffer.swift",
"Misc/Int32+Bool.swift",
"Misc/UInt32+Bool.swift",
"Module.swift",
"OrcJIT.swift",
"Passes.swift",
"Targets/Enums.swift",
"Targets/Target.swift",
"Targets/TargetData.swift",
"Targets/TargetMachine.swift",
"Types/ArrayType.swift",
"Types/Enums/AnyTypeEnum.swift",
"Types/Enums/BasicMetadataTypeEnum.swift",
"Types/Enums/BasicTypeEnum.swift",
"Types/Enums/FloatMathTypeEnum.swift",
"Types/Enums/IntMathTypeEnum.swift",
"Types/Enums/PointerMathTypeEnum.swift",
"Types/FloatType.swift",
"Types/FunctionType.swift",
"Types/IntType.swift",
"Types/MetadataType.swift",
"Types/PointerType.swift",
"Types/ProtocolTypes.swift",
"Types/ScalableVectorType.swift",
"Types/StructType.swift",
"Types/VectorType.swift",
"Types/VoidType.swift",
"Values/ArrayValue.swift",
"Values/CallSiteValue.swift",
"Values/Enums/AggregateValueEnum.swift",
"Values/Enums/AnyValueEnum.swift",
"Values/Enums/AnyVectorValueEnum.swift",
"Values/Enums/BasicMetadataValueEnum.swift",
"Values/Enums/BasicValueEnum.swift",
"Values/Enums/FloatMathValueEnum.swift",
"Values/Enums/IntMathValueEnum.swift",
"Values/Enums/PointerMathValueEnum.swift",
"Values/Enums/SIMDValueEnum.swift",
"Values/FloatValue.swift",
"Values/FunctionValue.swift",
"Values/GlobalValue.swift",
"Values/Instruction/InstructionValue.swift",
"Values/Instruction/OpCode.swift",
"Values/IntValue.swift",
"Values/MetadataValue.swift",
"Values/PhiValue.swift",
"Values/PointerValue.swift",
"Values/ProtocolValues.swift",
"Values/ScalableVectorValue.swift",
"Values/StructValue.swift",
"Values/VectorValue.swift"
],
"target_dependencies" : [
"CLLVM"
],
"type" : "library"
},
{
"c99name" : "CLLVM",
"module_type" : "SystemLibraryTarget",
"name" : "CLLVM",
"path" : "Sources/CLLVM",
"product_memberships" : [
"Inkglide"
],
"sources" : [
],
"type" : "system-target"
}
],
"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/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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-1":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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