Build Information
Failed to build XcodeMergeDriver, reference v1.1.0 (06a564), with Swift 6.1 for Wasm on 28 May 2025 11:28:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steven851007/XcodeMergeDriver.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/steven851007/XcodeMergeDriver
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at 06a5649 Merge pull request #6 from steven851007/ThrowError
Cloned https://github.com/steven851007/XcodeMergeDriver.git
Revision (git rev-parse @):
06a564986e6e72492f869d8a34df1b535587109f
SUCCESS checkout https://github.com/steven851007/XcodeMergeDriver.git at v1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/steven851007/XcodeMergeDriver.git
https://github.com/steven851007/XcodeMergeDriver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "XcodeMergeDriver",
"name" : "XcodeMergeDriver",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "XcodeMergeDriver",
"targets" : [
"XcodeMergeDriver"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "XcodeMergeDriverTests",
"module_type" : "SwiftTarget",
"name" : "XcodeMergeDriverTests",
"path" : "Tests/XcodeMergeDriverTests",
"sources" : [
"EndToEnd/ComplexProject1/ComplexProject1Tests.swift",
"EndToEnd/FileAddedAndRemoved/FileAddedAndRemovedTests.swift",
"EndToEnd/FileAddedInBothBranch/FileAddedInBothBranchTests.swift",
"EndToEnd/GroupAddedAndFileMovedToGroup/GroupAddedAndFileMovedToGroupTests.swift",
"EndToEnd/GroupAddedInBothBranch/GroupAddedInBothBranchTests.swift",
"EndToEnd/RemovingDuplicates/RemovingDuplicatesTests.swift",
"PBXFileSectionTests.swift",
"PBXGroupSectionTests.swift",
"PBXSourcesBuildPhaseTests.swift",
"XcodeProjectTests.swift"
],
"target_dependencies" : [
"XcodeMergeDriver"
],
"type" : "test"
},
{
"c99name" : "XcodeMergeDriver",
"module_type" : "SwiftTarget",
"name" : "XcodeMergeDriver",
"path" : "Sources/XcodeMergeDriver",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"XcodeMergeDriver"
],
"sources" : [
"Bash.swift",
"XcodeMergeDriver.swift",
"XcodeProject/PBXFile/PBXFileSection.swift",
"XcodeProject/PBXFile/PBXFileType.swift",
"XcodeProject/PBXGroupSection/PBXGroup.swift",
"XcodeProject/PBXGroupSection/PBXGroupSection.swift",
"XcodeProject/PBXSourcesBuildPhase/PBXSourcesBuildPhase.swift",
"XcodeProject/PBXSourcesBuildPhase/PBXSourcesBuildPhaseSection.swift",
"XcodeProject/XcodeProject.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.32s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/12] Emitting module ArgumentParserToolInfo
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/51] Compiling ArgumentParser OptionGroup.swift
[11/51] Compiling ArgumentParser AsyncParsableCommand.swift
[12/51] Compiling ArgumentParser CommandConfiguration.swift
[13/51] Compiling ArgumentParser CommandGroup.swift
[14/51] Compiling ArgumentParser EnumerableFlag.swift
[15/51] Emitting module ArgumentParser
[16/56] Compiling ArgumentParser ArgumentVisibility.swift
[17/56] Compiling ArgumentParser CompletionKind.swift
[18/56] Compiling ArgumentParser Errors.swift
[19/56] Compiling ArgumentParser Flag.swift
[20/56] Compiling ArgumentParser NameSpecification.swift
[21/56] Compiling ArgumentParser Option.swift
[22/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/56] Compiling ArgumentParser CompletionsGenerator.swift
[24/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/56] Compiling ArgumentParser Argument.swift
[27/56] Compiling ArgumentParser ArgumentHelp.swift
[28/56] Compiling ArgumentParser CollectionExtensions.swift
[29/56] Compiling ArgumentParser Platform.swift
[30/56] Compiling ArgumentParser SequenceExtensions.swift
[31/56] Compiling ArgumentParser StringExtensions.swift
[32/56] Compiling ArgumentParser Tree.swift
[33/56] Compiling ArgumentParser ArgumentDefinition.swift
[34/56] Compiling ArgumentParser ArgumentSet.swift
[35/56] Compiling ArgumentParser CommandParser.swift
[36/56] Compiling ArgumentParser InputKey.swift
[37/56] Compiling ArgumentParser InputOrigin.swift
[38/56] Compiling ArgumentParser Name.swift
[39/56] Compiling ArgumentParser Parsed.swift
[40/56] Compiling ArgumentParser ParsedValues.swift
[41/56] Compiling ArgumentParser ParserError.swift
[42/56] Compiling ArgumentParser SplitArguments.swift
[43/56] Compiling ArgumentParser ExpressibleByArgument.swift
[44/56] Compiling ArgumentParser ParsableArguments.swift
[45/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/56] Compiling ArgumentParser ParsableCommand.swift
[47/56] Compiling ArgumentParser ArgumentDecoder.swift
[48/56] Compiling ArgumentParser DumpHelpGenerator.swift
[49/56] Compiling ArgumentParser HelpCommand.swift
[50/56] Compiling ArgumentParser HelpGenerator.swift
[51/56] Compiling ArgumentParser MessageInfo.swift
[52/56] Compiling ArgumentParser UsageGenerator.swift
[53/57] Wrapping AST for ArgumentParser for debugging
[55/66] Compiling XcodeMergeDriver PBXSourcesBuildPhaseSection.swift
[56/66] Compiling XcodeMergeDriver PBXSourcesBuildPhase.swift
[57/67] Emitting module XcodeMergeDriver
[58/67] Compiling XcodeMergeDriver PBXGroupSection.swift
[59/67] Compiling XcodeMergeDriver PBXFileSection.swift
[60/67] Compiling XcodeMergeDriver PBXFileType.swift
[61/67] Compiling XcodeMergeDriver PBXGroup.swift
[62/67] Compiling XcodeMergeDriver Bash.swift
/host/spi-builder-workspace/Sources/XcodeMergeDriver/Bash.swift:35:23: error: cannot find 'Process' in scope
33 |
34 | private func run(_ command: String, with arguments: [String] = []) throws -> String {
35 | let process = Process()
| `- error: cannot find 'Process' in scope
36 | process.launchPath = command
37 | process.arguments = arguments
[63/67] Compiling XcodeMergeDriver XcodeMergeDriver.swift
/host/spi-builder-workspace/Sources/XcodeMergeDriver/Bash.swift:35:23: error: cannot find 'Process' in scope
33 |
34 | private func run(_ command: String, with arguments: [String] = []) throws -> String {
35 | let process = Process()
| `- error: cannot find 'Process' in scope
36 | process.launchPath = command
37 | process.arguments = arguments
[64/67] Compiling XcodeMergeDriver XcodeProject.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 30 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedAndRemoved/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedAndRemoved/base
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedAndFileMovedToGroup/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/RemovingDuplicates/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedAndFileMovedToGroup/base
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedAndFileMovedToGroup/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/RemovingDuplicates/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedAndRemoved/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedInBothBranch/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedAndRemoved/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/RemovingDuplicates/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedInBothBranch/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedInBothBranch/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/RemovingDuplicates/base
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/ComplexProject1/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedInBothBranch/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedInBothBranch/base
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/ComplexProject1/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/ComplexProject1/base
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedAndRemoved/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedInBothBranch/other
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/ComplexProject1/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/ComplexProject1/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedInBothBranch/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedInBothBranch/output
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedAndFileMovedToGroup/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedInBothBranch/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/RemovingDuplicates/current
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/GroupAddedAndFileMovedToGroup/resolved
/host/spi-builder-workspace/Tests/XcodeMergeDriverTests/EndToEnd/FileAddedInBothBranch/base
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/7] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/9] Emitting module ArgumentParserToolInfo
[6/47] Emitting module ArgumentParser
[7/47] Compiling ArgumentParser ArgumentVisibility.swift
[8/47] Compiling ArgumentParser CompletionKind.swift
[9/47] Compiling ArgumentParser Errors.swift
[10/47] Compiling ArgumentParser Flag.swift
[11/47] Compiling ArgumentParser NameSpecification.swift
[12/47] Compiling ArgumentParser Option.swift
[13/52] Compiling ArgumentParser Name.swift
[14/52] Compiling ArgumentParser Parsed.swift
[15/52] Compiling ArgumentParser ParsedValues.swift
[16/52] Compiling ArgumentParser ParserError.swift
[17/52] Compiling ArgumentParser SplitArguments.swift
[18/52] Compiling ArgumentParser ExpressibleByArgument.swift
[19/52] Compiling ArgumentParser ParsableArguments.swift
[20/52] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/52] Compiling ArgumentParser ParsableCommand.swift
[22/52] Compiling ArgumentParser ArgumentDecoder.swift
[23/52] Compiling ArgumentParser CollectionExtensions.swift
[24/52] Compiling ArgumentParser Platform.swift
[25/52] Compiling ArgumentParser SequenceExtensions.swift
[26/52] Compiling ArgumentParser StringExtensions.swift
[27/52] Compiling ArgumentParser Tree.swift
[28/52] Compiling ArgumentParser OptionGroup.swift
[29/52] Compiling ArgumentParser AsyncParsableCommand.swift
[30/52] Compiling ArgumentParser CommandConfiguration.swift
[31/52] Compiling ArgumentParser CommandGroup.swift
[32/52] Compiling ArgumentParser EnumerableFlag.swift
[33/52] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/52] Compiling ArgumentParser CompletionsGenerator.swift
[35/52] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/52] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/52] Compiling ArgumentParser Argument.swift
[38/52] Compiling ArgumentParser ArgumentHelp.swift
[39/52] Compiling ArgumentParser DumpHelpGenerator.swift
[40/52] Compiling ArgumentParser HelpCommand.swift
[41/52] Compiling ArgumentParser HelpGenerator.swift
[42/52] Compiling ArgumentParser MessageInfo.swift
[43/52] Compiling ArgumentParser UsageGenerator.swift
[44/52] Compiling ArgumentParser ArgumentDefinition.swift
[45/52] Compiling ArgumentParser ArgumentSet.swift
[46/52] Compiling ArgumentParser CommandParser.swift
[47/52] Compiling ArgumentParser InputKey.swift
[48/52] Compiling ArgumentParser InputOrigin.swift
[50/61] Compiling XcodeMergeDriver PBXSourcesBuildPhaseSection.swift
[51/61] Compiling XcodeMergeDriver PBXSourcesBuildPhase.swift
[52/62] Compiling XcodeMergeDriver PBXGroupSection.swift
[53/62] Compiling XcodeMergeDriver PBXFileType.swift
[54/62] Compiling XcodeMergeDriver PBXFileSection.swift
[55/62] Compiling XcodeMergeDriver Bash.swift
/host/spi-builder-workspace/Sources/XcodeMergeDriver/Bash.swift:35:23: error: cannot find 'Process' in scope
33 |
34 | private func run(_ command: String, with arguments: [String] = []) throws -> String {
35 | let process = Process()
| `- error: cannot find 'Process' in scope
36 | process.launchPath = command
37 | process.arguments = arguments
[56/62] Compiling XcodeMergeDriver XcodeMergeDriver.swift
/host/spi-builder-workspace/Sources/XcodeMergeDriver/Bash.swift:35:23: error: cannot find 'Process' in scope
33 |
34 | private func run(_ command: String, with arguments: [String] = []) throws -> String {
35 | let process = Process()
| `- error: cannot find 'Process' in scope
36 | process.launchPath = command
37 | process.arguments = arguments
[57/62] Compiling XcodeMergeDriver PBXGroup.swift
[58/62] Emitting module XcodeMergeDriver
[59/62] Compiling XcodeMergeDriver XcodeProject.swift
BUILD FAILURE 6.1 wasm