Build Information
Successful build of SwiftAtproto, reference main (18c7ae), with Swift 6.1 for macOS (SPM) on 2 May 2026 04:57:34 UTC.
Swift 6 data race errors: 0
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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nnabeyang/swift-atproto.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nnabeyang/swift-atproto
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 18c7aed v0.38.0
Cloned https://github.com/nnabeyang/swift-atproto.git
Revision (git rev-parse @):
18c7aed7af7691278f335f3b5c358dcbebec503c
SUCCESS checkout https://github.com/nnabeyang/swift-atproto.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/nnabeyang/swift-atproto.git
https://github.com/nnabeyang/swift-atproto.git
{
"dependencies" : [
{
"identity" : "swift-cid",
"requirement" : {
"exact" : [
"0.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-cid"
},
{
"identity" : "swift-multibase",
"requirement" : {
"exact" : [
"0.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multibase.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "0.20.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1"
}
],
"manifest_display_name" : "SwiftAtproto",
"name" : "SwiftAtproto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftAtproto",
"targets" : [
"SwiftAtproto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ATProtoCrypto",
"targets" : [
"ATProtoCrypto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ATProtoMacro",
"targets" : [
"ATProtoMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-atproto",
"targets" : [
"swift-atproto"
],
"type" : {
"executable" : null
}
},
{
"name" : "ATProtoLexiconFetcher",
"targets" : [
"ATProtoLexiconFetcher"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftAtprotoPlugin",
"targets" : [
"Generate Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ATProtoGenerator",
"targets" : [
"ATProtoGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "Macros",
"targets" : [
"Macros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "swift_atproto",
"module_type" : "SwiftTarget",
"name" : "swift-atproto",
"path" : "CommandLineTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"Lexgen.swift"
],
"target_dependencies" : [
"SwiftAtprotoLex",
"SourceControl"
],
"type" : "executable"
},
{
"c99name" : "SwiftAtprotoTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAtprotoTests",
"path" : "Tests/SwiftAtprotoTests",
"sources" : [
"SwiftAtprotoTests.swift"
],
"target_dependencies" : [
"SwiftAtproto"
],
"type" : "test"
},
{
"c99name" : "SwiftAtprotoLex",
"module_type" : "SwiftTarget",
"name" : "SwiftAtprotoLex",
"path" : "Sources/SwiftAtprotoLex",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"AnyCodingKeys.swift",
"Definitions/ArrayTypeDefinition.swift",
"Definitions/BlobTypeDefinition.swift",
"Definitions/BooleanTypeDefinition.swift",
"Definitions/BytesTypeDefinition.swift",
"Definitions/CidLinkTypeDefinition.swift",
"Definitions/HTTPAPITypeDefinition.swift",
"Definitions/IntegerTypeDefinition.swift",
"Definitions/NullTypeDefinition.swift",
"Definitions/ObjectTypeDefinition.swift",
"Definitions/PermissionSetTypeDefinition.swift",
"Definitions/PermissionTypeDefinition.swift",
"Definitions/ProcedureTypeDefinition.swift",
"Definitions/QueryTypeDefinition.swift",
"Definitions/RecordDefinition.swift",
"Definitions/ReferenceTypeDefinition.swift",
"Definitions/StringTypeDefinition.swift",
"Definitions/SubscriptionDefinition.swift",
"Definitions/SwiftCodeGeneratable.swift",
"Definitions/TokenTypeDefinition.swift",
"Definitions/UnionTypeDefinition.swift",
"Definitions/UnknownTypeDefinition.swift",
"FieldTypeDefinition.swift",
"SwiftAtprotoLex+Server.swift",
"SwiftAtprotoLex.swift",
"SwiftSyntaxExtensions.swift",
"TypeSchema.swift",
"misc.swift"
],
"target_dependencies" : [
"SourceControl"
],
"type" : "library"
},
{
"c99name" : "SwiftAtproto",
"module_type" : "SwiftTarget",
"name" : "SwiftAtproto",
"path" : "Sources/SwiftAtproto",
"product_dependencies" : [
"CID",
"AsyncHTTPClient",
"NIOHTTP1"
],
"product_memberships" : [
"SwiftAtproto",
"ATProtoMacro"
],
"sources" : [
"AnyCodable.swift",
"AuthInfo.swift",
"DIDDocument.swift",
"SwiftAtproto.swift",
"URL+.swift",
"XRPCClientProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "SourceControl",
"module_type" : "SwiftTarget",
"name" : "SourceControl",
"path" : "Sources/SourceControl",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"Git.swift",
"GitRepository.swift",
"LexiconConfig.swift",
"LexiconsStore.swift",
"NSID.swift",
"misc.swift"
],
"type" : "library"
},
{
"c99name" : "MacrosTests",
"module_type" : "SwiftTarget",
"name" : "MacrosTests",
"path" : "Tests/MacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"sources" : [
"MacrosTests.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "test"
},
{
"c99name" : "Macros",
"module_type" : "SwiftTarget",
"name" : "Macros",
"path" : "Sources/Macros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntaxBuilder",
"SwiftSyntax"
],
"product_memberships" : [
"ATProtoMacro",
"Macros"
],
"sources" : [
"Macros.swift"
],
"type" : "macro"
},
{
"c99name" : "Generate_Source_Code",
"module_type" : "PluginTarget",
"name" : "Generate Source Code",
"path" : "Plugins/SwiftAtprotoPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate source code from AT Protocol definitions.",
"type" : "custom",
"verb" : "swift-atproto"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command reformats source files",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "fetch lexicons",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftAtprotoPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoMacro",
"module_type" : "SwiftTarget",
"name" : "ATProtoMacro",
"path" : "Sources/ATProtoMacro",
"product_memberships" : [
"ATProtoMacro"
],
"sources" : [
"ATProtoMacro.swift"
],
"target_dependencies" : [
"Macros",
"SwiftAtproto"
],
"type" : "library"
},
{
"c99name" : "ATProtoLexiconFetcher",
"module_type" : "PluginTarget",
"name" : "ATProtoLexiconFetcher",
"path" : "Plugins/ATProtoLexiconFetcher",
"plugin_capability" : {
"intent" : {
"description" : "Fetch AT Protocol lexicons files from remote resources.",
"type" : "custom",
"verb" : "swift-atproto-fetch"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "To save the downloaded lexicons to your project.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "fetch lexicons",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"ATProtoLexiconFetcher"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoGenerator",
"module_type" : "PluginTarget",
"name" : "ATProtoGenerator",
"path" : "Plugins/ATProtoGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"ATProtoGenerator"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoCryptoTests",
"module_type" : "SwiftTarget",
"name" : "ATProtoCryptoTests",
"path" : "Tests/ATProtoCryptoTests",
"sources" : [
"DIDTests.swift",
"KeyTests.swift"
],
"target_dependencies" : [
"ATProtoCrypto"
],
"type" : "test"
},
{
"c99name" : "ATProtoCrypto",
"module_type" : "SwiftTarget",
"name" : "ATProtoCrypto",
"path" : "Sources/ATProtoCrypto",
"product_dependencies" : [
"Crypto",
"secp256k1",
"Multibase"
],
"product_memberships" : [
"ATProtoCrypto"
],
"sources" : [
"Did.swift",
"Key.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
[1/1] Compiling plugin ATProtoGenerator
[2/2] Compiling plugin Generate Source Code
[3/3] Compiling plugin ATProtoLexiconFetcher
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/104] Write sources
[11/104] Copying PrivacyInfo.xcprivacy
[14/104] Write swift-atproto-tool-entitlement.plist
[16/104] Write swift-atproto-entitlement.plist
[17/104] Write swift-version-2F0A5646E1D333AE.txt
[18/104] Compiling precomputed_ecmult_gen.c
[19/104] Write sources
[30/104] Compiling precomputed_ecmult_gen.c
[31/104] Compiling Utility.c
[33/112] Compiling secp256k1.c
[35/118] Compiling _SwiftSyntaxCShims PlatformMutex.c
[37/118] Write sources
[40/118] Emitting module SwiftSyntax603
[41/118] Compiling SwiftSyntax603 Empty.swift
[42/118] Emitting module SwiftSyntax603
[43/118] Compiling SwiftSyntax603 Empty.swift
[43/118] Write sources
[46/120] Emitting module SwiftSyntax602
[47/120] Compiling SwiftSyntax602 Empty.swift
[49/120] Emitting module SwiftSyntax602
[49/120] Write sources
[52/120] Compiling SwiftSyntax601 Empty.swift
[53/120] Emitting module SwiftSyntax601
[55/130] Compiling SwiftSyntax601 Empty.swift
[55/130] Write sources
[58/130] Emitting module SwiftSyntax600
[59/130] Compiling SwiftSyntax600 Empty.swift
[59/130] Write sources
[81/130] Copying PrivacyInfo.xcprivacy
[83/130] Write sources
[86/130] Emitting module SwiftSyntax600
[87/130] Compiling SwiftSyntax600 Empty.swift
[88/132] Compiling SwiftSyntax510 Empty.swift
[89/132] Emitting module SwiftSyntax510
[91/132] Compiling SwiftSyntax510 Empty.swift
[91/132] Write sources
[96/132] Emitting module SwiftSyntax509
[97/132] Compiling SwiftSyntax509 Empty.swift
[97/132] Write sources
[99/140] Compiling SwiftSyntax509 Empty.swift
[100/140] Emitting module SwiftSyntax509
[100/140] Write sources
[101/378] Compiling precomputed_ecmult.c
[102/378] Write sources
[103/378] Compiling precomputed_ecmult.c
[105/484] Emitting module Crypto
[106/493] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[107/493] Compiling SwiftSyntax Syntax.swift
[108/493] Compiling SwiftSyntax SyntaxChildren.swift
[109/493] Compiling SwiftSyntax SyntaxCollection.swift
[110/493] Compiling SwiftSyntax SyntaxHashable.swift
[111/493] Compiling SwiftSyntax SyntaxIdentifier.swift
[112/493] Compiling SwiftSyntax SyntaxNodeStructure.swift
[113/500] Compiling SwiftSyntax SyntaxProtocol.swift
[114/500] Compiling SwiftSyntax SyntaxText.swift
[115/500] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[116/500] Compiling SwiftSyntax TokenDiagnostic.swift
[117/500] Compiling SwiftSyntax TokenSequence.swift
[118/500] Compiling SwiftSyntax TokenSyntax.swift
[119/500] Compiling SwiftSyntax Trivia.swift
[120/500] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[121/500] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[122/500] Compiling SwiftSyntax RawSyntaxTokenView.swift
[123/500] Compiling SwiftSyntax SourceEdit.swift
[124/500] Compiling SwiftSyntax SourceLength.swift
[125/500] Compiling SwiftSyntax SourceLocation.swift
[126/500] Compiling SwiftSyntax SourcePresence.swift
[148/507] Emitting module secp256k1
[149/511] Compiling Crypto EdDSA_boring.swift
[150/511] Compiling Crypto MLDSA_boring.swift
[151/511] Compiling Crypto MLDSA_wrapper.swift
[152/511] Compiling Crypto ECDSA.swift
[153/511] Compiling Crypto Ed25519.swift
[154/511] Compiling Crypto MLDSA.swift
[155/511] Compiling Crypto Signature.swift
[156/511] Compiling Crypto CryptoKitErrors_boring.swift
[157/511] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[158/511] Emitting module VarInt
[159/511] Compiling VarInt BinaryEncoder.swift
[160/511] Compiling VarInt VarInt.swift
[161/511] Emitting module BaseX
[162/511] Compiling BaseX BaseX.swift
[163/511] Compiling secp256k1 Utility.swift
[164/511] Compiling secp256k1 Zeroization.swift
[165/511] Compiling secp256k1 secp256k1.swift
[182/520] Emitting module Crypto
[183/520] Compiling secp256k1 CryptoKitErrors.swift
[184/520] Compiling secp256k1 DH.swift
[185/520] Compiling secp256k1 Digest.swift
[186/520] Compiling secp256k1 SafeCompare.swift
[187/520] Compiling secp256k1 Schnorr.swift
[188/520] Compiling secp256k1 SecureBytes.swift
[189/520] Compiling secp256k1 Signature.swift
[190/520] Compiling secp256k1 ECDH.swift
[191/520] Compiling secp256k1 ECDSA.swift
[192/520] Compiling secp256k1 EdDSA.swift
[193/520] Compiling secp256k1 Errors.swift
[194/520] Compiling secp256k1 PrettyBytes.swift
[195/520] Compiling secp256k1 RNG_boring.swift
[196/520] Compiling secp256k1 Recovery.swift
[197/520] Compiling secp256k1 SHA256.swift
[198/520] Compiling secp256k1 Exports.swift
[199/520] Compiling secp256k1 HashDigest.swift
[200/520] Compiling secp256k1 MuSig.swift
[201/520] Compiling secp256k1 Nonces.swift
[202/520] Compiling secp256k1 Tweak.swift
[211/520] Emitting module VarInt
[212/520] Compiling VarInt VarInt.swift
[213/520] Compiling VarInt BinaryEncoder.swift
[213/520] Write sources
[225/520] Compiling secp256k1 ASN1Integer.swift
[226/520] Compiling secp256k1 ASN1Null.swift
[227/520] Compiling secp256k1 ASN1OctetString.swift
[228/520] Compiling secp256k1 ASN1Strings.swift
[229/520] Compiling secp256k1 ArraySliceBigint.swift
[230/520] Compiling secp256k1 SEC1PrivateKey.swift
[231/520] Compiling secp256k1 SubjectPublicKeyInfo.swift
[232/520] Compiling secp256k1 Asymmetric.swift
[233/520] Compiling secp256k1 Combine.swift
[234/520] Compiling secp256k1 Context.swift
[235/520] Compiling Crypto RNG_boring.swift
[236/520] Compiling Crypto SafeCompare_boring.swift
[237/520] Compiling Crypto Zeroization_boring.swift
[238/520] Compiling Crypto _CryptoModuleAnchor.swift
[239/520] Compiling Crypto PrettyBytes.swift
[240/520] Compiling Crypto SafeCompare.swift
[241/520] Compiling Crypto SecureBytes.swift
[242/520] Compiling Crypto Zeroization.swift
[243/520] Compiling Crypto resource_bundle_accessor.swift
[257/520] Compiling SwiftSyntax SyntaxNodesD.swift
[258/520] Compiling SwiftSyntax SyntaxNodesEF.swift
[259/520] Compiling SwiftSyntax SyntaxNodesGHI.swift
[260/520] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[261/520] Compiling SwiftSyntax SyntaxNodesOP.swift
[262/520] Compiling SwiftSyntax SyntaxNodesQRS.swift
[263/520] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[264/520] Compiling Crypto HPKE-Ciphersuite.swift
[265/520] Compiling Crypto HPKE-KDF.swift
[266/520] Compiling Crypto MACFunctions.swift
[267/520] Compiling Crypto MessageAuthenticationCode.swift
[268/520] Compiling Crypto AES.swift
[269/520] Compiling Crypto ECDSASignature_boring.swift
[270/520] Compiling Crypto ECDSA_boring.swift
[291/520] Compiling secp256k1 ASN1.swift
[292/520] Compiling secp256k1 ASN1Any.swift
[293/520] Compiling secp256k1 ASN1BitString.swift
[294/520] Compiling secp256k1 ASN1Boolean.swift
[295/520] Compiling secp256k1 ASN1Identifier.swift
[296/520] Compiling secp256k1 GeneralizedTime.swift
[297/520] Compiling secp256k1 ObjectIdentifier.swift
[298/520] Compiling secp256k1 ECDSASignature.swift
[299/520] Compiling secp256k1 PEMDocument.swift
[300/520] Compiling secp256k1 PKCS8PrivateKey.swift
[344/570] Compiling CryptoSwiftResources Empty.swift
[345/570] Compiling CryptoSwiftResources resource_bundle_accessor.swift
[346/570] Emitting module CryptoSwiftResources
[347/570] Compiling CryptoSwiftResources Empty.swift
[348/570] Compiling CryptoSwiftResources resource_bundle_accessor.swift
[349/570] Emitting module CryptoSwiftResources
[350/570] Compiling secp256k1 SecureBytes.swift
[351/570] Compiling secp256k1 Signature.swift
[352/570] Compiling secp256k1 ASN1Integer.swift
[353/570] Compiling secp256k1 ASN1Null.swift
[354/570] Compiling secp256k1 ObjectIdentifier.swift
[355/570] Compiling secp256k1 ECDSASignature.swift
[356/570] Compiling secp256k1 PEMDocument.swift
[357/570] Compiling secp256k1 PKCS8PrivateKey.swift
[358/570] Compiling secp256k1 Asymmetric.swift
[359/570] Compiling secp256k1 Combine.swift
[360/570] Compiling secp256k1 Exports.swift
[361/570] Compiling secp256k1 HashDigest.swift
[362/570] Compiling secp256k1 MuSig.swift
[363/570] Compiling secp256k1 Nonces.swift
[364/570] Compiling secp256k1 SafeCompare.swift
[365/570] Compiling secp256k1 Schnorr.swift
[366/570] Compiling secp256k1 ASN1OctetString.swift
[367/570] Compiling secp256k1 ASN1Strings.swift
[368/570] Compiling secp256k1 ArraySliceBigint.swift
[369/570] Compiling secp256k1 GeneralizedTime.swift
[370/577] Compiling secp256k1 EdDSA.swift
[371/577] Compiling secp256k1 Errors.swift
[372/577] Compiling secp256k1 SEC1PrivateKey.swift
[373/577] Compiling secp256k1 SubjectPublicKeyInfo.swift
[374/680] Compiling CryptoSwift CipherModeWorker.swift
[375/680] Compiling CryptoSwift ECB.swift
[376/680] Compiling CryptoSwift GCM.swift
[377/680] Compiling CryptoSwift OCB.swift
[378/680] Compiling CryptoSwift OFB.swift
[379/680] Compiling CryptoSwift Bit.swift
[380/680] Compiling CryptoSwift BlockCipher.swift
[381/680] Compiling CryptoSwift BlockDecryptor.swift
[382/680] Compiling CryptoSwift BlockEncryptor.swift
[383/680] Compiling CryptoSwift BlockMode.swift
[384/680] Compiling CryptoSwift BlockModeOptions.swift
[385/680] Compiling CryptoSwift CBC.swift
[386/680] Compiling CryptoSwift CCM.swift
[387/680] Compiling CryptoSwift CFB.swift
[388/680] Compiling CryptoSwift CTR.swift
[389/680] Compiling CryptoSwift Array+Foundation.swift
[390/680] Compiling CryptoSwift Blowfish+Foundation.swift
[391/680] Compiling CryptoSwift ChaCha20+Foundation.swift
[392/680] Compiling CryptoSwift Data+Extension.swift
[393/680] Compiling CryptoSwift HMAC+Foundation.swift
[394/680] Compiling CryptoSwift Codable.swift
[395/680] Compiling CryptoSwift Comparable.swift
[396/680] Compiling CryptoSwift DataConversion.swift
[397/680] Compiling CryptoSwift Division.swift
[397/680] Write sources
[402/790] Emitting module BaseX
[403/790] Compiling BaseX BaseX.swift
[404/790] Emitting module secp256k1
[405/800] Emitting module Multicodec
[406/800] Compiling Multicodec Codecs+Equatable.swift
[407/800] Compiling Multicodec Multicodec.swift
[408/800] Compiling Multicodec Codecs.swift
[410/800] Compiling Multicodec Multicodec.swift
[411/800] Emitting module Multicodec
[412/800] Compiling Multicodec Codecs+Equatable.swift
[413/808] Compiling Base8 BlockEncoding.swift
[414/808] Compiling Base8 Quintets.swift
[415/808] Compiling CryptoSwift Array+Foundation.swift
[416/808] Compiling CryptoSwift Blowfish+Foundation.swift
[417/808] Compiling CryptoSwift ChaCha20+Foundation.swift
[418/808] Compiling CryptoSwift Data+Extension.swift
[419/808] Compiling CryptoSwift Signature.swift
[420/808] Compiling CryptoSwift StreamDecryptor.swift
[421/808] Compiling CryptoSwift CompactMap.swift
[422/808] Compiling CryptoSwift Cryptor.swift
[423/808] Compiling CryptoSwift Cryptors.swift
[424/808] Compiling CryptoSwift Digest.swift
[425/808] Compiling CryptoSwift DigestType.swift
[426/808] Compiling CryptoSwift AES+Foundation.swift
[427/808] Compiling CryptoSwift GCM.swift
[428/808] Compiling CryptoSwift OCB.swift
[429/808] Compiling CryptoSwift OFB.swift
[430/808] Compiling CryptoSwift PCBC.swift
[431/808] Compiling CryptoSwift Blowfish.swift
[432/808] Compiling CryptoSwift HMAC+Foundation.swift
[433/808] Compiling CryptoSwift Bit.swift
[434/808] Compiling CryptoSwift BlockCipher.swift
[435/808] Compiling CryptoSwift BlockDecryptor.swift
[436/808] Compiling CryptoSwift CCM.swift
[437/808] Compiling CryptoSwift CFB.swift
[438/808] Compiling CryptoSwift CTR.swift
[439/808] Compiling CryptoSwift CipherModeWorker.swift
[440/808] Compiling CryptoSwift ECB.swift
[441/808] Compiling CryptoSwift BlockEncryptor.swift
[442/808] Compiling CryptoSwift BlockMode.swift
[443/808] Compiling CryptoSwift BlockModeOptions.swift
[444/808] Compiling CryptoSwift CBC.swift
[445/808] Compiling CryptoSwift SHA1.swift
[446/808] Compiling CryptoSwift SHA2.swift
[447/808] Compiling CryptoSwift SHA3.swift
[448/808] Compiling CryptoSwift Scrypt.swift
[449/808] Compiling CryptoSwift SecureBytes.swift
[450/808] Compiling CryptoSwift RSA+Cipher.swift
[451/808] Compiling CryptoSwift RSA+Signature.swift
[452/808] Compiling CryptoSwift RSA.swift
[453/808] Compiling CryptoSwift Rabbit.swift
[454/808] Compiling Base8 BlockDecoding.swift
[455/808] Compiling Base8 BlockEncoding.swift
[456/808] Compiling Base8 Alphabet.swift
[457/808] Emitting module Base8
[458/808] Compiling Base8 Base8.swift
[459/810] Compiling Base8 Quintets.swift
[460/810] Emitting module Base64
[461/810] Compiling Base64 Base64.swift
[461/810] Write sources
[464/816] Compiling secp256k1 Tweak.swift
[465/816] Compiling secp256k1 Utility.swift
[466/816] Compiling secp256k1 Zeroization.swift
[467/816] Compiling secp256k1 secp256k1.swift
[468/816] Compiling Base8 BlockDecoding.swift
[469/816] Compiling Base8 Alphabet.swift
[470/816] Emitting module Base8
[471/816] Compiling Base8 Base8.swift
[471/816] Write sources
[474/822] Compiling Base64 Base64.swift
[475/822] Emitting module Base64
[476/826] Compiling Base32 BlockEncoding.swift
[477/826] Compiling Base32 Quintets.swift
[478/826] Compiling Base32 BlockDecoding.swift
[479/826] Compiling Base32 Alphabets.swift
[480/826] Emitting module Base32
[481/826] Compiling Base32 Base32.swift
[481/826] Write sources
[496/839] Compiling Base32 BlockDecoding.swift
[497/839] Compiling Base32 BlockEncoding.swift
[498/839] Emitting module Base32
[499/839] Compiling Base32 Alphabets.swift
[500/839] Compiling Base32 Base32.swift
[501/839] Compiling Base32 Quintets.swift
[502/839] Compiling CryptoSwift Random.swift
[503/839] Compiling CryptoSwift Shifts.swift
[504/839] Compiling CryptoSwift SquareRoot.swift
[505/839] Compiling CryptoSwift Strideable.swift
[506/839] Compiling CryptoSwift StringConversion.swift
[507/839] Compiling CryptoSwift Subtraction.swift
[508/839] Compiling CryptoSwift WordsAndBits.swift
[509/839] Compiling CryptoSwift ChaCha20.swift
[510/839] Compiling CryptoSwift Checksum.swift
[511/839] Compiling CryptoSwift Cipher.swift
[512/839] Compiling CryptoSwift Collection+Extension.swift
[513/839] Compiling CryptoSwift Rabbit+Foundation.swift
[514/839] Compiling CryptoSwift String+FoundationExtension.swift
[515/839] Compiling CryptoSwift Utils+Foundation.swift
[516/839] Compiling CryptoSwift XChaCha20+Foundation.swift
[517/839] Compiling CryptoSwift Generics.swift
[518/839] Compiling CryptoSwift HKDF.swift
[519/839] Compiling CryptoSwift HMAC.swift
[520/839] Compiling CryptoSwift ISO10126Padding.swift
[521/839] Compiling CryptoSwift ISO78164Padding.swift
[522/839] Compiling CryptoSwift Int+Extension.swift
[523/839] Compiling CryptoSwift MD5.swift
[524/852] Emitting module ArgumentParserToolInfo
[525/852] Compiling Base2 Base2.swift
[526/852] Emitting module Base2
[526/852] Write sources
[528/852] Emitting module Base2
[529/852] Compiling Base2 Base2.swift
[529/852] Write sources
[531/856] Compiling SourceControl Git.swift
[532/856] Compiling CryptoSwift Operators.swift
[533/856] Compiling CryptoSwift DER.swift
[534/856] Compiling CryptoSwift PBKDF1.swift
[535/856] Compiling CryptoSwift PBKDF2.swift
[536/856] Compiling CryptoSwift PKCS1v15.swift
[537/856] Compiling CryptoSwift PKCS5.swift
[538/856] Compiling CryptoSwift PKCS7.swift
[539/856] Compiling CryptoSwift PKCS7Padding.swift
[540/856] Compiling CryptoSwift Padding.swift
[541/856] Compiling CryptoSwift Poly1305.swift
[542/856] Compiling CryptoSwift Codable.swift
[543/856] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[544/856] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[545/856] Compiling CryptoSwift AES.Cryptors.swift
[546/856] Compiling CryptoSwift AES.swift
[547/856] Compiling CryptoSwift ASN1.swift
[548/856] Compiling CryptoSwift ASN1Decoder.swift
[549/856] Compiling CryptoSwift ASN1Encoder.swift
[550/856] Compiling CryptoSwift ASN1Scanner.swift
[551/856] Compiling CryptoSwift Array+Extension.swift
[552/856] Compiling CryptoSwift Authenticator.swift
[553/856] Compiling CryptoSwift BatchedCollection.swift
[554/856] Compiling CryptoSwift Comparable.swift
[555/856] Compiling CryptoSwift DataConversion.swift
[556/856] Compiling CryptoSwift Division.swift
[557/856] Compiling CryptoSwift Exponentiation.swift
[558/856] Compiling CryptoSwift FloatingPointConversion.swift
[559/856] Compiling CryptoSwift GCD.swift
[560/856] Compiling CryptoSwift Hashable.swift
[561/856] Compiling CryptoSwift IntegerConversion.swift
[562/856] Compiling CryptoSwift Multiplication.swift
[563/856] Compiling CryptoSwift PrimeTest.swift
[564/856] Compiling CryptoSwift AEAD.swift
[565/856] Compiling SourceControl LexiconsStore.swift
[566/856] Emitting module ArgumentParserToolInfo
[567/856] Compiling ArgumentParserToolInfo ToolInfo.swift
[567/856] Write sources
[569/856] Compiling SourceControl LexiconsStore.swift
[570/856] Compiling SourceControl GitRepository.swift
[571/856] Compiling SourceControl misc.swift
[573/903] Compiling SourceControl GitRepository.swift
[574/903] Compiling SourceControl NSID.swift
[575/903] Compiling SourceControl LexiconConfig.swift
[576/903] Emitting module SourceControl
[576/903] Write sources
[579/903] Compiling ArgumentParserToolInfo ToolInfo.swift
[580/903] Compiling SourceControl Git.swift
[581/903] Emitting module SourceControl
[582/903] Compiling SourceControl NSID.swift
[583/903] Compiling SourceControl LexiconConfig.swift
[606/903] Compiling Multibase Multibase.swift
[607/903] Emitting module Multibase
[608/950] Compiling Multibase Multibase.swift
[609/950] Emitting module Multibase
[610/956] Emitting module ArgumentParser
[611/961] Compiling ATProtoCrypto Did.swift
[612/961] Emitting module ATProtoCrypto
[614/961] Compiling ATProtoCrypto Did.swift
[615/961] Compiling ATProtoCrypto Key.swift
[617/961] Emitting module ArgumentParser
[618/966] Compiling ArgumentParser Platform.swift
[619/966] Compiling ArgumentParser SequenceExtensions.swift
[620/966] Compiling ArgumentParser StringExtensions.swift
[621/966] Compiling ArgumentParser SwiftExtensions.swift
[622/966] Compiling ArgumentParser Tree.swift
[623/966] Compiling ArgumentParser ParsableCommand.swift
[624/966] Compiling ArgumentParser ArgumentDecoder.swift
[625/966] Compiling ArgumentParser ArgumentDefinition.swift
[626/966] Compiling ArgumentParser ArgumentSet.swift
[627/966] Compiling ArgumentParser CommandParser.swift
[628/966] Compiling ArgumentParser ArgumentHelp.swift
[629/966] Compiling ArgumentParser ArgumentVisibility.swift
[630/966] Compiling ArgumentParser CompletionKind.swift
[631/966] Compiling ArgumentParser Errors.swift
[632/966] Compiling ArgumentParser Flag.swift
[633/966] Compiling ArgumentParser InputKey.swift
[634/966] Compiling ArgumentParser ExpressibleByArgument.swift
[635/966] Compiling ArgumentParser ParsableArguments.swift
[636/966] Compiling ArgumentParser NameSpecification.swift
[637/966] Compiling ArgumentParser Option.swift
[638/966] Compiling ArgumentParser OptionGroup.swift
[639/966] Compiling ArgumentParser ParentCommand.swift
[640/966] Compiling ArgumentParser AsyncParsableCommand.swift
[646/966] Compiling ArgumentParser CodingKeyValidator.swift
[647/966] Compiling ArgumentParser NonsenseFlagsValidator.swift
[648/966] Compiling ArgumentParser ParsableArgumentsValidation.swift
[649/966] Compiling ArgumentParser PositionalArgumentsValidator.swift
[650/966] Compiling ArgumentParser UniqueNamesValidator.swift
[685/966] Compiling ArgumentParser CommandConfiguration.swift
[686/966] Compiling ArgumentParser CommandGroup.swift
[687/966] Compiling ArgumentParser EnumerableFlag.swift
[690/966] Compiling ArgumentParser MessageInfo.swift
[691/966] Compiling ArgumentParser UsageGenerator.swift
[692/966] Compiling ArgumentParser CollectionExtensions.swift
[693/966] Compiling ArgumentParser Foundation.swift
[694/966] Compiling ArgumentParser Mutex.swift
[706/966] Compiling ArgumentParser InputOrigin.swift
[707/966] Compiling ArgumentParser Name.swift
[708/966] Compiling ArgumentParser Parsed.swift
[709/966] Compiling ArgumentParser ParsedValues.swift
[710/966] Compiling ArgumentParser BashCompletionsGenerator.swift
[711/966] Compiling ArgumentParser CompletionsGenerator.swift
[712/966] Compiling ArgumentParser FishCompletionsGenerator.swift
[713/966] Compiling ArgumentParser ZshCompletionsGenerator.swift
[714/966] Compiling ArgumentParser Argument.swift
[715/966] Compiling ArgumentParser ArgumentDiscussion.swift
[736/966] Compiling ArgumentParser ParserError.swift
[737/966] Compiling ArgumentParser SplitArguments.swift
[738/966] Compiling ArgumentParser DumpHelpGenerator.swift
[739/966] Compiling ArgumentParser HelpCommand.swift
[740/966] Compiling ArgumentParser HelpGenerator.swift
[747/966] Emitting module SwiftSyntax
[778/966] Emitting module CryptoSwift
[840/966] Emitting module SwiftSyntax
[852/966] Emitting module CryptoSwift
[937/966] Compiling CryptoSwift StreamEncryptor.swift
[938/966] Compiling CryptoSwift String+Extension.swift
[939/966] Compiling CryptoSwift UInt128.swift
[940/966] Compiling CryptoSwift UInt16+Extension.swift
[941/966] Compiling CryptoSwift UInt32+Extension.swift
[942/966] Compiling CryptoSwift UInt64+Extension.swift
[943/966] Compiling CryptoSwift UInt8+Extension.swift
[944/966] Compiling CryptoSwift Updatable.swift
[945/966] Compiling CryptoSwift Utils.swift
[946/966] Compiling CryptoSwift XChaCha20.swift
[947/966] Compiling CryptoSwift ZeroPadding.swift
[959/1088] Emitting module SwiftDiagnostics
[960/1091] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[961/1091] Compiling SwiftDiagnostics Convenience.swift
[962/1091] Compiling SwiftBasicFormat Syntax+Extensions.swift
[963/1091] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[964/1091] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[965/1091] Compiling SwiftDiagnostics Diagnostic.swift
[966/1091] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[967/1091] Compiling SwiftDiagnostics Message.swift
[968/1091] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[969/1091] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[970/1091] Compiling SwiftBasicFormat Syntax+Extensions.swift
[971/1091] Compiling SwiftDiagnostics FixIt.swift
[972/1092] Compiling SwiftDiagnostics Note.swift
[973/1092] Compiling SwiftBasicFormat InferIndentation.swift
[974/1092] Compiling SwiftBasicFormat Indenter.swift
[975/1092] Compiling SwiftDiagnostics FixIt.swift
[976/1092] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[977/1092] Compiling SwiftBasicFormat Indenter.swift
[978/1092] Compiling SwiftBasicFormat InferIndentation.swift
[979/1092] Compiling SwiftDiagnostics Message.swift
[980/1092] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[981/1092] Compiling SwiftDiagnostics Note.swift
[982/1092] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[983/1092] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[985/1092] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[986/1092] Compiling SwiftDiagnostics Diagnostic.swift
[987/1092] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[988/1092] Emitting module SwiftDiagnostics
[989/1092] Compiling SwiftDiagnostics Convenience.swift
[990/1092] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[991/1092] Emitting module Multihash
[992/1092] Compiling Multihash Multihash.swift
[993/1092] Compiling SwiftBasicFormat BasicFormat.swift
[994/1092] Emitting module SwiftBasicFormat
[995/1094] Emitting module Multihash
[996/1094] Compiling Multihash Multihash.swift
[997/1094] Compiling SwiftBasicFormat BasicFormat.swift
[998/1094] Emitting module SwiftBasicFormat
[999/1096] Compiling CID CID.swift
[1000/1096] Emitting module CID
[1001/1096] Compiling SwiftParser TokenConsumer.swift
[1002/1096] Compiling SwiftParser TokenPrecedence.swift
[1003/1096] Compiling SwiftParser TokenSpec.swift
[1004/1096] Compiling SwiftParser TokenSpecSet.swift
[1005/1100] Compiling SwiftParser CharacterInfo.swift
[1006/1100] Compiling SwiftParser CollectionNodes+Parsable.swift
[1007/1100] Compiling SwiftParser CompilerFiles.swift
[1008/1100] Compiling SwiftParser Names.swift
[1009/1100] Compiling SwiftParser Nominals.swift
[1010/1100] Compiling SwiftParser Parameters.swift
[1011/1100] Compiling SwiftParser ParseSourceFile.swift
[1012/1100] Compiling SwiftParser Parser.swift
[1013/1100] Compiling CID CID.swift
[1014/1100] Emitting module CID
[1019/1118] Compiling SwiftParser Attributes.swift
[1020/1118] Compiling SwiftParser Availability.swift
[1029/1118] Compiling SwiftParser StringLiterals.swift
[1030/1118] Compiling SwiftParser SwiftParserCompatibility.swift
[1031/1118] Compiling SwiftParser SwiftVersion.swift
[1032/1118] Compiling SwiftParser SyntaxUtils.swift
[1033/1118] Compiling SwiftParser TopLevel.swift
[1034/1118] Emitting module SwiftParser
[1036/1118] Compiling SwiftParser TriviaParser.swift
[1037/1118] Compiling SwiftParser Types.swift
[1038/1118] Compiling SwiftParser ExperimentalFeatures.swift
[1039/1118] Compiling SwiftParser RegexLiteralLexer.swift
[1040/1118] Compiling SwiftParser UnicodeScalarExtensions.swift
[1041/1118] Compiling SwiftParser Lookahead.swift
[1042/1118] Compiling SwiftParser LoopProgressCondition.swift
[1043/1118] Compiling SwiftParser Modifiers.swift
[1059/1118] Compiling SwiftParser Patterns.swift
[1060/1118] Compiling SwiftParser Recovery.swift
[1061/1118] Compiling SwiftParser Specifiers.swift
[1062/1118] Compiling SwiftParser Statements.swift
[1063/1118] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1069/1118] Compiling SwiftAtproto AnyCodable.swift
[1070/1118] Compiling SwiftAtproto SwiftAtproto.swift
[1071/1118] Compiling SwiftAtproto AuthInfo.swift
[1072/1118] Compiling SwiftAtproto XRPCClientProtocol.swift
[1073/1118] Compiling SwiftAtproto DIDDocument.swift
[1074/1118] Emitting module SwiftAtproto
[1075/1118] Compiling SwiftAtproto URL+.swift
[1076/1118] Compiling SwiftAtproto AuthInfo.swift
[1077/1118] Compiling SwiftAtproto DIDDocument.swift
[1078/1118] Compiling SwiftAtproto URL+.swift
[1079/1118] Compiling SwiftAtproto SwiftAtproto.swift
[1080/1118] Emitting module SwiftAtproto
[1081/1118] Compiling SwiftAtproto AnyCodable.swift
[1082/1118] Compiling SwiftAtproto XRPCClientProtocol.swift
[1083/1118] Compiling SwiftParser Declarations.swift
[1084/1118] Compiling SwiftParser Directives.swift
[1085/1118] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1086/1118] Compiling SwiftParser Expressions.swift
[1087/1118] Compiling SwiftParser IncrementalParseTransition.swift
[1088/1118] Compiling SwiftParser IsValidIdentifier.swift
[1089/1118] Compiling SwiftParser Cursor.swift
[1090/1118] Compiling SwiftParser Lexeme.swift
[1091/1118] Compiling SwiftParser LexemeSequence.swift
[1092/1118] Compiling SwiftParser Lexer.swift
[1103/1118] Compiling SwiftParser IsLexerClassified.swift
[1104/1118] Compiling SwiftParser LayoutNodes+Parsable.swift
[1105/1118] Compiling SwiftParser Parser+TokenSpecSet.swift
[1106/1118] Compiling SwiftParser TokenSpecStaticMembers.swift
[1111/1154] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1112/1154] Compiling SwiftOperators PrecedenceGroup.swift
[1113/1156] Compiling SwiftOperators OperatorTable.swift
[1114/1156] Compiling SwiftOperators PrecedenceGraph.swift
[1115/1156] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1116/1156] Compiling SwiftOperators OperatorTable+Semantics.swift
[1117/1156] Compiling SwiftOperators SyntaxSynthesis.swift
[1118/1156] Compiling SwiftOperators OperatorTable+Defaults.swift
[1119/1156] Compiling SwiftOperators OperatorError.swift
[1120/1156] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1121/1156] Compiling SwiftOperators Operator.swift
[1122/1156] Emitting module SwiftOperators
[1123/1156] Compiling SwiftOperators OperatorTable+Folding.swift
[1124/1156] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1125/1156] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1126/1156] Compiling SwiftParserDiagnostics Utils.swift
[1127/1156] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1128/1156] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1129/1157] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1130/1157] Compiling SwiftParserDiagnostics Utils.swift
[1131/1157] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1132/1157] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1133/1157] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1134/1157] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1135/1157] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1136/1157] Emitting module SwiftParserDiagnostics
[1137/1157] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1138/1157] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1139/1157] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1140/1157] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1141/1157] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1142/1157] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1147/1157] Emitting module SwiftParserDiagnostics
[1150/1187] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1151/1187] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1152/1188] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1153/1188] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1154/1188] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1155/1188] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1157/1189] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1158/1189] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1159/1189] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1160/1189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1161/1189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1162/1189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1163/1189] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1164/1189] Compiling SwiftSyntaxBuilder Indenter.swift
[1165/1189] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1166/1189] Emitting module SwiftSyntaxBuilder
[1167/1189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1168/1216] Compiling SwiftAtprotoLex ObjectTypeDefinition.swift
[1169/1216] Compiling SwiftAtprotoLex PermissionSetTypeDefinition.swift
[1170/1216] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1171/1216] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1172/1216] Compiling SwiftAtprotoLex AnyCodingKeys.swift
[1173/1216] Compiling SwiftAtprotoLex ArrayTypeDefinition.swift
[1174/1216] Compiling SwiftAtprotoLex QueryTypeDefinition.swift
[1175/1216] Compiling SwiftAtprotoLex RecordDefinition.swift
[1176/1216] Compiling SwiftAtprotoLex BlobTypeDefinition.swift
[1177/1216] Compiling SwiftAtprotoLex ProcedureTypeDefinition.swift
[1178/1216] Emitting module SwiftSyntaxBuilder
[1179/1216] Compiling SwiftAtprotoLex SwiftAtprotoLex.swift
[1180/1216] Compiling SwiftAtprotoLex SwiftSyntaxExtensions.swift
[1181/1216] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1182/1258] Compiling SwiftAtprotoLex CidLinkTypeDefinition.swift
[1183/1258] Compiling SwiftAtprotoLex ReferenceTypeDefinition.swift
[1184/1258] Compiling SwiftAtprotoLex StringTypeDefinition.swift
[1185/1260] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[1186/1260] Compiling SwiftAtprotoLex RecordDefinition.swift
[1187/1260] Compiling SwiftAtprotoLex HTTPAPITypeDefinition.swift
[1188/1260] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[1189/1260] Compiling SwiftAtprotoLex ProcedureTypeDefinition.swift
[1190/1260] Compiling SwiftAtprotoLex QueryTypeDefinition.swift
[1191/1261] Compiling SwiftIfConfig VersionTuple.swift
[1192/1261] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[1193/1261] Compiling SwiftAtprotoLex BooleanTypeDefinition.swift
[1194/1261] Compiling SwiftAtprotoLex BytesTypeDefinition.swift
[1195/1261] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[1196/1261] Emitting module SwiftIfConfig
[1198/1261] Compiling SwiftAtprotoLex SubscriptionDefinition.swift
[1201/1261] Compiling SwiftAtprotoLex SwiftCodeGeneratable.swift
[1202/1261] Compiling SwiftAtprotoLex TokenTypeDefinition.swift
[1203/1261] Compiling SwiftAtprotoLex UnionTypeDefinition.swift
[1204/1261] Compiling SwiftAtprotoLex UnknownTypeDefinition.swift
[1205/1261] Compiling SwiftAtprotoLex FieldTypeDefinition.swift
[1206/1261] Compiling SwiftAtprotoLex SwiftAtprotoLex+Server.swift
[1210/1281] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1211/1281] Compiling SwiftSyntaxMacros Macro.swift
[1212/1281] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1213/1281] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1214/1281] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1215/1281] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1216/1281] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1217/1281] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1218/1281] Compiling SwiftSyntaxMacros Macro+Format.swift
[1219/1281] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1220/1281] Compiling SwiftSyntaxMacros BodyMacro.swift
[1221/1281] Compiling SwiftSyntaxMacros MemberMacro.swift
[1222/1281] Compiling SwiftSyntaxMacros PeerMacro.swift
[1223/1282] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1224/1282] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1225/1282] Emitting module SwiftSyntaxMacros
[1226/1282] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1227/1282] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1228/1282] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1231/1292] Compiling SwiftAtprotoLex TypeSchema.swift
[1232/1292] Compiling SwiftAtprotoLex misc.swift
[1236/1292] Compiling SwiftAtprotoLex ObjectTypeDefinition.swift
[1237/1292] Compiling SwiftAtprotoLex PermissionSetTypeDefinition.swift
[1238/1292] Compiling SwiftAtprotoLex PermissionTypeDefinition.swift
[1241/1292] Compiling SwiftAtprotoLex SwiftSyntaxExtensions.swift
[1250/1292] Emitting module SwiftAtprotoLex
[1254/1292] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1255/1292] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1256/1292] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1257/1292] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1258/1292] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1259/1292] Emitting module SwiftSyntaxMacroExpansion
[1260/1292] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1261/1292] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1262/1292] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1263/1292] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1264/1304] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1274/1305] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1275/1305] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1279/1305] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1282/1305] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1283/1305] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1284/1305] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1290/1307] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1291/1307] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1292/1307] Emitting module SwiftCompilerPluginMessageHandling
[1295/1307] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1296/1307] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1297/1307] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1298/1309] Emitting module swift_atproto
[1299/1309] Compiling swift_atproto Lexgen.swift
[1299/1311] Write Objects.LinkFileList
[1301/1311] Emitting module swift_atproto
[1302/1311] Compiling swift_atproto Lexgen.swift
[1303/1311] Emitting module SwiftCompilerPlugin
[1304/1311] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1304/1311] Write Objects.LinkFileList
[1306/1313] Emitting module Macros
[1307/1313] Compiling Macros Macros.swift
[1307/1313] Write Objects.LinkFileList
[1308/1313] Linking swift-atproto
[1309/1313] Applying swift-atproto
[1310/1313] Linking swift-atproto-tool
[1311/1313] Applying swift-atproto-tool
[1312/1313] Linking Macros-tool
[1314/1315] Compiling ATProtoMacro ATProtoMacro.swift
[1315/1315] Emitting module ATProtoMacro
Build complete! (109.70s)
Fetching https://github.com/21-DOT-DEV/swift-secp256k1
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto from cache
Fetching https://github.com/swift-libp2p/swift-multibase.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/195] Fetching swift-multibase
[196/10893] Fetching swift-multibase, swift-secp256k1
Fetched https://github.com/swift-server/async-http-client.git from cache (1.79s)
Fetching https://github.com/swift-libp2p/swift-cid
Fetched https://github.com/apple/swift-argument-parser from cache (1.81s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.89s)
Fetched https://github.com/21-DOT-DEV/swift-secp256k1 from cache (2.11s)
[1/213] Fetching swift-cid
Fetched https://github.com/swift-libp2p/swift-cid from cache (0.72s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (2.62s)
Fetched https://github.com/apple/swift-crypto from cache (2.66s)
Fetched https://github.com/apple/swift-nio.git from cache (2.74s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.2 (5.96s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/302] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.73s)
Computing version for https://github.com/swift-libp2p/swift-cid
Computed https://github.com/swift-libp2p/swift-cid at 0.0.1 (1.39s)
Fetching https://github.com/swift-libp2p/swift-multihash.git
Fetching https://github.com/swift-libp2p/swift-multicodec.git
[1/302] Fetching swift-multihash
[56/646] Fetching swift-multihash, swift-multicodec
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.74s)
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (0.74s)
Computing version for https://github.com/21-DOT-DEV/swift-secp256k1
Computed https://github.com/21-DOT-DEV/swift-secp256k1 at 0.19.0 (1.31s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.2.0 (0.52s)
Computing version for https://github.com/swift-libp2p/swift-multihash.git
Computed https://github.com/swift-libp2p/swift-multihash.git at 0.0.4 (0.62s)
Fetching https://github.com/swift-libp2p/swift-varint.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/123] Fetching swift-varint
[124/13510] Fetching swift-varint, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.89s)
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (1.89s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.2.0 (2.43s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (3.25s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 603.0.1 (1.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.54s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.62s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.2.1 (0.49s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.10.0 (0.62s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.53s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/5794] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.09s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.19s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.22s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.23s)
Fetched https://github.com/apple/swift-log.git from cache (1.24s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (2.59s)
Fetching https://github.com/apple/swift-service-context.git
[13/1289] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (1.12s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.77s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.58s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git from cache
[1/2751] Fetching swift-service-lifecycle
[249/8996] Fetching swift-service-lifecycle, swift-async-algorithms
[842/16262] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.03s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
[1962/7266] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.22s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.76s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.52s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.56s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (2.43s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (1.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.1 (0.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.63s)
Creating working copy for https://github.com/swift-libp2p/swift-multicodec.git
Working copy of https://github.com/swift-libp2p/swift-multicodec.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.10.0
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/21-DOT-DEV/swift-secp256k1
Working copy of https://github.com/21-DOT-DEV/swift-secp256k1 resolved at 0.19.0
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.2.0
Creating working copy for https://github.com/swift-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.34.0
Creating working copy for https://github.com/swift-libp2p/swift-multibase.git
Working copy of https://github.com/swift-libp2p/swift-multibase.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.43.0
Creating working copy for https://github.com/swift-libp2p/swift-multihash.git
Working copy of https://github.com/swift-libp2p/swift-multihash.git resolved at 0.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 603.0.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/swift-libp2p/swift-cid
Working copy of https://github.com/swift-libp2p/swift-cid resolved at 0.0.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-cid",
"requirement" : {
"exact" : [
"0.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-cid"
},
{
"identity" : "swift-multibase",
"requirement" : {
"exact" : [
"0.0.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-libp2p/swift-multibase.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-secp256k1",
"requirement" : {
"range" : [
{
"lower_bound" : "0.18.0",
"upper_bound" : "0.20.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/21-DOT-DEV/swift-secp256k1"
}
],
"manifest_display_name" : "SwiftAtproto",
"name" : "SwiftAtproto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftAtproto",
"targets" : [
"SwiftAtproto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ATProtoCrypto",
"targets" : [
"ATProtoCrypto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ATProtoMacro",
"targets" : [
"ATProtoMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "swift-atproto",
"targets" : [
"swift-atproto"
],
"type" : {
"executable" : null
}
},
{
"name" : "ATProtoLexiconFetcher",
"targets" : [
"ATProtoLexiconFetcher"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftAtprotoPlugin",
"targets" : [
"Generate Source Code"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ATProtoGenerator",
"targets" : [
"ATProtoGenerator"
],
"type" : {
"plugin" : null
}
},
{
"name" : "Macros",
"targets" : [
"Macros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "swift_atproto",
"module_type" : "SwiftTarget",
"name" : "swift-atproto",
"path" : "CommandLineTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"Lexgen.swift"
],
"target_dependencies" : [
"SwiftAtprotoLex",
"SourceControl"
],
"type" : "executable"
},
{
"c99name" : "SwiftAtprotoTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAtprotoTests",
"path" : "Tests/SwiftAtprotoTests",
"sources" : [
"SwiftAtprotoTests.swift"
],
"target_dependencies" : [
"SwiftAtproto"
],
"type" : "test"
},
{
"c99name" : "SwiftAtprotoLex",
"module_type" : "SwiftTarget",
"name" : "SwiftAtprotoLex",
"path" : "Sources/SwiftAtprotoLex",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"AnyCodingKeys.swift",
"Definitions/ArrayTypeDefinition.swift",
"Definitions/BlobTypeDefinition.swift",
"Definitions/BooleanTypeDefinition.swift",
"Definitions/BytesTypeDefinition.swift",
"Definitions/CidLinkTypeDefinition.swift",
"Definitions/HTTPAPITypeDefinition.swift",
"Definitions/IntegerTypeDefinition.swift",
"Definitions/NullTypeDefinition.swift",
"Definitions/ObjectTypeDefinition.swift",
"Definitions/PermissionSetTypeDefinition.swift",
"Definitions/PermissionTypeDefinition.swift",
"Definitions/ProcedureTypeDefinition.swift",
"Definitions/QueryTypeDefinition.swift",
"Definitions/RecordDefinition.swift",
"Definitions/ReferenceTypeDefinition.swift",
"Definitions/StringTypeDefinition.swift",
"Definitions/SubscriptionDefinition.swift",
"Definitions/SwiftCodeGeneratable.swift",
"Definitions/TokenTypeDefinition.swift",
"Definitions/UnionTypeDefinition.swift",
"Definitions/UnknownTypeDefinition.swift",
"FieldTypeDefinition.swift",
"SwiftAtprotoLex+Server.swift",
"SwiftAtprotoLex.swift",
"SwiftSyntaxExtensions.swift",
"TypeSchema.swift",
"misc.swift"
],
"target_dependencies" : [
"SourceControl"
],
"type" : "library"
},
{
"c99name" : "SwiftAtproto",
"module_type" : "SwiftTarget",
"name" : "SwiftAtproto",
"path" : "Sources/SwiftAtproto",
"product_dependencies" : [
"CID",
"AsyncHTTPClient",
"NIOHTTP1"
],
"product_memberships" : [
"SwiftAtproto",
"ATProtoMacro"
],
"sources" : [
"AnyCodable.swift",
"AuthInfo.swift",
"DIDDocument.swift",
"SwiftAtproto.swift",
"URL+.swift",
"XRPCClientProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "SourceControl",
"module_type" : "SwiftTarget",
"name" : "SourceControl",
"path" : "Sources/SourceControl",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"swift-atproto",
"ATProtoLexiconFetcher",
"SwiftAtprotoPlugin",
"ATProtoGenerator"
],
"sources" : [
"Git.swift",
"GitRepository.swift",
"LexiconConfig.swift",
"LexiconsStore.swift",
"NSID.swift",
"misc.swift"
],
"type" : "library"
},
{
"c99name" : "MacrosTests",
"module_type" : "SwiftTarget",
"name" : "MacrosTests",
"path" : "Tests/MacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"sources" : [
"MacrosTests.swift"
],
"target_dependencies" : [
"Macros"
],
"type" : "test"
},
{
"c99name" : "Macros",
"module_type" : "SwiftTarget",
"name" : "Macros",
"path" : "Sources/Macros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntaxBuilder",
"SwiftSyntax"
],
"product_memberships" : [
"ATProtoMacro",
"Macros"
],
"sources" : [
"Macros.swift"
],
"type" : "macro"
},
{
"c99name" : "Generate_Source_Code",
"module_type" : "PluginTarget",
"name" : "Generate Source Code",
"path" : "Plugins/SwiftAtprotoPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Generate source code from AT Protocol definitions.",
"type" : "custom",
"verb" : "swift-atproto"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command reformats source files",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "fetch lexicons",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftAtprotoPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoMacro",
"module_type" : "SwiftTarget",
"name" : "ATProtoMacro",
"path" : "Sources/ATProtoMacro",
"product_memberships" : [
"ATProtoMacro"
],
"sources" : [
"ATProtoMacro.swift"
],
"target_dependencies" : [
"Macros",
"SwiftAtproto"
],
"type" : "library"
},
{
"c99name" : "ATProtoLexiconFetcher",
"module_type" : "PluginTarget",
"name" : "ATProtoLexiconFetcher",
"path" : "Plugins/ATProtoLexiconFetcher",
"plugin_capability" : {
"intent" : {
"description" : "Fetch AT Protocol lexicons files from remote resources.",
"type" : "custom",
"verb" : "swift-atproto-fetch"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "To save the downloaded lexicons to your project.",
"type" : "writeToPackageDirectory"
},
{
"network_scope" : {
"all" : {
"ports" : [
443
]
}
},
"reason" : "fetch lexicons",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"ATProtoLexiconFetcher"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoGenerator",
"module_type" : "PluginTarget",
"name" : "ATProtoGenerator",
"path" : "Plugins/ATProtoGenerator",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"ATProtoGenerator"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"swift-atproto"
],
"type" : "plugin"
},
{
"c99name" : "ATProtoCryptoTests",
"module_type" : "SwiftTarget",
"name" : "ATProtoCryptoTests",
"path" : "Tests/ATProtoCryptoTests",
"sources" : [
"DIDTests.swift",
"KeyTests.swift"
],
"target_dependencies" : [
"ATProtoCrypto"
],
"type" : "test"
},
{
"c99name" : "ATProtoCrypto",
"module_type" : "SwiftTarget",
"name" : "ATProtoCrypto",
"path" : "Sources/ATProtoCrypto",
"product_dependencies" : [
"Crypto",
"secp256k1",
"Multibase"
],
"product_memberships" : [
"ATProtoCrypto"
],
"sources" : [
"Did.swift",
"Key.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.