Build Information
Successful build of sqlite-data, reference main (9adec2), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 19:42:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/sqlite-data.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/sqlite-data
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9adec29 docs: fix a typo in `synchronize` (#452)
Cloned https://github.com/pointfreeco/sqlite-data.git
Revision (git rev-parse @):
9adec29a374ea493b60efcac0c687b13e074c75e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/sqlite-data.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/sqlite-data.git
https://github.com/pointfreeco/sqlite-data.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.6.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "swift-sharing",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-sharing"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.31.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "sqlite-data",
"name" : "sqlite-data",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SQLiteData",
"targets" : [
"SQLiteData"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLiteDataTestSupport",
"targets" : [
"SQLiteDataTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SQLiteDataTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteDataTests",
"path" : "Tests/SQLiteDataTests",
"product_dependencies" : [
"DependenciesTestSupport",
"InlineSnapshotTesting",
"SnapshotTestingCustomDump",
"StructuredQueries"
],
"sources" : [
"AssertQueryTests.swift",
"CloudKitTests/AccountLifecycleTests.swift",
"CloudKitTests/AppLifecycleTests.swift",
"CloudKitTests/AssetsTests.swift",
"CloudKitTests/AtomicTests.swift",
"CloudKitTests/AttachedMetadatabaseTests.swift",
"CloudKitTests/CloudKitTests.swift",
"CloudKitTests/FetchRecordZoneChangesTests.swift",
"CloudKitTests/FetchedDatabaseChangesTests.swift",
"CloudKitTests/ForeignKeyConstraintTests.swift",
"CloudKitTests/MergeConflictTests.swift",
"CloudKitTests/MetadataTests.swift",
"CloudKitTests/MockCloudDatabaseTests.swift",
"CloudKitTests/NewTableSyncTests.swift",
"CloudKitTests/NextRecordZoneChangeBatchTests.swift",
"CloudKitTests/PreviewTests.swift",
"CloudKitTests/RecordTypeTests.swift",
"CloudKitTests/ReferenceViolationTests.swift",
"CloudKitTests/SchemaChangeTests.swift",
"CloudKitTests/SharingPermissionsTests.swift",
"CloudKitTests/SharingTests.swift",
"CloudKitTests/SyncEngineDelegateTests.swift",
"CloudKitTests/SyncEngineLifecycleTests.swift",
"CloudKitTests/SyncEngineTests.swift",
"CloudKitTests/SyncEngineValidationTests.swift",
"CloudKitTests/TopologicalTableSortingTests.swift",
"CloudKitTests/TriggerTests.swift",
"CloudKitTests/UnattachedSyncEngineTests.swift",
"CloudKitTests/UserlandTests.swift",
"CompileTimeTests.swift",
"CustomFunctionTests.swift",
"DatabaseFunctionTests.swift",
"DateTests.swift",
"FetchAllTests.swift",
"FetchOneTests.swift",
"FetchSubscriptionTests.swift",
"FetchTests.swift",
"IntegrationTests.swift",
"Internal/BaseCloudKitTests.swift",
"Internal/CloudKit+CustomDump.swift",
"Internal/CloudKitTestHelpers.swift",
"Internal/ResultExtensions.swift",
"Internal/Schema.swift",
"Internal/TestScopes.swift",
"Internal/UserDatabaseHelpers.swift",
"MigrationTests.swift",
"PrimaryKeyMigrationTests.swift",
"QueryCursorTests.swift"
],
"target_dependencies" : [
"SQLiteData",
"SQLiteDataTestSupport"
],
"type" : "test"
},
{
"c99name" : "SQLiteDataTestSupport",
"module_type" : "SwiftTarget",
"name" : "SQLiteDataTestSupport",
"path" : "Sources/SQLiteDataTestSupport",
"product_dependencies" : [
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"InlineSnapshotTesting",
"StructuredQueriesTestSupport"
],
"product_memberships" : [
"SQLiteDataTestSupport"
],
"sources" : [
"AssertQuery.swift"
],
"target_dependencies" : [
"SQLiteData"
],
"type" : "library"
},
{
"c99name" : "SQLiteData",
"module_type" : "SwiftTarget",
"name" : "SQLiteData",
"path" : "Sources/SQLiteData",
"product_dependencies" : [
"ConcurrencyExtras",
"Dependencies",
"GRDB",
"IssueReporting",
"OrderedCollections",
"Perception",
"Sharing",
"StructuredQueriesSQLite",
"Tagged"
],
"product_memberships" : [
"SQLiteData",
"SQLiteDataTestSupport"
],
"sources" : [
"CloudKit/CloudKit+StructuredQueries.swift",
"CloudKit/CloudKitSharing.swift",
"CloudKit/DefaultSyncEngine.swift",
"CloudKit/IdentifierStringConvertible.swift",
"CloudKit/Internal/CloudContainer.swift",
"CloudKit/Internal/CloudDatabase.swift",
"CloudKit/Internal/CloudKitFunctions.swift",
"CloudKit/Internal/DataManager.swift",
"CloudKit/Internal/DatetimeGenerator.swift",
"CloudKit/Internal/DefaultNotificationCenter.swift",
"CloudKit/Internal/ForeignKey.swift",
"CloudKit/Internal/IsolatedWeakVar.swift",
"CloudKit/Internal/Logging.swift",
"CloudKit/Internal/Metadatabase.swift",
"CloudKit/Internal/MockCloudContainer.swift",
"CloudKit/Internal/MockCloudDatabase.swift",
"CloudKit/Internal/MockSyncEngine.swift",
"CloudKit/Internal/PendingRecordZoneChange.swift",
"CloudKit/Internal/Pragmas.swift",
"CloudKit/Internal/RecordType.swift",
"CloudKit/Internal/SQLiteSchema.swift",
"CloudKit/Internal/StateSerialization.swift",
"CloudKit/Internal/SyncEngine.Event.swift",
"CloudKit/Internal/SyncEngineProtocol+Live.swift",
"CloudKit/Internal/SyncEngineProtocol.swift",
"CloudKit/Internal/TableInfo.swift",
"CloudKit/Internal/Triggers.swift",
"CloudKit/Internal/UnsyncedRecordID.swift",
"CloudKit/Internal/UserDatabase.swift",
"CloudKit/Internal/_SendableMetatype.swift",
"CloudKit/PrimaryKeyMigration.swift",
"CloudKit/SyncEngine.swift",
"CloudKit/SyncEngineDelegate.swift",
"CloudKit/SyncMetadata.swift",
"Fetch.swift",
"FetchAll.swift",
"FetchKeyRequest.swift",
"FetchOne.swift",
"FetchSubscription.swift",
"Internal/Exports.swift",
"Internal/FetchKey+SwiftUI.swift",
"Internal/FetchKey.swift",
"Internal/ISO8601.swift",
"Internal/StatementKey.swift",
"StructuredQueries+GRDB/CustomFunctions.swift",
"StructuredQueries+GRDB/DefaultDatabase.swift",
"StructuredQueries+GRDB/QueryCursor.swift",
"StructuredQueries+GRDB/SQLiteFunctionDecoder.swift",
"StructuredQueries+GRDB/SQLiteQueryDecoder.swift",
"StructuredQueries+GRDB/Seed.swift",
"StructuredQueries+GRDB/Statement+GRDB.swift",
"StructuredQueries+GRDB/Table+GRDB.swift",
"Traits/Tagged.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/77] Write sources
[10/77] Copying PrivacyInfo.xcprivacy
[14/77] Write sources
[56/77] Copying Info.plist
[59/77] Write sources
[62/77] Copying PrivacyInfo.xcprivacy
[65/77] Write sources
[66/77] Write swift-version-2F0A5646E1D333AE.txt
[68/93] Emitting module SwiftSyntax602
[69/93] Compiling SwiftSyntax602 Empty.swift
[70/93] Emitting module SwiftSyntax601
[71/93] Emitting module SwiftSyntax603
[72/93] Compiling SwiftSyntax601 Empty.swift
[73/93] Compiling SwiftSyntax603 Empty.swift
[74/93] Compiling SwiftSyntax600 Empty.swift
[75/93] Emitting module SwiftSyntax600
[76/93] Emitting module SwiftSyntax601
[77/93] Compiling SwiftSyntax601 Empty.swift
[78/93] Emitting module SwiftSyntax603
[79/93] Emitting module SwiftSyntax602
[80/93] Compiling SwiftSyntax602 Empty.swift
[81/93] Emitting module SwiftSyntax600
[82/93] Compiling SwiftSyntax603 Empty.swift
[83/93] Compiling SwiftSyntax600 Empty.swift
[83/116] Compiling _SwiftSyntaxCShims PlatformMutex.c
[85/127] Emitting module SwiftSyntax510
[86/127] Compiling SwiftSyntax510 Empty.swift
[87/136] Emitting module SwiftSyntax510
[88/139] Compiling SwiftSyntax510 Empty.swift
[89/139] Emitting module SwiftSyntax509
[90/139] Compiling SwiftSyntax509 Empty.swift
[91/139] Compiling Sharing2 Empty.swift
[92/139] Emitting module Sharing2
[93/139] Compiling SwiftSyntax509 Empty.swift
[94/139] Compiling Sharing1 Empty.swift
[95/139] Emitting module SwiftSyntax509
[96/139] Emitting module Sharing1
[97/139] Emitting module IssueReportingPackageSupport
[98/139] Compiling IssueReportingPackageSupport _Test.swift
[98/150] Compiling _SwiftSyntaxCShims PlatformMutex.c
[100/473] Compiling SwiftSyntax Tokens.swift
[101/473] Compiling SwiftSyntax TriviaPieces.swift
[102/473] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[103/473] Compiling SwiftSyntax RawSyntaxNodesC.swift
[104/474] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/474] Compiling SwiftSyntax SyntaxEnum.swift
[106/474] Compiling SwiftSyntax SyntaxKind.swift
[107/474] Compiling SwiftSyntax Trivia.swift
[108/474] Compiling SwiftSyntax SyntaxCollections.swift
[109/474] Compiling SwiftSyntax SyntaxRewriter.swift
[110/474] Compiling SwiftSyntax SyntaxTraits.swift
[111/474] Compiling SwiftSyntax SyntaxVisitor.swift
[112/474] Compiling SwiftSyntax TokenKind.swift
[113/474] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[114/474] Compiling SwiftSyntax TokenDiagnostic.swift
[115/474] Compiling SwiftSyntax TokenSequence.swift
[116/474] Compiling SwiftSyntax TokenSyntax.swift
[117/474] Compiling SwiftSyntax SyntaxProtocol.swift
[118/474] Compiling SwiftSyntax SyntaxText.swift
[119/474] Emitting module InternalCollectionsUtilities
[120/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/530] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/530] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/530] Compiling OrderedCollections OrderedSet+Sendable.swift
[126/530] Compiling OrderedCollections OrderedSet+Codable.swift
[127/530] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/530] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/530] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/530] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/530] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/530] Compiling OrderedCollections OrderedDictionary+Elements.swift
[133/530] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[134/530] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[135/530] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[136/530] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[137/530] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[138/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[139/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[140/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[141/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[142/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[143/530] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[144/530] Compiling OrderedCollections _Hashtable+Header.swift
[145/530] Compiling OrderedCollections OrderedDictionary+Codable.swift
[146/530] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[147/530] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[148/530] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[149/530] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[150/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[155/536] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[156/536] Compiling OrderedCollections OrderedSet+Hashable.swift
[157/536] Compiling OrderedCollections OrderedSet+Initializers.swift
[158/536] Compiling OrderedCollections OrderedSet+Insertions.swift
[159/536] Compiling OrderedCollections OrderedSet+Invariants.swift
[160/536] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[161/536] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[162/536] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[163/536] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[164/536] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[165/536] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[166/536] Compiling OrderedCollections OrderedDictionary+Values.swift
[167/536] Compiling OrderedCollections OrderedDictionary.swift
[168/536] Compiling OrderedCollections _HashTable+Bucket.swift
[169/536] Compiling OrderedCollections _HashTable+BucketIterator.swift
[170/536] Compiling OrderedCollections _HashTable+Constants.swift
[171/536] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[172/536] Compiling OrderedCollections _HashTable+Testing.swift
[173/536] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[174/536] Compiling OrderedCollections _HashTable.swift
[175/536] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/536] Compiling OrderedCollections OrderedSet+Testing.swift
[177/536] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/536] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/536] Compiling OrderedCollections OrderedSet.swift
[180/536] Compiling OrderedCollections _UnsafeBitset.swift
[195/543] Emitting module OrderedCollections
[196/562] Emitting module IssueReporting
[197/564] Compiling IssueReporting WithExpectedIssue.swift
[198/564] Compiling IssueReporting WithIssueContext.swift
[199/564] Compiling ConcurrencyExtras Result.swift
[200/564] Compiling ConcurrencyExtras Task.swift
[201/565] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[202/565] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[203/565] Compiling IdentifiedCollections IdentifiedArray.swift
[204/565] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[205/565] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[207/565] Compiling ConcurrencyExtras MainSerialExecutor.swift
[208/565] Compiling ConcurrencyExtras Locking.swift
[209/565] Compiling ConcurrencyExtras UncheckedBox.swift
[210/565] Compiling ConcurrencyExtras AsyncStream.swift
[211/565] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[212/565] Compiling IdentifiedCollections Identified.swift
[213/565] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[214/565] Compiling ConcurrencyExtras LockIsolated.swift
[215/565] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[216/565] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[217/565] Emitting module ConcurrencyExtras
[218/565] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[219/565] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[220/565] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[221/565] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[222/565] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[223/565] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[224/565] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[225/565] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[226/565] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[229/629] Compiling ConcurrencyExtras UncheckedSendable.swift
[230/629] Compiling XCTestDynamicOverlay Exports.swift
[231/642] Compiling StructuredQueriesCore QueryRepresentable.swift
[232/642] Compiling StructuredQueriesCore Codable+JSON.swift
[233/642] Compiling StructuredQueriesCore QueryBindable+Foundation.swift
[234/642] Compiling StructuredQueriesCore QueryBindable.swift
[235/642] Compiling StructuredQueriesCore QueryBinding.swift
[236/642] Compiling StructuredQueriesCore QueryDecodable.swift
[237/642] Compiling StructuredQueriesCore QueryDecoder.swift
[238/642] Compiling StructuredQueriesCore Inflection.swift
[239/642] Compiling StructuredQueriesCore Quoting.swift
[240/642] Compiling StructuredQueriesCore Table.swift
[241/642] Compiling StructuredQueriesCore TableAlias.swift
[242/642] Compiling StructuredQueriesCore TableColumn.swift
[248/658] Compiling StructuredQueriesCore Delete.swift
[249/658] Compiling StructuredQueriesCore Insert.swift
[250/658] Compiling StructuredQueriesCore Select+DynamicMemberLookup.swift
[251/658] Compiling StructuredQueriesCore SQLQueryExpression.swift
[252/658] Compiling StructuredQueriesCore ConflictResolution.swift
[253/658] Compiling StructuredQueriesCore ScalarFunctions.swift
[254/658] Compiling StructuredQueriesCore Seeds.swift
[255/658] Compiling StructuredQueriesCore Statement.swift
[256/658] Compiling StructuredQueriesCore Never.swift
[257/658] Compiling StructuredQueriesCore Operators.swift
[258/658] Compiling StructuredQueriesCore Optional.swift
[259/658] Compiling StructuredQueriesCore Ordering.swift
[260/658] Compiling StructuredQueriesCore PrimaryKeyed.swift
[261/658] Compiling StructuredQueriesCore QueryExpression.swift
[262/658] Compiling StructuredQueriesCore QueryFragment.swift
[263/658] Compiling StructuredQueriesCore QueryFragmentBuilder.swift
[264/658] Emitting module XCTestDynamicOverlay
[265/658] Compiling XCTestDynamicOverlay Deprecations.swift
[266/658] Compiling CombineSchedulers ImmediateScheduler.swift
[267/658] Compiling CombineSchedulers Deprecations.swift
[268/658] Compiling CombineSchedulers AnyScheduler.swift
[269/658] Compiling CombineSchedulers Concurrency.swift
[270/658] Compiling CombineSchedulers Lock.swift
[271/658] Compiling CombineSchedulers NSRecursiveLock.swift
[272/658] Compiling StructuredQueriesCore Deprecations.swift
[273/658] Compiling StructuredQueriesCore PrettyPrinting.swift
[274/658] Compiling StructuredQueriesCore RangeReplaceableCollection+Queries.swift
[275/658] Compiling StructuredQueriesCore Scope.swift
[276/658] Compiling StructuredQueriesCore Select.swift
[277/658] Compiling StructuredQueriesCore SelectStatement.swift
[278/658] Compiling StructuredQueriesCore Update.swift
[279/658] Compiling StructuredQueriesCore Values.swift
[280/658] Compiling StructuredQueriesCore Where.swift
[281/658] Compiling StructuredQueriesCore CommonTableExpression.swift
[282/658] Compiling StructuredQueriesCore CompoundSelect.swift
[298/673] Compiling IdentifiedCollections IdentifiedCollection.swift
[307/673] Emitting module IdentifiedCollections
[318/701] Compiling StructuredQueriesCore TableDefinition.swift
[319/701] Compiling StructuredQueriesCore TableExpression.swift
[320/701] Compiling StructuredQueriesCore CasePaths.swift
[321/701] Compiling StructuredQueriesCore Tagged.swift
[322/701] Compiling StructuredQueriesCore Updates.swift
[323/701] Emitting module GRDB
[324/701] Compiling GRDB StatementAuthorizer.swift
[325/701] Compiling GRDB StatementColumnConvertible.swift
[326/701] Compiling GRDB CGFloat.swift
[327/701] Compiling GRDB Data.swift
[328/701] Compiling GRDB DatabaseDateComponents.swift
[329/701] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[330/701] Compiling GRDB Date.swift
[331/701] Compiling GRDB Decimal.swift
[332/701] Compiling GRDB NSData.swift
[333/701] Compiling GRDB NSNull.swift
[334/701] Compiling GRDB NSNumber.swift
[335/701] Compiling GRDB NSString.swift
[336/701] Compiling GRDB SQLiteDateParser.swift
[337/701] Compiling GRDB URL.swift
[338/701] Compiling GRDB UUID.swift
[339/701] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[340/701] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[341/701] Compiling CustomDump UserNotifications.swift
[342/701] Compiling CustomDump UserNotificationsUI.swift
[346/701] Compiling CustomDump StoreKit.swift
[347/701] Compiling CustomDump Swift.swift
[348/701] Compiling CustomDump SwiftUI.swift
[349/701] Compiling CustomDump UIKit.swift
[350/701] Compiling CustomDump UniformTypeIdentifiers.swift
[351/701] Emitting module StructuredQueriesCore
[352/701] Compiling GRDB ForeignKey.swift
[353/701] Compiling GRDB Association.swift
[354/701] Compiling GRDB AssociationAggregate.swift
[355/701] Compiling GRDB BelongsToAssociation.swift
[356/701] Compiling GRDB HasManyAssociation.swift
[357/701] Compiling GRDB HasManyThroughAssociation.swift
[358/701] Compiling GRDB HasOneAssociation.swift
[359/701] Compiling GRDB HasOneThroughAssociation.swift
[360/701] Compiling GRDB JoinAssociation.swift
[361/701] Compiling GRDB CommonTableExpression.swift
[362/701] Compiling GRDB QueryInterfaceRequest.swift
[363/701] Compiling GRDB RequestProtocols.swift
[364/701] Compiling GRDB Column.swift
[365/701] Compiling GRDB DatabasePromise.swift
[366/701] Compiling GRDB SQLAssociation.swift
[367/701] Compiling GRDB SQLCollection.swift
[368/701] Compiling GRDB SQLExpression.swift
[369/701] Compiling SwiftSyntax SyntaxNodesOP.swift
[370/701] Compiling SwiftSyntax SyntaxNodesQRS.swift
[371/701] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[372/701] Compiling GRDB TableAlteration.swift
[373/701] Compiling GRDB TableDefinition.swift
[374/701] Compiling GRDB VirtualTableModule.swift
[375/701] Compiling GRDB TableRecord+Association.swift
[376/701] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[377/701] Compiling GRDB EncodableRecord+Encodable.swift
[378/701] Compiling GRDB EncodableRecord.swift
[379/701] Compiling GRDB FetchableRecord+Decodable.swift
[380/701] Compiling GRDB FetchableRecord+TableRecord.swift
[381/701] Compiling GRDB FetchableRecord.swift
[382/701] Compiling GRDB MutablePersistableRecord+DAO.swift
[383/701] Compiling GRDB MutablePersistableRecord+Delete.swift
[384/701] Compiling GRDB MutablePersistableRecord+Insert.swift
[385/701] Compiling GRDB MutablePersistableRecord+Save.swift
[386/701] Compiling CustomDump CustomDumpReflectable.swift
[387/701] Compiling CustomDump CustomDumpRepresentable.swift
[388/701] Compiling CustomDump CustomDumpStringConvertible.swift
[389/701] Compiling CustomDump Photos.swift
[390/701] Compiling CustomDump Speech.swift
[391/701] Compiling GRDB DatabaseSchemaSource.swift
[392/701] Compiling GRDB DatabaseSnapshot.swift
[393/701] Compiling GRDB DatabaseSnapshotPool.swift
[394/701] Compiling GRDB DatabaseValue.swift
[395/701] Compiling GRDB DatabaseValueConvertible.swift
[396/701] Compiling GRDB DatabaseWriter.swift
[397/701] Compiling GRDB DispatchQueueActor.swift
[398/701] Compiling GRDB FetchRequest.swift
[399/701] Compiling GRDB Row.swift
[400/701] Compiling GRDB RowAdapter.swift
[401/701] Compiling GRDB RowDecodingError.swift
[402/701] Compiling GRDB SQL.swift
[403/701] Compiling GRDB SQLInterpolation.swift
[404/701] Compiling GRDB SQLRequest.swift
[405/701] Compiling GRDB SchedulingWatchdog.swift
[406/701] Compiling GRDB SerializedDatabase.swift
[407/701] Compiling GRDB Statement.swift
[408/701] Compiling GRDB SQLForeignKeyRequest.swift
[409/701] Compiling GRDB SQLFunctions.swift
[410/701] Compiling GRDB SQLOperators.swift
[411/701] Compiling GRDB SQLOrdering.swift
[412/701] Compiling GRDB SQLRelation.swift
[413/701] Compiling GRDB SQLSelection.swift
[414/701] Compiling GRDB SQLSubquery.swift
[415/701] Compiling GRDB Table.swift
[416/701] Compiling GRDB SQLColumnGenerator.swift
[417/701] Compiling GRDB SQLGenerationContext.swift
[418/701] Compiling GRDB SQLIndexGenerator.swift
[419/701] Compiling GRDB SQLQueryGenerator.swift
[420/701] Compiling GRDB SQLTableAlterationGenerator.swift
[421/701] Compiling GRDB SQLTableGenerator.swift
[422/701] Compiling GRDB TableAlias.swift
[423/701] Compiling GRDB SQLInterpolation+QueryInterface.swift
[424/701] Compiling GRDB ColumnDefinition.swift
[425/701] Compiling CustomDump ExpectDifference.swift
[426/701] Compiling CustomDump Identifiable.swift
[427/701] Compiling CustomDump Mirror.swift
[428/701] Compiling CustomDump String.swift
[429/701] Compiling CustomDump Foundation.swift
[430/701] Compiling CustomDump CoreImage.swift
[431/701] Compiling CustomDump CoreLocation.swift
[432/701] Compiling CustomDump CoreMotion.swift
[433/701] Compiling CustomDump Diff.swift
[434/701] Compiling CustomDump Dump.swift
[435/701] Compiling CustomDump GameKit.swift
[436/701] Compiling CustomDump KeyPath.swift
[437/701] Compiling CustomDump ExpectNoDifference.swift
[438/701] Compiling CustomDump AnyType.swift
[439/701] Compiling CustomDump CollectionDifference.swift
[440/701] Compiling GRDB ReadWriteLock.swift
[441/701] Compiling GRDB ReceiveValuesOn.swift
[442/701] Compiling GRDB Refinable.swift
[443/701] Compiling GRDB Utils.swift
[444/701] Compiling GRDB DatabaseCancellable.swift
[445/701] Compiling GRDB ValueConcurrentObserver.swift
[446/701] Compiling GRDB ValueWriteOnlyObserver.swift
[447/701] Compiling GRDB Fetch.swift
[448/701] Compiling GRDB Map.swift
[449/701] Compiling GRDB RemoveDuplicates.swift
[450/701] Compiling GRDB Trace.swift
[451/701] Compiling GRDB ValueReducer.swift
[452/701] Compiling GRDB SharedValueObservation.swift
[453/701] Compiling GRDB ValueObservation.swift
[454/701] Compiling GRDB ValueObservationScheduler.swift
[455/701] Compiling GRDB resource_bundle_accessor.swift
[456/716] Compiling Clocks UnimplementedClock.swift
[457/716] Compiling CombineSchedulers UIKit.swift
[458/716] Compiling CombineSchedulers UIScheduler.swift
[459/716] Compiling CombineSchedulers Timer.swift
[460/716] Compiling CombineSchedulers TestScheduler.swift
[461/716] Compiling CombineSchedulers Platform.swift
[462/717] Compiling Clocks _AsyncTimerSequence.swift
[463/717] Compiling Clocks TestClock.swift
[464/717] Compiling Clocks Timer.swift
[465/717] Compiling StructuredQueriesSQLiteCore ScalarFunctions.swift
[466/717] Compiling StructuredQueriesSQLiteCore Triggers.swift
[467/718] Compiling CombineSchedulers UnimplementedScheduler.swift
[468/718] Emitting module CustomDump
[469/721] Compiling StructuredQueriesSQLiteCore Views.swift
[481/721] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[482/721] Compiling SwiftSyntax SyntaxBaseNodes.swift
[483/721] Compiling SwiftSyntax SyntaxNodesD.swift
[484/721] Compiling SwiftSyntax SyntaxNodesEF.swift
[485/721] Compiling SwiftSyntax SyntaxNodesGHI.swift
[486/721] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[487/721] Compiling StructuredQueriesSQLiteCore DatabaseFunction.swift
[488/721] Compiling StructuredQueriesSQLiteCore Exports.swift
[489/721] Compiling StructuredQueriesSQLiteCore Cast.swift
[490/721] Emitting module SwiftSyntax
[491/728] Compiling StructuredQueriesSQLiteCore RowID.swift
[492/728] Compiling StructuredQueriesSQLiteCore JSONFunctions.swift
[493/728] Compiling StructuredQueriesSQLiteCore Date+JulianDay.swift
[494/728] Compiling StructuredQueriesSQLiteCore Date+UnixTime.swift
[495/728] Compiling StructuredQueriesSQLiteCore UUID+Bytes.swift
[496/728] Compiling StructuredQueriesSQLiteCore UUID+Uppercased.swift
[498/728] Compiling StructuredQueriesSQLiteCore Collation+SQLite.swift
[501/728] Emitting module StructuredQueriesSQLiteCore
[502/728] Compiling StructuredQueriesSQLiteCore FTS5.swift
[503/728] Compiling StructuredQueriesSQLiteCore Deprecations.swift
[504/728] Emitting module SwiftSyntax
[508/728] Compiling IssueReportingTestSupport SwiftTesting.swift
[509/728] Compiling IssueReportingTestSupport XCTest.swift
[510/728] Emitting module IssueReportingTestSupport
[510/728] Write Objects.LinkFileList
[512/728] Compiling CustomDump Unordered.swift
[513/728] Compiling CustomDump XCTAssertDifference.swift
[514/728] Compiling CustomDump XCTAssertNoDifference.swift
[521/728] Linking libIssueReportingTestSupport.dylib
[529/728] Emitting module CombineSchedulers
[530/728] Compiling CombineSchedulers SwiftUI.swift
[534/728] Compiling Clocks ImmediateClock.swift
[535/728] Compiling Clocks Lock.swift
[536/728] Emitting module Clocks
[537/728] Compiling Clocks SwiftUI.swift
[538/728] Compiling Clocks AnyClock.swift
[557/754] Compiling Dependencies DependencyKey.swift
[558/754] Compiling Dependencies DependencyValues.swift
[559/754] Compiling Dependencies Assert.swift
[560/754] Compiling Dependencies Calendar.swift
[561/757] Emitting module SnapshotTesting
[562/757] Compiling Dependencies TypeName.swift
[563/757] Compiling Dependencies PreviewTrait.swift
[564/757] Compiling Dependencies Exports.swift
[565/757] Compiling Dependencies SendableKeyPath.swift
[566/759] Compiling Dependencies AppEntryPoint.swift
[567/759] Compiling Dependencies Deprecations.swift
[568/759] Compiling Dependencies Clocks.swift
[569/759] Compiling Dependencies FireAndForget.swift
[570/759] Compiling Dependencies Locale.swift
[571/759] Compiling Dependencies MainQueue.swift
[572/759] Compiling Dependencies WithRandomNumberGenerator.swift
[573/759] Compiling Dependencies Context.swift
[574/759] Compiling Dependencies Date.swift
[576/759] Compiling PerceptionCore ThreadLocal.swift
[577/759] Compiling PerceptionCore Environment.swift
[578/759] Compiling PerceptionCore Bindable.swift
[581/759] Compiling Dependencies NotificationCenter.swift
[582/759] Compiling Dependencies OpenURL.swift
[583/759] Compiling Dependencies TimeZone.swift
[584/759] Compiling Dependencies URLSession.swift
[585/759] Compiling Dependencies Dependency.swift
[586/759] Compiling Dependencies DependencyContext.swift
[587/759] Compiling Dependencies UUID.swift
[588/759] Compiling Dependencies MainRunLoop.swift
[589/759] Emitting module PerceptionCore
[590/759] Compiling PerceptionCore WithPerceptionTracking.swift
[591/760] Emitting module Dependencies
[619/760] Compiling Dependencies TestTrait.swift
[620/760] Compiling Dependencies WithDependencies.swift
[622/760] Compiling SnapshotTesting UIView.swift
[623/760] Compiling SnapshotTesting UIViewController.swift
[624/760] Compiling SnapshotTesting URLRequest.swift
[627/760] Compiling PerceptionCore _PerceptionRegistrar.swift
[632/782] Compiling Sharing Deprecations.swift
[633/782] Compiling Sharing KeyPath+Sendable.swift
[634/782] Compiling Sharing MutexBackport.swift
[635/782] Compiling Sharing Shared.swift
[640/784] Compiling Sharing SharedBinding.swift
[641/784] Compiling Sharing NSRecursiveLock+WithLock.swift
[642/784] Compiling Sharing PassthroughRelay.swift
[650/784] Emitting module Sharing
[651/786] Compiling Sharing InMemoryKey.swift
[652/786] Compiling Sharing SharedPublisher.swift
[653/786] Compiling Sharing SharedReader.swift
[654/786] Compiling Sharing SharedReaderKey.swift
[655/786] Compiling Sharing DefaultKey.swift
[656/786] Compiling Sharing FileStorageKey.swift
[657/786] Compiling Sharing SharedKey.swift
[658/786] Compiling Sharing AppStorageKey.swift
[659/786] Compiling Sharing SharedCollection.swift
[660/786] Compiling Sharing SharedContinuations.swift
[663/786] Compiling Sharing PersistentReferences.swift
[669/786] Compiling Sharing Reference.swift
[670/786] Compiling Sharing SharedChangeTracker.swift
[671/786] Compiling Sharing TypeName.swift
[672/786] Compiling Sharing SwiftUIStateSharing.swift
[673/786] Compiling Sharing resource_bundle_accessor.swift
[701/786] Emitting module SnapshotTestingCustomDump
[703/786] Compiling SnapshotTestingCustomDump CustomDump.swift
[767/786] Compiling SwiftSyntax SyntaxNodesD.swift
[768/786] Compiling SwiftSyntax SyntaxNodesEF.swift
[769/786] Compiling SwiftSyntax SyntaxNodesGHI.swift
[770/786] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[771/786] Compiling SwiftSyntax SyntaxNodesOP.swift
[772/786] Compiling SwiftSyntax SyntaxNodesQRS.swift
[773/786] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[774/846] Compiling SwiftDiagnostics Message.swift
[775/847] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[776/847] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[777/847] Compiling SwiftDiagnostics FixIt.swift
[778/847] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[779/847] Compiling SwiftDiagnostics Note.swift
[780/847] Compiling SwiftBasicFormat InferIndentation.swift
[781/847] Compiling SwiftBasicFormat Syntax+Extensions.swift
[782/847] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[783/847] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[784/847] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[785/847] Compiling SwiftDiagnostics Diagnostic.swift
[786/847] Emitting module SwiftDiagnostics
[787/847] Compiling SwiftDiagnostics Convenience.swift
[788/847] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[789/847] Compiling SwiftBasicFormat Indenter.swift
[790/847] Emitting module SwiftBasicFormat
[791/847] Compiling SwiftBasicFormat BasicFormat.swift
[792/847] Compiling SwiftParser TopLevel.swift
[793/847] Compiling SwiftParser TriviaParser.swift
[794/847] Compiling SwiftParser Types.swift
[795/847] Compiling SwiftParser ExperimentalFeatures.swift
[796/851] Compiling SwiftParser StringLiterals.swift
[797/851] Compiling SwiftParser SwiftParserCompatibility.swift
[798/851] Compiling SwiftParser SwiftVersion.swift
[799/851] Compiling SwiftParser SyntaxUtils.swift
[800/851] Compiling SwiftParser TokenConsumer.swift
[801/851] Compiling SwiftParser TokenPrecedence.swift
[802/851] Compiling SwiftParser TokenSpec.swift
[803/851] Compiling SwiftParser TokenSpecSet.swift
[804/851] Compiling SwiftParser RegexLiteralLexer.swift
[805/851] Compiling SwiftParser UnicodeScalarExtensions.swift
[806/851] Compiling SwiftParser Lookahead.swift
[807/851] Compiling SwiftParser LoopProgressCondition.swift
[808/851] Compiling SwiftParser Modifiers.swift
[809/851] Emitting module SwiftParser
[810/851] Compiling SwiftParser Names.swift
[811/851] Compiling SwiftParser Nominals.swift
[812/851] Compiling SwiftParser Parameters.swift
[813/851] Compiling SwiftParser ParseSourceFile.swift
[814/851] Compiling SwiftParser Parser.swift
[815/851] Compiling SwiftParser Patterns.swift
[816/851] Compiling SwiftParser Recovery.swift
[817/851] Compiling SwiftParser Specifiers.swift
[818/851] Compiling SwiftParser Statements.swift
[819/851] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[820/851] Compiling SwiftParser IsValidIdentifier.swift
[821/851] Compiling SwiftParser Cursor.swift
[822/851] Compiling SwiftParser Lexeme.swift
[823/851] Compiling SwiftParser LexemeSequence.swift
[824/851] Compiling SwiftParser Lexer.swift
[825/851] Compiling SwiftParser Attributes.swift
[826/851] Compiling SwiftParser Availability.swift
[827/851] Compiling SwiftParser CharacterInfo.swift
[828/851] Compiling SwiftParser CollectionNodes+Parsable.swift
[829/851] Compiling SwiftParser CompilerFiles.swift
[830/851] Compiling SwiftParser Declarations.swift
[831/851] Compiling SwiftParser Directives.swift
[832/851] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[833/851] Compiling SwiftParser Expressions.swift
[834/851] Compiling SwiftParser IncrementalParseTransition.swift
[835/851] Compiling SwiftParser IsLexerClassified.swift
[836/851] Compiling SwiftParser LayoutNodes+Parsable.swift
[837/851] Compiling SwiftParser Parser+TokenSpecSet.swift
[838/851] Compiling SwiftParser TokenSpecStaticMembers.swift
[839/874] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[840/875] Compiling SwiftOperators Operator.swift
[841/876] Compiling SwiftOperators OperatorError.swift
[842/876] Compiling SwiftOperators OperatorTable+Defaults.swift
[843/876] Emitting module SwiftOperators
[844/876] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[845/876] Compiling SwiftOperators SyntaxSynthesis.swift
[846/876] Compiling SwiftOperators PrecedenceGroup.swift
[847/876] Compiling SwiftOperators PrecedenceGraph.swift
[848/876] Compiling SwiftOperators OperatorTable.swift
[849/876] Compiling SwiftOperators OperatorTable+Semantics.swift
[850/876] Compiling SwiftOperators OperatorError+Diagnostics.swift
[851/876] Compiling SwiftOperators OperatorTable+Folding.swift
[852/876] Compiling SwiftParserDiagnostics Utils.swift
[853/876] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[854/876] Compiling SwiftParserDiagnostics PresenceUtils.swift
[855/876] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[856/876] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[864/936] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[865/936] Compiling SwiftDiagnostics Message.swift
[866/937] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[867/937] Compiling SwiftBasicFormat Syntax+Extensions.swift
[868/937] Compiling SwiftDiagnostics Note.swift
[869/937] Compiling SwiftParser Attributes.swift
[870/937] Compiling SwiftParser Availability.swift
[871/937] Compiling SwiftParser CharacterInfo.swift
[872/937] Compiling SwiftParser CollectionNodes+Parsable.swift
[873/937] Emitting module SwiftParserDiagnostics
[874/937] Compiling SwiftParser CompilerFiles.swift
[875/937] Compiling SwiftParser Declarations.swift
[876/937] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[877/937] Compiling SwiftDiagnostics FixIt.swift
[878/937] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[879/937] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[880/937] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[881/937] Compiling SwiftDiagnostics Diagnostic.swift
[882/937] Emitting module SwiftDiagnostics
[883/937] Compiling SwiftDiagnostics Convenience.swift
[884/937] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[885/952] Compiling SwiftBasicFormat InferIndentation.swift
[886/952] Emitting module SwiftBasicFormat
[887/952] Compiling SwiftBasicFormat BasicFormat.swift
[888/952] Compiling SwiftBasicFormat Indenter.swift
[889/952] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[890/953] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[891/953] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[892/953] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[893/953] Compiling SwiftParser TopLevel.swift
[894/953] Compiling SwiftParser TriviaParser.swift
[895/953] Compiling SwiftParser Types.swift
[896/953] Compiling SwiftParser ExperimentalFeatures.swift
[897/957] Compiling SwiftParser TokenConsumer.swift
[898/957] Compiling SwiftParser TokenPrecedence.swift
[899/957] Compiling SwiftParser TokenSpec.swift
[900/957] Compiling SwiftParser TokenSpecSet.swift
[901/957] Compiling SwiftParser StringLiterals.swift
[902/957] Compiling SwiftParser SwiftParserCompatibility.swift
[903/957] Compiling SwiftParser SwiftVersion.swift
[904/957] Compiling SwiftParser SyntaxUtils.swift
[905/957] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[906/957] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[907/957] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[908/957] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[909/957] Compiling SwiftSyntaxBuilder Indenter.swift
[910/957] Compiling SwiftSyntaxBuilder ListBuilder.swift
[911/957] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[912/957] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[913/957] Emitting module SwiftSyntaxBuilder
[914/957] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[915/957] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[916/957] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[917/957] Compiling SwiftParser RegexLiteralLexer.swift
[918/957] Compiling SwiftParser UnicodeScalarExtensions.swift
[919/957] Compiling SwiftParser Lookahead.swift
[920/957] Compiling SwiftParser LoopProgressCondition.swift
[921/957] Compiling SwiftParser Modifiers.swift
[922/957] Emitting module SwiftParser
[923/957] Compiling SwiftParser Names.swift
[924/957] Compiling SwiftParser Nominals.swift
[925/957] Compiling SwiftParser Parameters.swift
[926/957] Compiling SwiftParser ParseSourceFile.swift
[927/957] Compiling SwiftParser Parser.swift
[928/957] Compiling SwiftParser Patterns.swift
[929/957] Compiling SwiftParser Recovery.swift
[930/957] Compiling SwiftParser Specifiers.swift
[931/957] Compiling SwiftParser Statements.swift
[932/957] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[933/972] Compiling SwiftParser IsValidIdentifier.swift
[934/972] Compiling SwiftParser Cursor.swift
[935/972] Compiling SwiftParser Lexeme.swift
[936/972] Compiling SwiftParser LexemeSequence.swift
[937/972] Compiling SwiftParser Lexer.swift
[938/972] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[939/973] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[940/973] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[941/973] Compiling SwiftIfConfig VersionTuple.swift
[942/973] Emitting module SwiftIfConfig
[943/973] Compiling SwiftIfConfig ConfiguredRegions.swift
[944/973] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[945/973] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[946/973] Compiling SwiftIfConfig IfConfigFunctions.swift
[947/973] Compiling SwiftIfConfig IfConfigRegionState.swift
[948/973] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[949/973] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[950/973] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[951/973] Compiling SwiftIfConfig BuildConfiguration.swift
[952/973] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[953/973] Compiling SwiftIfConfig IfConfigEvaluation.swift
[964/991] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[965/991] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[966/992] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[967/992] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[968/992] Compiling SwiftSyntaxMacros PreambleMacro.swift
[969/992] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[970/992] Compiling SwiftSyntaxMacros Macro+Format.swift
[971/992] Compiling SwiftSyntaxMacros AttachedMacro.swift
[972/992] Compiling SwiftSyntaxMacros BodyMacro.swift
[973/992] Compiling SwiftSyntaxMacros MemberMacro.swift
[974/992] Compiling SwiftSyntaxMacros PeerMacro.swift
[975/992] Compiling SwiftSyntaxMacros Macro.swift
[976/992] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[977/992] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[978/992] Compiling SwiftSyntaxMacros AccessorMacro.swift
[979/992] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[980/992] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[981/992] Emitting module SwiftSyntaxMacros
[982/992] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[983/992] Compiling SwiftParser IsLexerClassified.swift
[984/992] Compiling SwiftParser LayoutNodes+Parsable.swift
[985/992] Compiling SwiftParser Parser+TokenSpecSet.swift
[986/992] Compiling SwiftParser TokenSpecStaticMembers.swift
[987/1015] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[988/1015] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[989/1016] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[990/1016] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[991/1016] Emitting module SwiftSyntaxMacroExpansion
[992/1016] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[993/1016] Compiling SwiftParserDiagnostics PresenceUtils.swift
[994/1016] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[995/1016] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[996/1016] Compiling SwiftParserDiagnostics Utils.swift
[997/1016] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[998/1016] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[999/1016] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1000/1016] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1001/1016] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1002/1016] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1003/1016] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1004/1028] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1005/1028] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1006/1028] Emitting module SwiftParserDiagnostics
[1007/1028] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1008/1028] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1009/1028] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1010/1028] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1011/1028] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1014/1044] Emitting module SwiftCompilerPluginMessageHandling
[1015/1044] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1016/1044] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1017/1044] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1018/1044] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1019/1044] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1020/1044] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1021/1044] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1022/1044] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1023/1044] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1024/1044] Compiling SwiftSyntaxBuilder Indenter.swift
[1025/1044] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1026/1047] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1029/1047] Emitting module SwiftSyntaxBuilder
[1030/1047] Emitting module SwiftCompilerPlugin
[1031/1047] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1032/1047] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1033/1047] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1034/1047] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1035/1047] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1036/1047] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1037/1047] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1038/1047] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1039/1047] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1040/1047] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1041/1047] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1042/1079] Compiling StructuredQueriesSQLiteMacros Plugin.swift
[1043/1079] Compiling StructuredQueriesSQLiteMacros Nonisolated.swift
[1044/1079] Compiling PerceptionMacros Availability.swift
[1045/1079] Compiling PerceptionMacros Extensions.swift
[1046/1079] Compiling StructuredQueriesMacros Inflection.swift
[1047/1079] Compiling StructuredQueriesMacros Quoting.swift
[1048/1080] Compiling InlineSnapshotTesting Exports.swift
[1049/1080] Compiling StructuredQueriesMacros ColumnsMacro.swift
[1050/1080] Compiling StructuredQueriesMacros EphemeralMacro.swift
[1051/1080] Compiling StructuredQueriesMacros BindMacro.swift
[1052/1080] Compiling StructuredQueriesMacros ColumnMacro.swift
[1053/1080] Compiling StructuredQueriesMacros ExprSyntax.swift
[1054/1080] Compiling StructuredQueriesMacros Interpolation.swift
[1055/1080] Compiling StructuredQueriesMacros SelfRewriter.swift
[1056/1080] Compiling StructuredQueriesMacros Support.swift
[1057/1080] Compiling StructuredQueriesMacros TypeSyntax.swift
[1058/1080] Compiling StructuredQueriesMacros VariableDeclSyntax.swift
[1059/1080] Compiling StructuredQueriesMacros Nonisolated.swift
[1060/1080] Compiling StructuredQueriesMacros PatternBindingSyntax.swift
[1061/1080] Emitting module StructuredQueriesMacros
[1062/1080] Compiling StructuredQueriesMacros Availability.swift
[1063/1080] Compiling StructuredQueriesMacros DeclGroupSyntax.swift
[1064/1080] Compiling StructuredQueriesMacros Plugin.swift
[1065/1080] Compiling StructuredQueriesMacros SQLMacro.swift
[1066/1080] Compiling PerceptionMacros Plugins.swift
[1067/1080] Compiling PerceptionMacros PerceptibleMacro.swift
[1068/1080] Emitting module PerceptionMacros
[1068/1080] Write Objects.LinkFileList
[1070/1080] Emitting module StructuredQueriesSQLiteMacros
[1071/1080] Compiling StructuredQueriesSQLiteMacros VariableDeclSyntax.swift
[1072/1080] Compiling StructuredQueriesSQLiteMacros DatabaseFunctionMacro.swift
[1072/1080] Write Objects.LinkFileList
[1074/1080] Emitting module InlineSnapshotTesting
[1075/1080] Compiling InlineSnapshotTesting AssertInlineSnapshot.swift
[1076/1083] Compiling StructuredQueriesMacros TableMacro.swift
[1076/1083] Write Objects.LinkFileList
[1077/1083] Linking PerceptionMacros-tool
[1078/1086] Linking StructuredQueriesSQLiteMacros-tool
[1080/1086] Compiling Perception Exports.swift
[1081/1086] Emitting module Perception
[1082/1086] Compiling Perception Macros.swift
[1082/1086] Linking StructuredQueriesMacros-tool
[1084/1089] Emitting module StructuredQueriesTestSupport
[1085/1089] Compiling StructuredQueriesTestSupport AssertQuery.swift
[1086/1089] Compiling StructuredQueriesTestSupport QuerySnapshot.swift
[1087/1089] Compiling StructuredQueries Macros.swift
[1088/1089] Compiling StructuredQueries Exports.swift
[1089/1089] Emitting module StructuredQueries
[1090/1092] Compiling StructuredQueriesSQLite Macros.swift
[1091/1092] Emitting module StructuredQueriesSQLite
[1092/1092] Compiling StructuredQueriesSQLite Exports.swift
[1093/1141] Compiling SQLiteData StatementKey.swift
[1094/1141] Compiling SQLiteData CustomFunctions.swift
[1095/1141] Compiling SQLiteData DefaultDatabase.swift
[1096/1141] Compiling SQLiteData QueryCursor.swift
[1097/1141] Compiling SQLiteData SQLiteFunctionDecoder.swift
[1098/1146] Compiling SQLiteData CloudKitFunctions.swift
[1099/1146] Compiling SQLiteData DataManager.swift
[1100/1146] Compiling SQLiteData DatetimeGenerator.swift
[1101/1146] Compiling SQLiteData DefaultNotificationCenter.swift
[1102/1146] Compiling SQLiteData ForeignKey.swift
[1103/1146] Compiling SQLiteData IsolatedWeakVar.swift
[1104/1146] Compiling SQLiteData SQLiteQueryDecoder.swift
[1105/1146] Compiling SQLiteData Seed.swift
[1106/1146] Compiling SQLiteData Statement+GRDB.swift
[1107/1146] Compiling SQLiteData Table+GRDB.swift
[1108/1146] Compiling SQLiteData Tagged.swift
[1109/1146] Compiling SQLiteData FetchSubscription.swift
[1110/1146] Compiling SQLiteData Exports.swift
[1111/1146] Compiling SQLiteData FetchKey+SwiftUI.swift
[1112/1146] Compiling SQLiteData FetchKey.swift
[1113/1146] Compiling SQLiteData ISO8601.swift
[1114/1146] Compiling SQLiteData CloudKit+StructuredQueries.swift
[1115/1146] Compiling SQLiteData CloudKitSharing.swift
[1116/1146] Compiling SQLiteData DefaultSyncEngine.swift
[1117/1146] Compiling SQLiteData IdentifierStringConvertible.swift
[1118/1146] Compiling SQLiteData CloudContainer.swift
[1119/1146] Compiling SQLiteData CloudDatabase.swift
[1120/1146] Compiling SQLiteData SyncEngineProtocol+Live.swift
[1121/1146] Compiling SQLiteData SyncEngineProtocol.swift
[1122/1146] Compiling SQLiteData TableInfo.swift
[1123/1146] Compiling SQLiteData Triggers.swift
[1124/1146] Compiling SQLiteData UnsyncedRecordID.swift
[1125/1146] Compiling SQLiteData Logging.swift
[1126/1146] Compiling SQLiteData Metadatabase.swift
[1127/1146] Compiling SQLiteData MockCloudContainer.swift
[1128/1146] Compiling SQLiteData MockCloudDatabase.swift
[1129/1146] Compiling SQLiteData MockSyncEngine.swift
[1130/1146] Compiling SQLiteData PendingRecordZoneChange.swift
[1131/1146] Emitting module SQLiteData
[1132/1146] Compiling SQLiteData Pragmas.swift
[1133/1146] Compiling SQLiteData RecordType.swift
[1134/1146] Compiling SQLiteData SQLiteSchema.swift
[1135/1146] Compiling SQLiteData StateSerialization.swift
[1136/1146] Compiling SQLiteData SyncEngine.Event.swift
[1137/1146] Compiling SQLiteData SyncMetadata.swift
[1138/1146] Compiling SQLiteData Fetch.swift
[1139/1146] Compiling SQLiteData FetchAll.swift
[1140/1146] Compiling SQLiteData FetchKeyRequest.swift
[1141/1146] Compiling SQLiteData FetchOne.swift
[1142/1146] Compiling SQLiteData UserDatabase.swift
[1143/1146] Compiling SQLiteData _SendableMetatype.swift
[1144/1146] Compiling SQLiteData PrimaryKeyMigration.swift
[1145/1146] Compiling SQLiteData SyncEngine.swift
[1146/1146] Compiling SQLiteData SyncEngineDelegate.swift
[1147/1148] Emitting module SQLiteDataTestSupport
[1148/1148] Compiling SQLiteDataTestSupport AssertQuery.swift
Build complete! (110.56s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/apple/swift-docc-plugin
[1/3611] Fetching swift-sharing
[110/5898] Fetching swift-sharing, swift-docc-plugin
[215/13085] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries
[287/14303] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, swift-tagged
[492/16269] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, swift-tagged, swift-perception
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (1.07s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (1.07s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.08s)
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[3459/5471] Fetching swift-docc-plugin, swift-tagged, swift-perception
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.67s)
Fetching https://github.com/groue/GRDB.swift
Fetched https://github.com/apple/swift-docc-plugin from cache (2.07s)
Fetched https://github.com/pointfreeco/swift-perception from cache (2.07s)
Fetched https://github.com/pointfreeco/swift-tagged from cache (2.07s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.12s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.03s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.13s)
[1/113633] Fetching grdb.swift
Fetched https://github.com/apple/swift-collections from cache (1.55s)
Fetched https://github.com/groue/GRDB.swift from cache (16.83s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (22.06s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.31.1 (2.64s)
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.71s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (2.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.50s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.10.0 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.1 (0.67s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.49s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.52s)
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.66s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.67s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.19s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.2.0 (0.49s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.69s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.33s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (0.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.82s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.8.0 (0.48s)
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1542] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.17s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.66s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.59s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (0.59s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.10.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.8.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.31.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.3
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.6.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-perception",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "swift-sharing",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-sharing"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.31.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "swift-tagged",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-tagged"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "sqlite-data",
"name" : "sqlite-data",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SQLiteData",
"targets" : [
"SQLiteData"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SQLiteDataTestSupport",
"targets" : [
"SQLiteDataTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SQLiteDataTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteDataTests",
"path" : "Tests/SQLiteDataTests",
"product_dependencies" : [
"DependenciesTestSupport",
"InlineSnapshotTesting",
"SnapshotTestingCustomDump",
"StructuredQueries"
],
"sources" : [
"AssertQueryTests.swift",
"CloudKitTests/AccountLifecycleTests.swift",
"CloudKitTests/AppLifecycleTests.swift",
"CloudKitTests/AssetsTests.swift",
"CloudKitTests/AtomicTests.swift",
"CloudKitTests/AttachedMetadatabaseTests.swift",
"CloudKitTests/CloudKitTests.swift",
"CloudKitTests/FetchRecordZoneChangesTests.swift",
"CloudKitTests/FetchedDatabaseChangesTests.swift",
"CloudKitTests/ForeignKeyConstraintTests.swift",
"CloudKitTests/MergeConflictTests.swift",
"CloudKitTests/MetadataTests.swift",
"CloudKitTests/MockCloudDatabaseTests.swift",
"CloudKitTests/NewTableSyncTests.swift",
"CloudKitTests/NextRecordZoneChangeBatchTests.swift",
"CloudKitTests/PreviewTests.swift",
"CloudKitTests/RecordTypeTests.swift",
"CloudKitTests/ReferenceViolationTests.swift",
"CloudKitTests/SchemaChangeTests.swift",
"CloudKitTests/SharingPermissionsTests.swift",
"CloudKitTests/SharingTests.swift",
"CloudKitTests/SyncEngineDelegateTests.swift",
"CloudKitTests/SyncEngineLifecycleTests.swift",
"CloudKitTests/SyncEngineTests.swift",
"CloudKitTests/SyncEngineValidationTests.swift",
"CloudKitTests/TopologicalTableSortingTests.swift",
"CloudKitTests/TriggerTests.swift",
"CloudKitTests/UnattachedSyncEngineTests.swift",
"CloudKitTests/UserlandTests.swift",
"CompileTimeTests.swift",
"CustomFunctionTests.swift",
"DatabaseFunctionTests.swift",
"DateTests.swift",
"FetchAllTests.swift",
"FetchOneTests.swift",
"FetchSubscriptionTests.swift",
"FetchTests.swift",
"IntegrationTests.swift",
"Internal/BaseCloudKitTests.swift",
"Internal/CloudKit+CustomDump.swift",
"Internal/CloudKitTestHelpers.swift",
"Internal/ResultExtensions.swift",
"Internal/Schema.swift",
"Internal/TestScopes.swift",
"Internal/UserDatabaseHelpers.swift",
"MigrationTests.swift",
"PrimaryKeyMigrationTests.swift",
"QueryCursorTests.swift"
],
"target_dependencies" : [
"SQLiteData",
"SQLiteDataTestSupport"
],
"type" : "test"
},
{
"c99name" : "SQLiteDataTestSupport",
"module_type" : "SwiftTarget",
"name" : "SQLiteDataTestSupport",
"path" : "Sources/SQLiteDataTestSupport",
"product_dependencies" : [
"ConcurrencyExtras",
"CustomDump",
"Dependencies",
"InlineSnapshotTesting",
"StructuredQueriesTestSupport"
],
"product_memberships" : [
"SQLiteDataTestSupport"
],
"sources" : [
"AssertQuery.swift"
],
"target_dependencies" : [
"SQLiteData"
],
"type" : "library"
},
{
"c99name" : "SQLiteData",
"module_type" : "SwiftTarget",
"name" : "SQLiteData",
"path" : "Sources/SQLiteData",
"product_dependencies" : [
"ConcurrencyExtras",
"Dependencies",
"GRDB",
"IssueReporting",
"OrderedCollections",
"Perception",
"Sharing",
"StructuredQueriesSQLite",
"Tagged"
],
"product_memberships" : [
"SQLiteData",
"SQLiteDataTestSupport"
],
"sources" : [
"CloudKit/CloudKit+StructuredQueries.swift",
"CloudKit/CloudKitSharing.swift",
"CloudKit/DefaultSyncEngine.swift",
"CloudKit/IdentifierStringConvertible.swift",
"CloudKit/Internal/CloudContainer.swift",
"CloudKit/Internal/CloudDatabase.swift",
"CloudKit/Internal/CloudKitFunctions.swift",
"CloudKit/Internal/DataManager.swift",
"CloudKit/Internal/DatetimeGenerator.swift",
"CloudKit/Internal/DefaultNotificationCenter.swift",
"CloudKit/Internal/ForeignKey.swift",
"CloudKit/Internal/IsolatedWeakVar.swift",
"CloudKit/Internal/Logging.swift",
"CloudKit/Internal/Metadatabase.swift",
"CloudKit/Internal/MockCloudContainer.swift",
"CloudKit/Internal/MockCloudDatabase.swift",
"CloudKit/Internal/MockSyncEngine.swift",
"CloudKit/Internal/PendingRecordZoneChange.swift",
"CloudKit/Internal/Pragmas.swift",
"CloudKit/Internal/RecordType.swift",
"CloudKit/Internal/SQLiteSchema.swift",
"CloudKit/Internal/StateSerialization.swift",
"CloudKit/Internal/SyncEngine.Event.swift",
"CloudKit/Internal/SyncEngineProtocol+Live.swift",
"CloudKit/Internal/SyncEngineProtocol.swift",
"CloudKit/Internal/TableInfo.swift",
"CloudKit/Internal/Triggers.swift",
"CloudKit/Internal/UnsyncedRecordID.swift",
"CloudKit/Internal/UserDatabase.swift",
"CloudKit/Internal/_SendableMetatype.swift",
"CloudKit/PrimaryKeyMigration.swift",
"CloudKit/SyncEngine.swift",
"CloudKit/SyncEngineDelegate.swift",
"CloudKit/SyncMetadata.swift",
"Fetch.swift",
"FetchAll.swift",
"FetchKeyRequest.swift",
"FetchOne.swift",
"FetchSubscription.swift",
"Internal/Exports.swift",
"Internal/FetchKey+SwiftUI.swift",
"Internal/FetchKey.swift",
"Internal/ISO8601.swift",
"Internal/StatementKey.swift",
"StructuredQueries+GRDB/CustomFunctions.swift",
"StructuredQueries+GRDB/DefaultDatabase.swift",
"StructuredQueries+GRDB/QueryCursor.swift",
"StructuredQueries+GRDB/SQLiteFunctionDecoder.swift",
"StructuredQueries+GRDB/SQLiteQueryDecoder.swift",
"StructuredQueries+GRDB/Seed.swift",
"StructuredQueries+GRDB/Statement+GRDB.swift",
"StructuredQueries+GRDB/Table+GRDB.swift",
"Traits/Tagged.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.