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

Successful build of ASN1Codable, reference main (cbd39f), with Swift 6.1 for Android on 5 Nov 2025 14:40:48 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Codable.git
Reference: main
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/ASN1Codable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cbd39f4 use ArgumentParser in lieu of Commandant
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
cbd39f45acaebb503e0fd6ae9193ecae7563750d
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/PADL/ASN1Codable.git
https://github.com/PADL/ASN1Codable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "asn1kit",
      "requirement" : {
        "branch" : [
          "lhoward/pr"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/ASN1Kit"
    },
    {
      "identity" : "echo",
      "requirement" : {
        "branch" : [
          "fix-release-build"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/Echo"
    },
    {
      "identity" : "swift-bigint",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mkrd/Swift-BigInt"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "ASN1Codable",
  "name" : "ASN1Codable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Codable",
      "targets" : [
        "ASN1Codable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "asn1json2swift",
      "targets" : [
        "asn1json2swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "asn1json2swift",
      "module_type" : "SwiftTarget",
      "name" : "asn1json2swift",
      "path" : "Sources/CLI/asn1json2swift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "TranslateCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HeimASN1Translator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HeimASN1Translator",
      "module_type" : "SwiftTarget",
      "name" : "HeimASN1Translator",
      "path" : "Sources/HeimASN1Translator",
      "product_dependencies" : [
        "ASN1Kit",
        "AnyCodable"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "ASN1Tag+SwiftType.swift",
        "Data+Extras.swift",
        "HeimASN1Decoration.swift",
        "HeimASN1FieldDescriptor.swift",
        "HeimASN1Module.swift",
        "HeimASN1OpenType.swift",
        "HeimASN1Tagging.swift",
        "HeimASN1Translator.swift",
        "HeimASN1Type.swift",
        "HeimASN1TypeDef.swift",
        "HeimASN1TypeMember.swift",
        "HeimASN1UniversalType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ASN1Codable",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Codable",
      "path" : "Sources/ASN1Codable",
      "product_dependencies" : [
        "ASN1Kit",
        "Echo",
        "BigNumber",
        "AnyCodable"
      ],
      "product_memberships" : [
        "ASN1Codable"
      ],
      "sources" : [
        "ASN1KitExtras/ASN1DecodedTag+Extras.swift",
        "ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
        "ASN1KitExtras/ASN1KitExported.swift",
        "ASN1KitExtras/ASN1NullObject.swift",
        "ASN1KitExtras/ASN1Object+Sorting.swift",
        "CodingKeys/ASN1Key.swift",
        "CodingKeys/ASN1PlaceholderCodingKey.swift",
        "CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
        "Core/ASN1AutomaticTaggingContext.swift",
        "Core/ASN1Metadata.swift",
        "Core/ASN1UserInfoKeys.swift",
        "Decoder/ASN1Decoder.swift",
        "Decoder/ASN1DecoderImpl.swift",
        "Decoder/ASN1DecodingContainer.swift",
        "Decoder/ASN1DecodingContext.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/ReferencingDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/ASN1Encoder.swift",
        "Encoder/ASN1EncoderImpl.swift",
        "Encoder/ASN1EncodingContainer.swift",
        "Encoder/ASN1EncodingContext.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/ReferencingEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "OpenType/ASN1AnyObjectSetValue.swift",
        "OpenType/ASN1ObjectSetCodable.swift",
        "OpenType/ASN1ObjectSetCodingContext.swift",
        "OpenType/ASN1ObjectSetType.swift",
        "OpenType/ASN1ObjectSetValue.swift",
        "OpenType/ASN1TaggedDictionary.swift",
        "Primitive/AnyCodable.swift",
        "Primitive/BInt.swift",
        "Primitive/Base.swift",
        "Primitive/BitString.swift",
        "Primitive/BitStringOptionSet.swift",
        "Primitive/Dictionary.swift",
        "Primitive/FixedWidthInteger.swift",
        "Primitive/Null.swift",
        "Primitive/String.swift",
        "Primitive/Time.swift",
        "PropertyWrappers/ASN1ApplicationTagged.swift",
        "PropertyWrappers/ASN1ContextTagged.swift",
        "PropertyWrappers/ASN1PrivateTagged.swift",
        "Protocols/ASN1CodingContext.swift",
        "Protocols/ASN1CodingKey.swift",
        "Protocols/ASN1ExtensibleType.swift",
        "Protocols/ASN1PreserveBinary.swift",
        "Protocols/ASN1SetCodable.swift",
        "Protocols/ASN1TagNumberRepresentable.swift",
        "Protocols/ASN1TaggedType.swift",
        "Protocols/ASN1TaggedValue.swift",
        "Protocols/ASN1Tagging.swift",
        "Protocols/ASN1TypeMetadataRepresentable.swift",
        "Protocols/ASN1UniversalTagRepresentable.swift",
        "Utility/Box.swift",
        "Utility/OptionalProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1049] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.33s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.40s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.69s)
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/SwiftCommon/DataKit.git
[1/782] Fetching anycodable
[322/17468] Fetching anycodable, swift-argument-parser
[323/19288] Fetching anycodable, swift-argument-parser, swift-atomics
[2052/20512] Fetching anycodable, swift-argument-parser, swift-atomics, datakit
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.51s)
[7108/19288] Fetching anycodable, swift-argument-parser, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
[9793/17468] Fetching anycodable, swift-argument-parser
Fetched https://github.com/Flight-School/AnyCodable from cache (0.98s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.99s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.91s)
Fetching https://github.com/Quick/Nimble
[1/19787] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.59s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.24s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.68s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.11s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.64s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.25s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.62s)
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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (94f981e)
Creating working copy for https://github.com/mkrd/Swift-BigInt
Working copy of https://github.com/mkrd/Swift-BigInt resolved at master (d09d98b)
Creating working copy for https://github.com/PADL/Echo
Working copy of https://github.com/PADL/Echo resolved at fix-release-build (d7e29ee)
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/30] Write sources
[11/30] Compiling _AtomicsShims.c
[11/30] Write sources
[13/30] Compiling CEcho CallAccessor.c
[15/30] Compiling CEcho ValueWitnessTable.c
[16/30] Compiling CEcho KnownMetadata.c
[16/30] Compiling CEcho Functions.c
[18/30] Compiling CEcho ImageInspectionMachO.c
[19/30] Compiling CEcho ImageInspectionELF.c
[20/30] Write swift-version-24593BA9C3E375BF.txt
[22/62] Emitting module ArgumentParserToolInfo
[23/62] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/63] Compiling Atomics AtomicStorage.swift
[25/63] Compiling Atomics AtomicValue.swift
[26/63] Compiling Atomics AtomicInteger.swift
[27/63] Compiling Atomics AtomicOptionalWrappable.swift
[28/63] Compiling Atomics AtomicReference.swift
[29/65] Compiling Atomics IntegerConformances.swift
[30/65] Compiling Atomics PointerConformances.swift
[31/65] Compiling Atomics Primitives.native.swift
[32/65] Emitting module Atomics
[33/65] Compiling Atomics OptionalRawRepresentable.swift
[34/65] Compiling Atomics RawRepresentable.swift
[35/65] Compiling Atomics AtomicBool.swift
[36/65] Compiling Atomics ManagedAtomic.swift
[37/65] Compiling Atomics ManagedAtomicLazyReference.swift
[38/65] Compiling Atomics AtomicMemoryOrderings.swift
[39/65] Compiling Atomics DoubleWord.swift
[40/65] Compiling Atomics UnsafeAtomic.swift
[41/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/65] Wrapping AST for ArgumentParserToolInfo for debugging
[44/109] Compiling ArgumentParser ArgumentDiscussion.swift
[45/109] Compiling ArgumentParser ArgumentHelp.swift
[47/156] Emitting module ArgumentParser
[48/162] Compiling Echo MetadataRequest.swift
[49/162] Compiling Echo MetadataValues.swift
[50/162] Compiling Echo MetatypeMetadata.swift
[51/162] Compiling Echo ObjCClassWrapperMetadata.swift
[52/162] Compiling Echo OpaqueMetadata.swift
[53/162] Compiling Echo StructMetadata.swift
[54/162] Compiling Echo ClassMetadata.swift
[55/162] Compiling Echo EnumMetadata.swift
[56/162] Compiling Echo EnumValueWitnessTable.swift
[57/162] Compiling Echo ExistentialMetadata.swift
[58/162] Compiling Echo ExistentialMetatypeMetadata.swift
[59/162] Compiling Echo ForeignClassMetadata.swift
[60/162] Compiling Echo FunctionMetadata.swift
[61/168] Compiling Echo GenericContext.swift
[62/168] Compiling Echo ModuleDescriptor.swift
[63/168] Compiling Echo OpaqueDescriptor.swift
[64/168] Compiling Echo ProtocolDescriptor.swift
[65/168] Compiling Echo StructDescriptor.swift
[66/168] Compiling Echo TypeContextDescriptor.swift
[67/168] Compiling Echo Echo.swift
[68/168] Compiling Echo RelativeDirectPointer.swift
[69/168] Compiling Echo RelativeIndirectPointer.swift
[70/168] Compiling Echo RelativeIndirectablePointer.swift
[71/168] Compiling Echo RelativeIndirectablePointerIntPair.swift
[72/168] Compiling Echo RelativePointer.swift
[73/168] Compiling Echo SignedPointer.swift
[74/168] Compiling ArgumentParser Tree.swift
[75/168] Compiling ArgumentParser CodingKeyValidator.swift
[80/168] Compiling Echo AnonymousDescriptor.swift
[81/168] Compiling Echo ClassDescriptor.swift
[82/168] Compiling Echo ContextDescriptor.swift
[83/168] Compiling Echo ContextDescriptorValues.swift
[84/168] Compiling Echo EnumDescriptor.swift
[85/168] Compiling Echo ExtensionDescriptor.swift
[86/168] Emitting module Echo
[93/168] Compiling Echo FieldDescriptor.swift
[94/168] Compiling Echo TupleMetadata.swift
[95/168] Compiling Echo TypeMetadata.swift
[96/168] Compiling Echo ValueWitnessTable.swift
[97/168] Compiling Echo ConformanceDescriptor.swift
[98/168] Compiling Echo ExistentialContainer.swift
[99/168] Compiling Echo Functions.swift
[100/168] Compiling AnyCodable AnyEncodable.swift
[101/168] Emitting module AnyCodable
[102/168] Compiling Echo KeyPaths.swift
[103/168] Compiling Echo KnownMetadata.swift
[104/168] Compiling Echo RuntimeValues.swift
[105/168] Compiling Echo WitnessTable.swift
[108/168] Emitting module DataKit
[109/168] Compiling Echo HeapGenericLocalVariableMetadata.swift
[110/168] Compiling Echo HeapLocalVariableMetadata.swift
[111/168] Compiling Echo Metadata.swift
[112/168] Compiling Echo MetadataAccessFunction.swift
[115/168] Compiling DataKit Base64.swift
[126/168] Compiling Echo HeapObject.swift
[127/168] Compiling Echo ImageInspection.swift
[128/168] Compiling AnyCodable AnyDecodable.swift
[129/168] Compiling AnyCodable AnyCodable.swift
[130/170] Compiling BigNumber Swift-Big-Number-Core.swift
[131/170] Emitting module BigNumber
[132/171] Compiling DataKit Data+HexString.swift
[133/171] Compiling DataKit Data+ASCIIString.swift
[134/171] Compiling DataKit Array+Data.swift
[135/171] Compiling DataKit Data+UTF8String.swift
[165/173] Wrapping AST for AnyCodable for debugging
[166/173] Wrapping AST for DataKit for debugging
[167/189] Wrapping AST for ArgumentParser for debugging
[169/198] Compiling ASN1Kit Data+ASN1Int.swift
[170/198] Compiling ASN1Kit Data+UInt.swift
[171/198] Compiling ASN1Kit Int+Length.swift
[172/198] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[173/198] Compiling ASN1Kit ASN1Object+Subscript.swift
[174/198] Compiling ASN1Kit ASN1Primitive+Description.swift
[175/201] Compiling ASN1Kit ASN1Data.swift
[176/201] Compiling ASN1Kit ASN1DecodedTag.swift
[177/201] Compiling ASN1Kit ASN1Decoder.swift
[178/201] Compiling ASN1Kit ASN1Error.swift
[179/201] Emitting module ASN1Kit
[180/201] Compiling ASN1Kit Bool+ASN1Encoding.swift
[181/201] Compiling ASN1Kit Data+ASN1Encoding.swift
[182/201] Compiling ASN1Kit Date+ASN1Encoding.swift
[183/201] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[184/201] Compiling ASN1Kit Int+ASN1Encoding.swift
[185/201] Compiling ASN1Kit String+ASN1Encoding.swift
[186/201] Compiling ASN1Kit OutputStream+UInt8.swift
[187/201] Compiling ASN1Kit String+Subscript.swift
[188/201] Compiling ASN1Kit UInt+TagNo.swift
[189/201] Compiling ASN1Kit ASN1Int.swift
[190/201] Compiling ASN1Kit ASN1Object.swift
[191/201] Compiling ASN1Kit ASN1Tag.swift
[192/201] Compiling ASN1Kit DataScanner.swift
[193/201] Compiling ASN1Kit ObjectIdentifier.swift
[194/201] Compiling ASN1Kit ASN1CodableType.swift
[195/201] Compiling ASN1Kit ASN1Object+Encoding.swift
[196/201] Compiling ASN1Kit Array+ASN1Encoding.swift
[197/202] Wrapping AST for ASN1Kit for debugging
[199/267] Compiling ASN1Codable ASN1ObjectSetValue.swift
[200/267] Compiling ASN1Codable ASN1TaggedDictionary.swift
[201/268] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[202/268] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[203/268] Emitting module HeimASN1Translator
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:40:23: warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 38 |     }
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
    |                       |- warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'disablePropertyWrappers' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
 42 |   }
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:41:16: warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
    |                |- warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'isImportedModule' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |   }
 43 |
[204/268] Compiling ASN1Codable AnyCodable.swift
[205/268] Compiling ASN1Codable BInt.swift
[206/268] Emitting module ASN1Codable
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
[207/275] Compiling ASN1Codable ASN1TaggedType.swift
[208/275] Compiling ASN1Codable ASN1TaggedValue.swift
[209/275] Compiling ASN1Codable ASN1Tagging.swift
[210/275] Compiling ASN1Codable ASN1TypeMetadataRepresentable.swift
[211/275] Compiling ASN1Codable ASN1UniversalTagRepresentable.swift
[212/275] Compiling ASN1Codable Box.swift
[213/275] Compiling ASN1Codable OptionalProtocol.swift
[214/275] Compiling ASN1Codable ReferencingEncoder.swift
[215/275] Compiling ASN1Codable SingleValueEncodingContainer.swift
[216/275] Compiling ASN1Codable UnkeyedEncodingContainer.swift
[217/275] Compiling ASN1Codable ASN1AnyObjectSetValue.swift
[218/275] Compiling ASN1Codable ASN1ObjectSetCodable.swift
[219/275] Compiling ASN1Codable ASN1ObjectSetCodingContext.swift
[220/275] Compiling ASN1Codable ASN1ObjectSetType.swift
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
[225/275] Compiling ASN1Codable Base.swift
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
[226/275] Compiling ASN1Codable BitString.swift
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
[227/275] Compiling ASN1Codable BitStringOptionSet.swift
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:32:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
30 | import BigNumber
31 |
32 | extension BInt: ASN1DecodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1DecodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |   public init(from asn1: ASN1Object) throws {
34 |     guard let data = asn1.data.primitive, asn1.tag == .universal(.integer) else {
/host/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
   | |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
64 |   public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 |     var bytes: [UInt8]
[228/275] Compiling ASN1Codable ASN1DecodedTag+Extras.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[229/275] Compiling ASN1Codable ASN1ImplicitlyWrappedObject.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[230/275] Compiling ASN1Codable ASN1KitExported.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[231/275] Compiling ASN1Codable ASN1NullObject.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[232/275] Compiling ASN1Codable ASN1Object+Sorting.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[233/275] Compiling ASN1Codable ASN1Key.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[234/275] Compiling ASN1Codable ASN1PlaceholderCodingKey.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[235/275] Compiling ASN1Codable ASN1TaggedDictionaryCodingKey.swift
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:48:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 46 | }
 47 |
 48 | extension ASN1DecodedTag: Hashable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 49 |   public func hash(into hasher: inout Hasher) {
 50 |     hasher.combine(self.tagType)
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:55:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 53 | }
 54 |
 55 | extension ASN1DecodedTag: Decodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Decodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 56 |   public init(from decoder: Decoder) throws {
 57 |     let container = try decoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1DecodedTag+Extras.swift:72:1: warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
 70 | }
 71 |
 72 | extension ASN1DecodedTag: Encodable {
    | |- warning: extension declares a conformance of imported type 'ASN1DecodedTag' to imported protocol 'Encodable'; this will not behave correctly if the owners of 'ASN1Kit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 73 |   public func encode(to encoder: Encoder) throws {
 74 |     var container = encoder.singleValueContainer()
/host/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
   |        `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 |   let tag: ASN1DecodedTag = .universal(.null)
22 |   let data: ASN1Data = .primitive(Data())
   :
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
   |     |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[236/275] Compiling HeimASN1Translator HeimASN1Type.swift
[237/275] Compiling HeimASN1Translator HeimASN1TypeDef.swift
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:40:23: warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 38 |     }
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
    |                       |- warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'disablePropertyWrappers' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
 42 |   }
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:41:16: warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
    |                |- warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'isImportedModule' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |   }
 43 |
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:10: warning: result of call to 'write(_:maxLength:)' is unused
 26 | extension OutputStream: TextOutputStream {
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
    |          `- warning: result of call to 'write(_:maxLength:)' is unused
 29 |   }
 30 | }
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 24 | }
 25 |
 26 | extension OutputStream: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:40:23: warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 38 |     }
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
    |                       |- warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'disablePropertyWrappers' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
 42 |   }
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:41:16: warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
 31 |
 32 | public final class HeimASN1Translator {
 33 |   public struct Options: OptionSet {
    |                 `- note: consider making struct 'Options' conform to the 'Sendable' protocol
 34 |     public let rawValue: UInt
 35 |
    :
 39 |
 40 |     public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
 41 |     static let isImportedModule = Options(rawValue: 1 << 1)
    |                |- warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'isImportedModule' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 42 |   }
 43 |
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:10: warning: result of call to 'write(_:maxLength:)' is unused
 26 | extension OutputStream: TextOutputStream {
 27 |   public func write(_ string: String) {
 28 |     self.write(string, maxLength: string.count)
    |          `- warning: result of call to 'write(_:maxLength:)' is unused
 29 |   }
 30 | }
