Build Information
Failed to build xcframework-maker, reference v1.1.0 (f59c1c
), with Swift 6.1 for Linux on 26 Apr 2025 18:42:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/darrarski/xcframework-maker.git
Reference: v1.1.0
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/darrarski/xcframework-maker
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at f59c1c4 Add docs to Log action
Cloned https://github.com/darrarski/xcframework-maker.git
Revision (git rev-parse @):
f59c1c46f09a7602d444e2222b8bfc1c25da5bf7
SUCCESS checkout https://github.com/darrarski/xcframework-maker.git at v1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/darrarski/xcframework-maker.git
https://github.com/darrarski/xcframework-maker.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "shellout",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/ShellOut.git"
},
{
"identity" : "arm64-to-sim",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/darrarski/arm64-to-sim.git"
}
],
"manifest_display_name" : "xcframework-maker",
"name" : "xcframework-maker",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "XCFrameworkMaker",
"targets" : [
"XCFrameworkMaker"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "make-xcframework",
"targets" : [
"make-xcframework"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "make_xcframework",
"module_type" : "SwiftTarget",
"name" : "make-xcframework",
"path" : "Sources/make-xcframework",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"make-xcframework"
],
"sources" : [
"MainCommand.swift",
"main.swift"
],
"target_dependencies" : [
"XCFrameworkMaker"
],
"type" : "executable"
},
{
"c99name" : "XCFrameworkMakerTests",
"module_type" : "SwiftTarget",
"name" : "XCFrameworkMakerTests",
"path" : "Tests/XCFrameworkMakerTests",
"sources" : [
"Actions/AddArm64SimulatorTests.swift",
"Actions/CopyFrameworkTests.swift",
"Actions/CopyPathTests.swift",
"Actions/CreateDirTests.swift",
"Actions/CreateTempDirTests.swift",
"Actions/CreateXCFrameworkTests.swift",
"Actions/DeletePathTests.swift",
"Actions/GetArchsTests.swift",
"Actions/LipoCreateTests.swift",
"Actions/LipoExtractTests.swift",
"Actions/LipoThinTests.swift",
"Actions/LogTests.swift",
"Actions/MakeXCFrameworkTests.swift",
"Actions/RunShellCommandTests.swift",
"Models/LogLevelTests.swift",
"Models/PathTests.swift"
],
"target_dependencies" : [
"XCFrameworkMaker"
],
"type" : "test"
},
{
"c99name" : "XCFrameworkMaker",
"module_type" : "SwiftTarget",
"name" : "XCFrameworkMaker",
"path" : "Sources/XCFrameworkMaker",
"product_dependencies" : [
"ShellOut",
"Arm64ToSim"
],
"product_memberships" : [
"XCFrameworkMaker",
"make-xcframework"
],
"sources" : [
"Actions/AddArm64Simulator.swift",
"Actions/CopyFramework.swift",
"Actions/CopyPath.swift",
"Actions/CreateDir.swift",
"Actions/CreateTempDir.swift",
"Actions/CreateXCFramework.swift",
"Actions/DeletePath.swift",
"Actions/GetArchs.swift",
"Actions/LipoCreate.swift",
"Actions/LipoExtract.swift",
"Actions/LipoThin.swift",
"Actions/Log.swift",
"Actions/MakeXCFramework.swift",
"Actions/RunShellCommand.swift",
"Models/Arch.swift",
"Models/LogLevel.swift",
"Models/Path.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/darrarski/arm64-to-sim.git
[1/960] Fetching shellout
[2/1032] Fetching shellout, arm64-to-sim
[1018/15982] Fetching shellout, arm64-to-sim, swift-argument-parser
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.85s)
Fetched https://github.com/darrarski/arm64-to-sim.git from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.85s)
Computing version for https://github.com/darrarski/arm64-to-sim.git
Computed https://github.com/darrarski/arm64-to-sim.git at 1.0.0 (1.31s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (2.41s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (0.50s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/darrarski/arm64-to-sim.git
Working copy of https://github.com/darrarski/arm64-to-sim.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
[8/21] Emitting module ArgumentParserToolInfo
[9/21] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/22] Wrapping AST for ArgumentParserToolInfo for debugging
[12/56] Emitting module ArgumentParser
[13/60] Compiling ArgumentParser ArgumentSet.swift
[14/60] Compiling ArgumentParser CommandParser.swift
[15/60] Compiling ArgumentParser InputOrigin.swift
[16/60] Compiling ArgumentParser Name.swift
[17/60] Compiling ArgumentParser Parsed.swift
[18/60] Compiling ArgumentParser CollectionExtensions.swift
[19/60] Compiling ArgumentParser SequenceExtensions.swift
[20/60] Compiling ArgumentParser StringExtensions.swift
[21/60] Compiling ArgumentParser Tree.swift
[22/60] Emitting module ShellOut
[23/60] Compiling ShellOut ShellOut.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/61] Emitting module Arm64ToSim
/host/spi-builder-workspace/.build/checkouts/arm64-to-sim/Sources/Arm64ToSim/Arm64ToSim.swift:2:8: error: no such module 'MachO'
1 | import Foundation
2 | import MachO
| `- error: no such module 'MachO'
3 |
4 | // support checking for Mach-O `cmd` and `cmdsize` properties
[25/61] Compiling Arm64ToSim Arm64ToSim.swift
/host/spi-builder-workspace/.build/checkouts/arm64-to-sim/Sources/Arm64ToSim/Arm64ToSim.swift:2:8: error: no such module 'MachO'
1 | import Foundation
2 | import MachO
| `- error: no such module 'MachO'
3 |
4 | // support checking for Mach-O `cmd` and `cmdsize` properties
[27/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/61] Compiling ArgumentParser CompletionsGenerator.swift
[29/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/61] Compiling ArgumentParser Argument.swift
[32/61] Compiling ArgumentParser ArgumentHelp.swift
[33/61] Compiling ArgumentParser CompletionKind.swift
[34/61] Compiling ArgumentParser Errors.swift
[35/61] Compiling ArgumentParser Flag.swift
[36/61] Compiling ArgumentParser NameSpecification.swift
[37/61] Compiling ArgumentParser Option.swift
[38/61] Compiling ArgumentParser OptionGroup.swift
[39/61] Compiling ArgumentParser CommandConfiguration.swift
[40/61] Compiling ArgumentParser EnumerableFlag.swift
[41/61] Compiling ArgumentParser ExpressibleByArgument.swift
[42/61] Compiling ArgumentParser ParsedValues.swift
[43/61] Compiling ArgumentParser ParserError.swift
[44/61] Compiling ArgumentParser SplitArguments.swift
[45/61] Compiling ArgumentParser DumpHelpGenerator.swift
[46/61] Compiling ArgumentParser HelpCommand.swift
[47/61] Compiling ArgumentParser HelpGenerator.swift
[48/61] Compiling ArgumentParser MessageInfo.swift
[49/61] Compiling ArgumentParser UsageGenerator.swift
[50/61] Compiling ArgumentParser ParsableArguments.swift
[51/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/61] Compiling ArgumentParser ParsableCommand.swift
[53/61] Compiling ArgumentParser ArgumentDecoder.swift
[54/61] Compiling ArgumentParser ArgumentDefinition.swift
[55/62] Wrapping AST for ShellOut for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling ShellOut ShellOut.swift
[3/15] Emitting module ShellOut
[5/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/16] Emitting module ArgumentParserToolInfo
[6/17] Wrapping AST for ShellOut for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/50] Emitting module Arm64ToSim
/host/spi-builder-workspace/.build/checkouts/arm64-to-sim/Sources/Arm64ToSim/Arm64ToSim.swift:2:8: error: no such module 'MachO'
1 | import Foundation
2 | import MachO
| `- error: no such module 'MachO'
3 |
4 | // support checking for Mach-O `cmd` and `cmdsize` properties
[10/50] Compiling Arm64ToSim Arm64ToSim.swift
/host/spi-builder-workspace/.build/checkouts/arm64-to-sim/Sources/Arm64ToSim/Arm64ToSim.swift:2:8: error: no such module 'MachO'
1 | import Foundation
2 | import MachO
| `- error: no such module 'MachO'
3 |
4 | // support checking for Mach-O `cmd` and `cmdsize` properties
BUILD FAILURE 6.1 linux