Build Information
Failed to build ASN1Kit, reference master (646605), with Swift 5.10 for Linux on 5 Nov 2025 10:27:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/PADL/ASN1Kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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/apple/swift-argument-parser
Fetching https://github.com/SwiftCommon/DataKit.git
[1/1224] Fetching datakit
[1225/17910] Fetching datakit, swift-argument-parser
[4229/37697] Fetching datakit, swift-argument-parser, nimble
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.47s)
[3672/36473] Fetching swift-argument-parser, nimble
Fetched https://github.com/apple/swift-argument-parser from cache (1.69s)
Fetched http://github.com/Quick/Nimble from cache (2.26s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (0.78s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.1 (0.65s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.37s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.71s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.42s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.78s)
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/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
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
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/39] Emitting module ArgumentParserToolInfo
[11/39] Emitting module DataKit
[12/39] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/40] Wrapping AST for ArgumentParserToolInfo for debugging
[15/84] Compiling GemCommonsKit WeakArray.swift
[16/85] Compiling DataKit Array+Data.swift
[17/85] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
~^~~~~~~~~~~
[18/85] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
~^~~~~~~~~~~
[19/85] Compiling DataKit Data+UTF8String.swift
[20/85] Compiling GemCommonsKit WeakRef.swift
[21/85] Compiling DataKit Data+HexString.swift
[22/85] Compiling DataKit Base64.swift
[23/85] Compiling DataKit Data+ASCIIString.swift
[24/85] Compiling ArgumentParser ArgumentHelp.swift
[25/85] Compiling ArgumentParser OptionGroup.swift
[26/85] Compiling ArgumentParser CommandGroup.swift
[27/85] Compiling ArgumentParser EnumerableFlag.swift
[28/85] Compiling ArgumentParser AsyncParsableCommand.swift
[29/85] Compiling ArgumentParser CommandConfiguration.swift
[30/86] Compiling ArgumentParser FishCompletionsGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/86] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/86] Emitting module GemCommonsKit
/host/spi-builder-workspace/.build/checkouts/ref-GemCommonsKit/Sources/GemCommonsKit/Extension/Data+IO.swift:33:63: error: type 'Data.WritingOptions' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
public func save(to file: URL, options: WritingOptions = .atomicWrite) -> Result<WriteResult, Error> {
~^~~~~~~~~~~
[33/86] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/86] Compiling ArgumentParser CompletionsGenerator.swift
[35/86] Emitting module ArgumentParser
[37/92] Compiling ArgumentParser CollectionExtensions.swift
[38/92] Compiling ArgumentParser Mutex.swift
[39/92] Compiling ArgumentParser Platform.swift
[40/92] Compiling ArgumentParser SequenceExtensions.swift
[41/92] Compiling ArgumentParser StringExtensions.swift
[42/92] Compiling ArgumentParser SwiftExtensions.swift
[43/92] Compiling ArgumentParser Tree.swift
[44/92] Compiling ArgumentParser CodingKeyValidator.swift
[45/92] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/92] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/92] Compiling ArgumentParser UniqueNamesValidator.swift
error: fatalError
[48/92] Wrapping AST for DataKit for debugging
[54/92] Compiling ArgumentParser ExpressibleByArgument.swift
[55/92] Compiling ArgumentParser ArgumentVisibility.swift
[56/92] Compiling ArgumentParser CompletionKind.swift
[57/92] Compiling ArgumentParser Errors.swift
[58/92] Compiling ArgumentParser Flag.swift
[59/92] Compiling ArgumentParser NameSpecification.swift
[60/92] Compiling ArgumentParser Option.swift
[68/92] Compiling ArgumentParser InputKey.swift
[69/92] Compiling ArgumentParser InputOrigin.swift
[70/92] Compiling ArgumentParser Name.swift
[71/92] Compiling ArgumentParser Parsed.swift
[72/92] Compiling ArgumentParser ParsedValues.swift
[73/92] Compiling ArgumentParser ParserError.swift
BUILD FAILURE 5.10 linux