The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build XcodeTargetGraphGen, reference main (011590), with Swift 6.2 (beta) for Android on 20 Jun 2025 06:20:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CuriositySoftware/XcodeTargetGraphGen.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/CuriositySoftware/XcodeTargetGraphGen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 011590f Merge pull request #17 from CuriositySoftware/yimajo-patch-1
Cloned https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
Revision (git rev-parse @):
011590fdc91172790caebd9c0a2a788d37f222ce
SUCCESS checkout https://github.com/CuriositySoftware/XcodeTargetGraphGen.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CuriositySoftware/XcodeTargetGraphGen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser
[1/23337] Fetching xcodeproj
[8169/38717] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
[23104/23337] Fetching xcodeproj
Fetched https://github.com/tuist/XcodeProj.git from cache (3.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (3.92s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.74s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2127] Fetching aexml
[23/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.58s)
Fetched https://github.com/tadija/AEXML.git from cache (0.61s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.40s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.38s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.26s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.01s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/26] Write sources
[12/26] Write swift-version-8C5A4AE7A8CE2BA.txt
[14/43] Emitting module Value
[15/43] Emitting module ArgumentParserToolInfo
[16/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/44] Wrapping AST for ArgumentParserToolInfo for debugging
[19/82] Compiling ArgumentParser ArgumentVisibility.swift
[20/82] Compiling ArgumentParser CompletionKind.swift
[21/82] Compiling ArgumentParser Errors.swift
[22/82] Compiling ArgumentParser Flag.swift
[23/82] Compiling ArgumentParser NameSpecification.swift
[24/82] Compiling ArgumentParser Option.swift
[25/87] Emitting module ArgumentParser
[26/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/87] Compiling ArgumentParser CompletionsGenerator.swift
[28/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/87] Compiling ArgumentParser Argument.swift
[31/87] Compiling ArgumentParser ArgumentHelp.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/87] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[33/87] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[34/87] Compiling Client FileOutputClient.swift
[35/87] Emitting module Client
[36/87] Compiling Client FileListReaderClient.swift
[37/87] Compiling Client ConsoleClient.swift
[38/88] Emitting module AEXML
[39/88] Compiling AEXML Document.swift
[40/88] Compiling AEXML Parser.swift
[42/88] Compiling AEXML Options.swift
[43/88] Compiling Value Project.swift
[44/88] Compiling AEXML Error.swift
[45/88] Compiling AEXML Builders.swift
[46/88] Compiling AEXML Element.swift
[49/90] Compiling ArgumentParser CollectionExtensions.swift
[50/90] Compiling ArgumentParser Platform.swift
[51/90] Compiling ArgumentParser SequenceExtensions.swift
[52/90] Compiling ArgumentParser StringExtensions.swift
[53/90] Compiling ArgumentParser Tree.swift
[54/90] Compiling ArgumentParser Name.swift
[55/90] Compiling ArgumentParser Parsed.swift
[56/90] Compiling ArgumentParser ParsedValues.swift
[57/90] Compiling ArgumentParser ParserError.swift
[58/90] Compiling ArgumentParser SplitArguments.swift
[59/90] Compiling ArgumentParser DumpHelpGenerator.swift
[60/90] Compiling ArgumentParser HelpCommand.swift
[61/90] Compiling ArgumentParser HelpGenerator.swift
[62/90] Compiling ArgumentParser MessageInfo.swift
[63/90] Compiling ArgumentParser UsageGenerator.swift
[64/90] Compiling ArgumentParser ExpressibleByArgument.swift
[65/90] Compiling ArgumentParser ParsableArguments.swift
[66/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/90] Compiling ArgumentParser ParsableCommand.swift
[68/90] Compiling ArgumentParser ArgumentDecoder.swift
[69/90] Compiling ArgumentParser OptionGroup.swift
[70/90] Compiling ArgumentParser AsyncParsableCommand.swift
[71/90] Compiling ArgumentParser CommandConfiguration.swift
[72/90] Compiling ArgumentParser CommandGroup.swift
[73/90] Compiling ArgumentParser EnumerableFlag.swift
[74/90] Compiling ArgumentParser ArgumentDefinition.swift
[75/90] Compiling ArgumentParser ArgumentSet.swift
[76/90] Compiling ArgumentParser CommandParser.swift
[77/90] Compiling ArgumentParser InputKey.swift
[78/90] Compiling ArgumentParser InputOrigin.swift
[79/91] Wrapping AST for Client for debugging
[79/91] Wrapping AST for AEXML for debugging
BUILD FAILURE 6.2 android