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 ASN1Kit, reference master (646605), with Swift 6.2 for Android on 5 Nov 2025 10:26:53 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Kit.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/PADL/ASN1Kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6466059 replace Commandant dependency with swift-argument-parser
Cloned https://github.com/PADL/ASN1Kit.git
Revision (git rev-parse @):
6466059eb7134887cb510fb74ce246f859d8f9d6
SUCCESS checkout https://github.com/PADL/ASN1Kit.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PADL/ASN1Kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/gematik/ref-GemCommonsKit
[1/415] Fetching ref-gemcommonskit
Fetched https://github.com/gematik/ref-GemCommonsKit from cache (0.32s)
Fetching http://github.com/Quick/Nimble
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-argument-parser
[1/1224] Fetching datakit
[650/17910] Fetching datakit, swift-argument-parser
[1893/37697] Fetching datakit, swift-argument-parser, nimble
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
[15409/21011] Fetching datakit, nimble
Fetched https://github.com/SwiftCommon/DataKit.git from cache (2.19s)
Fetched http://github.com/Quick/Nimble from cache (2.24s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (7.25s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.1 (0.74s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.36s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.26s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.63s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.52s)
Creating working copy for https://github.com/gematik/ref-GemCommonsKit
Working copy of https://github.com/gematik/ref-GemCommonsKit resolved at 1.2.0 (699ab9c)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.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.6.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for http://github.com/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version--11D90AFD9DD3AB2.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/39] Emitting module GemCommonsKit
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' has no member 'atomicWrite'
31 |         - Returns: Result of the write by returning the URL and self upon success.
32 |      */
33 |     public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
   |                                                               `- error: type 'Data.WritingOptions' has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
[11/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/40] Emitting module ArgumentParserToolInfo
[13/41] Wrapping AST for ArgumentParserToolInfo for debugging
[15/85] Compiling ArgumentParser OptionGroup.swift
[16/85] Compiling ArgumentParser AsyncParsableCommand.swift
[17/85] Compiling ArgumentParser CommandConfiguration.swift
[18/85] Compiling ArgumentParser CommandGroup.swift
[19/85] Compiling ArgumentParser EnumerableFlag.swift
[20/85] Compiling ArgumentParser ExpressibleByArgument.swift
[21/91] Compiling ArgumentParser InputKey.swift
[22/91] Compiling ArgumentParser InputOrigin.swift
[23/91] Compiling ArgumentParser Name.swift
[24/91] Compiling ArgumentParser Parsed.swift
[25/91] Compiling ArgumentParser ParsedValues.swift
[26/91] Compiling ArgumentParser ParserError.swift
[27/91] Compiling ArgumentParser Tree.swift
[28/91] Compiling ArgumentParser CodingKeyValidator.swift
[29/91] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/91] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/91] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/91] Compiling ArgumentParser UniqueNamesValidator.swift
[33/91] Compiling ArgumentParser ArgumentVisibility.swift
[34/91] Compiling ArgumentParser CompletionKind.swift
[35/91] Compiling ArgumentParser Errors.swift
[36/91] Compiling ArgumentParser Flag.swift
[37/91] Compiling ArgumentParser NameSpecification.swift
[38/91] Compiling ArgumentParser Option.swift
[39/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/91] Compiling ArgumentParser CompletionsGenerator.swift
[41/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[42/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[43/91] Compiling ArgumentParser Argument.swift
[44/91] Compiling ArgumentParser ArgumentDiscussion.swift
[45/91] Compiling ArgumentParser ArgumentHelp.swift
[46/91] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' has no member 'atomicWrite'
31 |         - Returns: Result of the write by returning the URL and self upon success.
32 |      */
33 |     public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
   |                                                               `- error: type 'Data.WritingOptions' has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' has no member 'atomicWrite'
31 |         - Returns: Result of the write by returning the URL and self upon success.
32 |      */
33 |     public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
   |                                                               `- error: type 'Data.WritingOptions' has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
[49/91] Compiling GemCommonsKit WeakRef.swift
[50/91] Compiling DataKit Data+UTF8String.swift
[55/91] Compiling DataKit Data+HexString.swift
[56/91] Compiling ArgumentParser SplitArguments.swift
[57/91] Compiling ArgumentParser DumpHelpGenerator.swift
[58/91] Compiling ArgumentParser HelpCommand.swift
[59/91] Compiling ArgumentParser HelpGenerator.swift
[60/91] Compiling ArgumentParser MessageInfo.swift
[61/91] Compiling ArgumentParser UsageGenerator.swift
[62/91] Compiling GemCommonsKit WeakArray.swift
[63/91] Compiling ArgumentParser ParsableArguments.swift
[64/91] Compiling ArgumentParser ParsableCommand.swift
[66/91] Compiling ArgumentParser ArgumentDecoder.swift
[68/91] Compiling ArgumentParser ArgumentDefinition.swift
[69/91] Compiling ArgumentParser ArgumentSet.swift
[70/91] Compiling ArgumentParser CommandParser.swift
[73/91] Compiling DataKit Array+Data.swift
[74/91] Compiling DataKit Base64.swift
[75/91] Emitting module DataKit
[76/91] Compiling DataKit Data+ASCIIString.swift
[77/92] Compiling ArgumentParser CollectionExtensions.swift
[78/92] Compiling ArgumentParser Mutex.swift
[79/92] Compiling ArgumentParser Platform.swift
[80/92] Compiling ArgumentParser SequenceExtensions.swift
[81/92] Compiling ArgumentParser StringExtensions.swift
[82/92] Compiling ArgumentParser SwiftExtensions.swift
[86/93] Wrapping AST for DataKit for debugging
BUILD FAILURE 6.2 android