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.1 for Linux on 5 Nov 2025 10:28:12 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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/ASN1Kit.git
https://github.com/PADL/ASN1Kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/Quick/Nimble"
    },
    {
      "identity" : "datakit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftCommon/DataKit.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "ref-gemcommonskit",
      "requirement" : {
        "branch" : [
          "1.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gematik/ref-GemCommonsKit"
    }
  ],
  "manifest_display_name" : "ASN1Kit",
  "name" : "ASN1Kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Kit",
      "targets" : [
        "ASN1Kit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CLI",
      "targets" : [
        "CLI",
        "ASN1Kit"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CLI",
      "module_type" : "SwiftTarget",
      "name" : "CLI",
      "path" : "Sources/CLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "CLI"
      ],
      "sources" : [
        "ParseCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ASN1KitTests",
      "module_type" : "SwiftTarget",
      "name" : "ASN1KitTests",
      "path" : "Tests/ASN1KitTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "ASN1ConstructedEncodingTest.swift",
        "ASN1DecodedTagEncodingTest.swift",
        "ASN1DecoderTest.swift",
        "ASN1LengthEncodingTest.swift",
        "ASN1ObjectExtEncodingTest.swift",
        "ASN1PrimitiveEncodingTest.swift",
        "DataScannerTest.swift",
        "EquatableASN1Object.swift",
        "ObjectIdentifierTest.swift",
        "OutputStreamBuffer.swift",
        "XCTestManifests.swift",
        "encodable/ArrayExtASN1EncodingTest.swift",
        "encodable/BitStringASN1EncodingTest.swift",
        "encodable/BoolExtASN1EncodingTest.swift",
        "encodable/DataExtASN1EncodingTest.swift",
        "encodable/DateExtASN1EncodingTest.swift",
        "encodable/IntExtASN1EncodingTest.swift",
        "encodable/StringExtASN1EncodingTest.swift",
        "extension/DataExtASN1IntTest.swift",
        "extension/DataExtUIntTest.swift",
        "extension/IntExtLengthTest.swift",
        "extension/Nimbe+ASN1Data.swift",
        "extension/UIntExtTagNoTest.swift"
      ],
      "target_dependencies" : [
        "ASN1Kit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ASN1Kit",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Kit",
      "path" : "Sources/ASN1Kit",
      "product_dependencies" : [
        "DataKit",
        "GemCommonsKit"
      ],
      "product_memberships" : [
        "ASN1Kit",
        "CLI"
      ],
      "sources" : [
        "ASN1Data.swift",
        "ASN1DecodedTag.swift",
        "ASN1Decoder.swift",
        "ASN1Error.swift",
        "ASN1Int.swift",
        "ASN1Object.swift",
        "ASN1Tag.swift",
        "DataScanner.swift",
        "ObjectIdentifier.swift",
        "encodable/ASN1CodableType.swift",
        "encodable/ASN1Object+Encoding.swift",
        "encodable/Array+ASN1Encoding.swift",
        "encodable/Bool+ASN1Encoding.swift",
        "encodable/Data+ASN1Encoding.swift",
        "encodable/Date+ASN1Encoding.swift",
        "encodable/GeneralizedTimeDateFormatter.swift",
        "encodable/Int+ASN1Encoding.swift",
        "encodable/String+ASN1Encoding.swift",
        "extension/ASN1DecodedTag+Encoding.swift",
        "extension/ASN1Object+Subscript.swift",
        "extension/ASN1Primitive+Description.swift",
        "extension/Data+ASN1Int.swift",
        "extension/Data+UInt.swift",
        "extension/Int+Length.swift",
        "extension/OutputStream+UInt8.swift",
        "extension/String+Subscript.swift",
        "extension/UInt+TagNo.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/gematik/ref-GemCommonsKit
[1/415] Fetching ref-gemcommonskit
Fetched https://github.com/gematik/ref-GemCommonsKit from cache (0.35s)
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
[516/17910] Fetching datakit, swift-argument-parser
[517/37697] Fetching datakit, swift-argument-parser, nimble
Fetched https://github.com/SwiftCommon/DataKit.git from cache (1.26s)
[19882/36473] Fetching swift-argument-parser, nimble
Fetched https://github.com/apple/swift-argument-parser from cache (1.47s)
[3760/19787] Fetching nimble
Fetched http://github.com/Quick/Nimble from cache (2.95s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (4.02s)
Computing version for http://github.com/Quick/Nimble
Computed http://github.com/Quick/Nimble at 9.2.1 (1.39s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.42s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.51s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.39s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.68s)
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/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/Quick/Nimble
Working copy of http://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.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] Emitting module ArgumentParserToolInfo
[12/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/41] Wrapping AST for ArgumentParserToolInfo for debugging
[15/85] Compiling ArgumentParser InputKey.swift
[16/85] Compiling ArgumentParser InputOrigin.swift
[17/85] Compiling ArgumentParser Name.swift
[18/85] Compiling ArgumentParser Parsed.swift
[19/85] Compiling ArgumentParser ParsedValues.swift
[20/85] Compiling ArgumentParser ParserError.swift
[21/91] Compiling GemCommonsKit WeakArray.swift
[22/91] Compiling DataKit Data+HexString.swift
[23/91] Compiling GemCommonsKit WeakRef.swift
[24/91] Compiling ArgumentParser CompletionKind.swift
[25/91] Compiling ArgumentParser Errors.swift
[26/91] Compiling ArgumentParser Argument.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(),
[27/91] Compiling ArgumentParser ArgumentDiscussion.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(),
[28/91] Compiling ArgumentParser ArgumentHelp.swift
[29/91] Compiling ArgumentParser ArgumentVisibility.swift
[30/91] Compiling ArgumentParser Flag.swift
[31/91] Compiling ArgumentParser NameSpecification.swift
[32/91] Compiling DataKit Base64.swift
[33/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/91] Compiling ArgumentParser CompletionsGenerator.swift
[35/91] Compiling DataKit Data+ASCIIString.swift
[36/91] Compiling DataKit Data+UTF8String.swift
[37/91] Compiling DataKit Array+Data.swift
[38/91] Emitting module DataKit
[39/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/92] Compiling ArgumentParser CollectionExtensions.swift
[42/92] Compiling ArgumentParser Mutex.swift
[43/92] Compiling ArgumentParser Platform.swift
[44/92] Compiling ArgumentParser SequenceExtensions.swift
[45/92] Compiling ArgumentParser StringExtensions.swift
[46/92] Compiling ArgumentParser SwiftExtensions.swift
[47/92] Compiling ArgumentParser Tree.swift
[48/92] Compiling ArgumentParser CodingKeyValidator.swift
[49/92] Compiling ArgumentParser NonsenseFlagsValidator.swift
[50/92] Compiling ArgumentParser ParsableArgumentsValidation.swift
[51/92] Compiling ArgumentParser PositionalArgumentsValidator.swift
[52/92] Compiling ArgumentParser UniqueNamesValidator.swift
[60/92] Emitting module ArgumentParser
[62/92] Compiling ArgumentParser OptionGroup.swift
[63/92] Compiling ArgumentParser AsyncParsableCommand.swift
[64/92] Compiling ArgumentParser CommandConfiguration.swift
[65/92] Compiling ArgumentParser CommandGroup.swift
[66/92] Compiling ArgumentParser EnumerableFlag.swift
[67/92] Compiling ArgumentParser ExpressibleByArgument.swift
[73/92] Compiling ArgumentParser Option.swift
[74/92] Compiling ArgumentParser ParsableArguments.swift
[75/92] Compiling ArgumentParser ParsableCommand.swift
[76/92] Compiling ArgumentParser ArgumentDecoder.swift
[77/92] Compiling ArgumentParser ArgumentDefinition.swift
[78/92] Compiling ArgumentParser ArgumentSet.swift
[79/92] Compiling ArgumentParser CommandParser.swift
[80/92] Compiling ArgumentParser SplitArguments.swift
[81/92] Compiling ArgumentParser DumpHelpGenerator.swift
[82/92] Compiling ArgumentParser HelpCommand.swift
[83/92] Compiling ArgumentParser HelpGenerator.swift
[84/92] Compiling ArgumentParser MessageInfo.swift
[85/92] Compiling ArgumentParser UsageGenerator.swift
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/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/33] 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(),
[5/34] Compiling DataKit Data+UTF8String.swift
[6/34] Compiling GemCommonsKit WeakArray.swift
[7/34] Compiling GemCommonsKit WeakRef.swift
[8/34] Compiling GemCommonsKit Synchronized.swift
[9/34] Compiling GemCommonsKit SynchronizedVar.swift
[10/34] Compiling GemCommonsKit AnyWrapper.swift
[11/34] Compiling GemCommonsKit BlockingVar.swift
[12/34] Compiling GemCommonsKit CommonError.swift
[13/34] Compiling GemCommonsKit DLog.swift
[14/34] Compiling GemCommonsKit Thread+Internal.swift
[15/34] Compiling GemCommonsKit ResourceLoader.swift
[16/34] Compiling DataKit Data+ASCIIString.swift
[17/34] Compiling DataKit Data+HexString.swift
[18/34] Compiling GemCommonsKit Data+empty.swift
[19/34] Compiling GemCommonsKit String+Digits.swift
[20/34] 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' 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/34] 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' 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(),
[22/34] Emitting module ArgumentParserToolInfo
[23/34] Compiling DataKit Array+Data.swift
[24/34] Emitting module DataKit
BUILD FAILURE 6.1 linux