The Swift Package Index logo.Swift Package Index

Build Information

Failed to build kyuuid, reference production (786080), with Swift 6.3 for Android on 18 Apr 2026 13:02:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/RougeWare/Swift-UuidTools.git
Reference: production
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/RougeWare/Swift-UuidTools
 * branch            production -> FETCH_HEAD
 * [new branch]      production -> origin/production
HEAD is now at 7860800 Merge pull request #5 from William-Laverty/feature/rename-repeat-to-count
Cloned https://github.com/RougeWare/Swift-UuidTools.git
Revision (git rev-parse @):
786080022ff97a6fc4454d1a52eeb0e7fed88dd1
SUCCESS checkout https://github.com/RougeWare/Swift-UuidTools.git at production
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/RougeWare/Swift-UuidTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.git
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.27s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.88s)
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.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version--4F562202D5529B1.txt
[8/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/19] Emitting module ArgumentParserToolInfo
[10/20] Wrapping AST for ArgumentParserToolInfo for debugging
[12/66] Emitting module ArgumentParser
[13/72] Compiling ArgumentParser ParentCommand.swift
[14/72] Compiling ArgumentParser AsyncParsableCommand.swift
[15/72] Compiling ArgumentParser CommandConfiguration.swift
[16/72] Compiling ArgumentParser CommandGroup.swift
[17/72] Compiling ArgumentParser EnumerableFlag.swift
[18/72] Compiling ArgumentParser ExpressibleByArgument.swift
[19/72] Compiling ArgumentParser ParsableArguments.swift
[20/72] Compiling ArgumentParser ArgumentVisibility.swift
[21/72] Compiling ArgumentParser CompletionKind.swift
[22/72] Compiling ArgumentParser Errors.swift
[23/72] Compiling ArgumentParser Flag.swift
[24/72] Compiling ArgumentParser NameSpecification.swift
[25/72] Compiling ArgumentParser Option.swift
[26/72] Compiling ArgumentParser OptionGroup.swift
[27/72] Compiling ArgumentParser InputOrigin.swift
[28/72] Compiling ArgumentParser Name.swift
[29/72] Compiling ArgumentParser Parsed.swift
[30/72] Compiling ArgumentParser ParsedValues.swift
[31/72] Compiling ArgumentParser ParserError.swift
[32/72] Compiling ArgumentParser SplitArguments.swift
[33/72] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/72] Compiling ArgumentParser CompletionsGenerator.swift
[35/72] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/72] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/72] Compiling ArgumentParser Argument.swift
[38/72] Compiling ArgumentParser ArgumentDiscussion.swift
[39/72] Compiling ArgumentParser ArgumentHelp.swift
[40/72] Compiling ArgumentParser Tree.swift
[41/72] Compiling ArgumentParser CodingKeyValidator.swift
[42/72] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/72] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/72] Compiling ArgumentParser UniqueNamesValidator.swift
[46/72] Compiling ArgumentParser DumpHelpGenerator.swift
[47/72] Compiling ArgumentParser HelpCommand.swift
[48/72] Compiling ArgumentParser HelpGenerator.swift
[49/72] Compiling ArgumentParser MessageInfo.swift
[50/72] Compiling ArgumentParser UsageGenerator.swift
[51/72] Compiling ArgumentParser CollectionExtensions.swift
[52/72] Compiling ArgumentParser Foundation.swift
[53/72] Compiling ArgumentParser Mutex.swift
[54/72] Compiling ArgumentParser Platform.swift
[55/72] Compiling ArgumentParser SequenceExtensions.swift
[56/72] Compiling ArgumentParser StringExtensions.swift
[57/72] Compiling ArgumentParser SwiftExtensions.swift
[58/72] Emitting module UuidTools
/host/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
    |                                  `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
  |           `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[59/72] Compiling UuidTools UUID + constants.swift
[60/72] Compiling UuidTools UUID + conveniences.swift
[61/72] Compiling ArgumentParser ParsableCommand.swift
[62/72] Compiling ArgumentParser ArgumentDecoder.swift
[63/72] Compiling ArgumentParser ArgumentDefinition.swift
[64/72] Compiling ArgumentParser ArgumentSet.swift
[65/72] Compiling ArgumentParser CommandParser.swift
[66/72] Compiling ArgumentParser InputKey.swift
[67/73] Wrapping AST for ArgumentParser for debugging
[69/73] Compiling UuidTools UuidFormat.swift
/host/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
    |                                  `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
  |           `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[70/74] Wrapping AST for UuidTools for debugging
[72/78] Compiling kyuuid UuidFormat + ArgumentParser.swift
[73/78] Emitting module kyuuid
[74/78] Compiling kyuuid kyuuid.swift
/host/spi-builder-workspace/Sources/kyuuid/commands/kyuuid.swift:75:12: error: cannot find 'isatty' in scope
73 |
74 | private func isOutputToTerminal() -> Bool {
75 |     return isatty(STDOUT_FILENO) != 0
   |            `- error: cannot find 'isatty' in scope
76 | }
77 |
/host/spi-builder-workspace/Sources/kyuuid/commands/kyuuid.swift:75:19: error: cannot find 'STDOUT_FILENO' in scope
73 |
74 | private func isOutputToTerminal() -> Bool {
75 |     return isatty(STDOUT_FILENO) != 0
   |                   `- error: cannot find 'STDOUT_FILENO' in scope
76 | }
77 |
[75/78] Compiling kyuuid convert.swift
BUILD FAILURE 6.3 android