Build Information
Successful build of ASN1Codable, reference main (cbd39f), with Swift 6.1 for macOS (SPM) on 5 Nov 2025 14:38:22 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/ASN1Codable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/ASN1Codable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cbd39f4 use ArgumentParser in lieu of Commandant
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
cbd39f45acaebb503e0fd6ae9193ecae7563750d
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/ASN1Codable.git
https://github.com/PADL/ASN1Codable.git
{
"dependencies" : [
{
"identity" : "asn1kit",
"requirement" : {
"branch" : [
"lhoward/pr"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/ASN1Kit"
},
{
"identity" : "echo",
"requirement" : {
"branch" : [
"fix-release-build"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/Echo"
},
{
"identity" : "swift-bigint",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mkrd/Swift-BigInt"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "ASN1Codable",
"name" : "ASN1Codable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "ASN1Codable",
"targets" : [
"ASN1Codable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "asn1json2swift",
"targets" : [
"asn1json2swift"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "asn1json2swift",
"module_type" : "SwiftTarget",
"name" : "asn1json2swift",
"path" : "Sources/CLI/asn1json2swift",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"TranslateCommand.swift",
"VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"HeimASN1Translator"
],
"type" : "executable"
},
{
"c99name" : "HeimASN1Translator",
"module_type" : "SwiftTarget",
"name" : "HeimASN1Translator",
"path" : "Sources/HeimASN1Translator",
"product_dependencies" : [
"ASN1Kit",
"AnyCodable"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"ASN1Tag+SwiftType.swift",
"Data+Extras.swift",
"HeimASN1Decoration.swift",
"HeimASN1FieldDescriptor.swift",
"HeimASN1Module.swift",
"HeimASN1OpenType.swift",
"HeimASN1Tagging.swift",
"HeimASN1Translator.swift",
"HeimASN1Type.swift",
"HeimASN1TypeDef.swift",
"HeimASN1TypeMember.swift",
"HeimASN1UniversalType.swift"
],
"type" : "library"
},
{
"c99name" : "ASN1Codable",
"module_type" : "SwiftTarget",
"name" : "ASN1Codable",
"path" : "Sources/ASN1Codable",
"product_dependencies" : [
"ASN1Kit",
"Echo",
"BigNumber",
"AnyCodable"
],
"product_memberships" : [
"ASN1Codable"
],
"sources" : [
"ASN1KitExtras/ASN1DecodedTag+Extras.swift",
"ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
"ASN1KitExtras/ASN1KitExported.swift",
"ASN1KitExtras/ASN1NullObject.swift",
"ASN1KitExtras/ASN1Object+Sorting.swift",
"CodingKeys/ASN1Key.swift",
"CodingKeys/ASN1PlaceholderCodingKey.swift",
"CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
"Core/ASN1AutomaticTaggingContext.swift",
"Core/ASN1Metadata.swift",
"Core/ASN1UserInfoKeys.swift",
"Decoder/ASN1Decoder.swift",
"Decoder/ASN1DecoderImpl.swift",
"Decoder/ASN1DecodingContainer.swift",
"Decoder/ASN1DecodingContext.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/ReferencingDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/ASN1Encoder.swift",
"Encoder/ASN1EncoderImpl.swift",
"Encoder/ASN1EncodingContainer.swift",
"Encoder/ASN1EncodingContext.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/ReferencingEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"OpenType/ASN1AnyObjectSetValue.swift",
"OpenType/ASN1ObjectSetCodable.swift",
"OpenType/ASN1ObjectSetCodingContext.swift",
"OpenType/ASN1ObjectSetType.swift",
"OpenType/ASN1ObjectSetValue.swift",
"OpenType/ASN1TaggedDictionary.swift",
"Primitive/AnyCodable.swift",
"Primitive/BInt.swift",
"Primitive/Base.swift",
"Primitive/BitString.swift",
"Primitive/BitStringOptionSet.swift",
"Primitive/Dictionary.swift",
"Primitive/FixedWidthInteger.swift",
"Primitive/Null.swift",
"Primitive/String.swift",
"Primitive/Time.swift",
"PropertyWrappers/ASN1ApplicationTagged.swift",
"PropertyWrappers/ASN1ContextTagged.swift",
"PropertyWrappers/ASN1PrivateTagged.swift",
"Protocols/ASN1CodingContext.swift",
"Protocols/ASN1CodingKey.swift",
"Protocols/ASN1ExtensibleType.swift",
"Protocols/ASN1PreserveBinary.swift",
"Protocols/ASN1SetCodable.swift",
"Protocols/ASN1TagNumberRepresentable.swift",
"Protocols/ASN1TaggedType.swift",
"Protocols/ASN1TaggedValue.swift",
"Protocols/ASN1Tagging.swift",
"Protocols/ASN1TypeMetadataRepresentable.swift",
"Protocols/ASN1UniversalTagRepresentable.swift",
"Utility/Box.swift",
"Utility/OptionalProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/25] Write sources
[6/25] Write asn1json2swift-entitlement.plist
[6/25] Write sources
[14/25] Compiling CEcho ImageInspectionELF.c
[15/25] Compiling CEcho Functions.c
[16/25] Compiling CEcho CallAccessor.c
[17/25] Compiling CEcho KnownMetadata.c
[18/25] Compiling CEcho ValueWitnessTable.c
[19/25] Write swift-version-2F0A5646E1D333AE.txt
[20/25] Compiling _AtomicsShims.c
[21/58] Compiling CEcho ImageInspectionMachO.c
[23/58] Compiling Atomics DoubleWord.swift
[24/58] Compiling Atomics ManagedAtomic.swift
[25/58] Compiling Atomics AtomicValue.swift
[26/58] Compiling Atomics AtomicMemoryOrderings.swift
[27/58] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/58] Compiling Atomics IntegerOperations.swift
[29/58] Compiling Atomics ManagedAtomicLazyReference.swift
[30/58] Compiling Atomics UnsafeAtomic.swift
[31/59] Compiling Atomics AtomicInteger.swift
[32/59] Compiling Atomics AtomicOptionalWrappable.swift
[33/59] Compiling Atomics AtomicReference.swift
[34/59] Compiling Atomics AtomicStorage.swift
[35/59] Compiling Atomics Unmanaged extensions.swift
[36/59] Compiling Atomics PointerConformances.swift
[37/59] Compiling Atomics Primitives.native.swift
[38/59] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/59] Emitting module ArgumentParserToolInfo
[40/59] Compiling Atomics AtomicBool.swift
[41/59] Compiling Atomics IntegerConformances.swift
[42/59] Compiling Atomics OptionalRawRepresentable.swift
[43/59] Compiling Atomics RawRepresentable.swift
[44/79] Emitting module Atomics
[45/152] Emitting module Echo
[46/157] Emitting module ArgumentParser
[47/161] Compiling Echo ExtensionDescriptor.swift
[48/161] Compiling Echo StructDescriptor.swift
[49/161] Compiling Echo TypeContextDescriptor.swift
[50/161] Compiling Echo Echo.swift
[51/161] Compiling Echo ClassMetadata.swift
[52/161] Compiling Echo HeapGenericLocalVariableMetadata.swift
[53/161] Compiling Echo HeapLocalVariableMetadata.swift
[54/161] Compiling Echo Metadata.swift
[55/161] Compiling Echo MetadataAccessFunction.swift
[56/161] Compiling ArgumentParser NonsenseFlagsValidator.swift
[57/161] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/161] Compiling ArgumentParser PositionalArgumentsValidator.swift
[59/161] Compiling ArgumentParser UniqueNamesValidator.swift
[60/161] Compiling Echo RelativePointer.swift
[61/161] Compiling Echo SignedPointer.swift
[66/161] Compiling Echo AnonymousDescriptor.swift
[67/161] Compiling Echo ClassDescriptor.swift
[68/161] Compiling Echo ContextDescriptor.swift
[69/161] Compiling Echo ContextDescriptorValues.swift
[70/161] Compiling Echo EnumDescriptor.swift
[71/161] Compiling DataKit Data+UTF8String.swift
[72/161] Compiling Echo FieldDescriptor.swift
[73/161] Compiling Echo GenericContext.swift
[74/161] Compiling Echo ModuleDescriptor.swift
[75/161] Compiling Echo OpaqueDescriptor.swift
[76/161] Compiling Echo ProtocolDescriptor.swift
[77/161] Compiling Echo RuntimeValues.swift
[78/161] Compiling Echo WitnessTable.swift
[79/161] Compiling Echo FieldType.swift
[80/161] Compiling Echo Misc.swift
[81/161] Compiling Echo RelativeDirectPointer.swift
[82/161] Compiling AnyCodable AnyDecodable.swift
[83/161] Emitting module AnyCodable
[84/161] Compiling DataKit Data+ASCIIString.swift
[85/161] Compiling DataKit Base64.swift
[86/161] Compiling DataKit Data+HexString.swift
[87/161] Compiling AnyCodable AnyEncodable.swift
[88/161] Emitting module DataKit
[89/161] Compiling AnyCodable AnyCodable.swift
[90/161] Compiling DataKit Array+Data.swift
[97/161] Compiling Echo TupleMetadata.swift
[98/161] Compiling Echo TypeMetadata.swift
[99/161] Compiling Echo ValueWitnessTable.swift
[100/161] Compiling Echo ConformanceDescriptor.swift
[101/161] Compiling Echo ExistentialContainer.swift
[102/161] Compiling Echo Functions.swift
[103/161] Compiling Echo HeapObject.swift
[104/161] Compiling Echo ImageInspection.swift
[105/161] Compiling Echo KeyPaths.swift
[106/161] Compiling Echo KnownMetadata.swift
[107/161] Compiling Echo MetadataValues.swift
[108/161] Compiling Echo MetatypeMetadata.swift
[109/161] Compiling Echo ObjCClassWrapperMetadata.swift
[110/161] Compiling Echo OpaqueMetadata.swift
[111/161] Compiling Echo StructMetadata.swift
[112/161] Compiling Echo EnumValueWitnessTable.swift
[113/161] Compiling Echo ExistentialMetadata.swift
[114/161] Compiling Echo ExistentialMetatypeMetadata.swift
[115/161] Compiling Echo ForeignClassMetadata.swift
[116/161] Compiling Echo FunctionMetadata.swift
[121/161] Compiling Echo EnumMetadata.swift
[142/187] Compiling ASN1Kit ASN1Object+Subscript.swift
[143/187] Compiling ASN1Kit ASN1Primitive+Description.swift
[144/187] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[145/187] Compiling ASN1Kit Int+ASN1Encoding.swift
[146/187] Compiling ASN1Kit String+ASN1Encoding.swift
[147/187] Compiling ASN1Kit Data+ASN1Int.swift
[148/187] Compiling ASN1Kit Data+UInt.swift
[149/187] Compiling ASN1Kit ASN1CodableType.swift
[150/187] Compiling ASN1Kit ASN1Object+Encoding.swift
[151/187] Compiling ASN1Kit Array+ASN1Encoding.swift
[157/187] Emitting module BigNumber
[158/187] Compiling BigNumber Swift-Big-Number-Core.swift
[159/187] Emitting module ASN1Kit
[160/189] Compiling ASN1Kit ASN1Data.swift
[161/189] Compiling ASN1Kit ASN1DecodedTag.swift
[162/189] Compiling ASN1Kit ASN1Decoder.swift
[163/189] Compiling ASN1Kit ASN1Tag.swift
[164/189] Compiling ASN1Kit DataScanner.swift
[165/189] Compiling ASN1Kit ObjectIdentifier.swift
[166/189] Compiling ASN1Kit ASN1Error.swift
[167/189] Compiling ASN1Kit ASN1Int.swift
[168/189] Compiling ASN1Kit ASN1Object.swift
[169/189] Compiling ASN1Kit Int+Length.swift
[170/189] Compiling ASN1Kit OutputStream+UInt8.swift
[171/189] Compiling ASN1Kit String+Subscript.swift
[172/189] Compiling ASN1Kit UInt+TagNo.swift
[173/189] Compiling ASN1Kit Bool+ASN1Encoding.swift
[174/189] Compiling ASN1Kit Data+ASN1Encoding.swift
[175/189] Compiling ASN1Kit Date+ASN1Encoding.swift
[176/189] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[187/256] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[188/257] Compiling ASN1Codable ASN1ExtensibleType.swift
[189/257] Compiling ASN1Codable ASN1PreserveBinary.swift
[190/257] Compiling ASN1Codable ASN1SetCodable.swift
[191/257] Compiling ASN1Codable ASN1TagNumberRepresentable.swift
[192/257] Compiling ASN1Codable ASN1TaggedType.swift
[193/257] Compiling ASN1Codable ASN1TaggedValue.swift
[194/262] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[195/262] Compiling ASN1Codable Time.swift
[196/262] Compiling ASN1Codable ASN1ApplicationTagged.swift
[197/262] Compiling ASN1Codable ASN1ContextTagged.swift
[198/262] Compiling ASN1Codable ASN1PrivateTagged.swift
[199/262] Compiling ASN1Codable ASN1CodingContext.swift
[200/262] Compiling ASN1Codable ASN1CodingKey.swift
[201/262] Emitting module HeimASN1Translator
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:40:23: warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | public final class HeimASN1Translator {
33 | public struct Options: OptionSet {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
34 | public let rawValue: UInt
35 |
:
38 | }
39 |
40 | public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
| |- warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'disablePropertyWrappers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | static let isImportedModule = Options(rawValue: 1 << 1)
42 | }
/Users/admin/builder/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:41:16: warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | public final class HeimASN1Translator {
33 | public struct Options: OptionSet {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
34 | public let rawValue: UInt
35 |
:
39 |
40 | public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
41 | static let isImportedModule = Options(rawValue: 1 << 1)
| |- warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isImportedModule' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 |
[202/262] Compiling ASN1Codable ASN1DecodedTag+Extras.swift
[203/262] Compiling ASN1Codable ASN1ImplicitlyWrappedObject.swift
[204/262] Compiling ASN1Codable ASN1Tagging.swift
[205/262] Compiling ASN1Codable ASN1TypeMetadataRepresentable.swift
[206/262] Compiling ASN1Codable ASN1UniversalTagRepresentable.swift
[207/262] Compiling ASN1Codable Box.swift
[208/262] Compiling ASN1Codable OptionalProtocol.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[211/262] Compiling ASN1Codable ASN1KitExported.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[212/262] Compiling ASN1Codable ASN1NullObject.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[213/262] Compiling ASN1Codable ASN1Object+Sorting.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[214/262] Compiling ASN1Codable ASN1Key.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
[215/262] Emitting module ASN1Codable
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/ASN1KitExtras/ASN1NullObject.swift:31:5: warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
18 | import ASN1Kit
19 |
20 | struct ASN1NullObject: ASN1Object {
| `- note: consider making struct 'ASN1NullObject' conform to the 'Sendable' protocol
21 | let tag: ASN1DecodedTag = .universal(.null)
22 | let data: ASN1Data = .primitive(Data())
:
29 | }
30 |
31 | let ASN1Null = ASN1NullObject()
| |- warning: let 'ASN1Null' is not concurrency-safe because non-'Sendable' type 'ASN1NullObject' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'ASN1Null' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 | extension ASN1Object {
/Users/admin/builder/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 {
/Users/admin/builder/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]
[216/262] Compiling HeimASN1Translator HeimASN1Type.swift
[217/262] Compiling HeimASN1Translator HeimASN1Tagging.swift
[218/262] Compiling HeimASN1Translator HeimASN1Module.swift
[219/262] Compiling HeimASN1Translator HeimASN1Translator.swift
/Users/admin/builder/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)
/Users/admin/builder/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:40:23: warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | public final class HeimASN1Translator {
33 | public struct Options: OptionSet {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
34 | public let rawValue: UInt
35 |
:
38 | }
39 |
40 | public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
| |- warning: static property 'disablePropertyWrappers' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'disablePropertyWrappers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 | static let isImportedModule = Options(rawValue: 1 << 1)
42 | }
/Users/admin/builder/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:41:16: warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
31 |
32 | public final class HeimASN1Translator {
33 | public struct Options: OptionSet {
| `- note: consider making struct 'Options' conform to the 'Sendable' protocol
34 | public let rawValue: UInt
35 |
:
39 |
40 | public static let disablePropertyWrappers = Options(rawValue: 1 << 0)
41 | static let isImportedModule = Options(rawValue: 1 << 1)
| |- warning: static property 'isImportedModule' is not concurrency-safe because non-'Sendable' type 'HeimASN1Translator.Options' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'isImportedModule' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | }
43 |
/Users/admin/builder/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:171:59: warning: type 'HeimASN1Translator' does not conform to the 'Sendable' protocol
30 | }
31 |
32 | public final class HeimASN1Translator {
| `- note: class 'HeimASN1Translator' does not conform to the 'Sendable' protocol
33 | public struct Options: OptionSet {
34 | public let rawValue: UInt
:
169 | let jsonDecoder = JSONDecoder()
170 |
171 | jsonDecoder.userInfo[HeimASN1TranslatorUserInfoKey] = self
| `- warning: type 'HeimASN1Translator' does not conform to the 'Sendable' protocol
172 |
173 | do {
[220/262] Compiling HeimASN1Translator HeimASN1OpenType.swift
[223/262] Compiling HeimASN1Translator HeimASN1TypeDef.swift
[224/262] Compiling ASN1Codable ASN1ObjectSetType.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
| |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 | var bytes: [UInt8]
[225/262] Compiling ASN1Codable ASN1ObjectSetValue.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
| |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 | var bytes: [UInt8]
[226/262] Compiling ASN1Codable ASN1TaggedDictionary.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
| |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 | var bytes: [UInt8]
[227/262] Compiling ASN1Codable AnyCodable.swift
/Users/admin/builder/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 {
/Users/admin/builder/spi-builder-workspace/Sources/ASN1Codable/Primitive/BInt.swift:63:1: warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
61 | }
62 |
63 | extension BInt: ASN1EncodableType {
| |- warning: extension declares a conformance of imported type 'BInt' to imported protocol 'ASN1EncodableType'; this will not behave correctly if the owners of 'BigNumber' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
64 | public func asn1encode(tag _: ASN1DecodedTag?) throws -> ASN1Object {
65 | var bytes: [UInt8]
[228/262] Compiling ASN1Codable BInt.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
[229/262] Compiling ASN1Codable Base.swift
/Users/admin/builder/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 {
/Users/admin/builder/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]
[230/262] Compiling ASN1Codable ReferencingEncoder.swift
[231/262] Compiling ASN1Codable SingleValueEncodingContainer.swift
[232/262] Compiling ASN1Codable UnkeyedEncodingContainer.swift
[233/262] Compiling ASN1Codable ASN1AnyObjectSetValue.swift
[234/262] Compiling ASN1Codable ASN1ObjectSetCodable.swift
[235/262] Compiling ASN1Codable ASN1ObjectSetCodingContext.swift
[236/262] Compiling ASN1Codable BitString.swift
[237/262] Compiling ASN1Codable BitStringOptionSet.swift
[238/262] Compiling ASN1Codable Dictionary.swift
[239/262] Compiling ASN1Codable FixedWidthInteger.swift
[240/262] Compiling ASN1Codable Null.swift
[241/262] Compiling ASN1Codable String.swift
[242/262] Compiling ASN1Codable ASN1PlaceholderCodingKey.swift
[243/262] Compiling ASN1Codable ASN1TaggedDictionaryCodingKey.swift
[244/262] Compiling ASN1Codable ASN1AutomaticTaggingContext.swift
[245/262] Compiling ASN1Codable ASN1Metadata.swift
[246/262] Compiling ASN1Codable ASN1UserInfoKeys.swift
[247/262] Compiling ASN1Codable ASN1Decoder.swift
[248/262] Compiling ASN1Codable UnkeyedDecodingContainer.swift
[249/262] Compiling ASN1Codable ASN1Encoder.swift
[250/262] Compiling ASN1Codable ASN1EncoderImpl.swift
[251/262] Compiling ASN1Codable ASN1EncodingContainer.swift
[252/262] Compiling ASN1Codable ASN1EncodingContext.swift
[253/262] Compiling ASN1Codable KeyedEncodingContainer.swift
[254/262] Compiling ASN1Codable ASN1DecoderImpl.swift
[255/262] Compiling ASN1Codable ASN1DecodingContainer.swift
[256/262] Compiling ASN1Codable ASN1DecodingContext.swift
[257/262] Compiling ASN1Codable KeyedDecodingContainer.swift
[258/262] Compiling ASN1Codable ReferencingDecoder.swift
[259/262] Compiling ASN1Codable SingleValueDecodingContainer.swift
[260/266] Compiling asn1json2swift main.swift
[261/266] Compiling asn1json2swift VersionCommand.swift
[262/266] Compiling asn1json2swift TranslateCommand.swift
[263/266] Emitting module asn1json2swift
[263/266] Write Objects.LinkFileList
[264/266] Linking asn1json2swift
[265/266] Applying asn1json2swift
Build complete! (36.52s)
Fetching https://github.com/PADL/ASN1Kit
[1/1049] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.96s)
Fetching https://github.com/PADL/Echo
[1/868] Fetching echo
Fetched https://github.com/PADL/Echo from cache (0.84s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (1.43s)
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/782] Fetching anycodable
[95/2006] Fetching anycodable, datakit
Fetched https://github.com/SwiftCommon/DataKit.git from cache (1.00s)
Fetched https://github.com/Flight-School/AnyCodable from cache (1.00s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.00s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.33s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.97s)
Fetching https://github.com/Quick/Nimble
[1/19787] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.92s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.53s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.60s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.40s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.58s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.79s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.64s)
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
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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (94f981e)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/mkrd/Swift-BigInt
Working copy of https://github.com/mkrd/Swift-BigInt resolved at master (d09d98b)
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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Build complete.
{
"dependencies" : [
{
"identity" : "asn1kit",
"requirement" : {
"branch" : [
"lhoward/pr"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/ASN1Kit"
},
{
"identity" : "echo",
"requirement" : {
"branch" : [
"fix-release-build"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/Echo"
},
{
"identity" : "swift-bigint",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mkrd/Swift-BigInt"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "ASN1Codable",
"name" : "ASN1Codable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "ASN1Codable",
"targets" : [
"ASN1Codable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "asn1json2swift",
"targets" : [
"asn1json2swift"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "asn1json2swift",
"module_type" : "SwiftTarget",
"name" : "asn1json2swift",
"path" : "Sources/CLI/asn1json2swift",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"TranslateCommand.swift",
"VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"HeimASN1Translator"
],
"type" : "executable"
},
{
"c99name" : "HeimASN1Translator",
"module_type" : "SwiftTarget",
"name" : "HeimASN1Translator",
"path" : "Sources/HeimASN1Translator",
"product_dependencies" : [
"ASN1Kit",
"AnyCodable"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"ASN1Tag+SwiftType.swift",
"Data+Extras.swift",
"HeimASN1Decoration.swift",
"HeimASN1FieldDescriptor.swift",
"HeimASN1Module.swift",
"HeimASN1OpenType.swift",
"HeimASN1Tagging.swift",
"HeimASN1Translator.swift",
"HeimASN1Type.swift",
"HeimASN1TypeDef.swift",
"HeimASN1TypeMember.swift",
"HeimASN1UniversalType.swift"
],
"type" : "library"
},
{
"c99name" : "ASN1Codable",
"module_type" : "SwiftTarget",
"name" : "ASN1Codable",
"path" : "Sources/ASN1Codable",
"product_dependencies" : [
"ASN1Kit",
"Echo",
"BigNumber",
"AnyCodable"
],
"product_memberships" : [
"ASN1Codable"
],
"sources" : [
"ASN1KitExtras/ASN1DecodedTag+Extras.swift",
"ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
"ASN1KitExtras/ASN1KitExported.swift",
"ASN1KitExtras/ASN1NullObject.swift",
"ASN1KitExtras/ASN1Object+Sorting.swift",
"CodingKeys/ASN1Key.swift",
"CodingKeys/ASN1PlaceholderCodingKey.swift",
"CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
"Core/ASN1AutomaticTaggingContext.swift",
"Core/ASN1Metadata.swift",
"Core/ASN1UserInfoKeys.swift",
"Decoder/ASN1Decoder.swift",
"Decoder/ASN1DecoderImpl.swift",
"Decoder/ASN1DecodingContainer.swift",
"Decoder/ASN1DecodingContext.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/ReferencingDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/ASN1Encoder.swift",
"Encoder/ASN1EncoderImpl.swift",
"Encoder/ASN1EncodingContainer.swift",
"Encoder/ASN1EncodingContext.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/ReferencingEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"OpenType/ASN1AnyObjectSetValue.swift",
"OpenType/ASN1ObjectSetCodable.swift",
"OpenType/ASN1ObjectSetCodingContext.swift",
"OpenType/ASN1ObjectSetType.swift",
"OpenType/ASN1ObjectSetValue.swift",
"OpenType/ASN1TaggedDictionary.swift",
"Primitive/AnyCodable.swift",
"Primitive/BInt.swift",
"Primitive/Base.swift",
"Primitive/BitString.swift",
"Primitive/BitStringOptionSet.swift",
"Primitive/Dictionary.swift",
"Primitive/FixedWidthInteger.swift",
"Primitive/Null.swift",
"Primitive/String.swift",
"Primitive/Time.swift",
"PropertyWrappers/ASN1ApplicationTagged.swift",
"PropertyWrappers/ASN1ContextTagged.swift",
"PropertyWrappers/ASN1PrivateTagged.swift",
"Protocols/ASN1CodingContext.swift",
"Protocols/ASN1CodingKey.swift",
"Protocols/ASN1ExtensibleType.swift",
"Protocols/ASN1PreserveBinary.swift",
"Protocols/ASN1SetCodable.swift",
"Protocols/ASN1TagNumberRepresentable.swift",
"Protocols/ASN1TaggedType.swift",
"Protocols/ASN1TaggedValue.swift",
"Protocols/ASN1Tagging.swift",
"Protocols/ASN1TypeMetadataRepresentable.swift",
"Protocols/ASN1UniversalTagRepresentable.swift",
"Utility/Box.swift",
"Utility/OptionalProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.