The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xc with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/s2mr/xc.git
Reference: 0.0.2
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/s2mr/xc
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 07cac2a Format
Cloned https://github.com/s2mr/xc.git
Revision (git rev-parse @):
07cac2a60ddcd736b0793eba9fc91c16637bbebd
SUCCESS checkout https://github.com/s2mr/xc.git at 0.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/s2mr/xc.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser.git
[1/11435] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.65s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.0 (0.43s)
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 1.2.0
[1/1] Compiling plugin Generate Manual
Building for debugging...
[1/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module ArgumentParserToolInfo
[7/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/50] Emitting module ArgumentParser
[11/55] Compiling ArgumentParser Option.swift
[12/55] Compiling ArgumentParser OptionGroup.swift
[13/55] Compiling ArgumentParser AsyncParsableCommand.swift
[14/55] Compiling ArgumentParser CommandConfiguration.swift
[15/55] Compiling ArgumentParser EnumerableFlag.swift
[16/55] Compiling ArgumentParser Name.swift
[17/55] Compiling ArgumentParser Parsed.swift
[18/55] Compiling ArgumentParser ParsedValues.swift
[19/55] Compiling ArgumentParser ParserError.swift
[20/55] Compiling ArgumentParser SplitArguments.swift
[21/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/55] Compiling ArgumentParser CompletionsGenerator.swift
[23/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/55] Compiling ArgumentParser Argument.swift
[26/55] Compiling ArgumentParser ArgumentHelp.swift
[27/55] Compiling ArgumentParser ArgumentVisibility.swift
[28/55] Compiling ArgumentParser CompletionKind.swift
[29/55] Compiling ArgumentParser Errors.swift
[30/55] Compiling ArgumentParser Flag.swift
[31/55] Compiling ArgumentParser NameSpecification.swift
[32/55] Compiling ArgumentParser ExpressibleByArgument.swift
[33/55] Compiling ArgumentParser ParsableArguments.swift
[34/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/55] Compiling ArgumentParser ParsableCommand.swift
[36/55] Compiling ArgumentParser ArgumentDecoder.swift
[37/55] Compiling ArgumentParser ArgumentDefinition.swift
[38/55] Compiling ArgumentParser ArgumentSet.swift
[39/55] Compiling ArgumentParser CommandParser.swift
[40/55] Compiling ArgumentParser InputKey.swift
[41/55] Compiling ArgumentParser InputOrigin.swift
[42/55] Compiling ArgumentParser DumpHelpGenerator.swift
[43/55] Compiling ArgumentParser HelpCommand.swift
[44/55] Compiling ArgumentParser HelpGenerator.swift
[45/55] Compiling ArgumentParser MessageInfo.swift
[46/55] Compiling ArgumentParser UsageGenerator.swift
[47/55] Compiling ArgumentParser CollectionExtensions.swift
[48/55] Compiling ArgumentParser Platform.swift
[49/55] Compiling ArgumentParser SequenceExtensions.swift
[50/55] Compiling ArgumentParser StringExtensions.swift
[51/55] Compiling ArgumentParser Tree.swift
[52/56] Wrapping AST for ArgumentParser for debugging
[54/72] Compiling Command Config.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[55/72] Compiling Command CustomError.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[56/72] Compiling Command Collection+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/74] Emitting module Command
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[58/74] Compiling Command CurrentDirectory.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[59/74] Compiling Command Xcode.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[60/74] Compiling Command String+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[61/74] Compiling Command Version+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[62/74] Compiling Command OpenCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[63/74] Compiling Command Bash.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[64/74] Compiling Command Version.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[65/74] Compiling Command XcodePlist.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[66/74] Compiling Command EnvCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[67/74] Compiling Command ListCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[68/74] Compiling Command Main.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[69/74] Compiling Command ConfigCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[70/74] Compiling Command FileHandle+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[71/74] Compiling Command Optional+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
error: fatalError
[0/1] Planning build
[1/1] Compiling plugin Generate Manual
Building for debugging...
[1/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/21] Emitting module Command
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[4/23] Compiling Command Config.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[5/23] Compiling Command CustomError.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[6/23] Compiling Command Collection+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[7/23] Compiling Command Main.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[8/23] Compiling Command ConfigCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[9/23] Compiling Command CurrentDirectory.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[10/23] Compiling Command Xcode.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[11/23] Compiling Command Version.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[12/23] Compiling Command XcodePlist.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[13/23] Compiling Command FileHandle+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[14/23] Compiling Command Optional+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[15/23] Compiling Command String+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[16/23] Compiling Command Version+Utility.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[17/23] Compiling Command EnvCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[18/23] Compiling Command ListCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[19/23] Compiling Command OpenCommand.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
[20/23] Compiling Command Bash.swift
/host/spi-builder-workspace/Sources/Command/Subcommand/ListCommand.swift:2:8: error: no such module 'AppKit'
import AppKit
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1