Build Information
Failed to build ASN1Kit, reference master (bab197
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 21:29:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 bab1973 Version 1.1.0
Cloned https://github.com/PADL/ASN1Kit.git
Revision (git rev-parse @):
bab197338819c6e5b20e8b3986ec36e86149500e
SUCCESS checkout https://github.com/PADL/ASN1Kit.git at master
========================================
Build
========================================
Selected platform: linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.22s)
Fetching http://github.com/Carthage/Commandant
Fetching http://github.com/Quick/Nimble
Fetching https://github.com/SwiftCommon/DataKit.git
[1/2329] Fetching commandant
[165/3553] Fetching commandant, datakit
Fetched http://github.com/Carthage/Commandant from cache (0.28s)
[1/19584] Fetching nimble
Fetched https://github.com/SwiftCommon/DataKit.git from cache (1.09s)
Fetched http://github.com/Quick/Nimble from cache (1.12s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.49s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.1 (0.36s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.56s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.36s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.20s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.55s)
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/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 https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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 http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/43] Compiling Commandant Result+Additions.swift
[8/44] Compiling Commandant Switch.swift
[9/44] Compiling Commandant OrderedSet.swift
[10/44] Compiling DataKit Data+UTF8String.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/44] Compiling Commandant Argument.swift
[12/44] Compiling Commandant ArgumentParser.swift
[13/44] 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(),
[14/45] Compiling DataKit Data+HexString.swift
[15/45] Compiling GemCommonsKit WeakArray.swift
[16/45] Compiling GemCommonsKit Data+empty.swift
[17/45] Compiling GemCommonsKit String+Digits.swift
[18/45] Compiling GemCommonsKit WeakRef.swift
[19/45] Compiling Commandant ArgumentProtocol.swift
/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(),
[20/45] Compiling Commandant Command.swift
/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(),
[21/45] Compiling GemCommonsKit CommonError.swift
[22/45] Compiling GemCommonsKit DLog.swift
[23/45] Compiling GemCommonsKit Synchronized.swift
[24/45] Compiling GemCommonsKit SynchronizedVar.swift
[25/45] Compiling GemCommonsKit Thread+Internal.swift
[26/45] Compiling GemCommonsKit ResourceLoader.swift
[27/45] Compiling DataKit Array+Data.swift
[28/45] Compiling DataKit Base64.swift
[29/45] Emitting module DataKit
[30/45] Compiling DataKit Data+ASCIIString.swift
[31/46] Compiling Commandant Errors.swift
[32/46] Compiling Commandant HelpCommand.swift
[37/46] Emitting module Commandant
BUILD FAILURE 6.2 linux