Build Information
Successful build of ASN1Codable, reference main (ecf690
), with Swift 6.1 for Linux on 27 Apr 2025 07:10:44 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 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: linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1030] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (1.01s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.22s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.44s)
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-atomics.git
Fetching http://github.com/Carthage/Commandant
Fetching https://github.com/SwiftCommon/DataKit.git
[1/1224] Fetching datakit
[589/2006] Fetching datakit, anycodable
[1959/4335] Fetching datakit, anycodable, commandant
[4336/6040] Fetching datakit, anycodable, commandant, swift-atomics
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.26s)
[3487/4816] Fetching anycodable, commandant, swift-atomics
Fetched http://github.com/Carthage/Commandant from cache (0.29s)
[1430/2487] Fetching anycodable, swift-atomics
Fetched https://github.com/Flight-School/AnyCodable from cache (0.41s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.02s)
Fetching https://github.com/Quick/Nimble
[1/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.30s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.85s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.61s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.63s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.77s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.59s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.17s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.71s)
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 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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (9ed7b3b)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Building for debugging...
[0/26] Write sources
[6/26] Compiling CEcho ValueWitnessTable.c
[6/26] Compiling CEcho ImageInspectionMachO.c
[6/26] Write sources
[12/26] Compiling CEcho KnownMetadata.c
[13/26] Compiling CEcho Functions.c
[14/26] Compiling CEcho CallAccessor.c
[15/26] Compiling CEcho ImageInspectionELF.c
[16/26] Compiling _AtomicsShims.c
[17/26] Write swift-version-24593BA9C3E375BF.txt
[19/67] Emitting module AnyCodable
[20/67] Compiling Commandant Result+Additions.swift
[21/68] Compiling Atomics AtomicMemoryOrderings.swift
[22/68] Compiling Atomics DoubleWord.swift
[23/70] Compiling Atomics ManagedAtomic.swift
[24/70] Compiling Atomics ManagedAtomicLazyReference.swift
[25/70] Compiling Atomics UnsafeAtomic.swift
[26/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/70] Compiling Commandant OrderedSet.swift
[28/70] Emitting module Atomics
[29/70] Compiling Atomics OptionalRawRepresentable.swift
[30/70] Compiling Atomics RawRepresentable.swift
[31/70] Compiling Atomics AtomicBool.swift
[32/70] Compiling Atomics IntegerConformances.swift
[33/70] Compiling Atomics PointerConformances.swift
[34/70] Compiling Atomics Primitives.native.swift
[35/70] Compiling Atomics Primitives.shims.swift
[36/70] Compiling Atomics AtomicInteger.swift
[37/70] Compiling Atomics AtomicOptionalWrappable.swift
[38/70] Compiling Atomics AtomicReference.swift
[39/70] Compiling Atomics AtomicStorage.swift
[40/70] Compiling Atomics AtomicValue.swift
[41/70] Compiling Commandant Switch.swift
[42/70] Compiling Atomics IntegerOperations.swift
[43/70] Compiling Atomics Unmanaged extensions.swift
[45/117] Compiling Echo AnonymousDescriptor.swift
[46/117] Compiling Echo ClassDescriptor.swift
[47/117] Compiling Echo KeyPaths.swift
[48/117] Compiling Echo KnownMetadata.swift
[49/117] Compiling Echo RuntimeValues.swift
[50/117] Compiling Echo WitnessTable.swift
[51/117] Compiling Echo FieldType.swift
[52/117] Compiling Echo Misc.swift
[53/117] Compiling Echo ValueWitnessTable.swift
[54/117] Compiling Echo ConformanceDescriptor.swift
[55/117] Compiling Echo ExistentialContainer.swift
[56/117] Compiling Echo Functions.swift
[57/117] Compiling Echo HeapObject.swift
[58/117] Compiling Echo ImageInspection.swift
[59/117] Emitting module Commandant
[60/117] Compiling Echo ContextDescriptor.swift
[61/117] Compiling Echo ContextDescriptorValues.swift
[62/123] Compiling Commandant Errors.swift
[63/123] Compiling DataKit Base64.swift
[64/123] Compiling DataKit Data+HexString.swift
[65/123] Compiling DataKit Data+ASCIIString.swift
[66/123] Compiling DataKit Data+UTF8String.swift
[67/123] Compiling Echo MetatypeMetadata.swift
[68/123] Compiling Echo ObjCClassWrapperMetadata.swift
[69/123] Compiling Echo OpaqueMetadata.swift
[70/123] Compiling Echo StructMetadata.swift
[71/123] Compiling Echo TupleMetadata.swift
[72/123] Compiling Echo TypeMetadata.swift
[73/123] Compiling AnyCodable AnyEncodable.swift
[74/123] Compiling Commandant HelpCommand.swift
[75/123] 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 |
[76/123] Emitting module DataKit
[77/123] Compiling DataKit Array+Data.swift
[78/124] Compiling AnyCodable AnyDecodable.swift
[79/124] Compiling AnyCodable AnyCodable.swift
[80/125] 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/50] Compiling DataKit Data+UTF8String.swift
[3/50] Compiling Commandant Result+Additions.swift
[4/51] Compiling Atomics UnsafeAtomic.swift
[5/51] Compiling Atomics UnsafeAtomicLazyReference.swift
[6/53] Compiling DataKit Data+ASCIIString.swift
[7/53] Compiling Commandant OrderedSet.swift
[8/53] Compiling DataKit Base64.swift
[9/53] Compiling Commandant Switch.swift
[10/53] Compiling Atomics AtomicMemoryOrderings.swift
[11/53] Compiling Atomics DoubleWord.swift
[12/53] Compiling Atomics ManagedAtomic.swift
[13/53] Compiling Atomics ManagedAtomicLazyReference.swift
[14/53] Compiling Atomics IntegerOperations.swift
[15/53] Compiling Atomics Unmanaged extensions.swift
[16/53] Compiling DataKit Array+Data.swift
[17/53] Emitting module DataKit
[18/53] Compiling DataKit Data+HexString.swift
[20/54] Compiling Commandant Option.swift
[21/54] Compiling Commandant Errors.swift
[22/54] Compiling Commandant HelpCommand.swift
[23/54] Emitting module Commandant
[24/54] Compiling Atomics Primitives.shims.swift
[25/54] Compiling Atomics AtomicInteger.swift
[26/54] Compiling Atomics AtomicOptionalWrappable.swift
[27/54] Compiling Atomics AtomicReference.swift
[28/54] Compiling Atomics AtomicStorage.swift
[29/54] Compiling Atomics AtomicValue.swift
[30/54] Compiling Atomics OptionalRawRepresentable.swift
[31/54] Compiling Atomics RawRepresentable.swift
[32/54] Compiling Atomics AtomicBool.swift
[33/54] Compiling Atomics IntegerConformances.swift
[33/55] Wrapping AST for DataKit for debugging
[36/63] Compiling AnyCodable AnyDecodable.swift
[37/64] Compiling AnyCodable AnyCodable.swift
[38/64] Emitting module AnyCodable
[39/64] Compiling AnyCodable AnyEncodable.swift
[39/81] Wrapping AST for Commandant for debugging
[41/81] Wrapping AST for AnyCodable for debugging
[43/81] Emitting module ASN1Kit
[44/84] Compiling ASN1Kit Data+ASN1Int.swift
[45/84] Compiling ASN1Kit Data+UInt.swift
[46/84] Compiling ASN1Kit Int+Length.swift
[47/84] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[48/84] Compiling ASN1Kit ASN1Object+Subscript.swift
[49/84] Compiling ASN1Kit ASN1Primitive+Description.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 Bool+ASN1Encoding.swift
[54/84] Compiling ASN1Kit Data+ASN1Encoding.swift
[55/84] Compiling ASN1Kit Date+ASN1Encoding.swift
[56/84] Compiling ASN1Kit OutputStream+UInt8.swift
[57/84] Compiling ASN1Kit String+Subscript.swift
[58/84] Compiling ASN1Kit UInt+TagNo.swift
[59/84] Compiling BigNumber Swift-Big-Number-Core.swift
[60/84] Emitting module BigNumber
[62/85] Compiling ASN1Kit ASN1Data.swift
[63/85] Compiling ASN1Kit ASN1DecodedTag.swift
[64/85] Compiling ASN1Kit ASN1Decoder.swift
[65/85] Compiling ASN1Kit ASN1Error.swift
[66/85] Compiling ASN1Kit ASN1Int.swift
[67/85] Compiling ASN1Kit ASN1Object.swift
[68/85] Compiling ASN1Kit ASN1Tag.swift
[69/85] Compiling ASN1Kit DataScanner.swift
[70/85] Compiling ASN1Kit ObjectIdentifier.swift
[71/85] Compiling ASN1Kit ASN1CodableType.swift
[72/85] Compiling ASN1Kit ASN1Object+Encoding.swift
[73/85] Compiling ASN1Kit Array+ASN1Encoding.swift
[77/86] Emitting module Atomics
[82/87] Wrapping AST for ASN1Kit for debugging
[84/145] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[85/146] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[86/146] Compiling Echo AnonymousDescriptor.swift
[87/146] Compiling Echo ClassDescriptor.swift
[88/146] 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)
[89/146] Compiling HeimASN1Translator HeimASN1Type.swift
[90/146] Compiling Echo ContextDescriptor.swift
[91/146] Compiling Echo ContextDescriptorValues.swift
[92/146] Compiling Echo EnumDescriptor.swift
[93/146] Compiling Echo ExtensionDescriptor.swift
[94/146] Compiling Echo FieldDescriptor.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 | }
[95/146] Compiling Echo GenericContext.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 | }
[96/146] Emitting module Echo
[97/152] Compiling HeimASN1Translator HeimASN1TypeDef.swift
[99/153] Compiling Echo KeyPaths.swift
[100/153] Compiling Echo KnownMetadata.swift
[101/153] Compiling Echo RuntimeValues.swift
[102/153] Compiling Echo WitnessTable.swift
[103/153] Compiling Echo FieldType.swift
[104/153] Compiling Echo Misc.swift
[105/153] Compiling Echo ValueWitnessTable.swift
[106/153] Compiling Echo ConformanceDescriptor.swift
[107/153] Compiling Echo ExistentialContainer.swift
[108/153] Compiling Echo Functions.swift
[109/153] Compiling Echo HeapObject.swift
[110/153] Compiling Echo ImageInspection.swift
[110/157] Wrapping AST for HeimASN1Translator for debugging
[112/157] Compiling Echo MetatypeMetadata.swift
[113/157] Compiling Echo ObjCClassWrapperMetadata.swift
[114/157] Compiling Echo OpaqueMetadata.swift
[115/157] Compiling Echo StructMetadata.swift
[116/157] Compiling Echo TupleMetadata.swift
[117/157] Compiling Echo TypeMetadata.swift
[118/157] Compiling Echo HeapGenericLocalVariableMetadata.swift
[119/157] Compiling Echo HeapLocalVariableMetadata.swift
[120/157] Compiling Echo Metadata.swift
[121/157] Compiling Echo MetadataAccessFunction.swift
[122/157] Compiling Echo MetadataRequest.swift
[123/157] Compiling Echo MetadataValues.swift
[124/157] Compiling Echo ClassMetadata.swift
[125/157] Compiling Echo EnumMetadata.swift
[126/157] Compiling Echo EnumValueWitnessTable.swift
[127/157] Compiling Echo ExistentialMetadata.swift
[128/157] Compiling Echo ExistentialMetatypeMetadata.swift
[129/157] Compiling Echo ForeignClassMetadata.swift
[130/157] Compiling Echo FunctionMetadata.swift
[132/157] Compiling Echo ModuleDescriptor.swift
[133/157] Compiling Echo OpaqueDescriptor.swift
[134/157] Compiling Echo ProtocolDescriptor.swift
[135/157] Compiling Echo StructDescriptor.swift
[136/157] Compiling Echo TypeContextDescriptor.swift
[137/157] Compiling Echo Echo.swift
[138/157] Compiling Echo RelativeDirectPointer.swift
[139/157] Compiling Echo RelativeIndirectPointer.swift
[140/157] Compiling Echo RelativeIndirectablePointer.swift
[141/157] Compiling Echo RelativeIndirectablePointerIntPair.swift
[142/157] Compiling Echo RelativePointer.swift
[143/157] Compiling Echo SignedPointer.swift
[144/157] Compiling asn1json2swift main.swift
[145/157] Compiling asn1json2swift VersionCommand.swift
[146/157] Emitting module asn1json2swift
[147/157] Compiling asn1json2swift TranslateCommand.swift
[156/159] Wrapping AST for asn1json2swift for debugging
[157/159] Write Objects.LinkFileList
[158/212] Linking asn1json2swift
[160/212] Compiling ASN1Codable ASN1PrivateTagged.swift
[161/212] Compiling ASN1Codable ASN1CodingContext.swift
[162/212] Compiling ASN1Codable ASN1CodingKey.swift
[163/212] Compiling ASN1Codable ASN1ExtensibleType.swift
[164/212] Compiling ASN1Codable ASN1PreserveBinary.swift
[165/212] Compiling ASN1Codable ASN1SetCodable.swift
[166/212] Compiling ASN1Codable ASN1TagNumberRepresentable.swift
[167/219] 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]
[168/219] Compiling ASN1Codable ASN1TaggedType.swift
[169/219] Compiling ASN1Codable ASN1TaggedValue.swift
[170/219] Compiling ASN1Codable ASN1Tagging.swift
[171/219] Compiling ASN1Codable ASN1TypeMetadataRepresentable.swift
[172/219] Compiling ASN1Codable ASN1UniversalTagRepresentable.swift
[173/219] Compiling ASN1Codable Box.swift
[174/219] Compiling ASN1Codable OptionalProtocol.swift
[175/219] 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()
[176/219] 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()
[177/219] 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()
[178/219] 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()
[179/219] 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()
[180/219] 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()
[181/219] 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()
[182/219] 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()
[183/219] Compiling ASN1Codable ReferencingEncoder.swift
[184/219] Compiling ASN1Codable SingleValueEncodingContainer.swift
[185/219] Compiling ASN1Codable UnkeyedEncodingContainer.swift
[186/219] Compiling ASN1Codable ASN1AnyObjectSetValue.swift
[187/219] Compiling ASN1Codable ASN1ObjectSetCodable.swift
[188/219] Compiling ASN1Codable ASN1ObjectSetCodingContext.swift
[189/219] Compiling ASN1Codable ASN1ObjectSetType.swift
[190/219] 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]
[191/219] 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]
[192/219] 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]
[193/219] 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]
[194/219] 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]
[195/219] 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]
[196/219] 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]
[197/219] Compiling ASN1Codable Dictionary.swift
[198/219] Compiling ASN1Codable FixedWidthInteger.swift
[199/219] Compiling ASN1Codable Null.swift
[200/219] Compiling ASN1Codable String.swift
[201/219] Compiling ASN1Codable Time.swift
[202/219] Compiling ASN1Codable ASN1ApplicationTagged.swift
[203/219] Compiling ASN1Codable ASN1ContextTagged.swift
[204/219] Compiling ASN1Codable ASN1AutomaticTaggingContext.swift
[205/219] Compiling ASN1Codable ASN1Metadata.swift
[206/219] Compiling ASN1Codable ASN1UserInfoKeys.swift
[207/219] Compiling ASN1Codable ASN1Decoder.swift
[208/219] Compiling ASN1Codable ASN1DecoderImpl.swift
[209/219] Compiling ASN1Codable ASN1DecodingContainer.swift
[210/219] Compiling ASN1Codable ASN1DecodingContext.swift
[211/219] Compiling ASN1Codable KeyedDecodingContainer.swift
[212/219] Compiling ASN1Codable ReferencingDecoder.swift
[213/219] Compiling ASN1Codable SingleValueDecodingContainer.swift
[214/219] Compiling ASN1Codable UnkeyedDecodingContainer.swift
[215/219] Compiling ASN1Codable ASN1Encoder.swift
[216/219] Compiling ASN1Codable ASN1EncoderImpl.swift
[217/219] Compiling ASN1Codable ASN1EncodingContainer.swift
[218/219] Compiling ASN1Codable ASN1EncodingContext.swift
[219/219] Compiling ASN1Codable KeyedEncodingContainer.swift
Build complete! (24.71s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.