This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ASN1Kit with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/PADL/ASN1Kit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/gematik/ref-GemCommonsKit
[5/415] Fetching ref-gemcommonskit
Fetched https://github.com/gematik/ref-GemCommonsKit from cache (0.24s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching http://github.com/Quick/Nimble
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching http://github.com/Carthage/Commandant
[1/439] Fetching cwlcatchexception
[440/1686] Fetching cwlcatchexception, cwlpreconditiontesting
[1687/2909] Fetching cwlcatchexception, cwlpreconditiontesting, datakit
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
[1100/1662] Fetching cwlcatchexception, datakit
[1651/3985] Fetching cwlcatchexception, datakit, commandant
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.34s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.37s)
[1/18640] Fetching nimble
Fetched http://github.com/Carthage/Commandant from cache (1.70s)
Fetched http://github.com/Quick/Nimble from cache (1.73s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.0 (0.55s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.54s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (0.58s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.54s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.0 (0.53s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.0
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 http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Creating working copy for http://github.com/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.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] 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'
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' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
[12/44] Compiling GemCommonsKit WeakArray.swift
[13/44] Compiling GemCommonsKit Synchronized.swift
[14/44] Compiling GemCommonsKit SynchronizedVar.swift
[15/45] Compiling GemCommonsKit Thread+Internal.swift
[16/45] Compiling GemCommonsKit ResourceLoader.swift
[17/45] Compiling GemCommonsKit Array+Data.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'
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' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
[18/45] Compiling GemCommonsKit Data+IO.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'
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' (aka 'NSData.WritingOptions') has no member 'atomicWrite'
34 |         return Result {
35 |             try FileManager.default.createDirectory(at: file.deletingLastPathComponent(),
[19/45] Compiling GemCommonsKit Data+empty.swift
[20/45] Compiling GemCommonsKit String+Digits.swift
[21/45] Compiling Commandant Option.swift
[22/45] Compiling DataKit Data+HexString.swift
[23/45] Compiling DataKit Data+ASCIIString.swift
[24/45] Compiling GemCommonsKit CommonError.swift
[25/45] Compiling GemCommonsKit DLog.swift
[26/45] Compiling GemCommonsKit AnyWrapper.swift
[27/45] Compiling GemCommonsKit BlockingVar.swift
[28/45] Emitting module DataKit
[29/45] Compiling DataKit Array+Data.swift
[30/45] Compiling DataKit Base64.swift
[31/46] Compiling Commandant HelpCommand.swift
[32/46] Compiling GemCommonsKit WeakRef.swift
[38/46] Emitting module Commandant
[39/46] Compiling Commandant Errors.swift
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.