The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spectro, reference main (397f8b), with Swift 6.1 for macOS (SPM) on 14 Apr 2026 10:57:16 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spectro-ORM/Spectro.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Spectro-ORM/Spectro
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 397f8bd Add Ecto-inspired Changeset for schema validation and change tracking
Cloned https://github.com/Spectro-ORM/Spectro.git
Revision (git rev-parse @):
397f8bd3c241600c5a56c10689a50d38bdd2b561
SUCCESS checkout https://github.com/Spectro-ORM/Spectro.git at main
========================================
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",
        "ChangesetTests/ChangesetTests.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" : [
        "Changeset/Changeset.swift",
        "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
[2/861] Write spectro-entitlement.plist
[2/861] Copying PrivacyInfo.xcprivacy
[2/861] Write sources
[11/861] Copying PrivacyInfo.xcprivacy
[12/861] Write sources
[13/861] Copying PrivacyInfo.xcprivacy
[15/861] Write sources
[17/861] Copying PrivacyInfo.xcprivacy
[17/861] Write sources
[67/861] Compiling CNIOWindows shim.c
[68/861] Compiling CNIOWASI CNIOWASI.c
[68/861] Compiling _SwiftSyntaxCShims dummy.c
[69/861] Compiling CNIOWindows WSAStartup.c
[71/861] Compiling CNIOLinux shim.c
[72/861] Compiling CNIOOpenBSD shim.c
[73/861] Compiling _NumericsShims _NumericsShims.c
[74/861] Write swift-version-2F0A5646E1D333AE.txt
[75/861] Compiling CNIOLinux liburing_shims.c
[76/861] Compiling fiat_p256_adx_sqr.S
[76/861] Compiling fiat_curve25519_adx_square.S
[78/861] Compiling fiat_p256_adx_mul.S
[78/861] Compiling fiat_curve25519_adx_mul.S
[80/861] Compiling _AtomicsShims.c
[81/861] Compiling CNIOPosix event_loop_id.c
[82/899] Compiling CNIODarwin shim.c
[84/899] Compiling SwiftSyntax510 Empty.swift
[85/899] Emitting module SwiftSyntax510
[86/899] Emitting module SwiftSyntax600
[87/899] Emitting module SwiftSyntax509
[88/899] Compiling SwiftSyntax600 Empty.swift
[89/899] Compiling SwiftSyntax509 Empty.swift
[90/899] Emitting module _NIOBase64
[91/899] Compiling _NIOBase64 Base64.swift
[91/933] Compiling CNIOBoringSSLShims shims.c
[93/933] Compiling RealModule RealFunctions.swift
[93/934] Compiling tls_record.cc
[95/999] Compiling RealModule RelaxedArithmetic.swift
[96/999] Compiling RealModule Float80+Real.swift
[97/999] Compiling RealModule Real.swift
[98/1018] Compiling RealModule Float16+Real.swift
[99/1018] Compiling RealModule ElementaryFunctions.swift
[100/1018] Compiling RealModule Float+Real.swift
[101/1018] Compiling RealModule Double+Real.swift
[102/1104] Compiling RealModule AugmentedArithmetic.swift
[103/1104] Compiling Crypto AES-GCM.swift
[104/1104] Compiling Crypto AES-GCM_boring.swift
[105/1104] Emitting module RealModule
[106/1108] Emitting module Path
[107/1108] Compiling Path Path.swift
[108/1108] Compiling _NIODataStructures PriorityQueue.swift
[109/1108] Compiling Crypto HPKE-Context.swift
[110/1108] Compiling Crypto HPKE-KeySchedule.swift
[111/1108] Compiling Crypto HPKE-Modes.swift
[112/1108] Compiling Crypto Insecure.swift
[113/1108] Compiling Crypto ASN1BitString.swift
[114/1108] Compiling Crypto ASN1Boolean.swift
[115/1109] Compiling Crypto ASN1.swift
[116/1109] Compiling Crypto ASN1Any.swift
[117/1109] Compiling Crypto HPKE-Errors.swift
[118/1109] Compiling Crypto HPKE.swift
[119/1109] Compiling Crypto Cipher.swift
[120/1109] Compiling Crypto Nonces.swift
[121/1109] Compiling Crypto ChaChaPoly_boring.swift
[122/1109] Compiling Crypto ChaChaPoly.swift
[123/1109] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[124/1109] Compiling Crypto HPKE-KEM.swift
[127/1109] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[128/1112] Compiling _NIODataStructures _TinyArray.swift
[129/1112] Emitting module InternalCollectionsUtilities
[130/1112] Compiling Logging MetadataProvider.swift
[131/1112] Emitting module _NIODataStructures
[132/1112] Compiling _NIODataStructures Heap.swift
[133/1112] Compiling CoreMetrics Locks.swift
[134/1184] Compiling _RopeModule BigString+Chunk+Splitting.swift
[135/1184] Compiling _RopeModule BigString+Chunk+UTF16.swift
[136/1184] Compiling _RopeModule BigString+Chunk+UTF8.swift
[137/1184] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[138/1184] Compiling _RopeModule BigString+Chunk.swift
[139/1184] Compiling _RopeModule BigString+BidirectionalCollection.swift
[140/1184] Compiling _RopeModule BigString+Comparable.swift
[141/1184] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[142/1184] Compiling _RopeModule BigString+CustomStringConvertible.swift
[143/1184] Compiling _RopeModule BigString+Equatable.swift
[144/1184] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[145/1184] Compiling _RopeModule BigString+Hashing.swift
[146/1184] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[147/1184] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[148/1184] Compiling _RopeModule BigString+Sequence.swift
[149/1184] Compiling _RopeModule BigString+TextOutputStream.swift
[150/1184] Compiling _RopeModule BigString+Builder.swift
[151/1184] Compiling _RopeModule BigString+Contents.swift
[152/1184] Compiling _RopeModule BigString+Debugging.swift
[153/1184] Compiling _RopeModule BigString+Index.swift
[154/1184] Compiling _RopeModule BigString+Ingester.swift
[155/1184] Compiling _RopeModule BigString+Invariants.swift
[156/1184] Compiling _RopeModule BigString+Metrics.swift
[157/1184] Compiling _RopeModule BigString+Summary.swift
[158/1191] Compiling CoreMetrics WithMetricsFactory.swift
[159/1191] Emitting module CoreMetrics
[160/1191] Compiling CoreMetrics Metrics.swift
[161/1191] Emitting module Logging
[162/1191] Compiling Logging Logging.swift
[163/1191] Compiling Logging LogHandler.swift
[164/1191] Compiling Logging LogEvent.swift
[165/1191] Compiling Logging Locks.swift
[166/1249] Compiling OrderedCollections OrderedSet+Codable.swift
[167/1249] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[168/1249] Compiling OrderedCollections OrderedSet+Descriptions.swift
[169/1249] Compiling OrderedCollections OrderedSet+Diffing.swift
[170/1249] Compiling OrderedCollections OrderedSet+Equatable.swift
[171/1249] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/1255] Compiling tls_method.cc
[173/1262] Compiling _RopeModule Rope+Append.swift
[174/1262] Compiling _RopeModule Rope+Extract.swift
[175/1262] Compiling _RopeModule Rope+Find.swift
[176/1262] Compiling _RopeModule Rope+ForEachWhile.swift
[177/1262] Compiling _RopeModule Rope+Insert.swift
[178/1262] Compiling _RopeModule Rope+Join.swift
[179/1262] Compiling _RopeModule Rope+MutatingForEach.swift
[180/1262] Compiling _RopeModule Rope+Remove.swift
[181/1262] Compiling _RopeModule Rope+RemoveSubrange.swift
[182/1262] Compiling _RopeModule Rope+Split.swift
[183/1262] Compiling _RopeModule Optional Utilities.swift
[184/1262] Compiling _RopeModule String Utilities.swift
[185/1262] Compiling _RopeModule String.Index+ABI.swift
[186/1262] Compiling _RopeModule _CharacterRecognizer.swift
[187/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[188/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[189/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[191/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[192/1262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[193/1262] Compiling OrderedCollections _Hashtable+Header.swift
[194/1262] Compiling OrderedCollections OrderedDictionary+Codable.swift
[195/1262] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[196/1262] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[197/1262] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[198/1262] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[199/1262] Compiling OrderedCollections OrderedSet+Hashable.swift
[200/1262] Compiling OrderedCollections OrderedSet+Initializers.swift
[201/1262] Compiling OrderedCollections OrderedSet+Insertions.swift
[202/1262] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/1262] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/1262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[205/1262] Compiling OrderedCollections OrderedDictionary+Elements.swift
[206/1262] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[207/1262] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[208/1262] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[209/1262] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[210/1262] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[211/1262] Compiling HeapModule _HeapNode.swift
[212/1262] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[220/1262] Compiling OrderedCollections OrderedSet+SubSequence.swift
[229/1262] Compiling OrderedCollections OrderedSet+Testing.swift
[230/1262] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[231/1262] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[232/1262] Compiling OrderedCollections OrderedSet.swift
[233/1262] Compiling OrderedCollections _UnsafeBitset.swift
[234/1262] Compiling _RopeModule Rope+Collection.swift
[235/1262] Compiling _RopeModule Rope+Index.swift
[236/1262] Compiling _RopeModule Rope+Sequence.swift
[237/1262] Compiling HeapModule Heap.swift
[238/1262] Compiling HeapModule Heap+Descriptions.swift
[239/1262] Compiling HeapModule Heap+UnsafeHandle.swift
[240/1262] Compiling OrderedCollections _HashTable.swift
[256/1262] Compiling HeapModule Heap+Invariants.swift
[257/1262] Emitting module HeapModule
[258/1262] Compiling ConcurrencyHelpers LockedValueBox.swift
[259/1262] Emitting module ConcurrencyHelpers
[260/1262] Compiling ConcurrencyHelpers Lock.swift
[261/1340] Emitting module Crypto
[262/1383] Compiling ContainersPreview RandomAccessContainer.swift
[263/1383] Compiling ContainersPreview RangeExpression2.swift
[264/1383] Compiling ContainersPreview RangeReplaceableContainer.swift
[265/1383] Compiling ContainersPreview Drain+Map.swift
[266/1383] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[267/1383] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[268/1383] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[269/1383] Compiling ContainersPreview BorrowingSequence.swift
[270/1383] Compiling ContainersPreview ContainerIterator.swift
[271/1383] Compiling ContainersPreview DynamicContainer.swift
[272/1383] Compiling ContainersPreview MutableContainer.swift
[273/1383] Compiling ContainersPreview PermutableContainer.swift
[274/1386] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[275/1386] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[276/1386] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[277/1386] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[278/1386] Compiling ContainersPreview OutputSpan+Extras.swift
[279/1386] Compiling ContainersPreview TemporaryAllocation.swift
[280/1386] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[281/1393] Compiling ContainersPreview Producer+Filter.swift
[282/1393] Compiling ContainersPreview Producer+Map.swift
[283/1393] Compiling ContainersPreview Producer+Reduce.swift
[284/1393] Compiling ContainersPreview Drain+Reduce.swift
[285/1393] Compiling ContainersPreview Drain.swift
[286/1393] Compiling ContainersPreview Producer+Collect.swift
[287/1393] Compiling ContainersPreview Producer.swift
[288/1393] Compiling ContainersPreview Borrow.swift
[289/1393] Compiling ContainersPreview Box.swift
[291/1393] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[292/1393] Compiling ContainersPreview BidirectionalContainer.swift
[293/1393] Compiling ContainersPreview Container+Filter.swift
[294/1393] Compiling ContainersPreview Container+SpanwiseZip.swift
[295/1393] Compiling ContainersPreview Container.swift
[315/1393] Emitting module ContainersPreview
[328/1393] Compiling ContainersPreview Inout.swift
[329/1393] Compiling ContainersPreview InputSpan.swift
[330/1393] Compiling ContainersPreview Shared.swift
[331/1393] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[332/1393] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[333/1393] Compiling HashTreeCollections TreeDictionary+Keys.swift
[334/1393] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[335/1393] Compiling HashTreeCollections TreeDictionary+Merge.swift
[336/1393] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[337/1393] Compiling SwiftASN1 DER.swift
[338/1397] Emitting module _RopeModule
[339/1397] Compiling HashTreeCollections TreeSet+Equatable.swift
[340/1397] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[341/1397] Compiling HashTreeCollections TreeSet+Extras.swift
[342/1397] Compiling SwiftSyntax SyntaxNodesD.swift
[343/1397] Compiling SwiftSyntax SyntaxNodesEF.swift
[344/1397] Compiling SwiftSyntax SyntaxNodesGHI.swift
[345/1397] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[346/1397] Compiling SwiftSyntax SyntaxNodesOP.swift
[347/1397] Compiling SwiftSyntax SyntaxNodesQRS.swift
[348/1397] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[349/1397] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[350/1397] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[351/1397] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[352/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[353/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[354/1397] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[355/1446] Compiling DequeModule RigidDeque+Hashable.swift
[356/1446] Compiling DequeModule RigidDeque+Initializers.swift
[357/1446] Compiling DequeModule RigidDeque+Insertions.swift
[358/1446] Compiling DequeModule RigidDeque+Prepend.swift
[359/1450] Compiling DequeModule UniqueDeque+Append.swift
[360/1450] Compiling DequeModule UniqueDeque+Consumption.swift
[361/1450] Compiling DequeModule UniqueDeque+Container.swift
[362/1450] Compiling DequeModule UniqueDeque+Descriptions.swift
[363/1450] Compiling DequeModule UniqueDeque+Insertions.swift
[364/1450] Compiling DequeModule UniqueDeque+Prepend.swift
[365/1450] Compiling DequeModule UniqueDeque+Removals.swift
[366/1450] Compiling DequeModule UniqueDeque+Replacements.swift
[367/1450] Compiling SwiftASN1 Errors.swift
[368/1450] Emitting module OrderedCollections
[369/1450] Compiling Rainbow Style.swift
[370/1450] Compiling Rainbow String+Rainbow.swift
[371/1450] Compiling Rainbow StringGenerator.swift
[372/1450] Compiling Rainbow String+ConditionalStyling.swift
[373/1451] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[374/1451] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[375/1451] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[376/1451] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[377/1451] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[378/1451] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[379/1451] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[380/1451] Compiling HashTreeCollections TreeSet.swift
[381/1451] Compiling DequeModule UniqueDeque+Equatable.swift
[382/1451] Compiling DequeModule UniqueDeque+Experimental.swift
[383/1451] Compiling DequeModule UniqueDeque+Hashable.swift
[384/1451] Compiling DequeModule UniqueDeque+Initializers.swift
[389/1451] Compiling DequeModule Deque+Codable.swift
[390/1451] Compiling DequeModule Deque+Collection.swift
[391/1451] Compiling DequeModule Deque+CustomReflectable.swift
[392/1451] Compiling DequeModule Deque+Descriptions.swift
[393/1451] Compiling DequeModule Deque+Equatable.swift
[398/1451] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[399/1451] Compiling DequeModule Deque+Extras.swift
[400/1451] Compiling DequeModule Deque+Hashable.swift
[401/1451] Compiling DequeModule Deque+Testing.swift
[402/1451] Compiling DequeModule Deque._Storage.swift
[403/1451] Compiling DequeModule RigidDeque+Consumption.swift
[404/1451] Compiling DequeModule RigidDeque+Container.swift
[405/1451] Compiling DequeModule RigidDeque+Descriptions.swift
[406/1451] Compiling DequeModule RigidDeque+Equatable.swift
[407/1451] Compiling DequeModule RigidDeque+Experimental.swift
[408/1451] Compiling DequeModule RigidDeque+Removals.swift
[409/1451] Compiling DequeModule RigidDeque+Replacements.swift
[410/1451] Compiling DequeModule RigidDeque+Testing.swift
[411/1451] Compiling DequeModule RigidDeque.swift
[412/1451] Compiling DequeModule Deque._UnsafeHandle.swift
[413/1451] Compiling DequeModule Deque.swift
[414/1451] Compiling DequeModule _DequeBuffer.swift
[415/1451] Compiling DequeModule _DequeBufferHeader.swift
[416/1451] Compiling DequeModule RigidDeque+Append.swift
[417/1451] Compiling UnixSignals UnixSignal.swift
[418/1451] Compiling UnixSignals UnixSignalsSequence.swift
[419/1451] Emitting module UnixSignals
[429/1451] Compiling Metrics Metrics.swift
[430/1451] Emitting module Metrics
[446/1451] Compiling SpectroCommon String+Case.swift
[448/1451] Emitting module SwiftASN1
[449/1451] Compiling SpectroCommon OrderDirection.swift
[450/1451] Compiling SpectroCommon MigrationFile.swift
[451/1451] Compiling SpectroCommon MigrationRecord.swift
[452/1451] Compiling SpectroCommon MigrationStatus.swift
[453/1451] Compiling SpectroCommon MigrationError.swift
[454/1451] Compiling SpectroCommon DatabaseError.swift
[455/1451] Emitting module SpectroCommon
[456/1451] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[457/1451] Compiling HashTreeCollections TreeDictionary+Filter.swift
[469/1451] Compiling DequeModule UniqueDeque.swift
[470/1451] Compiling DequeModule _DequeSlot.swift
[471/1451] Compiling DequeModule _UnsafeDequeHandle.swift
[472/1451] Compiling DequeModule _UnsafeDequeSegments.swift
[491/1451] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[492/1451] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[493/1451] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[494/1451] Compiling HashTreeCollections _HashNode+Structural merge.swift
[495/1451] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[496/1451] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[497/1451] Compiling HashTreeCollections _HashNode+Structural union.swift
[498/1451] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[499/1451] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[528/1451] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[529/1451] Compiling Crypto RNG_boring.swift
[530/1451] Compiling Crypto SafeCompare_boring.swift
[531/1451] Compiling Crypto Zeroization_boring.swift
[532/1451] Compiling Crypto PrettyBytes.swift
[533/1451] Compiling Crypto SafeCompare.swift
[534/1451] Compiling Crypto SecureBytes.swift
[535/1451] Compiling Crypto Zeroization.swift
[536/1451] Compiling Crypto resource_bundle_accessor.swift
[593/1451] Compiling tls13_server.cc
[599/1451] Emitting module DequeModule
[604/1451] Emitting module Rainbow
[610/1451] Compiling tls13_enc.cc
[612/1451] Compiling Rainbow StyledStringBuilder.swift
[613/1451] Emitting module HashTreeCollections
[613/1451] Compiling t1_enc.cc
[614/1491] Compiling tls13_both.cc
[615/1491] Compiling ssl_versions.cc
[616/1491] Compiling tls13_client.cc
[617/1491] Compiling ssl_x509.cc
[618/1491] Compiling ssl_transcript.cc
[619/1491] Compiling ssl_stat.cc
[620/1491] Compiling ssl_session.cc
[621/1491] Compiling ssl_privkey.cc
[622/1491] Compiling ssl_file.cc
[623/1491] Compiling ssl_key_share.cc
[624/1491] Compiling ssl_cipher.cc
[625/1491] Compiling ssl_credential.cc
[626/1491] Compiling ssl_lib.cc
[627/1491] Compiling ssl_cert.cc
[628/1491] Compiling ssl_buffer.cc
[629/1491] Compiling ssl_aead_ctx.cc
[630/1491] Compiling ssl_asn1.cc
[631/1491] Compiling s3_pkt.cc
[632/1491] Compiling s3_lib.cc
[633/1491] Compiling s3_both.cc
[634/1491] Compiling handshake_server.cc
[635/1491] Compiling handshake_client.cc
[636/1491] Compiling handshake.cc
[637/1491] Compiling handoff.cc
[638/1491] Compiling encrypted_client_hello.cc
[639/1491] Compiling dtls_method.cc
[640/1491] Compiling md5-x86_64-linux.S
[641/1491] Compiling md5-x86_64-apple.S
[642/1491] Compiling md5-586-linux.S
[643/1491] Compiling md5-586-apple.S
[644/1491] Compiling dtls_record.cc
[645/1491] Compiling chacha20_poly1305_x86_64-linux.S
[646/1491] Compiling extensions.cc
[647/1491] Compiling chacha20_poly1305_x86_64-apple.S
[648/1491] Compiling chacha20_poly1305_armv8-win.S
[649/1491] Compiling chacha20_poly1305_armv8-linux.S
[650/1491] Compiling chacha20_poly1305_armv8-apple.S
[651/1491] Compiling chacha-x86_64-linux.S
[652/1491] Compiling chacha-x86_64-apple.S
[653/1491] Compiling chacha-x86-linux.S
[655/1491] Emitting module Noora
[655/1495] Compiling chacha-x86-apple.S
[656/1495] Compiling chacha-armv8-win.S
[657/1495] Compiling chacha-armv8-linux.S
[658/1495] Compiling d1_srtp.cc
[659/1495] Compiling chacha-armv8-apple.S
[660/1495] Compiling chacha-armv4-linux.S
[661/1495] Compiling aes128gcmsiv-x86_64-linux.S
[662/1495] Compiling aes128gcmsiv-x86_64-apple.S
[663/1495] Compiling x86_64-mont5-linux.S
[664/1495] Compiling x86_64-mont5-apple.S
[665/1495] Compiling x86_64-mont-linux.S
[666/1495] Compiling x86_64-mont-apple.S
[667/1495] Compiling x86-mont-linux.S
[668/1495] Compiling x86-mont-apple.S
[669/1495] Compiling vpaes-x86_64-linux.S
[670/1495] Compiling vpaes-x86_64-apple.S
[671/1495] Compiling d1_pkt.cc
[672/1495] Compiling vpaes-x86-linux.S
[673/1495] Compiling vpaes-x86-apple.S
[674/1495] Compiling vpaes-armv8-win.S
[675/1495] Compiling vpaes-armv8-linux.S
[676/1495] Compiling vpaes-armv8-apple.S
[677/1495] Compiling vpaes-armv7-linux.S
[679/1495] Compiling Noora StandardPipelines.swift
[680/1495] Compiling Noora Terminal.swift
[681/1495] Compiling Noora TerminalText+DisplayWidth.swift
[682/1495] Compiling Noora TerminalText.swift
[683/1495] Compiling Noora ValidatableError.swift
[684/1495] Compiling Noora ValidatableRule.swift
[685/1495] Compiling Noora ValidationError.swift
[686/1495] Compiling Noora InputValidating.swift
[687/1495] Compiling Noora TextPrompt.swift
[688/1495] Compiling Noora YesOrNoChoicePrompt.swift
[689/1495] Compiling Noora Content.swift
[690/1495] Compiling Noora Stack.swift
[690/1495] Compiling sha512-x86_64-linux.S
[691/1495] Compiling sha512-x86_64-apple.S
[692/1495] Compiling sha512-armv8-win.S
[693/1495] Compiling sha512-armv8-linux.S
[694/1495] Compiling sha512-armv4-linux.S
[695/1495] Compiling sha512-586-linux.S
[696/1495] Compiling err_data.cc
[697/1495] Compiling sha512-586-apple.S
[698/1495] Compiling sha512-armv8-apple.S
[700/1495] Compiling Noora NooraError.swift
[701/1495] Compiling Noora NooraMock.swift
[702/1495] Compiling Noora StandardPipelineType.swift
[703/1495] Compiling Noora Theme.swift
[703/1495] Compiling sha256-x86_64-linux.S
[704/1495] Compiling d1_lib.cc
[705/1495] Compiling sha256-x86_64-apple.S
[706/1495] Compiling sha256-armv8-win.S
[707/1495] Compiling sha256-armv8-linux.S
[708/1495] Compiling sha256-armv8-apple.S
[709/1495] Compiling sha256-armv4-linux.S
[710/1495] Compiling sha256-586-linux.S
[711/1495] Compiling sha256-586-apple.S
[712/1495] Compiling sha1-x86_64-linux.S
[713/1495] Compiling sha1-x86_64-apple.S
[714/1495] Compiling sha1-armv8-win.S
[715/1495] Compiling sha1-armv8-linux.S
[716/1495] Compiling sha1-armv4-large-linux.S
[717/1495] Compiling sha1-586-linux.S
[718/1495] Compiling sha1-586-apple.S
[719/1495] Compiling sha1-armv8-apple.S
[720/1495] Compiling rsaz-avx2-linux.S
[721/1495] Compiling rsaz-avx2-apple.S
[722/1495] Compiling rdrand-x86_64-apple.S
[723/1495] Compiling p256_beeu-x86_64-asm-linux.S
[723/1495] Compiling rdrand-x86_64-linux.S
[725/1495] Compiling p256_beeu-x86_64-asm-apple.S
[726/1495] Compiling p256_beeu-armv8-asm-win.S
[727/1495] Compiling p256_beeu-armv8-asm-linux.S
[728/1495] Compiling p256-x86_64-asm-apple.S
[729/1495] Compiling p256-x86_64-asm-linux.S
[729/1495] Compiling p256_beeu-armv8-asm-apple.S
[731/1495] Compiling p256-armv8-asm-win.S
[732/1495] Compiling p256-armv8-asm-linux.S
[733/1495] Compiling p256-armv8-asm-apple.S
[734/1495] Compiling bio_ssl.cc
[736/1495] Compiling Noora LengthValidationRule.swift
[737/1495] Compiling Noora NonEmptyValidationRule.swift
[738/1495] Compiling Noora RegexValidationRule.swift
[739/1495] Compiling Noora Validator.swift
[739/1495] Compiling ghashv8-armv8-win.S
[740/1495] Compiling ghashv8-armv8-linux.S
[740/1495] Compiling ghashv8-armv8-apple.S
[742/1495] Compiling ghashv8-armv7-linux.S
[743/1495] Compiling ghash-x86_64-linux.S
[744/1495] Compiling ghash-x86_64-apple.S
[745/1495] Compiling ghash-x86-linux.S
[746/1495] Compiling ghash-x86-apple.S
[747/1495] Compiling ghash-ssse3-x86_64-linux.S
[748/1495] Compiling ghash-ssse3-x86_64-apple.S
[749/1495] Compiling ghash-ssse3-x86-linux.S
[750/1495] Compiling ghash-ssse3-x86-apple.S
[752/1495] Compiling Noora KeyStrokeListener.swift
[753/1495] Compiling Noora LockIsolated.swift
[754/1495] Compiling Noora Renderer.swift
[755/1495] Compiling Noora Spinner.swift
[756/1495] Compiling Noora TableData.swift
[757/1495] Compiling Noora TableRenderer.swift
[758/1495] Compiling Noora TableStyle.swift
[759/1495] Compiling Noora UpdatingSelectableTable.swift
[760/1495] Compiling Noora UpdatingTable.swift
[760/1495] Compiling ghash-neon-armv8-win.S
[761/1495] Compiling ghash-neon-armv8-linux.S
[762/1495] Compiling ghash-armv4-linux.S
[763/1495] Compiling co-586-linux.S
[763/1495] Compiling ghash-neon-armv8-apple.S
[765/1495] Compiling bsaes-armv7-linux.S
[766/1495] Compiling co-586-apple.S
[767/1495] Compiling bn-armv8-win.S
[768/1495] Compiling bn-armv8-linux.S
[769/1495] Compiling bn-armv8-apple.S
[769/1495] Compiling bn-586-apple.S
[770/1495] Compiling bn-586-linux.S
[772/1495] Compiling armv8-mont-win.S
[773/1495] Compiling armv8-mont-linux.S
[774/1495] Compiling armv8-mont-apple.S
[775/1495] Compiling armv4-mont-linux.S
[776/1495] Compiling aesv8-gcm-armv8-win.S
[777/1495] Compiling aesv8-gcm-armv8-linux.S
[777/1495] Compiling aesv8-armv8-win.S
[779/1495] Compiling aesv8-armv8-linux.S
[780/1495] Compiling aesv8-gcm-armv8-apple.S
[781/1495] Compiling aesv8-armv8-apple.S
[782/1495] Compiling aesv8-armv7-linux.S
[783/1495] Compiling aesni-x86_64-linux.S
[783/1495] Compiling aesni-x86_64-apple.S
[785/1495] Compiling aesni-x86-linux.S
[786/1495] Compiling aesni-x86-apple.S
[787/1495] Compiling aesni-gcm-x86_64-linux.S
[788/1495] Compiling aesni-gcm-x86_64-apple.S
[789/1495] Compiling aes-gcm-avx10-x86_64-linux.S
[790/1495] Compiling aes-gcm-avx2-x86_64-linux.S
[791/1495] Compiling aes-gcm-avx2-x86_64-apple.S
[791/1495] Compiling aes-gcm-avx10-x86_64-apple.S
[793/1495] Compiling d1_both.cc
[795/1495] Emitting module SwiftSyntax
[796/1495] Compiling Noora SingleChoicePrompt.swift
[797/1495] Compiling Noora PaginatedTable.swift
[798/1495] Compiling Noora SelectableTable.swift
[799/1495] Compiling Noora Table.swift
[800/1495] Compiling Noora TableColumn.swift
[801/1495] Compiling Noora Character+isPrintable.swift
[802/1495] Compiling Noora String+Rainbow.swift
[803/1495] Compiling Noora String+ValidatableError.swift
[804/1495] Compiling Noora Noora.swift
[805/1495] Compiling Noora Alert.swift
[806/1495] Compiling Noora CollapsibleStep.swift
[807/1495] Compiling Noora MultipleChoicePrompt.swift
[808/1495] Compiling Noora ProgressBarStep.swift
[809/1495] Compiling Noora ProgressStep.swift
[809/1495] Compiling x_sig.cc
[810/1495] Write Objects.LinkFileList
[811/1495] Compiling x_val.cc
[812/1495] Compiling x_spki.cc
[813/1495] Compiling x_x509.cc
[813/1495] Compiling x_pubkey.cc
[815/1495] Compiling x_x509a.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/Rainbow.build/String+Rainbow.swift.o(String+Rainbow.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Noora.build/String+Rainbow.swift.o(String+Rainbow.swift.o)'
[816/1495] Archiving libNoora.a
[817/1495] Compiling x_req.cc
[818/1495] Compiling x_name.cc
[819/1495] Compiling x_exten.cc
[820/1495] Compiling x509spki.cc
[821/1495] Compiling x_algor.cc
[822/1495] Compiling x_crl.cc
[823/1495] Compiling x_attrib.cc
[824/1495] Compiling x509rset.cc
[825/1495] Compiling x509name.cc
[826/1495] Compiling x_all.cc
[827/1495] Compiling x509cset.cc
[828/1495] Compiling x509_txt.cc
[829/1495] Compiling x509_vpm.cc
[830/1495] Compiling x509_v3.cc
[831/1495] Compiling x509_trs.cc
[832/1495] Compiling x509_set.cc
[833/1495] Compiling x509_vfy.cc
[834/1495] Compiling x509_obj.cc
[835/1495] Compiling x509_req.cc
[836/1495] Compiling x509_lu.cc
[837/1495] Compiling x509_def.cc
[838/1495] Compiling x509_d2.cc
[839/1495] Compiling x509_ext.cc
[840/1495] Compiling x509.cc
[841/1495] Compiling x509_cmp.cc
[842/1495] Compiling x509_att.cc
[843/1495] Compiling v3_skey.cc
[844/1495] Compiling v3_utl.cc
[845/1495] Compiling v3_purp.cc
[846/1495] Compiling v3_prn.cc
[847/1495] Compiling v3_pcons.cc
[848/1495] Compiling v3_pmaps.cc
[849/1495] Compiling v3_ocsp.cc
[850/1495] Compiling v3_ncons.cc
[851/1495] Compiling v3_int.cc
[852/1495] Compiling v3_lib.cc
[853/1495] Compiling v3_info.cc
[854/1495] Compiling v3_ia5.cc
[870/1495] Compiling v3_genn.cc
[871/1495] Compiling v3_enum.cc
[872/1495] Compiling v3_extku.cc
[873/1495] Compiling v3_crld.cc
[874/1495] Compiling v3_cpols.cc
[875/1495] Compiling v3_conf.cc
[876/1495] Compiling v3_bitst.cc
[877/1495] Compiling v3_bcons.cc
[878/1495] Compiling v3_alt.cc
[879/1495] Compiling v3_akeya.cc
[880/1495] Compiling t_x509a.cc
[881/1495] Compiling v3_akey.cc
[882/1495] Compiling t_x509.cc
[883/1495] Compiling t_crl.cc
[884/1495] Compiling t_req.cc
[885/1495] Compiling rsa_pss.cc
[886/1495] Compiling policy.cc
[887/1495] Compiling i2d_pr.cc
[888/1495] Compiling name_print.cc
[889/1495] Compiling by_file.cc
[890/1495] Compiling by_dir.cc
[891/1495] Compiling algorithm.cc
[892/1495] Compiling a_verify.cc
[893/1495] Compiling asn1_gen.cc
[894/1495] Compiling a_sign.cc
[895/1495] Compiling a_digest.cc
[896/1495] Compiling voprf.cc
[897/1495] Compiling thread_win.cc
[898/1495] Compiling thread_pthread.cc
[899/1495] Compiling thread.cc
[900/1495] Compiling thread_none.cc
[901/1495] Compiling stack.cc
[930/1495] Compiling trust_token.cc
[931/1495] Compiling pmbtoken.cc
[932/1495] Compiling sha512.cc
[933/1495] Compiling siphash.cc
[934/1495] Compiling sha256.cc
[935/1495] Compiling sha1.cc
[936/1495] Compiling slhdsa.cc
[937/1495] Compiling rsa_print.cc
[938/1495] Compiling spake2plus.cc
[939/1495] Compiling rsa_extra.cc
[940/1495] Compiling rsa_crypt.cc
[941/1495] Compiling rc4.cc
[942/1495] Compiling refcount.cc
[943/1495] Compiling windows.cc
[944/1495] Compiling urandom.cc
[945/1495] Compiling trusty.cc
[946/1495] Compiling rand.cc
[947/1495] Compiling rsa_asn1.cc
[948/1495] Compiling passive.cc
[949/1495] Compiling poly1305_arm_asm.S
[950/1495] Compiling ios.cc
[951/1495] Compiling getentropy.cc
[952/1495] Compiling forkunsafe.cc
[953/1495] Compiling fork_detect.cc
[954/1495] Compiling deterministic.cc
[955/1495] Compiling poly1305_vec.cc
[956/1495] Compiling poly1305_arm.cc
[957/1495] Compiling poly1305.cc
[958/1495] Compiling pool.cc
[959/1495] Compiling pkcs7.cc
[960/1495] Compiling pkcs8.cc
[961/1495] Compiling p5_pbev2.cc
[962/1495] Compiling pkcs7_x509.cc
[963/1495] Compiling pkcs8_x509.cc
[964/1495] Compiling pem_xaux.cc
[965/1495] Compiling pem_x509.cc
[966/1495] Compiling pem_pkey.cc
[967/1495] Compiling pem_pk8.cc
[968/1495] Compiling mlkem.cc
[969/1495] Compiling pem_oth.cc
[970/1495] Compiling obj_xref.cc
[971/1495] Compiling mldsa.cc
[972/1495] Compiling mem.cc
[973/1495] Compiling pem_info.cc
[974/1495] Compiling obj.cc
[975/1495] Compiling pem_lib.cc
[976/1495] Compiling pem_all.cc
[977/1495] Compiling poly_rq_mul.S
[978/1495] Compiling fips_shared_support.cc
[979/1495] Compiling md5.cc
[980/1495] Compiling md4.cc
[981/1495] Compiling lhash.cc
[982/1495] Compiling ex_data.cc
[983/1495] Compiling sign.cc
[984/1495] Compiling kyber.cc
[985/1495] Compiling scrypt.cc
[986/1495] Compiling hpke.cc
[987/1495] Compiling pbkdf.cc
[988/1495] Compiling print.cc
[989/1495] Compiling hrss.cc
[990/1495] Compiling p_x25519.cc
[991/1495] Compiling p_x25519_asn1.cc
[992/1495] Compiling p_rsa_asn1.cc
[993/1495] Compiling p_ed25519.cc
[994/1495] Compiling p_hkdf.cc
[995/1495] Compiling p_rsa.cc
[996/1495] Compiling p_ed25519_asn1.cc
[997/1495] Compiling p_ec_asn1.cc
[998/1495] Compiling p_ec.cc
[999/1495] Compiling p_dh_asn1.cc
[1000/1495] Compiling p_dh.cc
[1001/1495] Compiling p_dsa_asn1.cc
[1002/1495] Compiling evp_ctx.cc
[1003/1495] Compiling evp.cc
[1004/1495] Compiling err.cc
[1005/1495] Compiling engine.cc
[1006/1495] Compiling evp_asn1.cc
[1007/1495] Compiling ecdh.cc
[1008/1495] Compiling hash_to_curve.cc
[1009/1495] Compiling ec_derive.cc
[1010/1495] Compiling ecdsa_asn1.cc
[1011/1495] Compiling dsa.cc
[1012/1495] Compiling ec_asn1.cc
[1013/1495] Compiling dsa_asn1.cc
[1014/1495] Compiling bcm.cc
[1015/1495] Compiling x25519-asm-arm.S
[1016/1495] Compiling digest_extra.cc
[1017/1495] Compiling params.cc
[1018/1495] Compiling des.cc
[1019/1495] Compiling curve25519_64_adx.cc
[1020/1495] Compiling dh_asn1.cc
[1021/1495] Compiling spake25519.cc
[1022/1495] Compiling crypto.cc
[1023/1495] Compiling cpu_intel.cc
[1024/1495] Compiling cpu_arm_linux.cc
[1025/1495] Compiling cpu_arm_freebsd.cc
[1026/1495] Compiling curve25519.cc
[1027/1495] Compiling cpu_aarch64_sysreg.cc
[1028/1495] Compiling cpu_aarch64_win.cc
[1029/1495] Compiling cpu_aarch64_openbsd.cc
[1030/1495] Compiling cpu_aarch64_linux.cc
[1031/1495] Compiling cpu_aarch64_fuchsia.cc
[1032/1495] Compiling cpu_aarch64_apple.cc
[1033/1495] Compiling conf.cc
[1034/1495] Compiling get_cipher.cc
[1035/1495] Compiling tls_cbc.cc
[1036/1495] Compiling e_rc4.cc
[1037/1495] Compiling e_tls.cc
[1038/1495] Compiling e_rc2.cc
[1039/1495] Compiling e_null.cc
[1040/1495] Compiling e_des.cc
[1041/1495] Compiling e_chacha20poly1305.cc
[1042/1495] Compiling e_aesgcmsiv.cc
[1043/1495] Compiling derive_key.cc
[1044/1495] Compiling e_aesctrhmac.cc
[1045/1495] Compiling chacha.cc
[1046/1495] Compiling unicode.cc
[1047/1495] Compiling cbs.cc
[1048/1495] Compiling buf.cc
[1049/1495] Compiling ber.cc
[1050/1495] Compiling cbb.cc
[1051/1495] Compiling asn1_compat.cc
[1052/1495] Compiling blake2.cc
[1053/1495] Compiling bn_asn1.cc
[1054/1495] Compiling convert.cc
[1055/1495] Compiling socket_helper.cc
[1056/1495] Compiling socket.cc
[1057/1495] Compiling printf.cc
[1058/1495] Compiling pair.cc
[1059/1495] Compiling hexdump.cc
[1060/1495] Compiling file.cc
[1061/1495] Compiling fd.cc
[1062/1495] Compiling errno.cc
[1063/1495] Compiling connect.cc
[1064/1495] Compiling bio_mem.cc
[1065/1495] Compiling base64.cc
[1066/1495] Compiling bio.cc
[1067/1495] Compiling tasn_typ.cc
[1068/1495] Compiling tasn_fre.cc
[1069/1495] Compiling tasn_enc.cc
[1070/1495] Compiling tasn_utl.cc
[1071/1495] Compiling tasn_new.cc
[1072/1495] Compiling posix_time.cc
[1073/1495] Compiling tasn_dec.cc
[1074/1495] Compiling f_string.cc
[1075/1495] Compiling f_int.cc
[1076/1495] Compiling asn_pack.cc
[1077/1495] Compiling asn1_par.cc
[1092/1495] Compiling asn1_lib.cc
[1093/1495] Compiling a_utctm.cc
[1094/1495] Compiling a_type.cc
[1095/1495] Compiling a_octet.cc
[1096/1495] Compiling a_time.cc
[1097/1495] Compiling a_strnid.cc
[1098/1495] Compiling a_strex.cc
[1099/1495] Compiling a_object.cc
[1100/1495] Compiling a_mbstr.cc
[1101/1495] Compiling a_i2d_fp.cc
[1102/1495] Compiling a_int.cc
[1103/1495] Compiling a_dup.cc
[1104/1495] Compiling fiat_p256_adx_sqr.S
[1105/1495] Compiling a_d2i_fp.cc
[1106/1495] Compiling fiat_p256_adx_mul.S
[1107/1495] Compiling a_gentm.cc
[1108/1495] Compiling fiat_curve25519_adx_square.S
[1109/1495] Compiling fiat_curve25519_adx_mul.S
[1110/1495] Compiling md5-x86_64-linux.S
[1111/1495] Compiling md5-x86_64-apple.S
[1112/1495] Compiling a_bitstr.cc
[1113/1495] Compiling md5-586-apple.S
[1114/1495] Compiling md5-586-linux.S
[1115/1495] Compiling chacha20_poly1305_x86_64-linux.S
[1116/1495] Compiling a_bool.cc
[1117/1495] Compiling chacha20_poly1305_x86_64-apple.S
[1118/1495] Compiling chacha20_poly1305_armv8-win.S
[1119/1495] Compiling chacha20_poly1305_armv8-linux.S
[1120/1495] Compiling chacha20_poly1305_armv8-apple.S
[1121/1495] Compiling chacha-x86_64-apple.S
[1121/1495] Compiling chacha-x86_64-linux.S
[1123/1495] Compiling chacha-x86-linux.S
[1124/1495] Compiling chacha-x86-apple.S
[1125/1495] Compiling chacha-armv8-linux.S
[1126/1495] Compiling chacha-armv8-win.S
[1127/1495] Compiling chacha-armv4-linux.S
[1128/1495] Compiling aes128gcmsiv-x86_64-linux.S
[1129/1495] Compiling chacha-armv8-apple.S
[1130/1495] Compiling x86_64-mont5-linux.S
[1131/1495] Compiling aes128gcmsiv-x86_64-apple.S
[1132/1495] Compiling x86_64-mont5-apple.S
[1133/1495] Compiling x86_64-mont-linux.S
[1134/1495] Compiling x86_64-mont-apple.S
[1135/1495] Compiling x86-mont-linux.S
[1135/1495] Compiling x86-mont-apple.S
[1137/1495] Compiling vpaes-x86_64-apple.S
[1137/1495] Compiling vpaes-x86_64-linux.S
[1139/1495] Compiling vpaes-x86-linux.S
[1140/1495] Compiling err_data.cc
[1141/1495] Compiling vpaes-x86-apple.S
[1142/1495] Compiling vpaes-armv8-win.S
[1143/1495] Compiling CCryptoBoringSSLShims shims.c
[1144/1495] Compiling vpaes-armv7-linux.S
[1145/1495] Compiling vpaes-armv8-linux.S
[1146/1495] Compiling vpaes-armv8-apple.S
[1147/1495] Compiling sha512-x86_64-linux.S
[1148/1495] Compiling sha512-armv8-win.S
[1149/1495] Compiling sha512-x86_64-apple.S
[1150/1495] Compiling sha512-armv8-linux.S
[1151/1495] Compiling sha512-armv4-linux.S
[1152/1495] Compiling sha512-586-linux.S
[1153/1495] Compiling sha512-armv8-apple.S
[1154/1495] Compiling sha512-586-apple.S
[1155/1495] Compiling sha256-x86_64-linux.S
[1156/1495] Compiling sha256-x86_64-apple.S
[1157/1495] Compiling sha256-armv8-win.S
[1158/1495] Compiling sha256-armv8-linux.S
[1159/1495] Compiling sha256-armv8-apple.S
[1160/1495] Compiling sha256-armv4-linux.S
[1161/1495] Compiling sha256-586-linux.S
[1162/1495] Compiling sha1-x86_64-linux.S
[1162/1495] Compiling sha256-586-apple.S
[1164/1495] Compiling sha1-x86_64-apple.S
[1165/1495] Compiling sha1-armv8-win.S
[1166/1495] Compiling sha1-armv8-linux.S
[1167/1495] Compiling sha1-armv4-large-linux.S
[1168/1495] Compiling sha1-armv8-apple.S
[1169/1495] Compiling sha1-586-linux.S
[1170/1495] Compiling sha1-586-apple.S
[1171/1495] Compiling rsaz-avx2-linux.S
[1172/1495] Compiling rsaz-avx2-apple.S
[1173/1495] Compiling rdrand-x86_64-linux.S
[1174/1495] Compiling p256_beeu-x86_64-asm-linux.S
[1174/1495] Compiling rdrand-x86_64-apple.S
[1176/1495] Compiling p256_beeu-x86_64-asm-apple.S
[1177/1495] Compiling p256_beeu-armv8-asm-win.S
[1177/1495] Compiling p256_beeu-armv8-asm-linux.S
[1179/1495] Compiling p256_beeu-armv8-asm-apple.S
[1180/1495] Compiling p256-x86_64-asm-linux.S
[1181/1495] Compiling p256-armv8-asm-linux.S
[1182/1495] Compiling p256-x86_64-asm-apple.S
[1183/1495] Compiling p256-armv8-asm-win.S
[1184/1495] Compiling ghashv8-armv8-win.S
[1185/1495] Compiling ghashv8-armv8-linux.S
[1186/1495] Compiling p256-armv8-asm-apple.S
[1187/1495] Compiling ghashv8-armv8-apple.S
[1188/1495] Compiling ghashv8-armv7-linux.S
[1189/1495] Compiling ghash-x86_64-linux.S
[1190/1495] Compiling ghash-x86_64-apple.S
[1191/1495] Compiling ghash-x86-linux.S
[1192/1495] Compiling ghash-x86-apple.S
[1193/1495] Compiling ghash-ssse3-x86_64-linux.S
[1194/1495] Compiling ghash-ssse3-x86_64-apple.S
[1195/1495] Compiling ghash-ssse3-x86-linux.S
[1196/1495] Compiling ghash-neon-armv8-win.S
[1197/1495] Compiling ghash-ssse3-x86-apple.S
[1198/1495] Compiling ghash-neon-armv8-linux.S
[1199/1495] Compiling ghash-armv4-linux.S
[1200/1495] Compiling ghash-neon-armv8-apple.S
[1201/1495] Compiling co-586-linux.S
[1202/1495] Compiling co-586-apple.S
[1203/1495] Compiling bn-armv8-win.S
[1204/1495] Compiling bsaes-armv7-linux.S
[1205/1495] Compiling bn-armv8-linux.S
[1206/1495] Compiling bn-armv8-apple.S
[1207/1495] Compiling bn-586-linux.S
[1208/1495] Compiling bn-586-apple.S
[1209/1495] Compiling armv8-mont-win.S
[1210/1495] Compiling armv8-mont-linux.S
[1211/1495] Compiling armv8-mont-apple.S
[1212/1495] Compiling armv4-mont-linux.S
[1213/1495] Compiling aesv8-gcm-armv8-win.S
[1214/1495] Compiling aesv8-gcm-armv8-linux.S
[1215/1495] Compiling aesv8-armv8-win.S
[1216/1495] Compiling aesv8-gcm-armv8-apple.S
[1217/1495] Compiling aesv8-armv8-linux.S
[1218/1495] Compiling aesv8-armv8-apple.S
[1219/1495] Compiling aesv8-armv7-linux.S
[1220/1495] Compiling aesni-x86_64-linux.S
[1220/1495] Compiling aesni-x86_64-apple.S
[1222/1495] Compiling aesni-x86-linux.S
[1223/1495] Compiling aesni-x86-apple.S
[1224/1495] Compiling aesni-gcm-x86_64-linux.S
[1225/1495] Compiling aesni-gcm-x86_64-apple.S
[1226/1495] Compiling aes-gcm-avx512-x86_64-linux.S
[1227/1495] Compiling aes-gcm-avx2-x86_64-linux.S
[1228/1495] Compiling aes-gcm-avx512-x86_64-apple.S
[1229/1495] Compiling aes-gcm-avx2-x86_64-apple.S
[1230/1495] Compiling c-nioatomics.c
[1231/1495] Compiling xwing.cc
[1232/1495] Compiling x_sig.cc
[1233/1495] Compiling x_x509a.cc
[1234/1495] Compiling x_spki.cc
[1235/1495] Compiling x_req.cc
[1236/1495] Compiling x_x509.cc
[1237/1495] Compiling x_pubkey.cc
[1238/1495] Compiling c-atomics.c
[1239/1495] Compiling x_name.cc
[1247/1502] Compiling x_exten.cc
[1248/1502] Compiling x_attrib.cc
[1249/1502] Compiling x_crl.cc
[1250/1502] Compiling x509rset.cc
[1251/1502] Compiling x_algor.cc
[1252/1502] Compiling x509spki.cc
[1253/1502] Compiling x_all.cc
[1254/1560] Compiling x509name.cc
[1256/1560] Compiling NIOConcurrencyHelpers lock.swift
[1257/1560] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1258/1560] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1259/1560] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1260/1560] Compiling NIOConcurrencyHelpers NIOLock.swift
[1261/1560] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1262/1560] Compiling NIOConcurrencyHelpers atomics.swift
[1263/1560] Emitting module NIOConcurrencyHelpers
[1264/1560] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1265/1560] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1266/1560] Compiling SwiftBasicFormat InferIndentation.swift
[1267/1560] Compiling SwiftDiagnostics Message.swift
[1267/1561] Compiling x509cset.cc
[1269/1561] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1270/1561] Compiling SwiftDiagnostics FixIt.swift
[1271/1561] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1272/1561] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1273/1561] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1274/1561] Emitting module SwiftDiagnostics
[1275/1561] Compiling SwiftDiagnostics Diagnostic.swift
[1276/1561] Compiling SwiftDiagnostics Convenience.swift
[1277/1561] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1277/1561] Compiling x509_txt.cc
[1278/1561] Compiling x509_vpm.cc
[1279/1561] Compiling x509_v3.cc
[1281/1561] Compiling SwiftDiagnostics Note.swift
[1281/1561] Compiling x509_vfy.cc
[1283/1561] Emitting module SwiftBasicFormat
[1284/1561] Compiling SwiftBasicFormat BasicFormat.swift
[1284/1561] Compiling x509_trs.cc
[1285/1561] Compiling x509_set.cc
[1286/1561] Compiling x509_req.cc
[1287/1561] Compiling x509_obj.cc
[1288/1561] Compiling x509_def.cc
[1289/1561] Compiling x509_lu.cc
[1290/1561] Compiling x509_ext.cc
[1291/1561] Compiling x509_d2.cc
[1292/1561] Compiling x509_cmp.cc
[1293/1561] Compiling x509_att.cc
[1294/1561] Compiling x509.cc
[1295/1561] Compiling v3_skey.cc
[1296/1561] Compiling v3_prn.cc
[1297/1561] Compiling v3_purp.cc
[1298/1561] Compiling v3_utl.cc
[1299/1561] Compiling v3_pcons.cc
[1300/1561] Compiling v3_pmaps.cc
[1302/1561] Compiling SwiftParser Directives.swift
[1303/1561] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1304/1561] Compiling SwiftParser Expressions.swift
[1305/1561] Compiling SwiftParser IncrementalParseTransition.swift
[1306/1561] Compiling SwiftParser IsValidIdentifier.swift
[1306/1565] Compiling v3_ocsp.cc
[1308/1565] Compiling SwiftParser TokenConsumer.swift
[1309/1565] Compiling SwiftParser TokenPrecedence.swift
[1310/1565] Compiling SwiftParser TokenSpec.swift
[1311/1565] Compiling SwiftParser TokenSpecSet.swift
[1312/1565] Emitting module SwiftParser
[1313/1565] Compiling SwiftParser Recovery.swift
[1314/1565] Compiling SwiftParser Specifiers.swift
[1315/1565] Compiling SwiftParser Statements.swift
[1316/1565] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1317/1565] Compiling SwiftParser Nominals.swift
[1318/1565] Compiling SwiftParser Parameters.swift
[1319/1565] Compiling SwiftParser ParseSourceFile.swift
[1320/1565] Compiling SwiftParser Parser.swift
[1321/1565] Compiling SwiftParser Patterns.swift
[1322/1565] Compiling SwiftParser Attributes.swift
[1323/1565] Compiling SwiftParser Availability.swift
[1324/1565] Compiling SwiftParser CharacterInfo.swift
[1325/1565] Compiling SwiftParser CollectionNodes+Parsable.swift
[1326/1565] Compiling SwiftParser Declarations.swift
[1326/1565] Compiling v3_ncons.cc
[1328/1565] Compiling SwiftParser UnicodeScalarExtensions.swift
[1329/1565] Compiling SwiftParser Lookahead.swift
[1330/1565] Compiling SwiftParser LoopProgressCondition.swift
[1331/1565] Compiling SwiftParser Modifiers.swift
[1332/1565] Compiling SwiftParser Names.swift
[1333/1565] Compiling SwiftParser StringLiterals.swift
[1334/1565] Compiling SwiftParser SwiftParserCompatibility.swift
[1335/1565] Compiling SwiftParser SwiftVersion.swift
[1336/1565] Compiling SwiftParser SyntaxUtils.swift
[1337/1565] Compiling SwiftParser TopLevel.swift
[1338/1565] Compiling SwiftParser TriviaParser.swift
[1339/1565] Compiling SwiftParser Types.swift
[1340/1565] Compiling SwiftParser ExperimentalFeatures.swift
[1341/1565] Compiling SwiftParser Cursor.swift
[1342/1565] Compiling SwiftParser Lexeme.swift
[1343/1565] Compiling SwiftParser LexemeSequence.swift
[1344/1565] Compiling SwiftParser Lexer.swift
[1345/1565] Compiling SwiftParser RegexLiteralLexer.swift
[1345/1565] Compiling v3_lib.cc
[1346/1565] Compiling v3_int.cc
[1347/1565] Compiling v3_ia5.cc
[1348/1565] Compiling v3_genn.cc
[1349/1565] Compiling v3_info.cc
[1350/1565] Compiling v3_enum.cc
[1351/1565] Compiling v3_extku.cc
[1352/1565] Compiling v3_crld.cc
[1353/1565] Compiling v3_cpols.cc
[1354/1565] Compiling v3_conf.cc
[1355/1565] Compiling v3_bitst.cc
[1356/1565] Compiling v3_bcons.cc
[1357/1565] Compiling v3_alt.cc
[1358/1565] Compiling v3_akeya.cc
[1359/1565] Compiling v3_akey.cc
[1360/1565] Compiling t_x509a.cc
[1361/1565] Compiling t_x509.cc
[1362/1565] Compiling i2d_pr.cc
[1363/1565] Compiling t_req.cc
[1364/1565] Compiling t_crl.cc
[1365/1565] Compiling name_print.cc
[1366/1565] Compiling rsa_pss.cc
[1367/1565] Compiling policy.cc
[1368/1565] Compiling by_file.cc
[1369/1565] Compiling by_dir.cc
[1371/1565] Compiling SwiftParser IsLexerClassified.swift
[1372/1565] Compiling SwiftParser LayoutNodes+Parsable.swift
[1373/1565] Compiling SwiftParser Parser+TokenSpecSet.swift
[1374/1565] Compiling SwiftParser TokenSpecStaticMembers.swift
[1374/1565] Compiling asn1_gen.cc
[1375/1565] Compiling algorithm.cc
[1376/1565] Compiling thread_win.cc
[1377/1565] Compiling a_verify.cc
[1378/1565] Compiling voprf.cc
[1379/1565] Compiling a_sign.cc
[1380/1565] Compiling trust_token.cc
[1381/1565] Compiling a_digest.cc
[1382/1565] Compiling pmbtoken.cc
[1383/1588] Compiling thread_pthread.cc
[1384/1588] Compiling thread.cc
[1385/1588] Compiling thread_none.cc
[1387/1588] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1388/1589] Compiling SwiftOperators Operator.swift
[1388/1590] Compiling stack.cc
[1390/1590] Compiling SwiftOperators PrecedenceGroup.swift
[1391/1590] Compiling SwiftOperators PrecedenceGraph.swift
[1392/1590] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1393/1590] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1393/1590] Compiling siphash.cc
[1395/1590] Compiling SwiftOperators OperatorTable.swift
[1395/1590] Compiling sha512.cc
[1396/1590] Compiling slhdsa.cc
[1398/1590] Emitting module SwiftOperators
[1399/1590] Compiling SwiftOperators OperatorTable+Semantics.swift
[1399/1590] Compiling sha256.cc
[1401/1590] Compiling SwiftOperators SyntaxSynthesis.swift
[1401/1590] Compiling sha1.cc
[1402/1590] Compiling spake2plus.cc
[1403/1590] Compiling rsa_print.cc
[1405/1590] Compiling SwiftOperators OperatorTable+Defaults.swift
[1406/1590] Compiling SwiftOperators OperatorError.swift
[1407/1590] Compiling SwiftOperators OperatorTable+Folding.swift
[1407/1590] Compiling rsa_extra.cc
[1408/1590] Compiling rc4.cc
[1409/1590] Compiling refcount.cc
[1410/1590] Compiling rsa_crypt.cc
[1412/1590] Compiling SwiftParserDiagnostics Utils.swift
[1413/1590] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1414/1590] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1415/1590] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1415/1590] Compiling trusty.cc
[1416/1590] Compiling urandom.cc
[1417/1590] Compiling windows.cc
[1419/1590] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1419/1590] Compiling passive.cc
[1420/1590] Compiling rand.cc
[1421/1590] Compiling poly1305_arm_asm.S
[1422/1590] Compiling ios.cc
[1423/1590] Compiling getentropy.cc
[1424/1590] Compiling forkunsafe.cc
[1425/1590] Compiling rsa_asn1.cc
[1426/1590] Compiling deterministic.cc
[1427/1590] Compiling fork_detect.cc
[1428/1590] Compiling poly1305_vec.cc
[1429/1590] Compiling pool.cc
[1430/1590] Compiling poly1305_arm.cc
[1431/1590] Compiling poly1305.cc
[1432/1590] Compiling pkcs7.cc
[1433/1590] Compiling pkcs8.cc
[1434/1590] Compiling pkcs8_x509.cc
[1435/1590] Compiling p5_pbev2.cc
[1436/1590] Compiling pkcs7_x509.cc
[1437/1590] Compiling pem_x509.cc
[1438/1590] Compiling pem_xaux.cc
[1440/1590] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1441/1590] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1442/1590] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1443/1590] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1444/1590] Emitting module SwiftParserDiagnostics
[1445/1590] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1446/1590] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1446/1590] Compiling pem_pkey.cc
[1447/1590] Compiling pem_pk8.cc
[1448/1590] Compiling mlkem.cc
[1449/1600] Compiling pem_oth.cc
[1450/1603] Compiling obj_xref.cc
[1451/1605] Compiling mldsa.cc
[1452/1605] Compiling mem.cc
[1453/1605] Compiling pem_info.cc
[1454/1605] Compiling pem_all.cc
[1455/1605] Compiling poly_rq_mul.S
[1456/1605] Compiling pem_lib.cc
[1457/1605] Compiling fips_shared_support.cc
[1458/1605] Compiling obj.cc
[1459/1605] Compiling lhash.cc
[1460/1605] Compiling fuzzer_mode.cc
[1461/1605] Compiling md4.cc
[1462/1605] Compiling md5.cc
[1463/1605] Compiling kyber.cc
[1464/1605] Compiling ex_data.cc
[1465/1605] Compiling hpke.cc
[1466/1605] Compiling hrss.cc
[1467/1605] Compiling scrypt.cc
[1468/1605] Compiling sign.cc
[1469/1605] Compiling pbkdf.cc
[1470/1605] Compiling print.cc
[1471/1605] Compiling p_x25519_asn1.cc
[1472/1605] Compiling p_x25519.cc
[1473/1605] Compiling p_rsa_asn1.cc
[1474/1605] Compiling p_rsa.cc
[1475/1605] Compiling p_hkdf.cc
[1476/1605] Compiling p_ed25519_asn1.cc
[1477/1605] Compiling p_ed25519.cc
[1478/1605] Compiling p_ec_asn1.cc
[1479/1605] Compiling p_ec.cc
[1480/1605] Compiling p_dh_asn1.cc
[1481/1605] Compiling p_dsa_asn1.cc
[1482/1605] Compiling p_dh.cc
[1483/1605] Compiling evp_ctx.cc
[1484/1605] Compiling err.cc
[1485/1605] Compiling evp.cc
[1486/1605] Compiling engine.cc
[1487/1605] Compiling ecdsa_p1363.cc
[1488/1605] Compiling evp_asn1.cc
[1489/1605] Compiling ecdh.cc
[1490/1605] Compiling ecdsa_asn1.cc
[1491/1605] Compiling ec_derive.cc
[1492/1605] Compiling hash_to_curve.cc
[1493/1605] Compiling dsa.cc
[1494/1605] Compiling dsa_asn1.cc
[1495/1605] Compiling ec_asn1.cc
[1496/1605] Compiling digest_extra.cc
[1497/1605] Compiling x25519-asm-arm.S
[1498/1605] Compiling params.cc
[1499/1605] Compiling dh_asn1.cc
[1500/1605] Compiling curve25519_64_adx.cc
[1501/1605] Compiling cpu_intel.cc
[1502/1605] Compiling crypto.cc
[1503/1605] Compiling spake25519.cc
[1504/1605] Compiling des.cc
[1505/1605] Compiling cpu_arm_linux.cc
[1506/1605] Compiling curve25519.cc
[1508/1605] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1509/1605] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1510/1605] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1511/1605] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1511/1606] Compiling cpu_arm_freebsd.cc
[1512/1606] Compiling cpu_aarch64_win.cc
[1513/1606] Compiling cpu_aarch64_sysreg.cc
[1514/1606] Compiling cpu_aarch64_linux.cc
[1515/1606] Compiling cpu_aarch64_fuchsia.cc
[1516/1606] Compiling cpu_aarch64_openbsd.cc
[1517/1606] Compiling cpu_aarch64_apple.cc
[1518/1606] Compiling conf.cc
[1520/1606] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1520/1606] Compiling tls_cbc.cc
[1521/1606] Compiling get_cipher.cc
[1522/1606] Compiling e_tls.cc
[1523/1606] Compiling e_rc4.cc
[1524/1606] Compiling e_rc2.cc
[1525/1606] Compiling cms.cc
[1526/1606] Compiling e_null.cc
[1527/1606] Compiling e_des.cc
[1528/1606] Compiling e_chacha20poly1305.cc
[1529/1606] Compiling derive_key.cc
[1530/1606] Compiling e_aesgcmsiv.cc
[1531/1606] Compiling e_aesctrhmac.cc
[1532/1606] Compiling e_aeseax.cc
[1534/1606] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1535/1606] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1536/1606] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1537/1606] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1538/1606] Compiling SwiftSyntaxBuilder Indenter.swift
[1539/1606] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1540/1606] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1541/1606] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1542/1606] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1543/1606] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1544/1606] Emitting module SwiftSyntaxBuilder
[1544/1606] Compiling chacha.cc
[1545/1606] Compiling unicode.cc
[1546/1606] Compiling sqrt.cc
[1547/1606] Compiling buf.cc
[1548/1606] Compiling cbs.cc
[1549/1606] Compiling cbb.cc
[1550/1606] Compiling ber.cc
[1551/1611] Compiling asn1_compat.cc
[1552/1617] Compiling exponentiation.cc
[1553/1621] Compiling div.cc
[1554/1624] Compiling blake2.cc
[1556/1624] Compiling SwiftSyntaxMacros MemberMacro.swift
[1557/1624] Compiling SwiftSyntaxMacros PeerMacro.swift
[1558/1624] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1559/1625] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1560/1625] Compiling SwiftSyntaxMacros Macro+Format.swift
[1561/1625] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1562/1625] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1563/1625] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1564/1625] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1565/1625] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1566/1625] Compiling SwiftSyntaxMacros BodyMacro.swift
[1567/1625] Compiling SwiftSyntaxMacros Macro.swift
[1568/1625] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1568/1625] Compiling printf.cc
[1570/1625] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1571/1625] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1571/1625] Compiling bn_asn1.cc
[1572/1625] Compiling convert.cc
[1574/1625] Emitting module SwiftSyntaxMacros
[1575/1625] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1576/1625] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1576/1625] Compiling fd.cc
[1577/1625] Compiling pair.cc
[1578/1625] Compiling file.cc
[1579/1625] Compiling hexdump.cc
[1581/1625] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1581/1625] Compiling errno.cc
[1582/1625] Compiling bio_mem.cc
[1583/1625] Compiling bio.cc
[1584/1625] Compiling base64.cc
[1585/1635] Compiling tasn_fre.cc
[1585/1635] Compiling tasn_typ.cc
[1587/1635] Compiling tasn_enc.cc
[1588/1635] Compiling tasn_new.cc
[1589/1635] Compiling tasn_utl.cc
[1590/1635] Compiling bcm.cc
[1591/1635] Compiling posix_time.cc
[1592/1635] Compiling f_string.cc
[1593/1635] Compiling f_int.cc
[1594/1635] Compiling asn_pack.cc
[1595/1635] Compiling tasn_dec.cc
[1596/1635] Compiling asn1_par.cc
[1597/1635] Compiling a_utctm.cc
[1598/1635] Compiling asn1_lib.cc
[1599/1635] Compiling a_type.cc
[1600/1635] Compiling a_octet.cc
[1601/1635] Compiling a_time.cc
[1602/1635] Compiling a_strnid.cc
[1603/1635] Compiling a_strex.cc
[1604/1635] Compiling a_object.cc
[1605/1635] Compiling a_mbstr.cc
[1605/1635] Write sources
[1612/1635] Compiling a_i2d_fp.cc
[1613/1635] Compiling a_dup.cc
[1614/1635] Compiling a_int.cc
[1616/1635] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1617/1635] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1618/1635] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1619/1635] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1620/1635] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1621/1635] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1622/1635] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1623/1635] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1624/1635] Emitting module SwiftSyntaxMacroExpansion
[1625/1635] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1625/1635] Compiling a_d2i_fp.cc
[1626/1635] Compiling a_gentm.cc
[1627/1675] Compiling a_bool.cc
[1628/1685] Compiling aes.cc
[1629/1709] Compiling a_bitstr.cc
[1631/1813] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1632/1813] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1633/1814] Compiling AsyncAlgorithms SetAlgebra.swift
[1634/1814] Compiling AsyncAlgorithms DebounceStorage.swift
[1635/1816] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1636/1816] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1637/1816] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1638/1816] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1639/1816] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1640/1816] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1641/1816] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1642/1816] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1643/1816] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1644/1816] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1645/1816] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1646/1816] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1647/1816] Compiling AsyncAlgorithms _TinyArray.swift
[1648/1816] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1649/1816] Compiling AsyncAlgorithms Locking.swift
[1650/1816] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1651/1816] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1652/1816] Compiling AsyncAlgorithms MergeStateMachine.swift
[1653/1822] Compiling Atomics Unmanaged extensions.swift
[1654/1822] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1655/1822] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1656/1822] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1657/1822] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1658/1822] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1659/1822] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[1660/1822] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1661/1822] Compiling AsyncAlgorithms AsyncShareSequence.swift
[1662/1822] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1663/1822] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1664/1822] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1665/1822] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1666/1822] Compiling AsyncAlgorithms AsyncChannel.swift
[1667/1822] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1668/1822] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1669/1822] Compiling AsyncAlgorithms ChannelStorage.swift
[1670/1822] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1671/1822] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1672/1822] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1673/1822] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1674/1822] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1675/1822] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1677/1822] Compiling Algorithms Unique.swift
[1678/1822] Compiling Algorithms Windows.swift
[1679/1822] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[1680/1822] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[1681/1822] Compiling AsyncAlgorithms Disconnected.swift
[1692/1827] Emitting module ArgumentParserToolInfo
[1693/1827] Compiling ArgumentParserToolInfo ToolInfo.swift
[1694/1827] Emitting module BitCollections
[1707/1827] Compiling AsyncAlgorithms MergeStorage.swift
[1708/1827] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[1709/1827] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[1710/1827] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1711/1827] Compiling AsyncAlgorithms Rethrow.swift
[1713/1827] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1714/1827] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1715/1827] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1716/1827] Compiling AsyncAlgorithms ZipStateMachine.swift
[1717/1827] Compiling AsyncAlgorithms ZipStorage.swift
[1718/1827] Compiling BitCollections _Word.swift
[1722/1880] Compiling Collections DequeModule reexports.swift
[1723/1880] Compiling Collections HashTreeCollections reexports.swift
[1724/1880] Compiling Collections HeapModule reexports.swift
[1725/1880] Compiling Collections OrderedCollections reexports.swift
[1726/1880] Emitting module Collections
[1727/1880] Compiling Collections BitCollections reexports.swift
[1728/1880] Compiling ArgumentParser InputOrigin.swift
[1729/1880] Compiling ArgumentParser Name.swift
[1730/1880] Compiling ArgumentParser Parsed.swift
[1731/1880] Compiling ArgumentParser Flag.swift
[1732/1880] Compiling ArgumentParser InputKey.swift
[1733/1880] Compiling ArgumentParser ParsedValues.swift
[1734/1880] Compiling ArgumentParser MessageInfo.swift
[1735/1880] Compiling ArgumentParser UsageGenerator.swift
[1736/1880] Compiling ArgumentParser CollectionExtensions.swift
[1737/1880] Compiling ArgumentParser Foundation.swift
[1738/1880] Compiling ArgumentParser Mutex.swift
[1739/1880] Compiling ArgumentParser EnumerableFlag.swift
[1740/1880] Compiling ArgumentParser ExpressibleByArgument.swift
[1741/1880] Compiling ArgumentParser ParsableArguments.swift
[1742/1880] Compiling ArgumentParser ArgumentHelp.swift
[1743/1880] Compiling ArgumentParser ParsableCommand.swift
[1744/1880] Compiling ArgumentParser ArgumentDecoder.swift
[1745/1880] Compiling ArgumentParser ArgumentDefinition.swift
[1746/1880] Compiling ArgumentParser ArgumentSet.swift
[1747/1880] Compiling ArgumentParser CommandParser.swift
[1748/1880] Compiling ArgumentParser NameSpecification.swift
[1749/1880] Compiling ArgumentParser Tree.swift
[1750/1880] Compiling ArgumentParser ParserError.swift
[1751/1880] Compiling ArgumentParser SplitArguments.swift
[1752/1880] Compiling ArgumentParser DumpHelpGenerator.swift
[1753/1880] Compiling ArgumentParser HelpCommand.swift
[1754/1880] Compiling ArgumentParser HelpGenerator.swift
[1767/1880] Compiling ArgumentParser BashCompletionsGenerator.swift
[1768/1880] Compiling ArgumentParser CompletionsGenerator.swift
[1769/1880] Compiling ArgumentParser FishCompletionsGenerator.swift
[1770/1880] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1771/1880] Compiling ArgumentParser Argument.swift
[1772/1880] Compiling ArgumentParser ArgumentDiscussion.swift
[1776/1880] Compiling ArgumentParser CommandConfiguration.swift
[1777/1880] Compiling ArgumentParser CommandGroup.swift
[1779/1880] Compiling ArgumentParser ArgumentVisibility.swift
[1780/1880] Compiling ArgumentParser CompletionKind.swift
[1781/1880] Compiling ArgumentParser Errors.swift
[1782/1880] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1783/1880] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1784/1880] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1785/1880] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1786/1880] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1789/1881] Emitting module SwiftCompilerPluginMessageHandling
[1790/1881] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1791/1881] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1794/1881] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1795/1881] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1796/1881] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1797/1881] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1798/1881] Compiling CryptoBoringWrapper EllipticCurve.swift
[1799/1881] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1800/1881] Emitting module CryptoBoringWrapper
[1801/1881] Compiling CryptoBoringWrapper RandomBytes.swift
[1802/1881] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1803/1881] Emitting module Atomics
[1804/1881] Emitting module AsyncAlgorithms
[1805/1910] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1811/2022] Emitting module Algorithms
[1812/2022] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1813/2022] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1814/2022] Compiling NIOCore NIOAsyncWriter.swift
[1815/2022] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1816/2022] Compiling NIOCore BSDSocketAPI.swift
[1817/2022] Compiling NIOCore ByteBuffer-aux.swift
[1818/2022] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1819/2022] Compiling NIOCore IO.swift
[1820/2022] Compiling NIOCore IOData.swift
[1821/2022] Compiling NIOCore IPProtocol.swift
[1822/2022] Compiling NIOCore IntegerBitPacking.swift
[1823/2022] Compiling NIOCore IntegerTypes.swift
[1824/2022] Compiling NIOCore ByteBuffer-multi-int.swift
[1825/2022] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1826/2022] Compiling NIOCore ByteBuffer-views.swift
[1827/2022] Compiling NIOCore Channel.swift
[1828/2022] Compiling NIOCore ChannelHandler.swift
[1829/2022] Compiling NIOCore ChannelHandlers.swift
[1830/2022] Compiling NIOCore AsyncChannelInboundStream.swift
[1831/2022] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1834/2023] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1835/2023] Emitting module SwiftCompilerPlugin
[1836/2036] Compiling ServiceLifecycle Service.swift
[1837/2036] Compiling ServiceLifecycle ClosureService.swift
[1838/2036] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1841/2036] Compiling NIOCore Interfaces.swift
[1842/2036] Compiling NIOCore Linux.swift
[1843/2036] Compiling NIOCore MarkedCircularBuffer.swift
[1844/2036] Compiling NIOCore MulticastChannel.swift
[1845/2036] Compiling NIOCore NIOAny.swift
[1846/2036] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1847/2036] Compiling NIOCore NIOCoreSendableMetatype.swift
[1848/2036] Compiling NIOCore NIODecodedAsyncSequence.swift
[1849/2036] Compiling NIOCore NIOLoopBound.swift
[1850/2036] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1852/2042] Compiling CryptoExtras ThreadWindows.swift
[1853/2042] Compiling CryptoExtras DLEQ.swift
[1854/2042] Compiling CryptoExtras Prover.swift
[1855/2042] Compiling CryptoExtras Verifier.swift
[1856/2042] Compiling CryptoExtras ZKPToolbox.swift
[1857/2042] Compiling CryptoExtras resource_bundle_accessor.swift
[1872/2049] Emitting module CryptoExtras
[1876/2049] Compiling NIOCore ChannelInvoker.swift
[1877/2049] Compiling NIOCore ChannelOption.swift
[1878/2049] Compiling NIOCore ChannelPipeline.swift
[1879/2049] Compiling NIOCore CircularBuffer.swift
[1880/2049] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[1881/2049] Compiling NIOCore AsyncChannel.swift
[1882/2049] Compiling NIOCore AsyncChannelHandler.swift
[1883/2049] Compiling NIOCore AddressedEnvelope.swift
[1884/2049] Compiling NIOCore AsyncAwaitSupport.swift
[1885/2049] Emitting module _ConnectionPoolModule
[1888/2049] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[1889/2049] Compiling SpectroMacros SpectroMacrosPlugin.swift
[1890/2049] Emitting module SpectroMacros
[1891/2049] Compiling SpectroMacros SchemaMacro.swift
[1891/2049] Write Objects.LinkFileList
[1898/2054] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1899/2054] Compiling ServiceLifecycle ServiceRunnerError.swift
[1900/2054] Compiling ServiceLifecycle GracefulShutdown.swift
[1901/2054] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1902/2054] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1903/2054] Compiling ServiceLifecycle ServiceGroup.swift
[1904/2054] Emitting module ServiceLifecycle
[1905/2054] Compiling ServiceLifecycle CancellationWaiter.swift
[1906/2054] Compiling NIOCore ByteBuffer-core.swift
[1907/2054] Compiling NIOCore ByteBuffer-hex.swift
[1908/2054] Compiling NIOCore ByteBuffer-int.swift
[1909/2054] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1913/2054] Compiling NIOCore ConvenienceOptionSupport.swift
[1914/2054] Compiling NIOCore DeadChannel.swift
[1915/2054] Compiling NIOCore DispatchQueue+WithFuture.swift
[1916/2054] Compiling NIOCore EventLoop+Deprecated.swift
[1917/2054] Compiling NIOCore EventLoop+SerialExecutor.swift
[1918/2054] Compiling NIOCore EventLoop.swift
[1920/2054] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1921/2054] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1922/2054] Compiling NIOCore EventLoopFuture.swift
[1923/2054] Compiling NIOCore FileDescriptor.swift
[1924/2054] Compiling NIOCore FileHandle.swift
[1925/2054] Compiling NIOCore FileRegion.swift
[1926/2054] Compiling NIOCore GlobalSingletons.swift
[1927/2054] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[1928/2054] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1940/2054] Compiling NIOCore Codec.swift
[1963/2054] Compiling ArgumentParser CodingKeyValidator.swift
[1964/2054] Compiling ArgumentParser NonsenseFlagsValidator.swift
[1965/2054] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1966/2054] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1967/2054] Compiling ArgumentParser UniqueNamesValidator.swift
[1980/2054] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1981/2054] Compiling NIOCore ByteBuffer-conversions.swift
[1982/2054] Compiling NIOCore SocketAddresses.swift
[1983/2054] Compiling NIOCore SocketOptionProvider.swift
[1984/2054] Compiling NIOCore SystemCallHelpers.swift
[1985/2054] Compiling NIOCore TimeAmount+Duration.swift
[1986/2054] Compiling NIOCore TypeAssistedChannelHandler.swift
[1987/2054] Compiling NIOCore UniversalBootstrapSupport.swift
[1988/2054] Compiling NIOCore Utilities.swift
[1999/2056] Compiling _CryptoExtras Exports.swift
[2000/2056] Emitting module _CryptoExtras
[2024/2056] Emitting module ArgumentParser
[2029/2056] Linking SpectroMacros-tool
[2053/2056] Emitting module NIOCore
[2054/2206] Compiling SQLKit SQLColumn.swift
[2055/2206] Compiling SQLKit SQLConstraint.swift
[2056/2206] Compiling SQLKit SQLDataType.swift
[2057/2206] Compiling SQLKit SQLDirection.swift
[2058/2206] Compiling SQLKit SQLDistinct.swift
[2059/2206] Compiling SQLKit SQLForeignKeyAction.swift
[2060/2206] Compiling SQLKit SQLNestedSubpathExpression.swift
[2061/2206] Compiling SQLKit SQLQualifiedTable.swift
[2062/2206] Compiling SQLKit SQLQueryString.swift
[2063/2206] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[2064/2206] Compiling SQLKit SQLColumnAssignment.swift
[2065/2206] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[2066/2206] Compiling SQLKit SQLColumnDefinition.swift
[2067/2206] Compiling SQLKit SQLCommonTableExpression.swift
[2068/2206] Compiling SQLKit SQLConflictAction.swift
[2069/2206] Compiling SQLKit SQLConflictResolutionStrategy.swift
[2070/2206] Compiling SQLKit SQLDropBehaviour.swift
[2071/2206] Compiling SQLKit SQLEnumDataType.swift
[2072/2206] Compiling SQLKit SQLExcludedColumn.swift
[2073/2206] Compiling SQLKit SQLForeignKey.swift
[2074/2216] Compiling SQLKit SQLUnion.swift
[2075/2216] Compiling SQLKit SQLUpdate.swift
[2076/2216] Compiling SQLKit SQLExpression.swift
[2077/2216] Compiling SQLKit SQLSerializer.swift
[2078/2216] Compiling SQLKit SQLStatement.swift
[2079/2216] Compiling SQLKit SQLBinaryExpression.swift
[2080/2216] Compiling SQLKit SQLBinaryOperator.swift
[2081/2216] Compiling SQLKit SQLBind.swift
[2082/2216] Compiling SQLKit SQLFunction.swift
[2083/2216] Compiling SQLKit SQLGroupExpression.swift
[2084/2216] Compiling SQLKit SQLAlterEnumBuilder.swift
[2085/2216] Compiling SQLKit SQLAlterTableBuilder.swift
[2086/2216] Compiling SQLKit SQLConflictUpdateBuilder.swift
[2087/2216] Compiling SQLKit SQLCreateEnumBuilder.swift
[2088/2216] Compiling SQLKit SQLCreateIndexBuilder.swift
[2089/2216] Compiling SQLKit SQLCreateTableBuilder.swift
[2090/2216] Compiling SQLKit SQLCreateTriggerBuilder.swift
[2091/2216] Compiling SQLKit SQLDeleteBuilder.swift
[2092/2216] Compiling SQLKit SQLDropEnumBuilder.swift
[2093/2216] Compiling SQLKit SQLDropIndexBuilder.swift
[2094/2216] Compiling SQLKit SQLDropTableBuilder.swift
[2095/2216] Compiling NIOEmbedded AsyncTestingChannel.swift
[2096/2216] Emitting module NIOEmbedded
[2097/2216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2098/2216] Compiling NIOEmbedded Embedded.swift
[2099/2216] Compiling SQLKit SQLJoin.swift
[2100/2216] Compiling SQLKit SQLJoinMethod.swift
[2101/2216] Compiling SQLKit SQLLockingClause.swift
[2102/2216] Compiling SQLKit SQLOrderBy.swift
[2103/2216] Compiling SQLKit SQLReturning.swift
[2104/2216] Compiling SQLKit SQLSubquery.swift
[2105/2216] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[2106/2216] Compiling SQLKit SQLAlterEnum.swift
[2107/2216] Compiling SQLKit SQLAlterTable.swift
[2108/2216] Compiling SQLKit SQLCreateEnum.swift
[2109/2216] Compiling SQLKit SQLCreateIndex.swift
[2110/2216] Compiling SQLKit SQLCreateTable.swift
[2111/2216] Compiling SQLKit SQLCreateTrigger.swift
[2112/2216] Compiling SQLKit SQLDelete.swift
[2113/2216] Compiling SQLKit SQLDropEnum.swift
[2114/2216] Compiling SQLKit SQLDropIndex.swift
[2115/2216] Compiling SQLKit SQLDropTable.swift
[2116/2216] Compiling SQLKit SQLDropTrigger.swift
[2117/2216] Compiling SQLKit SQLInsert.swift
[2118/2216] Compiling SQLKit SQLSelect.swift
[2119/2216] Compiling SQLKit SQLDatabase.swift
[2120/2216] Compiling SQLKit SQLDatabaseReportedVersion.swift
[2121/2216] Compiling SQLKit SQLDialect.swift
[2122/2216] Compiling SQLKit SQLDatabase+Deprecated.swift
[2123/2216] Compiling SQLKit SQLError.swift
[2124/2216] Compiling SQLKit SQLExpressions+Deprecated.swift
[2125/2216] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[2126/2216] Compiling SQLKit Exports.swift
[2127/2216] Compiling SQLKit SQLAlias.swift
[2128/2216] Compiling SQLKit SQLBetween.swift
[2129/2216] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[2130/2216] Compiling SQLKit SQLCommonUnionBuilder.swift
[2131/2216] Compiling SQLKit SQLJoinBuilder.swift
[2132/2216] Compiling SQLKit SQLPartialResultBuilder.swift
[2133/2216] Compiling SQLKit SQLPredicateBuilder.swift
[2134/2216] Compiling SQLKit SQLQueryBuilder.swift
[2135/2216] Compiling SQLKit SQLQueryFetcher.swift
[2136/2216] Compiling SQLKit SQLReturningBuilder.swift
[2137/2216] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2138/2216] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2139/2216] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2140/2216] Compiling SQLKit SQLDropTriggerBuilder.swift
[2141/2216] Compiling SQLKit SQLInsertBuilder.swift
[2142/2216] Compiling SQLKit SQLPredicateGroupBuilder.swift
[2143/2216] Compiling SQLKit SQLRawBuilder.swift
[2144/2216] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[2145/2216] Compiling SQLKit SQLSelectBuilder.swift
[2146/2216] Compiling SQLKit SQLSubqueryBuilder.swift
[2147/2216] Compiling SQLKit SQLUnionBuilder.swift
[2148/2216] Compiling SQLKit SQLUpdateBuilder.swift
[2149/2216] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[2150/2216] Compiling SQLKit SQLColumnUpdateBuilder.swift
[2151/2216] Emitting module SQLKit
[2152/2216] Emitting module NIOPosix
[2170/2221] Compiling SQLKit SQLIdentifier.swift
[2171/2221] Compiling SQLKit SQLList.swift
[2172/2221] Compiling SQLKit SQLLiteral.swift
[2173/2221] Compiling SQLKit SQLRaw.swift
[2174/2221] Compiling SQLKit SQLCodingUtilities.swift
[2175/2221] Compiling SQLKit SQLQueryEncoder.swift
[2176/2221] Compiling SQLKit SQLRow.swift
[2177/2221] Compiling SQLKit SQLRowDecoder.swift
[2178/2221] Compiling SQLKit SomeCodingKey.swift
[2179/2221] Compiling SQLKit StringHandling.swift
[2180/2221] Compiling NIOPosix Utilities.swift
[2181/2221] Compiling NIOPosix VsockAddress.swift
[2182/2221] Compiling NIOPosix VsockChannelEvents.swift
[2183/2221] Compiling NIOPosix Windows.swift
[2184/2221] Compiling NIOPosix resource_bundle_accessor.swift
[2219/2245] Compiling NIO Exports.swift
[2220/2245] Emitting module NIO
[2221/2256] Compiling NIOTLS TLSEvents.swift
[2222/2256] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2223/2256] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2224/2256] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2225/2256] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2226/2256] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2227/2256] Emitting module NIOTLS
[2228/2256] Compiling NIOTLS SNIHandler.swift
[2229/2256] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2230/2256] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2231/2256] Emitting module NIOFoundationCompat
[2232/2309] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2233/2309] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2234/2309] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2235/2311] Emitting module NIOTransportServices
[2236/2311] Compiling NIOTransportServices AcceptHandler.swift
[2237/2311] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[2238/2311] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[2239/2311] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2240/2311] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2241/2311] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2242/2311] Compiling NIOTransportServices NIOTSSingletons.swift
[2243/2311] Compiling NIOTransportServices NIOTSEventLoop.swift
[2244/2311] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2245/2311] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2246/2311] Compiling NIOTransportServices StateManagedChannel.swift
[2247/2311] Compiling NIOTransportServices NIOTSBootstraps.swift
[2248/2311] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2249/2311] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2250/2311] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2251/2311] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2252/2311] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2253/2311] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2254/2311] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2255/2311] Compiling NIOTransportServices NIOTSErrors.swift
[2256/2311] Emitting module NIOSSL
[2264/2314] Compiling NIOSSL SSLInit.swift
[2265/2314] Compiling NIOSSL SSLPKCS12Bundle.swift
[2266/2314] Compiling NIOSSL SSLPrivateKey.swift
[2267/2314] Compiling NIOSSL SSLPublicKey.swift
[2268/2314] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2269/2314] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2279/2314] Compiling NIOSSL RNG.swift
[2287/2314] Compiling NIOSSL UniversalBootstrapSupport.swift
[2288/2314] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2289/2314] Compiling NIOSSL resource_bundle_accessor.swift
[2290/2423] Compiling PostgresNIO PostgresRowSequence.swift
[2291/2423] Compiling PostgresNIO PostgresTransactionError.swift
[2292/2423] Compiling PostgresNIO PostgresData+Float.swift
[2293/2423] Compiling PostgresNIO PostgresData+Int.swift
[2294/2423] Compiling PostgresNIO PostgresNotificationSequence.swift
[2295/2423] Compiling PostgresNIO PostgresQuery.swift
[2296/2423] Compiling PostgresNIO PostgresColumns.swift
[2297/2423] Compiling PostgresNIO PostgresFrontendMessageEncoder.swift
[2298/2423] Compiling PostgresNIO PreparedStatement.swift
[2299/2423] Compiling PostgresNIO VariadicGenerics.swift
[2300/2423] Compiling PostgresNIO ConnectionFactory.swift
[2301/2423] Compiling PostgresNIO PostgresData+Bytes.swift
[2302/2423] Compiling PostgresNIO PostgresData+Date.swift
[2303/2425] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2304/2425] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2305/2425] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2306/2425] Compiling PostgresNIO PostgresMessage+SimpleQuery.swift
[2307/2425] Compiling PostgresNIO PostgresMessage+Startup.swift
[2308/2425] Compiling PostgresNIO PostgresMessage+Sync.swift
[2309/2425] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2310/2425] Compiling PostgresNIO PostgresMessageDecoder.swift
[2311/2425] Compiling PostgresNIO PostgresMessageEncoder.swift
[2312/2425] Compiling PostgresNIO PostgresMessage+0.swift
[2313/2425] Compiling PostgresNIO PostgresMessage+BackendKeyData.swift
[2314/2425] Compiling PostgresNIO PostgresMessage+DataRow.swift
[2315/2437] Compiling PostgresNIO PostgresConnection+Configuration+Deprecated.swift
[2316/2437] Compiling PostgresNIO PostgresData+UInt.swift
[2317/2437] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2318/2437] Compiling PostgresNIO PostgresMessage+Bind.swift
[2319/2437] Compiling PostgresNIO PostgresMessage+Close.swift
[2320/2437] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2321/2437] Compiling PostgresNIO PostgresMessage+Describe.swift
[2322/2437] Compiling PostgresNIO PostgresMessage+Execute.swift
[2323/2437] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2324/2437] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2325/2437] Compiling PostgresNIO PostgresMessage+Parse.swift
[2326/2437] Compiling PostgresNIO PostgresMessage+Password.swift
[2327/2437] Compiling AsyncKit Optional+StrictMap.swift
[2328/2437] Compiling AsyncKit Exports.swift
[2329/2437] Compiling PostgresNIO AnyErrorContinuation.swift
[2330/2437] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2331/2437] Compiling PostgresNIO Logging+PSQL.swift
[2332/2437] Compiling PostgresNIO Authentication.swift
[2333/2437] Compiling PostgresNIO BackendKeyData.swift
[2334/2437] Compiling PostgresNIO CopyInMessage.swift
[2335/2437] Compiling PostgresNIO DataRow.swift
[2336/2437] Compiling PostgresNIO ErrorResponse.swift
[2337/2437] Compiling PostgresNIO NotificationResponse.swift
[2338/2437] Compiling PostgresNIO ParameterDescription.swift
[2339/2437] Compiling PostgresNIO ParameterStatus.swift
[2340/2437] Compiling PostgresNIO ReadyForQuery.swift
[2341/2437] Compiling PostgresNIO Array+PostgresCodable.swift
[2342/2437] Compiling PostgresNIO Bool+PostgresCodable.swift
[2343/2437] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2344/2437] Compiling PostgresNIO Date+PostgresCodable.swift
[2345/2437] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2346/2437] Compiling PostgresNIO Float+PostgresCodable.swift
[2347/2437] Compiling PostgresNIO Int+PostgresCodable.swift
[2348/2437] Compiling PostgresNIO JSON+PostgresCodable.swift
[2349/2437] Compiling PostgresNIO Range+PostgresCodable.swift
[2350/2437] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2351/2437] Compiling PostgresNIO String+PostgresCodable.swift
[2352/2437] Compiling PostgresNIO UUID+PostgresCodable.swift
[2353/2437] Emitting module AsyncKit
[2354/2437] Emitting module PostgresNIO
[2355/2437] Compiling PostgresNIO PostgresData+JSON.swift
[2356/2437] Compiling PostgresNIO PostgresData+JSONB.swift
[2357/2437] Compiling PostgresNIO PostgresData+Numeric.swift
[2358/2437] Compiling PostgresNIO PostgresData+Optional.swift
[2359/2437] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2360/2437] Compiling PostgresNIO PostgresData+Set.swift
[2361/2437] Compiling PostgresNIO PostgresData+String.swift
[2362/2437] Compiling PostgresNIO PostgresData+UUID.swift
[2363/2437] Compiling PostgresNIO PostgresData.swift
[2364/2437] Compiling PostgresNIO PostgresDataConvertible.swift
[2365/2437] Compiling PostgresNIO PostgresDataType.swift
[2366/2437] Compiling PostgresNIO PostgresRow.swift
[2367/2437] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2368/2437] Compiling PostgresNIO PostgresConnection+CopyFrom.swift
[2369/2437] Compiling PostgresNIO PostgresConnection.swift
[2370/2437] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2371/2437] Compiling PostgresNIO PostgresData+Array.swift
[2372/2437] Compiling PostgresNIO PostgresData+Bool.swift
[2375/2437] Compiling PostgresNIO PostgresData+Decimal.swift
[2376/2437] Compiling PostgresNIO PostgresData+Double.swift
[2379/2437] Compiling PostgresNIO PostgresMessage+Error.swift
[2380/2437] Compiling PostgresNIO PostgresMessage+Identifier.swift
[2381/2437] Compiling PostgresNIO PostgresMessage+NotificationResponse.swift
[2382/2437] Compiling PostgresNIO PostgresMessage+RowDescription.swift
[2383/2437] Compiling PostgresNIO PostgresMessageType.swift
[2384/2437] Compiling PostgresNIO AuthenticationStateMachine.swift
[2385/2437] Compiling PostgresNIO CloseStateMachine.swift
[2386/2437] Compiling PostgresNIO ConnectionStateMachine.swift
[2387/2437] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2388/2437] Compiling PostgresNIO ListenStateMachine.swift
[2389/2437] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2390/2437] Compiling PostgresNIO RowStreamStateMachine.swift
[2402/2437] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2403/2437] Compiling PostgresNIO PostgresDatabase+Query.swift
[2404/2437] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2405/2437] Compiling PostgresNIO PostgresDatabase.swift
[2406/2437] Compiling PostgresNIO PostgresRequest.swift
[2407/2437] Compiling PostgresNIO Exports.swift
[2408/2437] Compiling PostgresNIO NIOUtils.swift
[2409/2437] Compiling PostgresNIO PostgresError+Code.swift
[2410/2437] Compiling PostgresNIO PostgresError.swift
[2411/2437] Compiling PostgresNIO PostgresJSONDecoder.swift
[2412/2437] Compiling PostgresNIO PostgresJSONEncoder.swift
[2413/2437] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2414/2437] Compiling PostgresNIO SASLAuthenticationManager.swift
[2415/2437] Compiling PostgresNIO RowDescription.swift
[2416/2437] Compiling PostgresNIO NotificationListener.swift
[2417/2437] Compiling PostgresNIO PSQLError.swift
[2418/2437] Compiling PostgresNIO PSQLEventsHandler.swift
[2419/2437] Compiling PostgresNIO PSQLPreparedStatement.swift
[2420/2437] Compiling PostgresNIO PSQLRowStream.swift
[2421/2437] Compiling PostgresNIO PSQLTask.swift
[2422/2437] Compiling PostgresNIO PostgresBackendMessage.swift
[2423/2437] Compiling PostgresNIO PostgresBackendMessageDecoder.swift
[2424/2437] Compiling PostgresNIO PostgresCell.swift
[2425/2437] Compiling PostgresNIO PostgresChannelHandler.swift
[2426/2437] Compiling PostgresNIO PostgresCodable.swift
[2435/2451] Compiling PostgresKit PostgresDialect.swift
[2436/2452] Compiling PostgresKit SQLPostgresConfiguration.swift
[2437/2452] Compiling PostgresKit PostgresRow+SQL.swift
[2438/2452] Compiling PostgresKit PostgresDatabase+SQL.swift
[2439/2452] Compiling PostgresKit ConnectionPool+Postgres.swift
[2440/2452] Compiling PostgresKit PostgresColumnType.swift
[2441/2452] Compiling PostgresKit PostgresDataDecoder.swift
[2442/2452] Compiling PostgresKit PostgresDataEncoder.swift
[2443/2452] Compiling PostgresKit PostgresDatabase+SQL+Deprecated.swift
[2444/2452] Compiling PostgresKit Exports.swift
[2445/2452] Compiling PostgresKit PostgresConnectionSource.swift
[2446/2452] Compiling PostgresKit PostgresConfiguration.swift
[2447/2452] Compiling PostgresKit PostgresConnectionSource+PostgresConfiguration.swift
[2448/2452] Emitting module PostgresKit
[2449/2452] Compiling PostgresKit PostgresDataTranslation.swift
[2450/2480] Compiling Spectro SchemaRegistry.swift
[2451/2480] Compiling Spectro ConditionValue.swift
[2452/2480] Compiling Spectro ConflictTarget.swift
[2453/2482] Compiling Spectro RelationshipLoader.swift
[2454/2482] Compiling Spectro SchemaBuilder.swift
[2455/2482] Compiling Spectro SchemaMapper.swift
[2456/2482] Compiling Spectro SpectroError.swift
[2457/2482] Compiling Spectro KeyPath+PropertyName.swift
[2458/2482] Compiling Spectro MigrationManager.swift
[2459/2482] 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 |
[2460/2482] Compiling Spectro PrimaryKeyType.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 |
[2461/2482] Compiling Spectro Schema.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 |
[2462/2482] Compiling Spectro Repo.swift
[2463/2482] Compiling Spectro TransactionRepo.swift
[2464/2482] Compiling Spectro PropertyWrappers.swift
[2465/2482] Compiling Spectro GroupedResult.swift
[2466/2482] Compiling Spectro TupleTypes.swift
[2467/2482] Compiling Spectro JoinQuery.swift
[2468/2482] Compiling Spectro Changeset.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
[2469/2482] 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
[2470/2482] 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
[2471/2482] Emitting module Spectro
[2472/2482] Compiling Spectro SchemaMacro.swift
[2473/2482] Compiling Spectro Spectro.swift
[2474/2482] Compiling Spectro SpectroLazyRelation.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 {
[2475/2482] 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 {
[2476/2482] 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 {
[2477/2482] Compiling Spectro PreloadQuery.swift
[2478/2482] Compiling Spectro Query.swift
[2479/2482] Compiling Spectro GenericDatabaseRepo.swift
[2480/2494] Compiling SpectroCLI ErrorHelpers.swift
[2481/2494] Compiling SpectroCLI MigrationGenerator.swift
[2482/2494] Compiling SpectroCLI SpectroCommand.swift
[2483/2494] Compiling SpectroCLI Test.swift
[2484/2494] Compiling SpectroCLI ConfigurationManager.swift
[2485/2495] Compiling SpectroCLI GenerateMigration.swift
[2486/2495] Compiling SpectroCLI Status.swift
[2487/2495] Compiling SpectroCLI Migrate.swift
[2488/2495] Compiling SpectroCLI Rollback.swift
[2489/2495] Emitting module SpectroCLI
[2490/2495] Compiling SpectroCLI Create.swift
[2491/2495] Compiling SpectroCLI Drop.swift
[2492/2495] Compiling SpectroCLI SpectroUI.swift
[2492/2495] Write Objects.LinkFileList
[2493/2495] Linking spectro
[2494/2495] Applying spectro
Build complete! (111.72s)
Fetching https://github.com/tuist/Noora
Fetching https://github.com/vapor/postgres-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2496] Fetching async-kit
[126/8740] Fetching async-kit, sql-kit
[726/14208] Fetching async-kit, sql-kit, postgres-kit
[4894/33147] Fetching async-kit, sql-kit, postgres-kit, noora
Fetched https://github.com/vapor/sql-kit.git from cache (1.12s)
Fetched https://github.com/vapor/postgres-kit.git from cache (1.12s)
[4201/21435] Fetching async-kit, noora
[10641/96407] Fetching async-kit, noora, swift-syntax
Fetched https://github.com/tuist/Noora from cache (5.03s)
[30986/77468] Fetching async-kit, swift-syntax
Fetched https://github.com/vapor/async-kit.git from cache (10.32s)
Fetched https://github.com/apple/swift-syntax.git from cache (10.32s)
Fetched https://github.com/apple/swift-argument-parser from cache (10.38s)
Fetched https://github.com/apple/swift-nio.git from cache (10.45s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (13.54s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.54s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (1.42s)
Fetched https://github.com/apple/swift-log.git from cache (1.44s)
Fetched https://github.com/apple/swift-collections.git from cache (1.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.09s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.64s)
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.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.51s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.36.0 (0.48s)
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.47s)
Fetching https://github.com/vapor/postgres-nio.git
[1/14085] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.47s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.32.2 (1.98s)
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/2724] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.45s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.46s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.9.0 (1.99s)
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.48s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.49s)
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.04s)
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.61s)
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.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (2.91s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.23s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (0.48s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
[1/1442] Fetching rainbow
[59/1843] Fetching rainbow, path
Fetched https://github.com/tuist/path from cache (0.89s)
Fetched https://github.com/onevcat/Rainbow from cache (0.89s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.49s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.46s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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.36.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/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/tuist/Noora
Working copy of https://github.com/tuist/Noora resolved at 0.56.0
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.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/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/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/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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.9.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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",
        "ChangesetTests/ChangesetTests.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" : [
        "Changeset/Changeset.swift",
        "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.