Build Information
Successful build of Spectro, reference 1.2.0 (9e23a6), with Swift 6.1 for macOS (SPM) on 28 Mar 2026 21:12:24 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spectro-ORM/Spectro.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Spectro-ORM/Spectro
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 9e23a6f Fix CI to distinguish skipped tests from failed tests
Cloned https://github.com/Spectro-ORM/Spectro.git
Revision (git rev-parse @):
9e23a6fde43d429c93ad0cb2a96503b3dc3c1c3f
SUCCESS checkout https://github.com/Spectro-ORM/Spectro.git at 1.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Spectro-ORM/Spectro.git
https://github.com/Spectro-ORM/Spectro.git
{
"dependencies" : [
{
"identity" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.30.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.34.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Noora"
}
],
"manifest_display_name" : "Spectro",
"name" : "Spectro",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SpectroCommon",
"targets" : [
"SpectroCommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpectroKit",
"targets" : [
"Spectro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "spectro",
"targets" : [
"SpectroCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "SpectroMacros",
"targets" : [
"SpectroMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SpectroTests",
"module_type" : "SwiftTarget",
"name" : "SpectroTests",
"path" : "Tests/SpectroTests",
"sources" : [
"CLITests/CLITests.swift",
"DatabaseIntegration.swift",
"Helpers/TestDatabase.swift",
"Helpers/TestSchemas.swift",
"MigrationTests/SQLStatementParserTests.swift",
"MigrationTests/StringCase.swift",
"QueryTests/AggregateQueryTests.swift",
"QueryTests/PreloadTests.swift",
"QueryTests/QueryExecutionTests.swift",
"QueryTests/QueryOperatorTests.swift",
"QueryTests/QueryTests.swift",
"RepoTests/NonUUIDPrimaryKeyTests.swift",
"RepoTests/RepositoryTests.swift",
"RepoTests/TransactionAdvancedTests.swift",
"RepoTests/TransactionTests.swift",
"RepoTests/UpsertBulkInsertTests.swift",
"SchemaTests/EncodableSchemaTests.swift",
"SchemaTests/LazyLoaderTests.swift",
"SchemaTests/MacroLoaderInjectionTests.swift",
"SchemaTests/NotLoadedAssertionTests.swift",
"SchemaTests/RelationshipTests.swift",
"SchemaTests/SchemaTests.swift"
],
"target_dependencies" : [
"SpectroCommon",
"Spectro"
],
"type" : "test"
},
{
"c99name" : "SpectroMacros",
"module_type" : "SwiftTarget",
"name" : "SpectroMacros",
"path" : "Sources/SpectroMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SpectroKit",
"spectro",
"SpectroMacros"
],
"sources" : [
"SchemaMacro.swift",
"SpectroMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SpectroCommon",
"module_type" : "SwiftTarget",
"name" : "SpectroCommon",
"path" : "Sources/SpectroCommon",
"product_memberships" : [
"SpectroCommon",
"SpectroKit",
"spectro"
],
"sources" : [
"Enums/DatabaseError.swift",
"Enums/MigrationError.swift",
"Enums/MigrationStatus.swift",
"Enums/OrderDirection.swift",
"Extensions/String+Case.swift",
"Types/MigrationFile.swift",
"Types/MigrationRecord.swift"
],
"type" : "library"
},
{
"c99name" : "SpectroCLI",
"module_type" : "SwiftTarget",
"name" : "SpectroCLI",
"path" : "Sources/SpectroCLI",
"product_dependencies" : [
"ArgumentParser",
"Noora"
],
"product_memberships" : [
"spectro"
],
"sources" : [
"Commands/Create/Create.swift",
"Commands/Create/Drop.swift",
"Commands/Migration/Actions/Migrate.swift",
"Commands/Migration/Actions/Rollback.swift",
"Commands/Migration/Actions/Status.swift",
"Commands/Migration/Generate/GenerateMigration.swift",
"Commands/Test.swift",
"Migration/MigrationGenerator.swift",
"SpectroCommand.swift",
"Utils/ConfigurationManager.swift",
"Utils/ErrorHelpers.swift",
"Utils/SpectroUI.swift"
],
"target_dependencies" : [
"SpectroCommon",
"Spectro"
],
"type" : "executable"
},
{
"c99name" : "Spectro",
"module_type" : "SwiftTarget",
"name" : "Spectro",
"path" : "Sources/Spectro",
"product_dependencies" : [
"PostgresKit",
"SQLKit",
"AsyncKit",
"NIOPosix"
],
"product_memberships" : [
"SpectroKit",
"spectro"
],
"sources" : [
"Core/Database/DatabaseConnection.swift",
"Core/Database/QueryExecutor.swift",
"Core/Enums/SpectroError.swift",
"Core/Extensions/KeyPath+PropertyName.swift",
"Core/Migration/MigrationManager.swift",
"Core/Migration/SQLStatementParser.swift",
"Core/Protocols/PrimaryKeyType.swift",
"Core/Protocols/Schema.swift",
"Core/Relationships/SpectroLazyRelation.swift",
"Core/Schema/DynamicSchema.swift",
"Core/Schema/RelationshipInfo.swift",
"Core/Schema/RelationshipLoader.swift",
"Core/Schema/SchemaBuilder.swift",
"Core/Schema/SchemaMapper.swift",
"Core/Schema/SchemaRegistry.swift",
"Core/Types/ConditionValue.swift",
"Core/Types/ConflictTarget.swift",
"Core/Types/GroupedResult.swift",
"Core/Types/TupleTypes.swift",
"Query/JoinQuery.swift",
"Query/PreloadQuery.swift",
"Query/Query.swift",
"Repository/GenericDatabaseRepo.swift",
"Repository/Repo.swift",
"Repository/TransactionRepo.swift",
"SchemaBuilder/PropertyWrappers.swift",
"SchemaBuilder/SchemaMacro.swift",
"Spectro.swift"
],
"target_dependencies" : [
"SpectroCommon",
"SpectroMacros"
],
"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 GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/861] Write sources
[6/861] Write spectro-entitlement.plist
[8/861] Write sources
[10/861] Copying PrivacyInfo.xcprivacy
[10/861] Write sources
[15/861] Copying PrivacyInfo.xcprivacy
[18/861] Write sources
[66/861] Compiling CNIOWindows shim.c
[67/861] Compiling CNIOWindows WSAStartup.c
[67/861] Compiling _SwiftSyntaxCShims dummy.c
[68/861] Compiling CNIOWASI CNIOWASI.c
[70/861] Compiling CNIOOpenBSD shim.c
[70/861] Compiling CNIOLinux shim.c
[72/861] Compiling _NumericsShims _NumericsShims.c
[73/861] Write swift-version-2F0A5646E1D333AE.txt
[74/861] Compiling fiat_p256_adx_sqr.S
[75/861] Compiling CNIOLinux liburing_shims.c
[75/861] Compiling fiat_curve25519_adx_square.S
[75/861] Compiling fiat_p256_adx_mul.S
[78/861] Compiling fiat_curve25519_adx_mul.S
[79/861] Compiling _AtomicsShims.c
[80/861] Compiling CNIOPosix event_loop_id.c
[82/899] Emitting module SwiftSyntax600
[83/899] Compiling SwiftSyntax600 Empty.swift
[84/899] Emitting module SwiftSyntax510
[85/899] Compiling SwiftSyntax510 Empty.swift
[86/899] Compiling SwiftSyntax509 Empty.swift
[87/899] Emitting module SwiftSyntax509
[87/899] Compiling CNIODarwin shim.c
[89/899] Emitting module _NIOBase64
[90/899] Compiling _NIOBase64 Base64.swift
[91/997] Compiling RealModule RealFunctions.swift
[91/998] Compiling CNIOBoringSSLShims shims.c
[93/998] Compiling RealModule Real.swift
[94/998] Compiling RealModule Float80+Real.swift
[95/998] Compiling RealModule RelaxedArithmetic.swift
[96/998] Compiling RealModule Float16+Real.swift
[97/1009] Compiling RealModule Float+Real.swift
[98/1017] Compiling RealModule ElementaryFunctions.swift
[99/1017] Compiling RealModule AugmentedArithmetic.swift
[100/1017] Compiling RealModule Double+Real.swift
[101/1017] Compiling InternalCollectionsUtilities Debugging.swift
[102/1017] Compiling InternalCollectionsUtilities Descriptions.swift
[103/1017] Emitting module RealModule
[103/1103] Compiling tls_record.cc
[105/1103] Emitting module Path
[106/1103] Compiling Path Path.swift
[107/1109] Compiling _NIODataStructures _TinyArray.swift
[108/1109] Compiling _NIODataStructures PriorityQueue.swift
[109/1109] Compiling Crypto Ed25519.swift
[110/1109] Compiling Crypto MLDSA.swift
[111/1109] Compiling Crypto EdDSA_boring.swift
[112/1109] Compiling Crypto MLDSA_boring.swift
[113/1109] Compiling Crypto MLDSA_wrapper.swift
[114/1109] Compiling Crypto ECDSA.swift
[115/1109] Compiling Crypto MessageAuthenticationCode.swift
[116/1109] Compiling Crypto AES.swift
[117/1109] Compiling Crypto ECDSASignature_boring.swift
[118/1109] Compiling Crypto ECDSA_boring.swift
[119/1109] Compiling Crypto HMAC.swift
[120/1109] Compiling Crypto MACFunctions.swift
[121/1109] Compiling Crypto X25519Keys.swift
[122/1109] Compiling Crypto SymmetricKeys.swift
[123/1109] Compiling Crypto Signature.swift
[124/1109] Compiling Crypto CryptoKitErrors_boring.swift
[125/1110] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[126/1110] Compiling Crypto Ed25519Keys.swift
[127/1110] Compiling Crypto NISTCurvesKeys.swift
[128/1110] Emitting module InternalCollectionsUtilities
[129/1110] Emitting module _NIODataStructures
[130/1110] Compiling _NIODataStructures Heap.swift
[131/1182] Compiling _RopeModule BigString+Append.swift
[132/1182] Compiling _RopeModule BigString+Initializers.swift
[133/1182] Compiling _RopeModule BigString+Insert.swift
[134/1182] Compiling _RopeModule BigString+Managing Breaks.swift
[135/1182] Compiling _RopeModule BigString+RemoveSubrange.swift
[136/1182] Compiling _RopeModule BigString+ReplaceSubrange.swift
[137/1182] Compiling _RopeModule BigString+Split.swift
[138/1182] Compiling _RopeModule Range+BigString.swift
[139/1189] Compiling Logging MetadataProvider.swift
[140/1189] Compiling Logging LogHandler.swift
[141/1189] Emitting module Logging
[142/1189] Compiling Logging Locks.swift
[143/1189] Compiling Logging Logging.swift
[144/1245] Compiling CoreMetrics Locks.swift
[145/1245] Emitting module CoreMetrics
[146/1245] Compiling CoreMetrics Metrics.swift
[147/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[148/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[149/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[150/1252] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[151/1252] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[152/1252] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[157/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[158/1252] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[159/1252] Compiling _RopeModule BigString+Chunk+Splitting.swift
[160/1252] Compiling _RopeModule BigString+Chunk+UTF16.swift
[161/1252] Compiling _RopeModule BigString+Chunk+UTF8.swift
[162/1252] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[163/1252] Compiling _RopeModule BigString+Chunk.swift
[164/1252] Compiling _RopeModule BigString+BidirectionalCollection.swift
[165/1252] Compiling _RopeModule BigString+Comparable.swift
[166/1252] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[167/1252] Compiling _RopeModule BigString+UTF16View.swift
[168/1252] Compiling _RopeModule BigString+UTF8View.swift
[169/1252] Compiling _RopeModule BigString+UnicodeScalarView.swift
[170/1252] Compiling _RopeModule BigSubstring+UTF16View.swift
[171/1252] Compiling _RopeModule BigSubstring+UTF8View.swift
[172/1252] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[173/1252] Compiling _RopeModule BigSubstring.swift
[174/1252] Compiling _RopeModule Rope+Builder.swift
[175/1258] Compiling HeapModule _HeapNode.swift
[176/1258] Compiling HeapModule Heap.swift
[177/1258] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[178/1258] Compiling HeapModule Heap+UnsafeHandle.swift
[179/1258] Compiling HeapModule Heap+Invariants.swift
[180/1258] Emitting module HeapModule
[181/1258] Compiling HeapModule Heap+Descriptions.swift
[181/1258] Compiling tls_method.cc
[183/1258] Compiling ConcurrencyHelpers LockedValueBox.swift
[184/1258] Compiling ConcurrencyHelpers Lock.swift
[185/1260] Emitting module ConcurrencyHelpers
[186/1260] Compiling OrderedCollections OrderedDictionary+Elements.swift
[187/1260] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[188/1260] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[189/1260] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[190/1260] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[191/1260] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[192/1260] Compiling _RopeModule Rope+Remove.swift
[193/1260] Compiling _RopeModule Rope+RemoveSubrange.swift
[194/1260] Compiling _RopeModule Rope+Split.swift
[195/1260] Compiling _RopeModule Optional Utilities.swift
[196/1260] Compiling _RopeModule String Utilities.swift
[197/1260] Compiling _RopeModule String.Index+ABI.swift
[198/1260] Compiling _RopeModule _CharacterRecognizer.swift
[199/1260] Compiling OrderedCollections OrderedSet+Codable.swift
[200/1260] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[201/1260] Compiling OrderedCollections OrderedSet+Descriptions.swift
[202/1260] Compiling OrderedCollections OrderedSet+Diffing.swift
[203/1260] Compiling OrderedCollections OrderedSet+Equatable.swift
[204/1260] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[205/1260] Compiling OrderedCollections _Hashtable+Header.swift
[206/1260] Compiling OrderedCollections OrderedDictionary+Codable.swift
[207/1260] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[208/1260] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[209/1260] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[210/1260] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[211/1260] Compiling OrderedCollections OrderedSet+Hashable.swift
[212/1260] Compiling OrderedCollections OrderedSet+Initializers.swift
[213/1260] Compiling OrderedCollections OrderedSet+Insertions.swift
[214/1260] Compiling OrderedCollections OrderedSet+Invariants.swift
[215/1260] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[216/1260] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[217/1338] Compiling HashTreeCollections TreeSet+Hashable.swift
[218/1338] Compiling HashTreeCollections TreeSet+Sendable.swift
[219/1338] Compiling HashTreeCollections TreeSet+Sequence.swift
[220/1338] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[221/1338] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[222/1338] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[223/1338] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[224/1338] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[225/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[226/1372] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[227/1372] Compiling HashTreeCollections _AncestorHashSlots.swift
[228/1372] Compiling HashTreeCollections _Bitmap.swift
[229/1372] Compiling HashTreeCollections _Bucket.swift
[230/1372] Compiling HashTreeCollections _Hash.swift
[231/1372] Compiling HashTreeCollections _HashLevel.swift
[232/1379] Compiling ContainersPreview OutputSpan+Extras.swift
[233/1379] Compiling ContainersPreview TemporaryAllocation.swift
[234/1379] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[235/1379] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[236/1382] Compiling ContainersPreview Container.swift
[237/1382] Compiling ContainersPreview Inout.swift
[238/1382] Compiling ContainersPreview InputSpan.swift
[239/1382] Compiling ContainersPreview Shared.swift
[240/1382] Compiling HashTreeCollections _HashNode.swift
[241/1382] Compiling HashTreeCollections _HashNodeHeader.swift
[242/1382] Compiling HashTreeCollections _HashSlot.swift
[243/1382] Compiling HashTreeCollections _HashStack.swift
[244/1382] Compiling HashTreeCollections _HashTreeIterator.swift
[245/1382] Compiling HashTreeCollections _HashTreeStatistics.swift
[246/1382] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[247/1382] Compiling HashTreeCollections TreeSet+Equatable.swift
[248/1382] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[249/1382] Compiling HashTreeCollections TreeSet+Extras.swift
[250/1382] Compiling HashTreeCollections TreeSet+Filter.swift
[251/1382] Compiling ContainersPreview RangeReplaceableContainer.swift
[252/1382] Compiling ContainersPreview Drain+Map.swift
[253/1382] Compiling ContainersPreview Producer+Filter.swift
[254/1382] Compiling ContainersPreview Producer+Map.swift
[255/1382] Compiling ContainersPreview Producer+Reduce.swift
[256/1382] Compiling ContainersPreview BidirectionalContainer.swift
[257/1382] Compiling ContainersPreview Container+Filter.swift
[258/1382] Compiling ContainersPreview Container+SpanwiseZip.swift
[262/1382] Compiling ContainersPreview ContainerIterator.swift
[263/1382] Compiling ContainersPreview DynamicContainer.swift
[264/1382] Compiling ContainersPreview MutableContainer.swift
[265/1382] Compiling ContainersPreview PermutableContainer.swift
[266/1382] Compiling ContainersPreview RandomAccessContainer.swift
[267/1382] Compiling ContainersPreview RangeExpression2.swift
[270/1382] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[271/1382] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[272/1382] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[273/1382] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[274/1382] Compiling ContainersPreview Drain+Reduce.swift
[275/1382] Compiling ContainersPreview Drain.swift
[276/1382] Compiling ContainersPreview Producer+Collect.swift
[277/1382] Compiling ContainersPreview Producer.swift
[278/1382] Compiling ContainersPreview Borrow.swift
[279/1382] Compiling ContainersPreview Box.swift
[280/1382] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[281/1382] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[282/1382] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[283/1382] Compiling ContainersPreview BorrowingSequence.swift
[288/1382] Emitting module ContainersPreview
[299/1385] Emitting module Crypto
[312/1394] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[313/1394] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[336/1394] Emitting module _RopeModule
[337/1394] Compiling SwiftASN1 DER.swift
[338/1395] Compiling Rainbow Style.swift
[339/1437] Compiling DequeModule Deque.swift
[340/1437] Compiling DequeModule _DequeBuffer.swift
[341/1437] Compiling Rainbow StringGenerator.swift
[342/1437] Compiling DequeModule UniqueDeque+Append.swift
[343/1437] Compiling DequeModule UniqueDeque+Consumption.swift
[344/1437] Compiling DequeModule UniqueDeque+Container.swift
[345/1437] Compiling DequeModule UniqueDeque+Descriptions.swift
[346/1441] Compiling DequeModule RigidDeque+Equatable.swift
[347/1441] Compiling DequeModule RigidDeque+Experimental.swift
[348/1441] Compiling DequeModule UniqueDeque+Insertions.swift
[349/1441] Compiling DequeModule UniqueDeque+Prepend.swift
[350/1441] Compiling DequeModule UniqueDeque+Removals.swift
[351/1441] Compiling DequeModule UniqueDeque+Replacements.swift
[352/1441] Emitting module OrderedCollections
[353/1441] Compiling DequeModule UniqueDeque+Experimental.swift
[354/1441] Compiling DequeModule UniqueDeque+Hashable.swift
[355/1441] Compiling DequeModule UniqueDeque+Initializers.swift
[356/1441] Compiling DequeModule RigidDeque+Consumption.swift
[357/1441] Compiling DequeModule RigidDeque+Container.swift
[358/1441] Compiling DequeModule RigidDeque+Descriptions.swift
[359/1441] Compiling Rainbow String+Rainbow.swift
[360/1441] Compiling Rainbow String+ConditionalStyling.swift
[361/1441] Compiling SwiftASN1 Errors.swift
[362/1441] Compiling DequeModule RigidDeque+Removals.swift
[363/1441] Compiling DequeModule RigidDeque+Replacements.swift
[366/1441] Compiling DequeModule RigidDeque+Testing.swift
[367/1441] Compiling DequeModule RigidDeque.swift
[368/1441] Compiling DequeModule RigidDeque+Hashable.swift
[369/1441] Compiling DequeModule RigidDeque+Initializers.swift
[370/1441] Compiling DequeModule RigidDeque+Insertions.swift
[371/1441] Compiling DequeModule RigidDeque+Prepend.swift
[372/1441] Compiling DequeModule Deque+Codable.swift
[373/1449] Compiling UnixSignals UnixSignal.swift
[374/1449] Emitting module UnixSignals
[375/1449] Compiling UnixSignals UnixSignalsSequence.swift
[389/1449] Compiling SwiftSyntax SyntaxNodesD.swift
[390/1449] Compiling SwiftSyntax SyntaxNodesEF.swift
[391/1449] Compiling SwiftSyntax SyntaxNodesGHI.swift
[392/1449] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[393/1449] Compiling SwiftSyntax SyntaxNodesOP.swift
[394/1449] Compiling SwiftSyntax SyntaxNodesQRS.swift
[395/1449] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[396/1449] Compiling HashTreeCollections TreeDictionary+Codable.swift
[397/1449] Compiling HashTreeCollections TreeDictionary+Collection.swift
[398/1449] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[399/1449] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[400/1449] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[401/1449] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[411/1449] Compiling DequeModule UniqueDeque+Equatable.swift
[415/1449] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[416/1449] Compiling DequeModule Deque+Extras.swift
[417/1449] Compiling DequeModule Deque+Hashable.swift
[418/1449] Compiling DequeModule Deque+Testing.swift
[419/1449] Compiling DequeModule Deque._Storage.swift
[420/1449] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[421/1449] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[422/1449] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[423/1449] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[424/1449] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[425/1449] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[426/1449] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[427/1449] Compiling HashTreeCollections TreeSet.swift
[436/1449] Compiling DequeModule Deque._UnsafeHandle.swift
[439/1449] Compiling DequeModule _DequeBufferHeader.swift
[440/1449] Compiling DequeModule RigidDeque+Append.swift
[442/1449] Compiling DequeModule Deque+Collection.swift
[443/1449] Compiling DequeModule Deque+CustomReflectable.swift
[444/1449] Compiling DequeModule Deque+Descriptions.swift
[445/1449] Compiling DequeModule Deque+Equatable.swift
[460/1449] Compiling DequeModule UniqueDeque.swift
[461/1449] Compiling DequeModule _DequeSlot.swift
[462/1449] Emitting module SwiftASN1
[463/1449] Compiling DequeModule _UnsafeDequeHandle.swift
[464/1449] Compiling DequeModule _UnsafeDequeSegments.swift
[489/1449] Compiling Metrics Metrics.swift
[490/1449] Emitting module Metrics
[588/1449] Compiling SpectroCommon MigrationRecord.swift
[589/1449] Compiling SpectroCommon MigrationFile.swift
[590/1449] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[591/1449] Compiling Crypto RNG_boring.swift
[592/1449] Compiling Crypto SafeCompare_boring.swift
[593/1449] Compiling Crypto Zeroization_boring.swift
[594/1449] Compiling Crypto PrettyBytes.swift
[595/1449] Compiling Crypto SafeCompare.swift
[596/1449] Compiling Crypto SecureBytes.swift
[597/1449] Compiling Crypto Zeroization.swift
[598/1449] Compiling Crypto resource_bundle_accessor.swift
[599/1449] Compiling SpectroCommon MigrationError.swift
[600/1449] Compiling SpectroCommon OrderDirection.swift
[601/1449] Emitting module SpectroCommon
[602/1449] Compiling SpectroCommon MigrationStatus.swift
[603/1449] Compiling SpectroCommon DatabaseError.swift
[604/1449] Compiling SpectroCommon String+Case.swift
[604/1449] Compiling tls13_server.cc
[610/1449] Emitting module DequeModule
[610/1449] Compiling tls13_enc.cc
[612/1449] Compiling Rainbow StyledStringBuilder.swift
[621/1449] Emitting module Rainbow
[624/1449] Emitting module HashTreeCollections
[624/1489] Compiling tls13_both.cc
[625/1489] Compiling tls13_client.cc
[626/1489] Compiling t1_enc.cc
[627/1489] Compiling ssl_versions.cc
[628/1489] Compiling ssl_x509.cc
[629/1489] Compiling ssl_stat.cc
[630/1489] Compiling ssl_transcript.cc
[631/1489] Compiling ssl_session.cc
[632/1489] Compiling ssl_privkey.cc
[633/1489] Compiling ssl_file.cc
[634/1489] Compiling ssl_key_share.cc
[635/1489] Compiling ssl_credential.cc
[635/1489] Compiling ssl_lib.cc
[637/1489] Compiling ssl_cipher.cc
[638/1489] Compiling ssl_cert.cc
[639/1489] Compiling ssl_buffer.cc
[640/1489] Compiling ssl_asn1.cc
[641/1489] Compiling ssl_aead_ctx.cc
[642/1489] Compiling s3_pkt.cc
[643/1489] Compiling s3_lib.cc
[644/1489] Compiling s3_both.cc
[645/1489] Compiling handshake_client.cc
[646/1489] Compiling handshake_server.cc
[647/1489] Compiling handshake.cc
[649/1489] Emitting module Noora
[649/1493] Compiling handoff.cc
[650/1493] Compiling encrypted_client_hello.cc
[651/1493] Compiling extensions.cc
[652/1493] Compiling md5-x86_64-linux.S
[653/1493] Compiling md5-x86_64-apple.S
[654/1493] Compiling md5-586-linux.S
[655/1493] Compiling md5-586-apple.S
[657/1493] Compiling Noora LengthValidationRule.swift
[658/1493] Compiling Noora NonEmptyValidationRule.swift
[659/1493] Compiling Noora RegexValidationRule.swift
[660/1493] Compiling Noora Validator.swift
[661/1493] Compiling Noora KeyStrokeListener.swift
[662/1493] Compiling Noora LockIsolated.swift
[663/1493] Compiling Noora Renderer.swift
[664/1493] Compiling Noora Spinner.swift
[665/1493] Compiling Noora ValidatableError.swift
[666/1493] Compiling Noora ValidatableRule.swift
[667/1493] Compiling Noora ValidationError.swift
[668/1493] Compiling Noora InputValidating.swift
[668/1493] Compiling dtls_record.cc
[669/1493] Compiling chacha20_poly1305_x86_64-linux.S
[670/1493] Compiling chacha20_poly1305_x86_64-apple.S
[671/1493] Compiling d1_srtp.cc
[672/1493] Compiling dtls_method.cc
[673/1493] Compiling chacha20_poly1305_armv8-win.S
[674/1493] Compiling chacha20_poly1305_armv8-linux.S
[675/1493] Compiling chacha-x86_64-linux.S
[676/1493] Compiling chacha20_poly1305_armv8-apple.S
[677/1493] Compiling chacha-x86_64-apple.S
[678/1493] Compiling chacha-x86-linux.S
[679/1493] Compiling chacha-x86-apple.S
[680/1493] Compiling chacha-armv8-win.S
[681/1493] Compiling d1_pkt.cc
[682/1493] Compiling err_data.cc
[683/1493] Compiling chacha-armv8-linux.S
[684/1493] Compiling chacha-armv4-linux.S
[685/1493] Compiling aes128gcmsiv-x86_64-linux.S
[686/1493] Compiling chacha-armv8-apple.S
[687/1493] Compiling aes128gcmsiv-x86_64-apple.S
[688/1493] Compiling x86_64-mont5-linux.S
[689/1493] Compiling x86_64-mont5-apple.S
[690/1493] Compiling x86_64-mont-linux.S
[691/1493] Compiling d1_lib.cc
[692/1493] Compiling x86_64-mont-apple.S
[693/1493] Compiling x86-mont-linux.S
[694/1493] Compiling x86-mont-apple.S
[695/1493] Compiling vpaes-x86_64-linux.S
[696/1493] Compiling vpaes-x86_64-apple.S
[697/1493] Compiling vpaes-x86-linux.S
[698/1493] Compiling vpaes-x86-apple.S
[699/1493] Compiling vpaes-armv8-win.S
[700/1493] Compiling vpaes-armv8-linux.S
[701/1493] Compiling vpaes-armv7-linux.S
[702/1493] Compiling sha512-x86_64-linux.S
[704/1493] Compiling Noora StandardPipelines.swift
[705/1493] Compiling Noora Terminal.swift
[706/1493] Compiling Noora TerminalText+DisplayWidth.swift
[707/1493] Compiling Noora TerminalText.swift
[708/1493] Compiling Noora TableData.swift
[709/1493] Compiling Noora TableRenderer.swift
[710/1493] Compiling Noora TableStyle.swift
[711/1493] Compiling Noora UpdatingSelectableTable.swift
[712/1493] Compiling Noora UpdatingTable.swift
[712/1493] Compiling vpaes-armv8-apple.S
[713/1493] Compiling sha512-armv8-win.S
[714/1493] Compiling sha512-x86_64-apple.S
[715/1493] Compiling sha512-armv8-linux.S
[716/1493] Compiling sha512-armv4-linux.S
[717/1493] Compiling sha512-586-linux.S
[718/1493] Compiling sha512-586-apple.S
[719/1493] Compiling sha512-armv8-apple.S
[720/1493] Compiling sha256-x86_64-linux.S
[721/1493] Compiling sha256-x86_64-apple.S
[722/1493] Compiling sha256-armv8-win.S
[723/1493] Compiling sha256-armv8-linux.S
[724/1493] Compiling sha256-armv4-linux.S
[725/1493] Compiling sha256-586-linux.S
[726/1493] Compiling sha256-armv8-apple.S
[727/1493] Compiling sha256-586-apple.S
[728/1493] Compiling sha1-x86_64-linux.S
[729/1493] Compiling sha1-x86_64-apple.S
[730/1493] Compiling sha1-armv8-win.S
[731/1493] Compiling sha1-armv8-linux.S
[732/1493] Compiling sha1-armv4-large-linux.S
[733/1493] Compiling sha1-armv8-apple.S
[734/1493] Compiling sha1-586-apple.S
[734/1493] Compiling sha1-586-linux.S
[736/1493] Compiling rsaz-avx2-linux.S
[737/1493] Compiling rsaz-avx2-apple.S
[738/1493] Compiling rdrand-x86_64-linux.S
[739/1493] Compiling rdrand-x86_64-apple.S
[740/1493] Compiling p256_beeu-x86_64-asm-linux.S
[741/1493] Compiling p256_beeu-x86_64-asm-apple.S
[742/1493] Compiling p256_beeu-armv8-asm-win.S
[743/1493] Compiling p256_beeu-armv8-asm-linux.S
[744/1493] Compiling p256_beeu-armv8-asm-apple.S
[745/1493] Compiling p256-x86_64-asm-linux.S
[746/1493] Compiling p256-x86_64-asm-apple.S
[747/1493] Compiling p256-armv8-asm-win.S
[748/1493] Compiling bio_ssl.cc
[749/1493] Compiling p256-armv8-asm-linux.S
[750/1493] Compiling ghashv8-armv8-win.S
[751/1493] Compiling p256-armv8-asm-apple.S
[752/1493] Compiling ghashv8-armv8-linux.S
[753/1493] Compiling ghashv8-armv8-apple.S
[754/1493] Compiling ghashv8-armv7-linux.S
[755/1493] Compiling ghash-x86_64-linux.S
[756/1493] Compiling ghash-x86_64-apple.S
[757/1493] Compiling ghash-x86-apple.S
[758/1493] Compiling ghash-x86-linux.S
[758/1493] Compiling ghash-ssse3-x86_64-linux.S
[760/1493] Compiling ghash-ssse3-x86_64-apple.S
[761/1493] Compiling ghash-ssse3-x86-linux.S
[762/1493] Compiling ghash-ssse3-x86-apple.S
[763/1493] Compiling ghash-neon-armv8-win.S
[764/1493] Compiling ghash-neon-armv8-linux.S
[765/1493] Compiling ghash-armv4-linux.S
[766/1493] Compiling ghash-neon-armv8-apple.S
[767/1493] Compiling co-586-linux.S
[768/1493] Compiling co-586-apple.S
[768/1493] Compiling bsaes-armv7-linux.S
[770/1493] Compiling bn-armv8-win.S
[771/1493] Compiling bn-armv8-linux.S
[772/1493] Compiling bn-armv8-apple.S
[773/1493] Compiling bn-586-linux.S
[774/1493] Compiling bn-586-apple.S
[775/1493] Compiling armv8-mont-win.S
[776/1493] Compiling armv8-mont-linux.S
[777/1493] Compiling armv4-mont-linux.S
[778/1493] Compiling aesv8-gcm-armv8-win.S
[779/1493] Compiling armv8-mont-apple.S
[780/1493] Compiling aesv8-gcm-armv8-linux.S
[781/1493] Compiling aesv8-gcm-armv8-apple.S
[782/1493] Compiling aesv8-armv8-linux.S
[783/1493] Compiling aesv8-armv8-win.S
[784/1493] Compiling aesv8-armv8-apple.S
[785/1493] Compiling aesv8-armv7-linux.S
[786/1493] Compiling aesni-x86_64-apple.S
[786/1493] Compiling aesni-x86_64-linux.S
[788/1493] Compiling d1_both.cc
[789/1493] Compiling aesni-x86-linux.S
[790/1493] Compiling aesni-x86-apple.S
[791/1493] Compiling aesni-gcm-x86_64-linux.S
[792/1493] Compiling aesni-gcm-x86_64-apple.S
[794/1493] Compiling Noora SingleChoicePrompt.swift
[795/1493] Compiling Noora PaginatedTable.swift
[796/1493] Compiling Noora SelectableTable.swift
[797/1493] Compiling Noora Table.swift
[798/1493] Compiling Noora TableColumn.swift
[799/1493] Compiling Noora Character+isPrintable.swift
[800/1493] Compiling Noora String+Rainbow.swift
[801/1493] Compiling Noora String+ValidatableError.swift
[802/1493] Compiling Noora Noora.swift
[803/1493] Compiling Noora TextPrompt.swift
[804/1493] Compiling Noora YesOrNoChoicePrompt.swift
[805/1493] Compiling Noora Content.swift
[806/1493] Compiling Noora Stack.swift
[807/1493] Compiling Noora NooraError.swift
[808/1493] Compiling Noora NooraMock.swift
[809/1493] Compiling Noora StandardPipelineType.swift
[810/1493] Compiling Noora Theme.swift
[811/1493] Compiling Noora Alert.swift
[812/1493] Compiling Noora CollapsibleStep.swift
[813/1493] Compiling Noora MultipleChoicePrompt.swift
[814/1493] Compiling Noora ProgressBarStep.swift
[815/1493] Compiling Noora ProgressStep.swift
[815/1493] Compiling aes-gcm-avx2-x86_64-linux.S
[816/1493] Compiling aes-gcm-avx2-x86_64-apple.S
[816/1493] Compiling aes-gcm-avx10-x86_64-linux.S
[818/1493] Compiling aes-gcm-avx10-x86_64-apple.S
[826/1493] Compiling x_sig.cc
[827/1493] Write Objects.LinkFileList
[828/1493] Compiling x_req.cc
[829/1493] Compiling x_pubkey.cc
[829/1493] Compiling x_spki.cc
[831/1493] Compiling x_val.cc
[832/1493] Compiling x_name.cc
[832/1493] Compiling x_exten.cc
[834/1493] Compiling x_x509a.cc
[835/1493] Compiling x_x509.cc
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'String+Rainbow.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Noora.build/String+Rainbow.swift.o(String+Rainbow.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Rainbow.build/String+Rainbow.swift.o(String+Rainbow.swift.o)'
[836/1493] Archiving libNoora.a
[837/1493] Compiling x509spki.cc
[838/1493] Compiling x_algor.cc
[839/1493] Compiling x509rset.cc
[840/1493] Compiling x_attrib.cc
[841/1493] Compiling x509cset.cc
[842/1493] Compiling x_crl.cc
[843/1493] Compiling x509name.cc
[844/1493] Compiling x509_vpm.cc
[845/1493] Compiling x_all.cc
[846/1493] Compiling x509_txt.cc
[847/1493] Compiling x509_v3.cc
[848/1493] Compiling x509_obj.cc
[848/1493] Compiling x509_set.cc
[850/1493] Compiling x509_trs.cc
[851/1493] Compiling x509_ext.cc
[852/1493] Compiling x509_lu.cc
[853/1493] Compiling x509_req.cc
[854/1493] Compiling x509_vfy.cc
[855/1493] Compiling x509_def.cc
[856/1493] Compiling x509.cc
[857/1493] Compiling x509_d2.cc
[858/1493] Compiling x509_att.cc
[859/1493] Compiling x509_cmp.cc
[860/1493] Compiling v3_prn.cc
[861/1493] Compiling v3_skey.cc
[862/1493] Compiling v3_purp.cc
[863/1493] Compiling v3_utl.cc
[864/1493] Compiling v3_ocsp.cc
[865/1493] Compiling v3_pmaps.cc
[866/1493] Compiling v3_pcons.cc
[867/1493] Compiling v3_int.cc
[868/1493] Compiling v3_ncons.cc
[869/1493] Compiling v3_info.cc
[870/1493] Compiling v3_ia5.cc
[871/1493] Compiling v3_lib.cc
[872/1493] Compiling v3_genn.cc
[873/1493] Compiling v3_extku.cc
[874/1493] Compiling v3_enum.cc
[875/1493] Compiling v3_crld.cc
[876/1493] Compiling v3_conf.cc
[877/1493] Compiling v3_bcons.cc
[878/1493] Compiling v3_bitst.cc
[879/1493] Compiling v3_cpols.cc
[880/1493] Compiling v3_alt.cc
[881/1493] Compiling v3_akeya.cc
[882/1493] Compiling i2d_pr.cc
[883/1493] Compiling v3_akey.cc
[884/1493] Compiling t_crl.cc
[885/1493] Compiling t_x509a.cc
[886/1493] Compiling rsa_pss.cc
[887/1493] Compiling name_print.cc
[888/1493] Compiling policy.cc
[889/1493] Compiling t_req.cc
[890/1493] Compiling t_x509.cc
[891/1493] Compiling by_file.cc
[892/1493] Compiling trust_token.cc
[893/1493] Compiling voprf.cc
[894/1493] Compiling a_digest.cc
[895/1493] Compiling algorithm.cc
[896/1493] Compiling asn1_gen.cc
[897/1493] Compiling by_dir.cc
[898/1493] Compiling a_sign.cc
[899/1493] Compiling a_verify.cc
[900/1493] Compiling thread_win.cc
[901/1493] Compiling thread_none.cc
[902/1493] Compiling thread_pthread.cc
[903/1493] Compiling thread.cc
[904/1493] Compiling siphash.cc
[905/1493] Compiling stack.cc
[920/1493] Compiling slhdsa.cc
[921/1493] Compiling pmbtoken.cc
[922/1493] Compiling sha512.cc
[923/1493] Compiling spake2plus.cc
[924/1493] Compiling sha1.cc
[925/1493] Compiling sha256.cc
[926/1493] Compiling rsa_print.cc
[927/1493] Compiling rsa_extra.cc
[928/1493] Compiling rsa_crypt.cc
[929/1493] Compiling refcount.cc
[930/1493] Compiling trusty.cc
[931/1493] Compiling rc4.cc
[932/1493] Compiling urandom.cc
[933/1493] Compiling windows.cc
[934/1493] Compiling rsa_asn1.cc
[935/1493] Compiling rand.cc
[936/1493] Compiling passive.cc
[937/1493] Compiling poly1305_arm_asm.S
[938/1493] Compiling ios.cc
[939/1493] Compiling getentropy.cc
[940/1493] Compiling deterministic.cc
[941/1493] Compiling fork_detect.cc
[942/1493] Compiling forkunsafe.cc
[943/1493] Compiling poly1305_vec.cc
[944/1493] Compiling poly1305_arm.cc
[945/1493] Compiling poly1305.cc
[946/1493] Compiling pool.cc
[947/1493] Compiling pkcs7.cc
[948/1493] Compiling pkcs8_x509.cc
[949/1493] Compiling pkcs8.cc
[950/1493] Compiling p5_pbev2.cc
[951/1493] Compiling pem_xaux.cc
[952/1493] Compiling pkcs7_x509.cc
[953/1493] Compiling pem_x509.cc
[954/1493] Compiling pem_pkey.cc
[955/1493] Compiling pem_pk8.cc
[956/1493] Compiling mlkem.cc
[957/1493] Compiling mldsa.cc
[958/1493] Compiling obj_xref.cc
[959/1493] Compiling pem_oth.cc
[960/1493] Compiling pem_info.cc
[961/1493] Compiling mem.cc
[962/1493] Compiling pem_lib.cc
[963/1493] Compiling obj.cc
[964/1493] Compiling poly_rq_mul.S
[965/1493] Compiling pem_all.cc
[966/1493] Compiling fips_shared_support.cc
[967/1493] Compiling md5.cc
[968/1493] Compiling md4.cc
[969/1493] Compiling lhash.cc
[970/1493] Compiling kyber.cc
[971/1493] Compiling ex_data.cc
[972/1493] Compiling sign.cc
[973/1493] Compiling hpke.cc
[974/1493] Compiling scrypt.cc
[975/1493] Compiling hrss.cc
[976/1493] Compiling pbkdf.cc
[977/1493] Compiling print.cc
[978/1493] Compiling p_x25519.cc
[979/1493] Compiling p_rsa_asn1.cc
[980/1493] Compiling p_x25519_asn1.cc
[981/1493] Compiling p_ed25519.cc
[982/1493] Compiling p_rsa.cc
[983/1493] Compiling p_hkdf.cc
[984/1493] Compiling p_ed25519_asn1.cc
[985/1493] Compiling p_ec_asn1.cc
[986/1493] Compiling p_ec.cc
[987/1493] Compiling p_dh_asn1.cc
[988/1493] Compiling p_dh.cc
[989/1493] Compiling evp_ctx.cc
[990/1493] Compiling p_dsa_asn1.cc
[991/1493] Compiling evp.cc
[992/1493] Compiling err.cc
[993/1493] Compiling engine.cc
[994/1493] Compiling evp_asn1.cc
[995/1493] Compiling ecdh.cc
[996/1493] Compiling ecdsa_asn1.cc
[997/1493] Compiling hash_to_curve.cc
[998/1493] Compiling ec_derive.cc
[999/1493] Compiling dsa.cc
[1000/1493] Compiling ec_asn1.cc
[1001/1493] Compiling dsa_asn1.cc
[1002/1493] Compiling x25519-asm-arm.S
[1003/1493] Compiling params.cc
[1004/1493] Compiling digest_extra.cc
[1005/1493] Compiling des.cc
[1006/1493] Compiling dh_asn1.cc
[1007/1493] Compiling spake25519.cc
[1008/1493] Compiling curve25519_64_adx.cc
[1009/1493] Compiling crypto.cc
[1010/1493] Compiling cpu_intel.cc
[1011/1493] Compiling bcm.cc
[1012/1493] Compiling curve25519.cc
[1013/1493] Compiling cpu_arm_linux.cc
[1014/1493] Compiling cpu_arm_freebsd.cc
[1015/1493] Compiling cpu_aarch64_win.cc
[1016/1493] Compiling cpu_aarch64_openbsd.cc
[1017/1493] Compiling cpu_aarch64_sysreg.cc
[1018/1493] Compiling cpu_aarch64_linux.cc
[1019/1493] Compiling cpu_aarch64_fuchsia.cc
[1020/1493] Compiling cpu_aarch64_apple.cc
[1021/1493] Compiling conf.cc
[1022/1493] Compiling tls_cbc.cc
[1023/1493] Compiling get_cipher.cc
[1024/1493] Compiling e_tls.cc
[1025/1493] Compiling e_rc4.cc
[1026/1493] Compiling e_rc2.cc
[1027/1493] Compiling e_null.cc
[1028/1493] Compiling e_des.cc
[1029/1493] Compiling e_chacha20poly1305.cc
[1030/1493] Compiling e_aesgcmsiv.cc
[1031/1493] Compiling derive_key.cc
[1032/1493] Compiling e_aesctrhmac.cc
[1033/1493] Compiling chacha.cc
[1034/1493] Compiling unicode.cc
[1035/1493] Compiling cbs.cc
[1036/1493] Compiling ber.cc
[1037/1493] Compiling buf.cc
[1038/1493] Compiling cbb.cc
[1039/1493] Compiling asn1_compat.cc
[1040/1493] Compiling blake2.cc
[1041/1493] Compiling bn_asn1.cc
[1042/1493] Compiling convert.cc
[1043/1493] Compiling socket_helper.cc
[1044/1493] Compiling socket.cc
[1045/1493] Compiling printf.cc
[1046/1493] Compiling pair.cc
[1047/1493] Compiling file.cc
[1048/1493] Compiling hexdump.cc
[1049/1493] Compiling fd.cc
[1050/1493] Compiling errno.cc
[1051/1493] Compiling connect.cc
[1052/1493] Compiling bio_mem.cc
[1053/1493] Compiling base64.cc
[1070/1493] Emitting module SwiftSyntax
[1077/1493] Compiling bio.cc
[1078/1493] Compiling tasn_typ.cc
[1079/1493] Compiling tasn_fre.cc
[1080/1493] Compiling tasn_enc.cc
[1081/1493] Compiling tasn_utl.cc
[1082/1493] Compiling tasn_new.cc
[1083/1493] Compiling posix_time.cc
[1084/1493] Compiling f_string.cc
[1085/1493] Compiling tasn_dec.cc
[1086/1493] Compiling f_int.cc
[1087/1493] Compiling asn1_par.cc
[1088/1493] Compiling asn_pack.cc
[1089/1493] Compiling asn1_lib.cc
[1090/1493] Compiling a_utctm.cc
[1091/1493] Compiling a_type.cc
[1092/1493] Compiling a_time.cc
[1093/1493] Compiling a_octet.cc
[1094/1493] Compiling a_strnid.cc
[1095/1493] Compiling a_strex.cc
[1096/1493] Compiling a_object.cc
[1097/1493] Compiling a_mbstr.cc
[1098/1493] Compiling a_i2d_fp.cc
[1099/1493] Compiling a_dup.cc
[1100/1493] Compiling a_int.cc
[1101/1493] Compiling a_d2i_fp.cc
[1102/1493] Compiling fiat_p256_adx_sqr.S
[1103/1493] Compiling a_gentm.cc
[1104/1493] Compiling fiat_p256_adx_mul.S
[1105/1493] Compiling fiat_curve25519_adx_square.S
[1106/1493] Compiling fiat_curve25519_adx_mul.S
[1107/1493] Compiling md5-x86_64-linux.S
[1108/1493] Compiling a_bitstr.cc
[1109/1493] Compiling md5-x86_64-apple.S
[1110/1493] Compiling md5-586-linux.S
[1111/1493] Compiling md5-586-apple.S
[1112/1493] Compiling chacha20_poly1305_x86_64-linux.S
[1113/1493] Compiling chacha20_poly1305_armv8-win.S
[1113/1493] Compiling chacha20_poly1305_armv8-linux.S
[1115/1493] Compiling chacha20_poly1305_x86_64-apple.S
[1116/1493] Compiling a_bool.cc
[1117/1493] Compiling chacha20_poly1305_armv8-apple.S
[1118/1493] Compiling chacha-x86_64-apple.S
[1119/1493] Compiling chacha-x86_64-linux.S
[1120/1493] Compiling chacha-x86-apple.S
[1121/1493] Compiling chacha-x86-linux.S
[1122/1493] Compiling chacha-armv4-linux.S
[1123/1493] Compiling chacha-armv8-win.S
[1124/1493] Compiling aes128gcmsiv-x86_64-linux.S
[1125/1493] Compiling chacha-armv8-linux.S
[1126/1493] Compiling chacha-armv8-apple.S
[1127/1493] Compiling aes128gcmsiv-x86_64-apple.S
[1128/1493] Compiling x86_64-mont5-linux.S
[1129/1493] Compiling x86_64-mont5-apple.S
[1130/1493] Compiling x86_64-mont-linux.S
[1131/1493] Compiling x86_64-mont-apple.S
[1132/1493] Compiling x86-mont-linux.S
[1133/1493] Compiling vpaes-x86_64-linux.S
[1134/1493] Compiling x86-mont-apple.S
[1135/1493] Compiling vpaes-x86_64-apple.S
[1136/1493] Compiling vpaes-x86-linux.S
[1137/1493] Compiling vpaes-x86-apple.S
[1138/1493] Compiling err_data.cc
[1139/1493] Compiling vpaes-armv8-win.S
[1140/1493] Compiling vpaes-armv8-linux.S
[1141/1493] Compiling vpaes-armv7-linux.S
[1142/1493] Compiling vpaes-armv8-apple.S
[1143/1493] Compiling CCryptoBoringSSLShims shims.c
[1144/1493] Compiling sha512-x86_64-linux.S
[1145/1493] Compiling sha512-x86_64-apple.S
[1146/1493] Compiling sha512-armv8-win.S
[1147/1493] Compiling sha512-armv8-linux.S
[1148/1493] Compiling sha512-armv4-linux.S
[1149/1493] Compiling sha512-armv8-apple.S
[1150/1493] Compiling sha512-586-linux.S
[1151/1493] Compiling sha256-x86_64-linux.S
[1152/1493] Compiling sha512-586-apple.S
[1153/1493] Compiling sha256-x86_64-apple.S
[1154/1493] Compiling sha256-armv8-win.S
[1154/1493] Compiling sha256-armv8-linux.S
[1156/1493] Compiling sha256-armv4-linux.S
[1157/1493] Compiling sha256-armv8-apple.S
[1158/1493] Compiling sha256-586-linux.S
[1159/1493] Compiling sha256-586-apple.S
[1160/1493] Compiling sha1-x86_64-linux.S
[1161/1493] Compiling sha1-x86_64-apple.S
[1161/1493] Compiling sha1-armv8-win.S
[1163/1493] Compiling sha1-armv8-linux.S
[1164/1493] Compiling sha1-armv4-large-linux.S
[1165/1493] Compiling sha1-586-apple.S
[1166/1493] Compiling sha1-586-linux.S
[1167/1493] Compiling sha1-armv8-apple.S
[1168/1493] Compiling rsaz-avx2-linux.S
[1169/1493] Compiling rsaz-avx2-apple.S
[1170/1493] Compiling rdrand-x86_64-linux.S
[1171/1493] Compiling rdrand-x86_64-apple.S
[1172/1493] Compiling p256_beeu-x86_64-asm-linux.S
[1173/1493] Compiling p256_beeu-armv8-asm-win.S
[1174/1493] Compiling p256_beeu-x86_64-asm-apple.S
[1175/1493] Compiling p256_beeu-armv8-asm-linux.S
[1176/1493] Compiling p256_beeu-armv8-asm-apple.S
[1177/1493] Compiling p256-x86_64-asm-linux.S
[1178/1493] Compiling p256-x86_64-asm-apple.S
[1179/1493] Compiling p256-armv8-asm-linux.S
[1180/1493] Compiling p256-armv8-asm-win.S
[1181/1493] Compiling ghashv8-armv8-win.S
[1182/1493] Compiling p256-armv8-asm-apple.S
[1183/1493] Compiling ghashv8-armv8-linux.S
[1184/1493] Compiling ghashv8-armv8-apple.S
[1185/1493] Compiling ghashv8-armv7-linux.S
[1186/1493] Compiling ghash-x86_64-apple.S
[1187/1493] Compiling ghash-x86-linux.S
[1188/1493] Compiling ghash-x86_64-linux.S
[1189/1493] Compiling ghash-x86-apple.S
[1190/1493] Compiling ghash-ssse3-x86_64-linux.S
[1191/1493] Compiling ghash-ssse3-x86_64-apple.S
[1192/1493] Compiling ghash-ssse3-x86-linux.S
[1193/1493] Compiling ghash-ssse3-x86-apple.S
[1194/1493] Compiling ghash-neon-armv8-linux.S
[1195/1493] Compiling ghash-armv4-linux.S
[1196/1493] Compiling ghash-neon-armv8-win.S
[1197/1493] Compiling ghash-neon-armv8-apple.S
[1198/1493] Compiling co-586-linux.S
[1199/1493] Compiling co-586-apple.S
[1200/1493] Compiling bn-armv8-win.S
[1201/1493] Compiling bn-armv8-linux.S
[1201/1493] Compiling bsaes-armv7-linux.S
[1203/1493] Compiling bn-armv8-apple.S
[1204/1493] Compiling bn-586-linux.S
[1205/1493] Compiling bn-586-apple.S
[1206/1493] Compiling armv8-mont-win.S
[1207/1493] Compiling armv8-mont-linux.S
[1208/1493] Compiling armv4-mont-linux.S
[1209/1493] Compiling aesv8-gcm-armv8-win.S
[1210/1493] Compiling aesv8-gcm-armv8-linux.S
[1211/1493] Compiling armv8-mont-apple.S
[1212/1493] Compiling aesv8-armv8-win.S
[1213/1493] Compiling aesv8-gcm-armv8-apple.S
[1214/1493] Compiling aesv8-armv7-linux.S
[1215/1493] Compiling aesv8-armv8-apple.S
[1216/1493] Compiling aesni-x86_64-linux.S
[1217/1493] Compiling aesni-x86_64-apple.S
[1217/1493] Compiling aesv8-armv8-linux.S
[1219/1493] Compiling aesni-x86-apple.S
[1220/1493] Compiling aesni-x86-linux.S
[1221/1493] Compiling aesni-gcm-x86_64-linux.S
[1221/1493] Compiling aesni-gcm-x86_64-apple.S
[1223/1493] Compiling aes-gcm-avx512-x86_64-linux.S
[1224/1493] Compiling aes-gcm-avx2-x86_64-linux.S
[1225/1493] Compiling aes-gcm-avx2-x86_64-apple.S
[1226/1493] Compiling aes-gcm-avx512-x86_64-apple.S
[1227/1493] Compiling c-nioatomics.c
[1228/1493] Compiling xwing.cc
[1229/1493] Compiling c-atomics.c
[1237/1493] Compiling x_sig.cc
[1238/1493] Compiling x_req.cc
[1239/1493] Compiling x_spki.cc
[1240/1493] Compiling x_x509.cc
[1241/1493] Compiling x_x509a.cc
[1242/1493] Compiling x_name.cc
[1243/1493] Compiling x_pubkey.cc
[1244/1500] Compiling x_exten.cc
[1245/1500] Compiling x_crl.cc
[1247/1500] Compiling NIOConcurrencyHelpers lock.swift
[1247/1500] Compiling x_attrib.cc
[1248/1500] Compiling x509rset.cc
[1249/1558] Compiling x509spki.cc
[1250/1558] Compiling x509cset.cc
[1251/1558] Compiling x_all.cc
[1252/1558] Compiling x509name.cc
[1253/1558] Compiling x_algor.cc
[1255/1558] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1256/1558] Compiling NIOConcurrencyHelpers NIOLock.swift
[1257/1558] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1258/1558] Emitting module NIOConcurrencyHelpers
[1259/1558] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1260/1558] Compiling NIOConcurrencyHelpers atomics.swift
[1261/1558] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1262/1558] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1263/1558] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1264/1558] Compiling SwiftDiagnostics Message.swift
[1265/1558] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1266/1558] Compiling SwiftDiagnostics FixIt.swift
[1267/1559] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1268/1559] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1269/1559] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1270/1559] Emitting module SwiftDiagnostics
[1271/1559] Compiling SwiftDiagnostics Diagnostic.swift
[1272/1559] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1273/1559] Compiling SwiftDiagnostics Convenience.swift
[1274/1559] Compiling SwiftDiagnostics Note.swift
[1274/1559] Compiling x509_vpm.cc
[1275/1559] Compiling x509_txt.cc
[1276/1559] Compiling x509_v3.cc
[1277/1559] Compiling x509_trs.cc
[1279/1559] Compiling SwiftBasicFormat InferIndentation.swift
[1280/1559] Emitting module SwiftBasicFormat
[1281/1559] Compiling SwiftBasicFormat BasicFormat.swift
[1281/1559] Compiling x509_set.cc
[1282/1559] Compiling x509_vfy.cc
[1283/1559] Compiling x509_req.cc
[1284/1559] Compiling x509_obj.cc
[1286/1559] Compiling SwiftParser UnicodeScalarExtensions.swift
[1287/1559] Compiling SwiftParser Lookahead.swift
[1288/1559] Compiling SwiftParser LoopProgressCondition.swift
[1289/1559] Compiling SwiftParser Modifiers.swift
[1290/1559] Compiling SwiftParser Names.swift
[1290/1563] Compiling x509_def.cc
[1291/1563] Compiling x509_d2.cc
[1293/1563] Compiling SwiftParser TopLevel.swift
[1294/1563] Compiling SwiftParser TriviaParser.swift
[1295/1563] Compiling SwiftParser Types.swift
[1296/1563] Compiling SwiftParser ExperimentalFeatures.swift
[1296/1563] Compiling x509_ext.cc
[1297/1563] Compiling x509.cc
[1298/1563] Compiling x509_lu.cc
[1299/1563] Compiling x509_cmp.cc
[1300/1563] Compiling x509_att.cc
[1301/1563] Compiling v3_utl.cc
[1302/1563] Compiling v3_skey.cc
[1304/1563] Compiling SwiftParser Nominals.swift
[1305/1563] Compiling SwiftParser Parameters.swift
[1306/1563] Compiling SwiftParser ParseSourceFile.swift
[1307/1563] Compiling SwiftParser Parser.swift
[1308/1563] Compiling SwiftParser Patterns.swift
[1308/1563] Compiling v3_prn.cc
[1309/1563] Compiling v3_purp.cc
[1310/1563] Compiling v3_pmaps.cc
[1311/1563] Compiling v3_pcons.cc
[1312/1563] Compiling v3_ocsp.cc
[1313/1563] Compiling v3_ncons.cc
[1314/1563] Compiling v3_lib.cc
[1316/1563] Emitting module SwiftParser
[1317/1563] Compiling SwiftParser Directives.swift
[1318/1563] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1319/1563] Compiling SwiftParser Expressions.swift
[1320/1563] Compiling SwiftParser IncrementalParseTransition.swift
[1321/1563] Compiling SwiftParser IsValidIdentifier.swift
[1322/1563] Compiling SwiftParser Attributes.swift
[1323/1563] Compiling SwiftParser Availability.swift
[1324/1563] Compiling SwiftParser CharacterInfo.swift
[1325/1563] Compiling SwiftParser CollectionNodes+Parsable.swift
[1326/1563] Compiling SwiftParser Declarations.swift
[1327/1563] Compiling SwiftParser Recovery.swift
[1328/1563] Compiling SwiftParser Specifiers.swift
[1329/1563] Compiling SwiftParser Statements.swift
[1330/1563] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1331/1563] Compiling SwiftParser TokenConsumer.swift
[1332/1563] Compiling SwiftParser TokenPrecedence.swift
[1333/1563] Compiling SwiftParser TokenSpec.swift
[1334/1563] Compiling SwiftParser TokenSpecSet.swift
[1335/1563] Compiling SwiftParser StringLiterals.swift
[1336/1563] Compiling SwiftParser SwiftParserCompatibility.swift
[1337/1563] Compiling SwiftParser SwiftVersion.swift
[1338/1563] Compiling SwiftParser SyntaxUtils.swift
[1339/1563] Compiling SwiftParser Cursor.swift
[1340/1563] Compiling SwiftParser Lexeme.swift
[1341/1563] Compiling SwiftParser LexemeSequence.swift
[1342/1563] Compiling SwiftParser Lexer.swift
[1343/1563] Compiling SwiftParser RegexLiteralLexer.swift
[1343/1563] Compiling v3_int.cc
[1344/1563] Compiling v3_info.cc
[1345/1563] Compiling v3_ia5.cc
[1346/1563] Compiling v3_genn.cc
[1347/1563] Compiling v3_enum.cc
[1348/1563] Compiling v3_extku.cc
[1349/1563] Compiling v3_crld.cc
[1350/1563] Compiling v3_cpols.cc
[1351/1563] Compiling v3_conf.cc
[1352/1563] Compiling v3_bitst.cc
[1353/1563] Compiling v3_bcons.cc
[1354/1563] Compiling v3_alt.cc
[1355/1563] Compiling v3_akey.cc
[1356/1563] Compiling v3_akeya.cc
[1357/1563] Compiling t_x509a.cc
[1358/1563] Compiling t_x509.cc
[1359/1563] Compiling t_req.cc
[1360/1563] Compiling t_crl.cc
[1362/1563] Compiling SwiftParser IsLexerClassified.swift
[1363/1563] Compiling SwiftParser LayoutNodes+Parsable.swift
[1364/1563] Compiling SwiftParser Parser+TokenSpecSet.swift
[1365/1563] Compiling SwiftParser TokenSpecStaticMembers.swift
[1365/1563] Compiling rsa_pss.cc
[1366/1563] Compiling i2d_pr.cc
[1367/1563] Compiling policy.cc
[1368/1576] Compiling name_print.cc
[1369/1576] Compiling by_file.cc
[1370/1586] Compiling by_dir.cc
[1371/1586] Compiling algorithm.cc
[1372/1586] Compiling asn1_gen.cc
[1373/1586] Compiling a_verify.cc
[1375/1586] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1376/1587] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1377/1588] Compiling SwiftOperators Operator.swift
[1378/1588] Compiling SwiftOperators OperatorError.swift
[1379/1588] Compiling SwiftOperators PrecedenceGroup.swift
[1380/1588] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1381/1588] Compiling SwiftOperators PrecedenceGraph.swift
[1382/1588] Compiling SwiftOperators OperatorTable.swift
[1382/1588] Compiling a_sign.cc
[1384/1588] Compiling SwiftOperators SyntaxSynthesis.swift
[1385/1588] Emitting module SwiftOperators
[1386/1588] Compiling SwiftOperators OperatorTable+Semantics.swift
[1386/1588] Compiling thread_win.cc
[1387/1588] Compiling thread_pthread.cc
[1388/1588] Compiling thread_none.cc
[1390/1588] Compiling SwiftOperators OperatorTable+Defaults.swift
[1391/1588] Compiling SwiftOperators OperatorTable+Folding.swift
[1391/1588] Compiling a_digest.cc
[1392/1588] Compiling thread.cc
[1393/1588] Compiling trust_token.cc
[1394/1588] Compiling voprf.cc
[1396/1588] Compiling SwiftParserDiagnostics Utils.swift
[1397/1588] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1398/1588] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1399/1588] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1400/1588] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1400/1588] Compiling pmbtoken.cc
[1401/1588] Compiling stack.cc
[1402/1588] Compiling sha512.cc
[1403/1588] Compiling siphash.cc
[1404/1588] Compiling slhdsa.cc
[1405/1588] Compiling sha256.cc
[1406/1588] Compiling sha1.cc
[1407/1588] Compiling rsa_print.cc
[1408/1588] Compiling spake2plus.cc
[1409/1588] Compiling rsa_extra.cc
[1410/1588] Compiling rsa_crypt.cc
[1411/1588] Compiling refcount.cc
[1412/1588] Compiling rc4.cc
[1413/1588] Compiling urandom.cc
[1414/1588] Compiling windows.cc
[1415/1588] Compiling trusty.cc
[1416/1588] Compiling rand.cc
[1417/1588] Compiling passive.cc
[1418/1588] Compiling poly1305_arm_asm.S
[1419/1588] Compiling ios.cc
[1420/1588] Compiling rsa_asn1.cc
[1421/1588] Compiling getentropy.cc
[1422/1588] Compiling forkunsafe.cc
[1423/1588] Compiling deterministic.cc
[1424/1588] Compiling fork_detect.cc
[1425/1588] Compiling poly1305_vec.cc
[1426/1588] Compiling pool.cc
[1427/1588] Compiling poly1305_arm.cc
[1429/1588] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1430/1588] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1431/1588] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1432/1588] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1433/1588] Emitting module SwiftParserDiagnostics
[1434/1588] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1435/1588] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1435/1588] Compiling poly1305.cc
[1436/1597] Compiling pkcs7.cc
[1436/1598] Compiling pkcs8_x509.cc
[1438/1603] Compiling p5_pbev2.cc
[1439/1603] Compiling pkcs7_x509.cc
[1440/1603] Compiling pkcs8.cc
[1441/1603] Compiling pem_xaux.cc
[1442/1603] Compiling pem_x509.cc
[1443/1603] Compiling pem_pkey.cc
[1444/1603] Compiling pem_pk8.cc
[1445/1603] Compiling obj_xref.cc
[1446/1603] Compiling mlkem.cc
[1447/1603] Compiling mldsa.cc
[1448/1603] Compiling pem_info.cc
[1449/1603] Compiling pem_oth.cc
[1450/1603] Compiling mem.cc
[1451/1603] Compiling pem_lib.cc
[1452/1603] Compiling obj.cc
[1453/1603] Compiling pem_all.cc
[1454/1603] Compiling poly_rq_mul.S
[1455/1603] Compiling fips_shared_support.cc
[1456/1603] Compiling lhash.cc
[1457/1603] Compiling md4.cc
[1458/1603] Compiling md5.cc
[1459/1603] Compiling fuzzer_mode.cc
[1460/1603] Compiling ex_data.cc
[1461/1603] Compiling kyber.cc
[1462/1603] Compiling hpke.cc
[1463/1603] Compiling hrss.cc
[1464/1603] Compiling scrypt.cc
[1465/1603] Compiling print.cc
[1466/1603] Compiling sign.cc
[1467/1603] Compiling pbkdf.cc
[1468/1603] Compiling p_x25519_asn1.cc
[1469/1603] Compiling p_x25519.cc
[1470/1603] Compiling p_rsa_asn1.cc
[1471/1603] Compiling p_rsa.cc
[1472/1603] Compiling p_hkdf.cc
[1473/1603] Compiling p_ed25519_asn1.cc
[1474/1603] Compiling p_ed25519.cc
[1475/1603] Compiling p_ec_asn1.cc
[1476/1603] Compiling p_ec.cc
[1477/1603] Compiling p_dsa_asn1.cc
[1478/1603] Compiling p_dh_asn1.cc
[1479/1603] Compiling p_dh.cc
[1480/1603] Compiling err.cc
[1481/1603] Compiling evp_ctx.cc
[1482/1603] Compiling evp.cc
[1483/1603] Compiling engine.cc
[1484/1603] Compiling evp_asn1.cc
[1485/1603] Compiling ecdsa_p1363.cc
[1486/1603] Compiling ecdh.cc
[1487/1603] Compiling ecdsa_asn1.cc
[1488/1603] Compiling ec_derive.cc
[1489/1603] Compiling hash_to_curve.cc
[1490/1603] Compiling dsa.cc
[1491/1603] Compiling digest_extra.cc
[1492/1603] Compiling dsa_asn1.cc
[1494/1603] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1495/1603] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1496/1603] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1497/1603] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1497/1604] Compiling params.cc
[1498/1604] Compiling x25519-asm-arm.S
[1499/1604] Compiling ec_asn1.cc
[1500/1604] Compiling des.cc
[1501/1604] Compiling dh_asn1.cc
[1502/1604] Compiling curve25519_64_adx.cc
[1503/1604] Compiling spake25519.cc
[1504/1604] Compiling cpu_intel.cc
[1505/1604] Compiling cpu_arm_linux.cc
[1506/1604] Compiling cpu_arm_freebsd.cc
[1507/1604] Compiling crypto.cc
[1509/1604] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1509/1604] Compiling curve25519.cc
[1510/1604] Compiling cpu_aarch64_win.cc
[1511/1604] Compiling cpu_aarch64_sysreg.cc
[1512/1604] Compiling cpu_aarch64_openbsd.cc
[1514/1604] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1515/1604] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1516/1604] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1517/1604] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1518/1604] Compiling SwiftSyntaxBuilder Indenter.swift
[1519/1604] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1520/1604] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1521/1604] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1522/1604] Emitting module SwiftSyntaxBuilder
[1522/1604] Compiling cpu_aarch64_apple.cc
[1523/1604] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1524/1604] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1525/1604] Compiling cpu_aarch64_fuchsia.cc
[1526/1604] Compiling cpu_aarch64_linux.cc
[1527/1604] Compiling conf.cc
[1528/1604] Compiling tls_cbc.cc
[1529/1604] Compiling get_cipher.cc
[1530/1613] Compiling cms.cc
[1531/1620] Compiling e_rc4.cc
[1532/1622] Compiling e_tls.cc
[1533/1622] Compiling e_rc2.cc
[1534/1622] Compiling e_null.cc
[1535/1622] Compiling e_des.cc
[1536/1622] Compiling e_chacha20poly1305.cc
[1537/1622] Compiling e_aesgcmsiv.cc
[1539/1622] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1540/1623] Compiling SwiftSyntaxMacros MemberMacro.swift
[1541/1623] Compiling SwiftSyntaxMacros PeerMacro.swift
[1542/1623] Compiling SwiftSyntaxMacros Macro.swift
[1543/1623] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1544/1623] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1545/1623] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1546/1623] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1547/1623] Compiling SwiftSyntaxMacros Macro+Format.swift
[1548/1623] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1549/1623] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1550/1623] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1551/1623] Compiling SwiftSyntaxMacros BodyMacro.swift
[1552/1623] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1553/1623] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1553/1623] Compiling chacha.cc
[1554/1623] Compiling derive_key.cc
[1555/1623] Compiling e_aeseax.cc
[1556/1623] Compiling e_aesctrhmac.cc
[1558/1623] Emitting module SwiftSyntaxMacros
[1559/1623] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1560/1623] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1560/1623] Compiling unicode.cc
[1561/1623] Compiling cbs.cc
[1563/1623] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1563/1623] Compiling cbb.cc
[1564/1623] Compiling ber.cc
[1565/1623] Compiling sqrt.cc
[1565/1623] Compiling buf.cc
[1567/1623] Compiling exponentiation.cc
[1568/1631] Compiling asn1_compat.cc
[1569/1632] Compiling div.cc
[1570/1633] Compiling bn_asn1.cc
[1571/1633] Compiling blake2.cc
[1572/1633] Compiling convert.cc
[1573/1633] Compiling printf.cc
[1574/1633] Compiling pair.cc
[1575/1633] Compiling hexdump.cc
[1576/1633] Compiling file.cc
[1577/1633] Compiling fd.cc
[1578/1633] Compiling errno.cc
[1579/1633] Compiling bio_mem.cc
[1580/1633] Compiling bio.cc
[1581/1633] Compiling base64.cc
[1582/1633] Compiling tasn_typ.cc
[1583/1633] Compiling tasn_fre.cc
[1584/1633] Compiling tasn_utl.cc
[1585/1633] Compiling tasn_new.cc
[1586/1633] Compiling tasn_enc.cc
[1587/1633] Compiling posix_time.cc
[1588/1633] Compiling f_string.cc
[1589/1633] Compiling f_int.cc
[1590/1633] Compiling tasn_dec.cc
[1591/1633] Compiling asn_pack.cc
[1592/1633] Compiling bcm.cc
[1594/1633] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1595/1633] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1596/1633] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1597/1633] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1598/1633] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1599/1633] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1600/1633] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1601/1633] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1602/1633] Emitting module SwiftSyntaxMacroExpansion
[1603/1633] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1603/1633] Compiling asn1_par.cc
[1604/1633] Compiling asn1_lib.cc
[1605/1633] Compiling a_utctm.cc
[1606/1633] Compiling a_time.cc
[1607/1633] Compiling a_type.cc
[1608/1633] Compiling a_octet.cc
[1609/1633] Compiling a_strnid.cc
[1610/1633] Compiling a_strex.cc
[1611/1645] Compiling a_mbstr.cc
[1612/1645] Compiling a_object.cc
[1612/1645] Write sources
[1617/1645] Compiling a_i2d_fp.cc
[1618/1645] Compiling a_int.cc
[1620/1719] Compiling Atomics AtomicValue.swift
[1621/1719] Compiling Atomics AtomicMemoryOrderings.swift
[1622/1719] Compiling Atomics DoubleWord.swift
[1623/1719] Compiling Atomics ManagedAtomic.swift
[1624/1719] Compiling Atomics AtomicInteger.swift
[1625/1719] Compiling Atomics AtomicOptionalWrappable.swift
[1625/1725] Compiling a_dup.cc
[1626/1725] Write sources
[1628/1780] Compiling a_d2i_fp.cc
[1629/1780] Write sources
[1630/1808] Compiling aes.cc
[1631/1808] Compiling a_gentm.cc
[1633/1808] Compiling Algorithms EitherSequence.swift
[1634/1808] Compiling Algorithms FirstNonNil.swift
[1635/1808] Compiling Algorithms FlattenCollection.swift
[1636/1808] Compiling Algorithms Combinations.swift
[1637/1808] Compiling Algorithms Compacted.swift
[1638/1808] Compiling Algorithms Cycle.swift
[1639/1808] Compiling Algorithms AdjacentPairs.swift
[1640/1808] Compiling Algorithms Chain.swift
[1641/1808] Compiling Algorithms Keyed.swift
[1642/1808] Compiling Algorithms MinMax.swift
[1643/1808] Compiling Algorithms Partition.swift
[1644/1808] Compiling Algorithms Permutations.swift
[1644/1809] Compiling a_bool.cc
[1645/1809] Compiling a_bitstr.cc
[1647/1809] Compiling Atomics Unmanaged extensions.swift
[1648/1809] Compiling Algorithms Suffix.swift
[1649/1809] Compiling Algorithms Trim.swift
[1650/1809] Compiling Algorithms Product.swift
[1651/1809] Compiling Algorithms Joined.swift
[1652/1809] Compiling Algorithms Split.swift
[1653/1809] Compiling Algorithms Stride.swift
[1654/1809] Emitting module BitCollections
[1655/1818] Compiling Algorithms Rotate.swift
[1656/1818] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1657/1818] Compiling AsyncAlgorithms Locking.swift
[1658/1818] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1659/1818] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1660/1818] Compiling AsyncAlgorithms MergeStateMachine.swift
[1661/1818] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1662/1818] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1663/1818] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1664/1818] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1665/1818] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1666/1818] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1667/1818] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1668/1818] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1669/1818] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1670/1818] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1671/1818] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1672/1818] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1673/1818] Compiling BitCollections BitSet._UnsafeHandle.swift
[1674/1818] Compiling BitCollections BitSet.swift
[1675/1818] Compiling BitCollections Range+Utilities.swift
[1676/1818] Compiling BitCollections Slice+Utilities.swift
[1677/1818] Compiling BitCollections UInt+Tricks.swift
[1678/1818] Compiling BitCollections _Word.swift
[1679/1818] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1680/1818] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[1681/1818] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1682/1818] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1683/1818] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1684/1818] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1685/1818] Compiling Algorithms Chunked.swift
[1686/1818] Compiling Algorithms Grouped.swift
[1687/1818] Compiling Algorithms Indexed.swift
[1688/1818] Compiling Algorithms Intersperse.swift
[1689/1818] Compiling Algorithms RandomSample.swift
[1690/1818] Compiling Algorithms Reductions.swift
[1700/1820] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1701/1820] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1702/1820] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1703/1820] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1704/1820] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1705/1820] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1706/1820] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1707/1826] Emitting module ArgumentParserToolInfo
[1708/1826] Compiling ArgumentParserToolInfo ToolInfo.swift
[1709/1826] Compiling Collections OrderedCollections reexports.swift
[1710/1826] Emitting module Collections
[1711/1826] Compiling Collections HeapModule reexports.swift
[1712/1826] Compiling Collections HashTreeCollections reexports.swift
[1713/1826] Compiling Collections DequeModule reexports.swift
[1714/1826] Compiling Collections BitCollections reexports.swift
[1715/1826] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1716/1826] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1717/1826] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1718/1826] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1719/1826] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1720/1826] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1725/1827] Emitting module SwiftCompilerPluginMessageHandling
[1726/1827] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1727/1874] Compiling ArgumentParser CommandConfiguration.swift
[1728/1874] Compiling ArgumentParser CommandGroup.swift
[1729/1874] Compiling ArgumentParser ParsedValues.swift
[1730/1874] Compiling ArgumentParser ParserError.swift
[1731/1874] Compiling ArgumentParser SplitArguments.swift
[1732/1874] Compiling ArgumentParser DumpHelpGenerator.swift
[1733/1874] Compiling ArgumentParser HelpCommand.swift
[1734/1874] Compiling ArgumentParser HelpGenerator.swift
[1735/1874] Compiling ArgumentParser Mutex.swift
[1736/1874] Compiling ArgumentParser InputKey.swift
[1737/1874] Compiling ArgumentParser SwiftExtensions.swift
[1738/1874] Compiling ArgumentParser Tree.swift
[1739/1874] Compiling ArgumentParser MessageInfo.swift
[1740/1874] Compiling ArgumentParser SequenceExtensions.swift
[1741/1874] Compiling ArgumentParser StringExtensions.swift
[1742/1874] Compiling ArgumentParser ArgumentSet.swift
[1743/1874] Compiling ArgumentParser CommandParser.swift
[1744/1874] Compiling ArgumentParser Platform.swift
[1745/1874] Compiling ArgumentParser UsageGenerator.swift
[1746/1874] Compiling ArgumentParser CollectionExtensions.swift
[1747/1874] Compiling ArgumentParser Foundation.swift
[1748/1874] Compiling ArgumentParser InputOrigin.swift
[1749/1874] Compiling ArgumentParser Name.swift
[1750/1874] Compiling ArgumentParser Parsed.swift
[1751/1874] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1754/1874] Compiling ArgumentParser ParsableCommand.swift
[1755/1874] Compiling ArgumentParser ArgumentDecoder.swift
[1756/1874] Compiling ArgumentParser ArgumentDefinition.swift
[1758/1874] Emitting module Atomics
[1759/1874] Compiling CryptoBoringWrapper RandomBytes.swift
[1760/1874] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1761/1874] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1762/1874] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1763/1874] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1764/1874] Compiling CryptoBoringWrapper EllipticCurve.swift
[1765/1874] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1766/1874] Emitting module CryptoBoringWrapper
[1767/1888] Compiling ArgumentParser CompletionsGenerator.swift
[1768/1888] Compiling ArgumentParser FishCompletionsGenerator.swift
[1769/1888] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1770/1888] Compiling ArgumentParser Argument.swift
[1771/1888] Compiling ArgumentParser ArgumentDiscussion.swift
[1772/1888] Compiling ArgumentParser ArgumentHelp.swift
[1773/1888] Compiling ArgumentParser NameSpecification.swift
[1774/1888] Compiling ArgumentParser Option.swift
[1775/1888] Compiling ArgumentParser OptionGroup.swift
[1776/1888] Compiling ArgumentParser ParentCommand.swift
[1777/1888] Compiling ArgumentParser AsyncParsableCommand.swift
[1778/1888] Compiling ArgumentParser BashCompletionsGenerator.swift
[1782/1888] Compiling ArgumentParser EnumerableFlag.swift
[1783/1888] Compiling ArgumentParser ExpressibleByArgument.swift
[1784/1888] Compiling ArgumentParser ParsableArguments.swift
[1791/1888] Compiling ArgumentParser ArgumentVisibility.swift
[1792/1888] Compiling ArgumentParser CompletionKind.swift
[1793/1888] Compiling ArgumentParser Errors.swift
[1794/1888] Compiling ArgumentParser Flag.swift
[1803/2020] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1804/2020] Emitting module SwiftCompilerPlugin
[1805/2023] Compiling CryptoExtras ARCEncoding.swift
[1806/2023] Compiling CryptoExtras ARCPrecredential.swift
[1807/2023] Compiling CryptoExtras ARCPresentation.swift
[1808/2023] Compiling CryptoExtras ARCRequest.swift
[1809/2023] Compiling CryptoExtras ARCResponse.swift
[1810/2023] Compiling CryptoExtras ARCServer.swift
[1811/2023] Emitting module AsyncAlgorithms
[1812/2023] Compiling CryptoExtras AES_CBC.swift
[1813/2023] Compiling CryptoExtras AES_CFB.swift
[1814/2023] Compiling CryptoExtras AES_CTR.swift
[1815/2023] Compiling CryptoExtras AES_GCM_SIV.swift
[1816/2023] Compiling CryptoExtras Block Function.swift
[1817/2023] Compiling CryptoExtras AES_CFB_boring.swift
[1818/2023] Compiling CryptoExtras AES_CTR_boring.swift
[1819/2023] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[1820/2023] Compiling CryptoExtras CMAC.swift
[1821/2023] Compiling CryptoExtras ARC+API.swift
[1822/2023] Compiling CryptoExtras ARC.swift
[1823/2023] Compiling CryptoExtras ARCCredential.swift
[1824/2023] Emitting module Algorithms
[1825/2023] Compiling SpectroMacros SpectroMacrosPlugin.swift
[1826/2023] Compiling CryptoExtras ObjectIdentifier.swift
[1827/2023] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1828/2023] Compiling CryptoExtras PKCS8PrivateKey.swift
[1829/2023] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1830/2023] Compiling CryptoExtras ECToolbox_boring.swift
[1831/2023] Compiling CryptoExtras ECToolbox.swift
[1832/2023] Compiling CryptoExtras HashToField.swift
[1833/2029] Compiling CryptoExtras I2OSP.swift
[1834/2029] Compiling CryptoExtras IntegerEncoding.swift
[1835/2029] Compiling CryptoExtras PEMDocument.swift
[1836/2029] Compiling CryptoExtras PrettyBytes.swift
[1837/2029] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[1838/2029] Compiling CryptoExtras ThreadOps.swift
[1839/2029] Compiling CryptoExtras ThreadPosix.swift
[1840/2029] Compiling CryptoExtras ThreadSpecific.swift
[1841/2029] Compiling CryptoExtras ThreadWindows.swift
[1842/2029] Compiling CryptoExtras DLEQ.swift
[1843/2029] Compiling CryptoExtras Prover.swift
[1844/2029] Compiling CryptoExtras Verifier.swift
[1845/2029] Compiling CryptoExtras ZKPToolbox.swift
[1846/2029] Compiling CryptoExtras resource_bundle_accessor.swift
[1847/2036] Compiling CryptoExtras RSA_boring.swift
[1848/2036] Compiling CryptoExtras Reexport.swift
[1849/2036] Compiling CryptoExtras BoringSSLHelpers.swift
[1850/2036] Compiling CryptoExtras CryptoKitErrors_boring.swift
[1851/2036] Compiling CryptoExtras Data+Extensions.swift
[1852/2036] Compiling CryptoExtras DigestType.swift
[1853/2036] Compiling CryptoExtras Error.swift
[1866/2036] Emitting module SpectroMacros
[1867/2036] Compiling SpectroMacros SchemaMacro.swift
[1873/2036] Emitting module CryptoExtras
[1874/2036] Compiling CryptoExtras KDF.swift
[1875/2036] Compiling CryptoExtras PBKDF2_boring.swift
[1876/2036] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1877/2036] Compiling CryptoExtras PBKDF2.swift
[1878/2036] Compiling CryptoExtras Scrypt_boring.swift
[1879/2036] Compiling CryptoExtras Scrypt.swift
[1879/2036] Write Objects.LinkFileList
[1881/2046] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1882/2046] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1883/2046] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1894/2046] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1895/2046] Emitting module _ConnectionPoolModule
[1901/2047] Compiling CryptoExtras OPRF.swift
[1902/2047] Compiling CryptoExtras OPRFClient.swift
[1903/2047] Compiling CryptoExtras OPRFServer.swift
[1904/2047] Compiling CryptoExtras VOPRF+API.swift
[1905/2047] Compiling CryptoExtras VOPRFClient.swift
[1906/2047] Compiling CryptoExtras VOPRFServer.swift
[1907/2047] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[1908/2047] Compiling CryptoExtras RSA+BlindSigning.swift
[1909/2047] Compiling CryptoExtras RSA.swift
[1910/2047] Emitting module ArgumentParser
[1922/2052] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1958/2052] Compiling CryptoExtras ChaCha20CTR_boring.swift
[1959/2052] Compiling CryptoExtras ChaCha20CTR.swift
[1960/2052] Compiling CryptoExtras Curve25519+PEM.swift
[1961/2052] Compiling NIOCore SocketAddresses.swift
[1962/2052] Compiling NIOCore SocketOptionProvider.swift
[1963/2052] Compiling NIOCore SystemCallHelpers.swift
[1964/2052] Compiling NIOCore TimeAmount+Duration.swift
[1965/2052] Compiling NIOCore TypeAssistedChannelHandler.swift
[1966/2052] Compiling NIOCore UniversalBootstrapSupport.swift
[1967/2052] Compiling NIOCore Utilities.swift
[1968/2052] Compiling ArgumentParser CodingKeyValidator.swift
[1969/2052] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1970/2052] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1971/2052] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1972/2052] Compiling ArgumentParser UniqueNamesValidator.swift
[1973/2052] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1974/2052] Compiling ServiceLifecycle ServiceRunnerError.swift
[1975/2052] Compiling ServiceLifecycle Service.swift
[1976/2052] Compiling ServiceLifecycle GracefulShutdown.swift
[1977/2052] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1978/2052] Compiling ServiceLifecycle CancellationWaiter.swift
[1979/2052] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1980/2052] Compiling ServiceLifecycle ClosureService.swift
[1981/2052] Emitting module ServiceLifecycle
[1982/2052] Compiling ServiceLifecycle ServiceGroup.swift
[1998/2054] Linking SpectroMacros-tool
[2000/2054] Compiling _CryptoExtras Exports.swift
[2001/2054] Emitting module _CryptoExtras
[2051/2054] Emitting module NIOCore
[2052/2204] Compiling SQLKit SQLJoin.swift
[2053/2204] Compiling SQLKit SQLJoinMethod.swift
[2054/2204] Compiling SQLKit SQLLockingClause.swift
[2055/2204] Compiling SQLKit SQLOrderBy.swift
[2056/2204] Compiling SQLKit SQLReturning.swift
[2057/2204] Compiling SQLKit SQLSubquery.swift
[2058/2204] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2059/2204] Compiling SQLKit SQLAlterEnum.swift
[2060/2204] Compiling SQLKit SQLAlterTable.swift
[2061/2204] Compiling SQLKit SQLCreateEnum.swift
[2062/2214] Compiling SQLKit SQLColumnAssignment.swift
[2063/2214] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2064/2214] Compiling SQLKit SQLColumnDefinition.swift
[2065/2214] Compiling SQLKit SQLCommonTableExpression.swift
[2066/2214] Compiling SQLKit SQLConflictAction.swift
[2067/2214] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2068/2214] Compiling SQLKit SQLDropBehaviour.swift
[2069/2214] Compiling SQLKit SQLEnumDataType.swift
[2070/2214] Compiling SQLKit SQLExcludedColumn.swift
[2071/2214] Compiling SQLKit SQLForeignKey.swift
[2072/2214] Compiling SQLKit SQLColumn.swift
[2073/2214] Compiling SQLKit SQLConstraint.swift
[2074/2214] Compiling SQLKit SQLDataType.swift
[2075/2214] Compiling SQLKit SQLDirection.swift
[2076/2214] Compiling SQLKit SQLDistinct.swift
[2077/2214] Compiling SQLKit SQLForeignKeyAction.swift
[2078/2214] Compiling SQLKit SQLNestedSubpathExpression.swift
[2079/2214] Compiling SQLKit SQLQualifiedTable.swift
[2080/2214] Compiling SQLKit SQLQueryString.swift
[2081/2214] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2082/2214] Compiling SQLKit SQLUnion.swift
[2083/2214] Compiling SQLKit SQLUpdate.swift
[2084/2214] Compiling SQLKit SQLExpression.swift
[2085/2214] Compiling SQLKit SQLSerializer.swift
[2086/2214] Compiling SQLKit SQLStatement.swift
[2087/2214] Compiling SQLKit SQLBinaryExpression.swift
[2088/2214] Compiling SQLKit SQLBinaryOperator.swift
[2089/2214] Compiling SQLKit SQLBind.swift
[2090/2214] Compiling SQLKit SQLFunction.swift
[2091/2214] Compiling SQLKit SQLGroupExpression.swift
[2092/2214] Compiling SQLKit SQLAlterEnumBuilder.swift
[2093/2214] Compiling SQLKit SQLAlterTableBuilder.swift
[2094/2214] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2095/2214] Compiling SQLKit SQLCreateEnumBuilder.swift
[2096/2214] Compiling SQLKit SQLCreateIndexBuilder.swift
[2097/2214] Compiling SQLKit SQLCreateTableBuilder.swift
[2098/2214] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2099/2214] Compiling SQLKit SQLDeleteBuilder.swift
[2100/2214] Compiling SQLKit SQLDropEnumBuilder.swift
[2101/2214] Compiling SQLKit SQLDropIndexBuilder.swift
[2102/2214] Compiling SQLKit SQLDropTableBuilder.swift
[2103/2214] Compiling NIOEmbedded AsyncTestingChannel.swift
[2104/2214] Compiling NIOEmbedded Embedded.swift
[2105/2214] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2106/2214] Emitting module NIOEmbedded
[2107/2214] Compiling SQLKit SQLCreateIndex.swift
[2108/2214] Compiling SQLKit SQLCreateTable.swift
[2109/2214] Compiling SQLKit SQLCreateTrigger.swift
[2110/2214] Compiling SQLKit SQLDelete.swift
[2111/2214] Compiling SQLKit SQLDropEnum.swift
[2112/2214] Compiling SQLKit SQLDropIndex.swift
[2113/2214] Compiling SQLKit SQLDropTable.swift
[2114/2214] Compiling SQLKit SQLDropTrigger.swift
[2115/2214] Compiling SQLKit SQLInsert.swift
[2116/2214] Compiling SQLKit SQLSelect.swift
[2117/2214] Compiling SQLKit SQLDropTriggerBuilder.swift
[2118/2214] Compiling SQLKit SQLInsertBuilder.swift
[2119/2214] Compiling SQLKit SQLPredicateGroupBuilder.swift
[2120/2214] Compiling SQLKit SQLRawBuilder.swift
[2121/2214] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[2122/2214] Compiling SQLKit SQLSelectBuilder.swift
[2123/2214] Compiling SQLKit SQLSubqueryBuilder.swift
[2124/2214] Compiling SQLKit SQLUnionBuilder.swift
[2125/2214] Compiling SQLKit SQLUpdateBuilder.swift
[2126/2214] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[2127/2214] Compiling SQLKit SQLColumnUpdateBuilder.swift
[2128/2214] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[2129/2214] Compiling SQLKit SQLCommonUnionBuilder.swift
[2130/2214] Compiling SQLKit SQLJoinBuilder.swift
[2131/2214] Compiling SQLKit SQLPartialResultBuilder.swift
[2132/2214] Compiling SQLKit SQLPredicateBuilder.swift
[2133/2214] Compiling SQLKit SQLQueryBuilder.swift
[2134/2214] Compiling SQLKit SQLQueryFetcher.swift
[2135/2214] Compiling SQLKit SQLReturningBuilder.swift
[2136/2214] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2137/2214] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2138/2214] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2139/2214] Compiling SQLKit SQLDatabase.swift
[2140/2214] Compiling SQLKit SQLDatabaseReportedVersion.swift
[2141/2214] Compiling SQLKit SQLDialect.swift
[2142/2214] Compiling SQLKit SQLDatabase+Deprecated.swift
[2143/2214] Compiling SQLKit SQLError.swift
[2144/2214] Compiling SQLKit SQLExpressions+Deprecated.swift
[2145/2214] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2146/2214] Compiling SQLKit Exports.swift
[2147/2214] Compiling SQLKit SQLAlias.swift
[2148/2214] Compiling SQLKit SQLBetween.swift
[2154/2219] Emitting module SQLKit
[2166/2219] Compiling NIOPosix Utilities.swift
[2167/2219] Compiling NIOPosix VsockAddress.swift
[2168/2219] Compiling NIOPosix VsockChannelEvents.swift
[2169/2219] Compiling NIOPosix Windows.swift
[2170/2219] Compiling NIOPosix resource_bundle_accessor.swift
[2171/2219] Compiling SQLKit SQLIdentifier.swift
[2172/2219] Compiling SQLKit SQLList.swift
[2173/2219] Compiling SQLKit SQLLiteral.swift
[2174/2219] Compiling SQLKit SQLRaw.swift
[2175/2219] Compiling SQLKit SQLCodingUtilities.swift
[2176/2219] Compiling SQLKit SQLQueryEncoder.swift
[2177/2219] Compiling SQLKit SQLRow.swift
[2178/2219] Compiling SQLKit SQLRowDecoder.swift
[2179/2219] Compiling SQLKit SomeCodingKey.swift
[2180/2219] Compiling SQLKit StringHandling.swift
[2193/2219] Emitting module NIOPosix
[2217/2243] Compiling NIO Exports.swift
[2218/2243] Emitting module NIO
[2219/2254] Compiling NIOTLS TLSEvents.swift
[2220/2254] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2221/2254] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2222/2254] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2223/2254] Emitting module NIOFoundationCompat
[2224/2254] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2225/2254] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2226/2254] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2227/2254] Emitting module NIOTLS
[2228/2254] Compiling NIOTLS SNIHandler.swift
[2229/2254] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2230/2307] Emitting module NIOTransportServices
[2231/2309] Emitting module NIOSSL
[2232/2312] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2233/2312] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2234/2312] Compiling NIOTransportServices NIOTSBootstraps.swift
[2235/2312] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2236/2312] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2237/2312] Compiling NIOTransportServices AcceptHandler.swift
[2238/2312] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2239/2312] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2240/2312] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2241/2312] Compiling NIOTransportServices StateManagedChannel.swift
[2242/2312] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2243/2312] Compiling NIOTransportServices NIOTSErrors.swift
[2244/2312] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2245/2312] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2246/2312] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2247/2312] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2248/2312] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2249/2312] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2250/2312] Compiling NIOTransportServices NIOTSSingletons.swift
[2251/2312] Compiling NIOTransportServices NIOTSEventLoop.swift
[2252/2312] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2253/2312] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2254/2312] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2255/2312] Compiling NIOSSL UniversalBootstrapSupport.swift
[2256/2312] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2257/2312] Compiling NIOSSL resource_bundle_accessor.swift
[2266/2312] Compiling NIOSSL SSLInit.swift
[2267/2312] Compiling NIOSSL SSLPKCS12Bundle.swift
[2268/2312] Compiling NIOSSL SSLPrivateKey.swift
[2269/2312] Compiling NIOSSL SubjectAlternativeName.swift
[2270/2312] Compiling NIOSSL NIOSSLSecureBytes.swift
[2271/2312] Compiling NIOSSL RNG.swift
[2287/2312] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2288/2421] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2289/2421] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2290/2421] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2291/2421] Compiling PostgresNIO PostgresMessage+Bind.swift
[2292/2421] Compiling PostgresNIO PostgresMessage+Close.swift
[2293/2421] Compiling PostgresNIO PostgresMessage+Parse.swift
[2294/2421] Compiling PostgresNIO PostgresMessage+Password.swift
[2295/2423] Compiling PostgresNIO PostgresData+Set.swift
[2296/2423] Compiling PostgresNIO PostgresData+String.swift
[2297/2423] Compiling PostgresNIO PostgresData+Optional.swift
[2298/2423] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2299/2423] Compiling PostgresNIO PostgresData+UUID.swift
[2300/2423] Compiling PostgresNIO PostgresData.swift
[2301/2423] Compiling PostgresNIO PostgresData+JSON.swift
[2302/2423] Compiling PostgresNIO PostgresData+JSONB.swift
[2303/2423] Compiling PostgresNIO PostgresData+Numeric.swift
[2304/2423] Compiling AsyncKit Optional+StrictMap.swift
[2305/2423] Compiling AsyncKit Exports.swift
[2306/2423] Emitting module AsyncKit
[2307/2423] Compiling PostgresNIO AnyErrorContinuation.swift
[2308/2423] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2309/2423] Compiling PostgresNIO Logging+PSQL.swift
[2310/2423] Compiling PostgresNIO Authentication.swift
[2311/2423] Compiling PostgresNIO BackendKeyData.swift
[2312/2423] Compiling PostgresNIO CopyInMessage.swift
[2313/2423] Compiling PostgresNIO DataRow.swift
[2314/2423] Compiling PostgresNIO ErrorResponse.swift
[2315/2423] Compiling PostgresNIO NotificationResponse.swift
[2316/2423] Compiling PostgresNIO ParameterDescription.swift
[2317/2423] Compiling PostgresNIO ParameterStatus.swift
[2318/2423] Compiling PostgresNIO ReadyForQuery.swift
[2319/2435] Emitting module PostgresNIO
[2320/2435] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2321/2435] Compiling PostgresNIO PostgresData+UInt.swift
[2325/2435] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2326/2435] Compiling PostgresNIO PostgresMessage+Describe.swift
[2327/2435] Compiling PostgresNIO PostgresMessage+Execute.swift
[2343/2435] Compiling PostgresNIO PostgresRow.swift
[2344/2435] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2345/2435] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2346/2435] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2347/2435] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2348/2435] Compiling PostgresNIO PostgresMessage+Startup.swift
[2349/2435] Compiling PostgresNIO PostgresMessage+Sync.swift
[2350/2435] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2351/2435] Compiling PostgresNIO PostgresMessageDecoder.swift
[2352/2435] Compiling PostgresNIO PostgresMessageEncoder.swift
[2353/2435] Compiling PostgresNIO PostgresMessage+0.swift
[2354/2435] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2355/2435] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2356/2435] Compiling PostgresNIO PostgresMessage+Error.swift
[2357/2435] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2358/2435] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2359/2435] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2360/2435] Compiling PostgresNIO PostgresMessageType.swift
[2361/2435] Compiling PostgresNIO AuthenticationStateMachine.swift
[2362/2435] Compiling PostgresNIO CloseStateMachine.swift
[2363/2435] Compiling PostgresNIO ConnectionStateMachine.swift
[2364/2435] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2365/2435] Compiling PostgresNIO ListenStateMachine.swift
[2366/2435] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2367/2435] Compiling PostgresNIO RowStreamStateMachine.swift
[2368/2435] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2369/2435] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2370/2435] Compiling PostgresNIO PostgresConnection.swift
[2371/2435] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2372/2435] Compiling PostgresNIO PostgresData+Array.swift
[2373/2435] Compiling PostgresNIO PostgresData+Bool.swift
[2374/2435] Compiling PostgresNIO PostgresData+Bytes.swift
[2375/2435] Compiling PostgresNIO PostgresData+Date.swift
[2376/2435] Compiling PostgresNIO PostgresData+Decimal.swift
[2377/2435] Compiling PostgresNIO PostgresData+Double.swift
[2378/2435] Compiling PostgresNIO PostgresData+Float.swift
[2379/2435] Compiling PostgresNIO PostgresData+Int.swift
[2380/2435] Compiling PostgresNIO Array+PostgresCodable.swift
[2381/2435] Compiling PostgresNIO Bool+PostgresCodable.swift
[2382/2435] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2383/2435] Compiling PostgresNIO Date+PostgresCodable.swift
[2384/2435] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2385/2435] Compiling PostgresNIO Float+PostgresCodable.swift
[2386/2435] Compiling PostgresNIO Int+PostgresCodable.swift
[2387/2435] Compiling PostgresNIO JSON+PostgresCodable.swift
[2388/2435] Compiling PostgresNIO Range+PostgresCodable.swift
[2389/2435] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2390/2435] Compiling PostgresNIO String+PostgresCodable.swift
[2391/2435] Compiling PostgresNIO UUID+PostgresCodable.swift
[2392/2435] Compiling PostgresNIO PostgresColumns.swift
[2393/2435] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2394/2435] Compiling PostgresNIO PostgresNotificationSequence.swift
[2395/2435] Compiling PostgresNIO PostgresQuery.swift
[2396/2435] Compiling PostgresNIO PostgresRowSequence.swift
[2397/2435] Compiling PostgresNIO PostgresTransactionError.swift
[2398/2435] Compiling PostgresNIO PreparedStatement.swift
[2399/2435] Compiling PostgresNIO VariadicGenerics.swift
[2400/2435] Compiling PostgresNIO ConnectionFactory.swift
[2401/2435] Compiling PostgresNIO PostgresClient.swift
[2402/2435] Compiling PostgresNIO PostgresClientMetrics.swift
[2403/2435] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2404/2435] Compiling PostgresNIO RowDescription.swift
[2405/2435] Compiling PostgresNIO NotificationListener.swift
[2406/2435] Compiling PostgresNIO PSQLError.swift
[2407/2435] Compiling PostgresNIO PSQLEventsHandler.swift
[2408/2435] Compiling PostgresNIO PSQLPreparedStatement.swift
[2409/2435] Compiling PostgresNIO PSQLRowStream.swift
[2410/2435] Compiling PostgresNIO PSQLTask.swift
[2411/2435] Compiling PostgresNIO PostgresBackendMessage.swift
[2412/2435] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2413/2435] Compiling PostgresNIO PostgresCell.swift
[2414/2435] Compiling PostgresNIO PostgresChannelHandler.swift
[2415/2435] Compiling PostgresNIO PostgresCodable.swift
[2416/2435] Compiling PostgresNIO PostgresDatabase+Query.swift
[2417/2435] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2418/2435] Compiling PostgresNIO PostgresDatabase.swift
[2419/2435] Compiling PostgresNIO PostgresRequest.swift
[2420/2435] Compiling PostgresNIO Exports.swift
[2421/2435] Compiling PostgresNIO NIOUtils.swift
[2422/2435] Compiling PostgresNIO PostgresError+Code.swift
[2423/2435] Compiling PostgresNIO PostgresError.swift
[2424/2435] Compiling PostgresNIO PostgresJSONDecoder.swift
[2425/2435] Compiling PostgresNIO PostgresJSONEncoder.swift
[2426/2435] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2427/2435] Compiling PostgresNIO SASLAuthenticationManager.swift
[2433/2449] Compiling PostgresKit PostgresDialect.swift
[2434/2449] Compiling PostgresKit PostgresRow+SQL.swift
[2435/2450] Compiling PostgresKit PostgresDatabase+SQL.swift
[2436/2450] Compiling PostgresKit SQLPostgresConfiguration.swift
[2437/2450] Compiling PostgresKit ConnectionPool+Postgres.swift
[2438/2450] Compiling PostgresKit PostgresColumnType.swift
[2439/2450] Compiling PostgresKit PostgresDataDecoder.swift
[2440/2450] Compiling PostgresKit PostgresDataEncoder.swift
[2441/2450] Compiling PostgresKit PostgresConnectionSource.swift
[2442/2450] Emitting module PostgresKit
[2443/2450] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2444/2450] Compiling PostgresKit Exports.swift
[2445/2450] Compiling PostgresKit PostgresDataTranslation.swift
[2446/2450] Compiling PostgresKit PostgresConfiguration.swift
[2447/2450] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2448/2477] Compiling Spectro DatabaseConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Database/DatabaseConnection.swift:211:9: warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
209 |
210 | private nonisolated func syncShutdownPools() {
211 | pools.shutdown()
| `- warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
212 | }
213 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopGroupConnectionPool.swift:22:20: note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
20 | /// }
21 | /// ```
22 | public final class EventLoopGroupConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
23 | /// Creates new connections when needed. See ``ConnectionPoolSource``.
24 | public let source: Source
[2449/2477] Compiling Spectro QueryExecutor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Database/DatabaseConnection.swift:211:9: warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
209 |
210 | private nonisolated func syncShutdownPools() {
211 | pools.shutdown()
| `- warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
212 | }
213 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopGroupConnectionPool.swift:22:20: note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
20 | /// }
21 | /// ```
22 | public final class EventLoopGroupConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
23 | /// Creates new connections when needed. See ``ConnectionPoolSource``.
24 | public let source: Source
[2450/2477] Compiling Spectro SpectroError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Database/DatabaseConnection.swift:211:9: warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
209 |
210 | private nonisolated func syncShutdownPools() {
211 | pools.shutdown()
| `- warning: non-sendable type 'EventLoopGroupConnectionPool<PostgresConnectionSource>' of property 'pools' cannot exit nonisolated(unsafe) context
212 | }
213 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/async-kit/Sources/AsyncKit/ConnectionPool/EventLoopGroupConnectionPool.swift:22:20: note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
20 | /// }
21 | /// ```
22 | public final class EventLoopGroupConnectionPool<Source> where Source: ConnectionPoolSource {
| `- note: generic class 'EventLoopGroupConnectionPool' does not conform to the 'Sendable' protocol
23 | /// Creates new connections when needed. See ``ConnectionPoolSource``.
24 | public let source: Source
[2451/2479] Compiling Spectro SchemaBuilder.swift
[2452/2479] Compiling Spectro SchemaMapper.swift
[2453/2479] Compiling Spectro SchemaRegistry.swift
[2454/2479] Compiling Spectro KeyPath+PropertyName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Migration/SQLStatementParser.swift:20:13: warning: variable 'chars' was never mutated; consider changing to 'let' constant
18 | var inBlockComment = false
19 |
20 | var chars = Array(sql.unicodeScalars)
| `- warning: variable 'chars' was never mutated; consider changing to 'let' constant
21 | var i = chars.startIndex
22 |
[2455/2479] Compiling Spectro MigrationManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Migration/SQLStatementParser.swift:20:13: warning: variable 'chars' was never mutated; consider changing to 'let' constant
18 | var inBlockComment = false
19 |
20 | var chars = Array(sql.unicodeScalars)
| `- warning: variable 'chars' was never mutated; consider changing to 'let' constant
21 | var i = chars.startIndex
22 |
[2456/2479] Compiling Spectro SQLStatementParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Migration/SQLStatementParser.swift:20:13: warning: variable 'chars' was never mutated; consider changing to 'let' constant
18 | var inBlockComment = false
19 |
20 | var chars = Array(sql.unicodeScalars)
| `- warning: variable 'chars' was never mutated; consider changing to 'let' constant
21 | var i = chars.startIndex
22 |
[2457/2479] Emitting module Spectro
[2458/2479] Compiling Spectro TupleTypes.swift
[2459/2479] Compiling Spectro JoinQuery.swift
[2460/2479] Compiling Spectro PreloadQuery.swift
[2461/2479] Compiling Spectro ConditionValue.swift
[2462/2479] Compiling Spectro ConflictTarget.swift
[2463/2479] Compiling Spectro GroupedResult.swift
[2464/2479] Compiling Spectro PrimaryKeyType.swift
[2465/2479] Compiling Spectro Schema.swift
[2466/2479] Compiling Spectro SpectroLazyRelation.swift
[2467/2479] Compiling Spectro TransactionRepo.swift
[2468/2479] Compiling Spectro PropertyWrappers.swift
[2469/2479] Compiling Spectro SchemaMacro.swift
[2470/2479] Compiling Spectro Spectro.swift
[2471/2479] Compiling Spectro DynamicSchema.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Schema/DynamicSchema.swift:79:16: warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
77 | extension Schema {
78 | public mutating func applyValues(_ values: [String: Any]) {
79 | if var dynamic = self as? DynamicSchema {
| `- warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
80 | for (key, value) in values { dynamic.setAttribute(key, value: value) }
81 | if let result = dynamic as? Self {
[2472/2479] Compiling Spectro RelationshipInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Schema/DynamicSchema.swift:79:16: warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
77 | extension Schema {
78 | public mutating func applyValues(_ values: [String: Any]) {
79 | if var dynamic = self as? DynamicSchema {
| `- warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
80 | for (key, value) in values { dynamic.setAttribute(key, value: value) }
81 | if let result = dynamic as? Self {
[2473/2479] Compiling Spectro RelationshipLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spectro/Core/Schema/DynamicSchema.swift:79:16: warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
77 | extension Schema {
78 | public mutating func applyValues(_ values: [String: Any]) {
79 | if var dynamic = self as? DynamicSchema {
| `- warning: variable 'dynamic' was never mutated; consider changing to 'let' constant
80 | for (key, value) in values { dynamic.setAttribute(key, value: value) }
81 | if let result = dynamic as? Self {
[2474/2479] Compiling Spectro Query.swift
[2475/2479] Compiling Spectro GenericDatabaseRepo.swift
[2476/2479] Compiling Spectro Repo.swift
[2477/2491] Compiling SpectroCLI ErrorHelpers.swift
[2478/2491] Compiling SpectroCLI MigrationGenerator.swift
[2479/2491] Compiling SpectroCLI SpectroCommand.swift
[2480/2491] Compiling SpectroCLI Test.swift
[2481/2491] Compiling SpectroCLI ConfigurationManager.swift
[2482/2492] Compiling SpectroCLI GenerateMigration.swift
[2483/2492] Compiling SpectroCLI Status.swift
[2484/2492] Compiling SpectroCLI Migrate.swift
[2485/2492] Compiling SpectroCLI Rollback.swift
[2486/2492] Emitting module SpectroCLI
[2487/2492] Compiling SpectroCLI Create.swift
[2488/2492] Compiling SpectroCLI Drop.swift
[2489/2492] Compiling SpectroCLI SpectroUI.swift
[2489/2492] Write Objects.LinkFileList
[2490/2492] Linking spectro
[2491/2492] Applying spectro
Build complete! (104.01s)
Fetching https://github.com/tuist/Noora
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/6197] Fetching sql-kit
[63/8693] Fetching sql-kit, async-kit
[64/14161] Fetching sql-kit, async-kit, postgres-kit
[10584/32961] Fetching sql-kit, async-kit, postgres-kit, noora
Fetched https://github.com/vapor/postgres-kit.git from cache (1.00s)
[8881/27493] Fetching sql-kit, async-kit, noora
[16966/102381] Fetching sql-kit, async-kit, noora, swift-syntax
Fetched https://github.com/vapor/async-kit.git from cache (2.42s)
Fetched https://github.com/vapor/sql-kit.git from cache (2.42s)
[77944/93688] Fetching noora, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (2.48s)
Fetched https://github.com/apple/swift-nio.git from cache (2.57s)
Fetched https://github.com/apple/swift-syntax.git from cache (3.39s)
Fetched https://github.com/tuist/Noora from cache (3.39s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (6.40s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.46s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
Fetched https://github.com/apple/swift-log.git from cache (1.46s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.05s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.62s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
Fetched https://github.com/apple/swift-system.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.44s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.51s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.15.1 (0.48s)
Fetching https://github.com/vapor/postgres-nio.git
[1/13995] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.30s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (1.81s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/2686] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.68s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (2.19s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.97s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.22s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (0.46s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
[1/1431] Fetching rainbow
[59/1826] Fetching rainbow, path
Fetched https://github.com/tuist/path from cache (0.81s)
Fetched https://github.com/onevcat/Rainbow from cache (0.81s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.38s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.44s)
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.10.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.32.2
Creating working copy for https://github.com/tuist/Noora
Working copy of https://github.com/tuist/Noora resolved at 0.56.0
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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
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.26.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.15.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
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.36.1
Build complete.
{
"dependencies" : [
{
"identity" : "postgres-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-kit.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.30.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.34.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "noora",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Noora"
}
],
"manifest_display_name" : "Spectro",
"name" : "Spectro",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SpectroCommon",
"targets" : [
"SpectroCommon"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpectroKit",
"targets" : [
"Spectro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "spectro",
"targets" : [
"SpectroCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "SpectroMacros",
"targets" : [
"SpectroMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SpectroTests",
"module_type" : "SwiftTarget",
"name" : "SpectroTests",
"path" : "Tests/SpectroTests",
"sources" : [
"CLITests/CLITests.swift",
"DatabaseIntegration.swift",
"Helpers/TestDatabase.swift",
"Helpers/TestSchemas.swift",
"MigrationTests/SQLStatementParserTests.swift",
"MigrationTests/StringCase.swift",
"QueryTests/AggregateQueryTests.swift",
"QueryTests/PreloadTests.swift",
"QueryTests/QueryExecutionTests.swift",
"QueryTests/QueryOperatorTests.swift",
"QueryTests/QueryTests.swift",
"RepoTests/NonUUIDPrimaryKeyTests.swift",
"RepoTests/RepositoryTests.swift",
"RepoTests/TransactionAdvancedTests.swift",
"RepoTests/TransactionTests.swift",
"RepoTests/UpsertBulkInsertTests.swift",
"SchemaTests/EncodableSchemaTests.swift",
"SchemaTests/LazyLoaderTests.swift",
"SchemaTests/MacroLoaderInjectionTests.swift",
"SchemaTests/NotLoadedAssertionTests.swift",
"SchemaTests/RelationshipTests.swift",
"SchemaTests/SchemaTests.swift"
],
"target_dependencies" : [
"SpectroCommon",
"Spectro"
],
"type" : "test"
},
{
"c99name" : "SpectroMacros",
"module_type" : "SwiftTarget",
"name" : "SpectroMacros",
"path" : "Sources/SpectroMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SpectroKit",
"spectro",
"SpectroMacros"
],
"sources" : [
"SchemaMacro.swift",
"SpectroMacrosPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SpectroCommon",
"module_type" : "SwiftTarget",
"name" : "SpectroCommon",
"path" : "Sources/SpectroCommon",
"product_memberships" : [
"SpectroCommon",
"SpectroKit",
"spectro"
],
"sources" : [
"Enums/DatabaseError.swift",
"Enums/MigrationError.swift",
"Enums/MigrationStatus.swift",
"Enums/OrderDirection.swift",
"Extensions/String+Case.swift",
"Types/MigrationFile.swift",
"Types/MigrationRecord.swift"
],
"type" : "library"
},
{
"c99name" : "SpectroCLI",
"module_type" : "SwiftTarget",
"name" : "SpectroCLI",
"path" : "Sources/SpectroCLI",
"product_dependencies" : [
"ArgumentParser",
"Noora"
],
"product_memberships" : [
"spectro"
],
"sources" : [
"Commands/Create/Create.swift",
"Commands/Create/Drop.swift",
"Commands/Migration/Actions/Migrate.swift",
"Commands/Migration/Actions/Rollback.swift",
"Commands/Migration/Actions/Status.swift",
"Commands/Migration/Generate/GenerateMigration.swift",
"Commands/Test.swift",
"Migration/MigrationGenerator.swift",
"SpectroCommand.swift",
"Utils/ConfigurationManager.swift",
"Utils/ErrorHelpers.swift",
"Utils/SpectroUI.swift"
],
"target_dependencies" : [
"SpectroCommon",
"Spectro"
],
"type" : "executable"
},
{
"c99name" : "Spectro",
"module_type" : "SwiftTarget",
"name" : "Spectro",
"path" : "Sources/Spectro",
"product_dependencies" : [
"PostgresKit",
"SQLKit",
"AsyncKit",
"NIOPosix"
],
"product_memberships" : [
"SpectroKit",
"spectro"
],
"sources" : [
"Core/Database/DatabaseConnection.swift",
"Core/Database/QueryExecutor.swift",
"Core/Enums/SpectroError.swift",
"Core/Extensions/KeyPath+PropertyName.swift",
"Core/Migration/MigrationManager.swift",
"Core/Migration/SQLStatementParser.swift",
"Core/Protocols/PrimaryKeyType.swift",
"Core/Protocols/Schema.swift",
"Core/Relationships/SpectroLazyRelation.swift",
"Core/Schema/DynamicSchema.swift",
"Core/Schema/RelationshipInfo.swift",
"Core/Schema/RelationshipLoader.swift",
"Core/Schema/SchemaBuilder.swift",
"Core/Schema/SchemaMapper.swift",
"Core/Schema/SchemaRegistry.swift",
"Core/Types/ConditionValue.swift",
"Core/Types/ConflictTarget.swift",
"Core/Types/GroupedResult.swift",
"Core/Types/TupleTypes.swift",
"Query/JoinQuery.swift",
"Query/PreloadQuery.swift",
"Query/Query.swift",
"Repository/GenericDatabaseRepo.swift",
"Repository/Repo.swift",
"Repository/TransactionRepo.swift",
"SchemaBuilder/PropertyWrappers.swift",
"SchemaBuilder/SchemaMacro.swift",
"Spectro.swift"
],
"target_dependencies" : [
"SpectroCommon",
"SpectroMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.