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 (ecf690), with Swift 6.1 for Android on 28 May 2025 11:25:17 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 ecf6903 use PADL branch of Echo, uses new swift-atomics
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
ecf6903cf2cec31b6c5f11956ce0cbe716d8dc20
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" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant"
    }
  ],
  "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" : [
        "Commandant"
      ],
      "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-4606859-1":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1030] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.66s)
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 (1.27s)
Fetching http://github.com/Carthage/Commandant
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/Flight-School/AnyCodable
[1/2329] Fetching commandant
[25/3553] Fetching commandant, datakit
[3164/4335] Fetching commandant, datakit, anycodable
[4263/6045] Fetching commandant, datakit, anycodable, swift-atomics
Fetched https://github.com/Flight-School/AnyCodable from cache (0.42s)
Fetched http://github.com/Carthage/Commandant from cache (0.42s)
[2468/2934] Fetching datakit, swift-atomics
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.42s)
[1454/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.18s)
Fetching https://github.com/Quick/Nimble
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.57s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.34s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (1.68s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.70s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.41s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.62s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.89s)
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
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/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (9ed7b3b)
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Building for debugging...
[0/26] Write sources
[8/26] Compiling CEcho ImageInspectionMachO.c
[8/26] Write sources
[11/26] Compiling CEcho ValueWitnessTable.c
[12/26] Compiling CEcho KnownMetadata.c
[12/26] Compiling _AtomicsShims.c
[14/26] Compiling CEcho Functions.c
[15/26] Compiling CEcho CallAccessor.c
[16/26] Compiling CEcho ImageInspectionELF.c
[17/26] Write swift-version-24593BA9C3E375BF.txt
[19/67] Compiling Atomics UnsafeAtomic.swift
[20/67] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/69] Compiling Atomics AtomicMemoryOrderings.swift
[22/69] Compiling Atomics DoubleWord.swift
[23/69] Compiling Commandant ArgumentParser.swift
[24/69] Compiling Atomics ManagedAtomicLazyReference.swift
[25/69] Compiling Atomics AtomicReference.swift
[26/69] Compiling Atomics AtomicStorage.swift
[27/69] Compiling Atomics AtomicValue.swift
[28/69] Compiling Atomics Primitives.shims.swift
[29/69] Compiling Atomics AtomicInteger.swift
[30/69] Compiling Atomics AtomicOptionalWrappable.swift
[31/69] Compiling Commandant ArgumentProtocol.swift
[32/69] Compiling Commandant Command.swift
[33/69] Compiling Commandant Argument.swift
[34/69] Emitting module Atomics
[35/69] Compiling Atomics IntegerConformances.swift
[36/69] Compiling Atomics PointerConformances.swift
[37/69] Compiling Atomics Primitives.native.swift
[38/69] Compiling Atomics IntegerOperations.swift
[39/69] Compiling Atomics Unmanaged extensions.swift
[41/70] Emitting module DataKit
[42/70] Compiling Commandant Result+Additions.swift
[43/71] Compiling Commandant OrderedSet.swift
[44/117] Compiling Commandant Switch.swift
[45/117] Compiling Echo HeapGenericLocalVariableMetadata.swift
[46/117] Compiling Echo HeapLocalVariableMetadata.swift
[47/117] Compiling Echo Metadata.swift
[48/117] Compiling Echo MetadataAccessFunction.swift
[49/117] Compiling Echo MetadataRequest.swift
[50/117] Compiling Echo MetadataValues.swift
[51/123] Compiling Echo GenericContext.swift
[52/123] Compiling Echo ModuleDescriptor.swift
[53/123] Compiling Echo OpaqueDescriptor.swift
[54/123] Compiling Echo ProtocolDescriptor.swift
[55/123] Compiling Echo StructDescriptor.swift
[56/123] Compiling Echo TypeContextDescriptor.swift
[57/123] Compiling Echo Echo.swift
[58/123] Emitting module Echo
[59/123] Compiling Echo AnonymousDescriptor.swift
[60/123] Compiling Echo ClassDescriptor.swift
[61/123] Compiling Echo ContextDescriptor.swift
[62/123] Compiling Echo ContextDescriptorValues.swift
[63/123] Compiling Echo EnumDescriptor.swift
[64/123] Compiling Echo ExtensionDescriptor.swift
[65/123] Compiling Echo FieldDescriptor.swift
[66/123] Compiling Echo RelativeDirectPointer.swift
[67/123] Compiling Echo RelativeIndirectPointer.swift
[68/123] Compiling Echo RelativeIndirectablePointer.swift
[69/123] Compiling Echo RelativeIndirectablePointerIntPair.swift
[70/123] Compiling Echo RelativePointer.swift
[71/123] Compiling Echo SignedPointer.swift
[72/123] Compiling Echo KeyPaths.swift
[73/123] Compiling Echo KnownMetadata.swift
[74/123] Compiling Echo RuntimeValues.swift
[75/123] Compiling Echo WitnessTable.swift
[76/123] Compiling Echo FieldType.swift
[77/123] Compiling Echo Misc.swift
[78/123] Compiling AnyCodable AnyEncodable.swift
[79/123] Compiling AnyCodable AnyDecodable.swift
[80/123] Compiling DataKit Data+UTF8String.swift
[81/123] Compiling DataKit Data+ASCIIString.swift
[82/123] Compiling DataKit Base64.swift
[83/123] Compiling DataKit Array+Data.swift
[84/123] Compiling DataKit Data+HexString.swift
[85/124] Compiling Echo ClassMetadata.swift
[86/124] Compiling Echo EnumMetadata.swift
[87/124] Compiling Echo EnumValueWitnessTable.swift
[88/124] Compiling Echo ExistentialMetadata.swift
[89/124] Compiling Echo ExistentialMetatypeMetadata.swift
[90/124] Compiling Echo ForeignClassMetadata.swift
[91/124] Compiling Echo FunctionMetadata.swift
[92/124] Emitting module AnyCodable
[93/124] Compiling AnyCodable AnyCodable.swift
[96/125] Compiling Commandant HelpCommand.swift
[97/125] Emitting module Commandant
[100/125] Compiling Commandant Errors.swift
[101/125] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[102/125] Compiling Echo MetatypeMetadata.swift
[103/125] Compiling Echo ObjCClassWrapperMetadata.swift
[104/125] Compiling Echo OpaqueMetadata.swift
[105/125] Compiling Echo StructMetadata.swift
[106/125] Compiling Echo TupleMetadata.swift
[107/125] Compiling Echo TypeMetadata.swift
[108/125] Compiling Echo ValueWitnessTable.swift
[109/125] Compiling Echo ConformanceDescriptor.swift
[110/125] Compiling Echo ExistentialContainer.swift
[111/125] Compiling Echo Functions.swift
[112/125] Compiling Echo HeapObject.swift
[113/125] Compiling Echo ImageInspection.swift
[116/126] Emitting module BigNumber
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling Commandant ArgumentProtocol.swift
[3/50] Compiling Commandant Command.swift
[4/51] Compiling DataKit Data+HexString.swift
[5/51] Compiling DataKit Data+UTF8String.swift
[6/51] Compiling Commandant OrderedSet.swift
[7/51] Compiling Commandant Result+Additions.swift
[8/51] Compiling DataKit Data+ASCIIString.swift
[9/51] Compiling Commandant Switch.swift
[10/51] Emitting module Commandant
[11/51] Compiling Commandant Argument.swift
[12/51] Compiling Commandant ArgumentParser.swift
[13/51] Compiling Atomics ManagedAtomic.swift
[14/51] Compiling Atomics ManagedAtomicLazyReference.swift
[15/51] Compiling Atomics UnsafeAtomic.swift
[16/51] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/53] Compiling Commandant Option.swift
[18/53] Compiling Atomics AtomicReference.swift
[19/53] Compiling Atomics AtomicStorage.swift
[20/53] Compiling Atomics AtomicValue.swift
[21/53] Compiling Atomics Primitives.shims.swift
[22/53] Compiling Atomics AtomicInteger.swift
[23/53] Compiling Atomics AtomicOptionalWrappable.swift
[26/53] Compiling Commandant Errors.swift
[27/53] Compiling Commandant HelpCommand.swift
[28/54] Compiling AnyCodable AnyEncodable.swift
[29/54] Compiling AnyCodable AnyCodable.swift
[30/54] Compiling AnyCodable AnyDecodable.swift
[31/54] Emitting module AnyCodable
[33/55] Compiling DataKit Base64.swift
[34/55] Compiling DataKit Array+Data.swift
[35/55] Emitting module DataKit
[37/56] Compiling Atomics IntegerOperations.swift
[38/56] Compiling Atomics Unmanaged extensions.swift
[39/56] Wrapping AST for AnyCodable for debugging
[40/56] Wrapping AST for Commandant for debugging
[41/56] Wrapping AST for DataKit for debugging
[43/81] Emitting module ASN1Kit
[44/84] Compiling ASN1Kit OutputStream+UInt8.swift
[45/84] Compiling ASN1Kit String+Subscript.swift
[46/84] Compiling ASN1Kit UInt+TagNo.swift
[47/84] Compiling ASN1Kit Data+ASN1Int.swift
[48/84] Compiling ASN1Kit Data+UInt.swift
[49/84] Compiling ASN1Kit Int+Length.swift
[50/84] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[51/84] Compiling ASN1Kit Int+ASN1Encoding.swift
[52/84] Compiling ASN1Kit String+ASN1Encoding.swift
[53/84] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[54/84] Compiling ASN1Kit ASN1Object+Subscript.swift
[55/84] Compiling ASN1Kit ASN1Primitive+Description.swift
[56/84] Compiling ASN1Kit ASN1Int.swift
[57/84] Compiling ASN1Kit ASN1Object.swift
[58/84] Compiling ASN1Kit ASN1Tag.swift
[59/84] Compiling ASN1Kit DataScanner.swift
[60/84] Emitting module Atomics
[61/84] Compiling ASN1Kit ASN1Data.swift
[62/84] Compiling ASN1Kit ASN1DecodedTag.swift
[63/84] Compiling ASN1Kit ASN1Decoder.swift
[64/84] Compiling ASN1Kit ASN1Error.swift
[65/84] Compiling ASN1Kit Bool+ASN1Encoding.swift
[66/84] Compiling ASN1Kit Data+ASN1Encoding.swift
[67/84] Compiling ASN1Kit Date+ASN1Encoding.swift
[70/84] Compiling ASN1Kit ObjectIdentifier.swift
[71/84] Compiling ASN1Kit ASN1CodableType.swift
[72/84] Compiling ASN1Kit ASN1Object+Encoding.swift
[73/84] Compiling ASN1Kit Array+ASN1Encoding.swift
[75/131] Compiling Echo HeapObject.swift
[76/131] Compiling Echo ImageInspection.swift
[77/131] Compiling Echo HeapGenericLocalVariableMetadata.swift
[78/131] Compiling Echo HeapLocalVariableMetadata.swift
[80/132] Emitting module Echo
[81/132] Compiling Echo ValueWitnessTable.swift
[82/132] Compiling Echo ConformanceDescriptor.swift
[83/132] Compiling Echo ExistentialContainer.swift
[84/132] Compiling Echo Functions.swift
[87/138] Emitting module BigNumber
[88/138] Compiling BigNumber Swift-Big-Number-Core.swift
[89/139] Wrapping AST for ASN1Kit for debugging
[91/151] Compiling HeimASN1Translator HeimASN1Module.swift
[92/151] Compiling HeimASN1Translator HeimASN1OpenType.swift
[93/151] Compiling Echo Metadata.swift
[94/151] Compiling Echo MetadataAccessFunction.swift
[95/151] Compiling Echo MetadataRequest.swift
[96/151] Compiling Echo MetadataValues.swift
[97/151] Compiling Echo RelativeDirectPointer.swift
[98/151] Compiling Echo RelativeIndirectPointer.swift
[99/151] Compiling Echo RelativeIndirectablePointer.swift
[100/151] Compiling Echo RelativeIndirectablePointerIntPair.swift
[101/151] Compiling Echo RelativePointer.swift
[102/151] Compiling Echo SignedPointer.swift
[103/151] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[104/152] Compiling HeimASN1Translator HeimASN1Type.swift
[105/152] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[106/152] Compiling HeimASN1Translator ASN1Tag+SwiftType.swift
[107/152] Compiling HeimASN1Translator Data+Extras.swift
[108/152] 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)
[109/152] Compiling HeimASN1Translator HeimASN1Decoration.swift
[110/152] Compiling HeimASN1Translator HeimASN1FieldDescriptor.swift
[113/152] Compiling HeimASN1Translator HeimASN1Tagging.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: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 | }
[114/152] Compiling HeimASN1Translator HeimASN1Translator.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: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 | }
[115/152] Compiling Echo KeyPaths.swift
[116/152] Compiling Echo KnownMetadata.swift
[117/152] Compiling Echo RuntimeValues.swift
[118/152] Compiling Echo WitnessTable.swift
[119/152] Compiling Echo FieldType.swift
[120/152] Compiling Echo Misc.swift
[121/152] Compiling Echo ClassMetadata.swift
[122/152] Compiling Echo EnumMetadata.swift
[123/152] Compiling Echo EnumValueWitnessTable.swift
[124/152] Compiling Echo ExistentialMetadata.swift
[125/152] Compiling Echo ExistentialMetatypeMetadata.swift
[126/152] Compiling Echo ForeignClassMetadata.swift
[127/152] Compiling Echo FunctionMetadata.swift
[128/152] Compiling Echo GenericContext.swift
[129/152] Compiling Echo ModuleDescriptor.swift
[130/152] Compiling Echo OpaqueDescriptor.swift
[131/152] Compiling Echo ProtocolDescriptor.swift
[132/152] Compiling Echo StructDescriptor.swift
[133/152] Compiling Echo TypeContextDescriptor.swift
[134/152] Compiling Echo Echo.swift
[135/152] Compiling Echo AnonymousDescriptor.swift
[136/152] Compiling Echo ClassDescriptor.swift
[137/152] Compiling Echo ContextDescriptor.swift
[138/152] Compiling Echo ContextDescriptorValues.swift
[139/152] Compiling Echo EnumDescriptor.swift
[140/152] Compiling Echo ExtensionDescriptor.swift
[141/152] Compiling Echo FieldDescriptor.swift
[142/152] Compiling Echo MetatypeMetadata.swift
[143/152] Compiling Echo ObjCClassWrapperMetadata.swift
[144/152] Compiling Echo OpaqueMetadata.swift
[145/152] Compiling Echo StructMetadata.swift
[146/152] Compiling Echo TupleMetadata.swift
[147/152] Compiling Echo TypeMetadata.swift
[149/206] Compiling HeimASN1Translator HeimASN1TypeDef.swift
[150/207] Wrapping AST for HeimASN1Translator for debugging
[152/211] 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()
[153/211] 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()
[154/211] 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()
[155/211] 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()
[156/211] 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()
[157/211] 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()
[158/211] 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()
[159/211] 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()
[160/211] 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/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]
[161/218] Compiling asn1json2swift VersionCommand.swift
[162/218] Compiling asn1json2swift main.swift
[163/218] Compiling ASN1Codable ASN1ObjectSetValue.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]
[164/218] Compiling ASN1Codable ASN1TaggedDictionary.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]
[165/218] Compiling ASN1Codable AnyCodable.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]
[166/218] Compiling ASN1Codable BInt.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]
[167/218] 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]
[168/218] 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]
[169/218] 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]
[170/218] Emitting module asn1json2swift
[171/218] Compiling asn1json2swift TranslateCommand.swift
[172/219] Compiling ASN1Codable ASN1TaggedType.swift
[173/219] Compiling ASN1Codable ASN1TaggedValue.swift
[174/219] Compiling ASN1Codable ASN1Tagging.swift
[175/219] Compiling ASN1Codable ASN1TypeMetadataRepresentable.swift
[176/219] Compiling ASN1Codable ASN1UniversalTagRepresentable.swift
[177/219] Compiling ASN1Codable Box.swift
[178/219] Compiling ASN1Codable OptionalProtocol.swift
[180/219] Compiling ASN1Codable ASN1PrivateTagged.swift
[181/219] Compiling ASN1Codable ASN1CodingContext.swift
[182/219] Compiling ASN1Codable ASN1CodingKey.swift
[183/219] Compiling ASN1Codable ASN1ExtensibleType.swift
[184/219] Compiling ASN1Codable ASN1PreserveBinary.swift
[185/219] Compiling ASN1Codable ASN1SetCodable.swift
[186/219] Compiling ASN1Codable ASN1TagNumberRepresentable.swift
[187/219] Compiling ASN1Codable Dictionary.swift
[188/219] Compiling ASN1Codable FixedWidthInteger.swift
[189/219] Compiling ASN1Codable Null.swift
[190/219] Compiling ASN1Codable String.swift
[191/219] Compiling ASN1Codable Time.swift
[192/219] Compiling ASN1Codable ASN1ApplicationTagged.swift
[193/219] Compiling ASN1Codable ASN1ContextTagged.swift
[194/219] Compiling ASN1Codable ReferencingDecoder.swift
[195/219] Compiling ASN1Codable SingleValueDecodingContainer.swift
[196/219] Compiling ASN1Codable UnkeyedDecodingContainer.swift
[197/219] Compiling ASN1Codable ASN1Encoder.swift
[198/219] Compiling ASN1Codable ASN1EncoderImpl.swift
[199/219] Compiling ASN1Codable ASN1EncodingContainer.swift
[200/219] Compiling ASN1Codable ASN1EncodingContext.swift
[201/219] Compiling ASN1Codable KeyedEncodingContainer.swift
[202/219] Compiling ASN1Codable ReferencingEncoder.swift
[203/219] Compiling ASN1Codable SingleValueEncodingContainer.swift
[204/219] Compiling ASN1Codable UnkeyedEncodingContainer.swift
[205/219] Compiling ASN1Codable ASN1AnyObjectSetValue.swift
[206/219] Compiling ASN1Codable ASN1ObjectSetCodable.swift
[207/219] Compiling ASN1Codable ASN1ObjectSetCodingContext.swift
[208/219] Compiling ASN1Codable ASN1ObjectSetType.swift
[209/219] Compiling ASN1Codable ASN1AutomaticTaggingContext.swift
[210/219] Compiling ASN1Codable ASN1Metadata.swift
[211/219] Compiling ASN1Codable ASN1UserInfoKeys.swift
[212/219] Compiling ASN1Codable ASN1Decoder.swift
[213/219] Compiling ASN1Codable ASN1DecoderImpl.swift
[214/219] Compiling ASN1Codable ASN1DecodingContainer.swift
[215/219] Compiling ASN1Codable ASN1DecodingContext.swift
[216/219] Compiling ASN1Codable KeyedDecodingContainer.swift
[216/219] Wrapping AST for asn1json2swift for debugging
[217/219] Write Objects.LinkFileList
[219/220] Linking asn1json2swift
Build complete! (21.08s)
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" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant"
    }
  ],
  "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" : [
        "Commandant"
      ],
      "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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.