[243/276] Compiling ASN1Codable Dictionary.swift
[244/276] Compiling ASN1Codable FixedWidthInteger.swift
[245/276] Compiling ASN1Codable Null.swift
[246/276] Compiling ASN1Codable String.swift
[247/276] Compiling ASN1Codable Time.swift
[248/276] Compiling ASN1Codable ASN1ApplicationTagged.swift
[249/276] Compiling ASN1Codable ASN1ContextTagged.swift
[250/276] Compiling ASN1Codable ASN1AutomaticTaggingContext.swift
[251/276] Compiling ASN1Codable ASN1Metadata.swift
[252/276] Compiling ASN1Codable ASN1UserInfoKeys.swift
[253/276] Compiling ASN1Codable ASN1Decoder.swift
[254/276] Compiling ASN1Codable ASN1DecoderImpl.swift
[255/276] Compiling ASN1Codable ASN1DecodingContainer.swift
[256/276] Compiling ASN1Codable ASN1DecodingContext.swift
[257/276] Compiling ASN1Codable KeyedDecodingContainer.swift
[258/276] Compiling ASN1Codable ASN1PrivateTagged.swift
[259/276] Compiling ASN1Codable ASN1CodingContext.swift
[260/276] Compiling ASN1Codable ASN1CodingKey.swift
[261/276] Compiling ASN1Codable ASN1ExtensibleType.swift
[262/276] Compiling ASN1Codable ASN1PreserveBinary.swift
[263/276] Compiling ASN1Codable ASN1SetCodable.swift
[264/276] Compiling ASN1Codable ASN1TagNumberRepresentable.swift
[265/276] Compiling ASN1Codable ReferencingDecoder.swift
[266/276] Compiling ASN1Codable SingleValueDecodingContainer.swift
[267/276] Compiling ASN1Codable UnkeyedDecodingContainer.swift
[268/276] Compiling ASN1Codable ASN1Encoder.swift
[269/276] Compiling ASN1Codable ASN1EncoderImpl.swift
[270/276] Compiling ASN1Codable ASN1EncodingContainer.swift
[271/276] Compiling ASN1Codable ASN1EncodingContext.swift
[272/276] Compiling ASN1Codable KeyedEncodingContainer.swift
[273/277] Wrapping AST for HeimASN1Translator for debugging
[275/281] Emitting module asn1json2swift
[276/281] Compiling asn1json2swift main.swift
[277/281] Compiling asn1json2swift VersionCommand.swift
[278/281] Compiling asn1json2swift TranslateCommand.swift
[279/282] Wrapping AST for asn1json2swift for debugging
[280/282] Write Objects.LinkFileList
[281/282] Linking asn1json2swift
Build complete! (74.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asn1kit",
      "requirement" : {
        "branch" : [
          "lhoward/pr"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/ASN1Kit"
    },
    {
      "identity" : "echo",
      "requirement" : {
        "branch" : [
          "fix-release-build"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/Echo"
    },
    {
      "identity" : "swift-bigint",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mkrd/Swift-BigInt"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "ASN1Codable",
  "name" : "ASN1Codable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "ASN1Codable",
      "targets" : [
        "ASN1Codable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "asn1json2swift",
      "targets" : [
        "asn1json2swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "asn1json2swift",
      "module_type" : "SwiftTarget",
      "name" : "asn1json2swift",
      "path" : "Sources/CLI/asn1json2swift",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "TranslateCommand.swift",
        "VersionCommand.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HeimASN1Translator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HeimASN1Translator",
      "module_type" : "SwiftTarget",
      "name" : "HeimASN1Translator",
      "path" : "Sources/HeimASN1Translator",
      "product_dependencies" : [
        "ASN1Kit",
        "AnyCodable"
      ],
      "product_memberships" : [
        "asn1json2swift"
      ],
      "sources" : [
        "ASN1Tag+SwiftType.swift",
        "Data+Extras.swift",
        "HeimASN1Decoration.swift",
        "HeimASN1FieldDescriptor.swift",
        "HeimASN1Module.swift",
        "HeimASN1OpenType.swift",
        "HeimASN1Tagging.swift",
        "HeimASN1Translator.swift",
        "HeimASN1Type.swift",
        "HeimASN1TypeDef.swift",
        "HeimASN1TypeMember.swift",
        "HeimASN1UniversalType.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ASN1Codable",
      "module_type" : "SwiftTarget",
      "name" : "ASN1Codable",
      "path" : "Sources/ASN1Codable",
      "product_dependencies" : [
        "ASN1Kit",
        "Echo",
        "BigNumber",
        "AnyCodable"
      ],
      "product_memberships" : [
        "ASN1Codable"
      ],
      "sources" : [
        "ASN1KitExtras/ASN1DecodedTag+Extras.swift",
        "ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
        "ASN1KitExtras/ASN1KitExported.swift",
        "ASN1KitExtras/ASN1NullObject.swift",
        "ASN1KitExtras/ASN1Object+Sorting.swift",
        "CodingKeys/ASN1Key.swift",
        "CodingKeys/ASN1PlaceholderCodingKey.swift",
        "CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
        "Core/ASN1AutomaticTaggingContext.swift",
        "Core/ASN1Metadata.swift",
        "Core/ASN1UserInfoKeys.swift",
        "Decoder/ASN1Decoder.swift",
        "Decoder/ASN1DecoderImpl.swift",
        "Decoder/ASN1DecodingContainer.swift",
        "Decoder/ASN1DecodingContext.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/ReferencingDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/ASN1Encoder.swift",
        "Encoder/ASN1EncoderImpl.swift",
        "Encoder/ASN1EncodingContainer.swift",
        "Encoder/ASN1EncodingContext.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/ReferencingEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "OpenType/ASN1AnyObjectSetValue.swift",
        "OpenType/ASN1ObjectSetCodable.swift",
        "OpenType/ASN1ObjectSetCodingContext.swift",
        "OpenType/ASN1ObjectSetType.swift",
        "OpenType/ASN1ObjectSetValue.swift",
        "OpenType/ASN1TaggedDictionary.swift",
        "Primitive/AnyCodable.swift",
        "Primitive/BInt.swift",
        "Primitive/Base.swift",
        "Primitive/BitString.swift",
        "Primitive/BitStringOptionSet.swift",
        "Primitive/Dictionary.swift",
        "Primitive/FixedWidthInteger.swift",
        "Primitive/Null.swift",
        "Primitive/String.swift",
        "Primitive/Time.swift",
        "PropertyWrappers/ASN1ApplicationTagged.swift",
        "PropertyWrappers/ASN1ContextTagged.swift",
        "PropertyWrappers/ASN1PrivateTagged.swift",
        "Protocols/ASN1CodingContext.swift",
        "Protocols/ASN1CodingKey.swift",
        "Protocols/ASN1ExtensibleType.swift",
        "Protocols/ASN1PreserveBinary.swift",
        "Protocols/ASN1SetCodable.swift",
        "Protocols/ASN1TagNumberRepresentable.swift",
        "Protocols/ASN1TaggedType.swift",
        "Protocols/ASN1TaggedValue.swift",
        "Protocols/ASN1Tagging.swift",
        "Protocols/ASN1TypeMetadataRepresentable.swift",
        "Protocols/ASN1UniversalTagRepresentable.swift",
        "Utility/Box.swift",
        "Utility/OptionalProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.