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 Compute, reference main (4400e5), with Swift 6.2 (beta) for Android on 22 Jun 2025 06:24:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/schwa/Compute.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/schwa/Compute
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4400e59 Get rid of buildkite for real.
Cloned https://github.com/schwa/Compute.git
Revision (git rev-parse @):
4400e59c1459473bb7a7cf5caa95f686622a8de2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/schwa/Compute.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schwa/Compute.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/schwa/MetalCompilerPlugin
[1/185] Fetching metalcompilerplugin
Fetched https://github.com/schwa/MetalCompilerPlugin from cache (0.36s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.11s)
Creating working copy for https://github.com/schwa/MetalCompilerPlugin
Working copy of https://github.com/schwa/MetalCompilerPlugin resolved at jwight/develop (72b94d2)
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
[0/9] Write sources
[3/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/11] Emitting module ArgumentParserToolInfo
[6/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/12] Wrapping AST for ArgumentParserToolInfo for debugging
[9/50] Compiling ArgumentParser Name.swift
[10/50] Compiling ArgumentParser Parsed.swift
[11/50] Compiling ArgumentParser ParsedValues.swift
[12/50] Compiling ArgumentParser ParserError.swift
[13/50] Compiling ArgumentParser SplitArguments.swift
[14/55] Compiling ArgumentParser ExpressibleByArgument.swift
[15/55] Compiling ArgumentParser ParsableArguments.swift
[16/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[17/55] Compiling ArgumentParser ParsableCommand.swift
[18/55] Compiling ArgumentParser ArgumentDecoder.swift
[19/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[20/55] Compiling ArgumentParser CompletionsGenerator.swift
[21/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[22/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[23/55] Compiling ArgumentParser Argument.swift
[24/55] Compiling ArgumentParser ArgumentHelp.swift
[25/55] Compiling ArgumentParser ArgumentVisibility.swift
[26/55] Compiling ArgumentParser CompletionKind.swift
[27/55] Compiling ArgumentParser Errors.swift
[28/55] Compiling ArgumentParser Flag.swift
[29/55] Compiling ArgumentParser NameSpecification.swift
[30/55] Compiling ArgumentParser Option.swift
[31/55] Compiling ArgumentParser OptionGroup.swift
[32/55] Compiling ArgumentParser AsyncParsableCommand.swift
[33/55] Compiling ArgumentParser CommandConfiguration.swift
[34/55] Compiling ArgumentParser CommandGroup.swift
[35/55] Compiling ArgumentParser EnumerableFlag.swift
[36/55] Emitting module ArgumentParser
[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 CollectionExtensions.swift
[43/55] Compiling ArgumentParser Platform.swift
[44/55] Compiling ArgumentParser SequenceExtensions.swift
[45/55] Compiling ArgumentParser StringExtensions.swift
[46/55] Compiling ArgumentParser Tree.swift
[47/55] Compiling ArgumentParser DumpHelpGenerator.swift
[48/55] Compiling ArgumentParser HelpCommand.swift
[49/55] Compiling ArgumentParser HelpGenerator.swift
[50/55] Compiling ArgumentParser MessageInfo.swift
[51/55] Compiling ArgumentParser UsageGenerator.swift
[52/56] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/58] Emitting module MetalCompilerTool
/host/spi-builder-workspace/.build/checkouts/MetalCompilerPlugin/Sources/MetalCompilerTool/MetalCompiler.swift:3:8: error: no such module 'os'
 1 | import ArgumentParser
 2 | import Foundation
 3 | import os
   |        `- error: no such module 'os'
 4 |
 5 | @main
[55/58] Compiling MetalCompilerTool MetalCompiler.swift
/host/spi-builder-workspace/.build/checkouts/MetalCompilerPlugin/Sources/MetalCompilerTool/MetalCompiler.swift:3:8: error: no such module 'os'
 1 | import ArgumentParser
 2 | import Foundation
 3 | import os
   |        `- error: no such module 'os'
 4 |
 5 | @main
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.2 android