The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XcodeTargets, reference master (66a30b), with Swift 6.3 for Android on 18 Apr 2026 04:09:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelversus/XcodeTargets.git
Reference: master
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/michaelversus/XcodeTargets
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 66a30b9 bump up version
Cloned https://github.com/michaelversus/XcodeTargets.git
Revision (git rev-parse @):
66a30b9b4d5f904c0f91eaa5f515e90c0c2255d8
SUCCESS checkout https://github.com/michaelversus/XcodeTargets.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michaelversus/XcodeTargets.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/Path.git
Fetching https://github.com/tuist/XcodeProj.git
[1/17529] Fetching swift-argument-parser
[177/17930] Fetching swift-argument-parser, path
[4084/42381] Fetching swift-argument-parser, path, xcodeproj
Fetched https://github.com/apple/swift-argument-parser from cache (1.81s)
[23385/24852] Fetching path, xcodeproj
Fetched https://github.com/tuist/Path.git from cache (3.80s)
Fetched https://github.com/tuist/XcodeProj.git from cache (3.87s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (8.48s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.11.0 (2.85s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
[282/3607] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (1.72s)
Fetched https://github.com/tadija/AEXML.git from cache (1.70s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (8.86s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.40s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.18s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.82s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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/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.7.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.11.0
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/19] Write sources
[9/19] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/32] 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
[12/32] Emitting module Path
[13/32] Compiling Path Path.swift
[14/33] Wrapping AST for Path for debugging
[16/33] Emitting module ArgumentParserToolInfo
[17/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/34] Wrapping AST for ArgumentParserToolInfo for debugging
[20/80] Emitting module ArgumentParser
[21/86] Compiling ArgumentParser ParentCommand.swift
[22/86] Compiling ArgumentParser AsyncParsableCommand.swift
[23/86] Compiling ArgumentParser CommandConfiguration.swift
[24/86] Compiling ArgumentParser CommandGroup.swift
[25/86] Compiling ArgumentParser EnumerableFlag.swift
[26/86] Compiling ArgumentParser ExpressibleByArgument.swift
[27/86] Compiling ArgumentParser ParsableArguments.swift
[28/86] Compiling ArgumentParser ArgumentVisibility.swift
[29/86] Compiling ArgumentParser CompletionKind.swift
[30/86] Compiling ArgumentParser Errors.swift
[31/86] Compiling ArgumentParser Flag.swift
[32/86] Compiling ArgumentParser NameSpecification.swift
[33/86] Compiling ArgumentParser Option.swift
[34/86] Compiling ArgumentParser OptionGroup.swift
[35/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/86] Compiling ArgumentParser CompletionsGenerator.swift
[37/86] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/86] Compiling ArgumentParser Argument.swift
[40/86] Compiling ArgumentParser ArgumentDiscussion.swift
[41/86] Compiling ArgumentParser ArgumentHelp.swift
[42/86] Compiling ArgumentParser InputOrigin.swift
[43/86] Compiling ArgumentParser Name.swift
[44/86] Compiling ArgumentParser Parsed.swift
[45/86] Compiling ArgumentParser ParsedValues.swift
[46/86] Compiling ArgumentParser ParserError.swift
[47/86] Compiling ArgumentParser SplitArguments.swift
[48/86] Compiling ArgumentParser Foundation.swift
[49/86] Compiling ArgumentParser Mutex.swift
[50/86] Compiling ArgumentParser Platform.swift
[51/86] Compiling ArgumentParser SequenceExtensions.swift
[52/86] Compiling ArgumentParser StringExtensions.swift
[53/86] Compiling ArgumentParser SwiftExtensions.swift
[54/86] Compiling ArgumentParser Tree.swift
[55/86] Compiling ArgumentParser CodingKeyValidator.swift
[56/86] Compiling ArgumentParser NonsenseFlagsValidator.swift
[57/86] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/86] Compiling ArgumentParser PositionalArgumentsValidator.swift
[59/86] Compiling ArgumentParser UniqueNamesValidator.swift
[60/86] Compiling ArgumentParser DumpHelpGenerator.swift
[61/86] Compiling ArgumentParser HelpCommand.swift
[62/86] Compiling ArgumentParser HelpGenerator.swift
[63/86] Compiling ArgumentParser MessageInfo.swift
[64/86] Compiling ArgumentParser UsageGenerator.swift
[65/86] Compiling ArgumentParser CollectionExtensions.swift
[66/86] 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
[67/86] Compiling AEXML Error.swift
[68/86] Compiling AEXML Builders.swift
BUILD FAILURE 6.3 android