Build Information
Successful build of fluent-kit, reference 1.56.0 (ec0940), with Swift 6.1 for Android on 27 Mar 2026 20:26:54 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-kit.git
Reference: 1.56.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/fluent-kit
* tag 1.56.0 -> FETCH_HEAD
HEAD is now at ec09409 Enable `Foo.query(on:).set(\.$foo.$bar, to: baz).update()` with `@Group` properties (#652)
Cloned https://github.com/vapor/fluent-kit.git
Revision (git rev-parse @):
ec094096d715593c4944cb9aeb72a633faa82918
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-kit.git at 1.56.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/fluent-kit.git
https://github.com/vapor/fluent-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.32.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-service-context",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-service-context.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "fluent-kit",
"name" : "fluent-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentKit",
"targets" : [
"FluentKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentBenchmark",
"targets" : [
"FluentBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentSQL",
"targets" : [
"FluentSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTFluent",
"targets" : [
"XCTFluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTFluent",
"module_type" : "SwiftTarget",
"name" : "XCTFluent",
"path" : "Sources/XCTFluent",
"product_dependencies" : [
"NIOEmbedded"
],
"product_memberships" : [
"XCTFluent"
],
"sources" : [
"DummyDatabase.swift",
"TestDatabase.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentSQL",
"module_type" : "SwiftTarget",
"name" : "FluentSQL",
"path" : "Sources/FluentSQL",
"product_dependencies" : [
"SQLKit"
],
"product_memberships" : [
"FluentBenchmark",
"FluentSQL"
],
"sources" : [
"ConverterUtilities.swift",
"DatabaseQuery+SQL.swift",
"DatabaseSchema+SQL.swift",
"Exports.swift",
"SQLDatabase+Model+Concurrency.swift",
"SQLDatabase+Model.swift",
"SQLJSONColumnPath+Deprecated.swift",
"SQLList+Deprecated.swift",
"SQLQualifiedTable+Deprecated.swift",
"SQLQueryConverter.swift",
"SQLSchemaConverter.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentKitTests",
"module_type" : "SwiftTarget",
"name" : "FluentKitTests",
"path" : "Tests/FluentKitTests",
"product_dependencies" : [
"InMemoryTracing"
],
"sources" : [
"AsyncTests/AsyncFilterQueryTests.swift",
"AsyncTests/AsyncFluentKitTests.swift",
"AsyncTests/AsyncQueryBuilderTests.swift",
"CompositeIDTests.swift",
"DummyDatabaseForTestSQLSerializer.swift",
"FilterQueryTests.swift",
"FluentKitTests.swift",
"OptionalEnumQueryTests.swift",
"OptionalFieldQueryTests.swift",
"QueryBuilderTests.swift",
"SQLTests.swift",
"TestUtilities.swift",
"TracingTests.swift"
],
"target_dependencies" : [
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"type" : "test"
},
{
"c99name" : "FluentKit",
"module_type" : "SwiftTarget",
"name" : "FluentKit",
"path" : "Sources/FluentKit",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOCore",
"NIOPosix",
"Logging",
"SQLKit",
"Tracing",
"ServiceContextModule",
"ServiceLifecycle"
],
"product_memberships" : [
"FluentKit",
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"sources" : [
"Concurrency/AsyncMigration.swift",
"Concurrency/AsyncModelMiddleware.swift",
"Concurrency/Children+Concurrency.swift",
"Concurrency/Database+Concurrency.swift",
"Concurrency/EnumBuilder+Concurrency.swift",
"Concurrency/Model+Concurrency.swift",
"Concurrency/ModelResponder+Concurrency.swift",
"Concurrency/OptionalChild+Concurrency.swift",
"Concurrency/OptionalParent+Concurrency.swift",
"Concurrency/Parent+Concurrency.swift",
"Concurrency/QueryBuilder+Concurrency.swift",
"Concurrency/Relation+Concurrency.swift",
"Concurrency/SchemaBuilder+Concurrency.swift",
"Concurrency/Siblings+Concurrency.swift",
"Database/Database+Logging.swift",
"Database/Database.swift",
"Database/DatabaseID.swift",
"Database/DatabaseInput.swift",
"Database/DatabaseOutput.swift",
"Database/Databases.swift",
"Database/KeyPrefixingStrategy.swift",
"Database/TransactionControlDatabase.swift",
"Enum/DatabaseEnum.swift",
"Enum/EnumBuilder.swift",
"Enum/EnumMetadata.swift",
"Enum/EnumProperty.swift",
"Enum/OptionalEnumProperty.swift",
"Exports.swift",
"FluentError.swift",
"Middleware/ModelMiddleware.swift",
"Middleware/ModelResponder.swift",
"Migration/Migration.swift",
"Migration/MigrationLog.swift",
"Migration/Migrations.swift",
"Migration/Migrator.swift",
"Model/AnyModel.swift",
"Model/EagerLoad.swift",
"Model/Fields+Codable.swift",
"Model/Fields.swift",
"Model/MirrorBypass.swift",
"Model/Model+CRUD.swift",
"Model/Model.swift",
"Model/ModelAlias.swift",
"Model/Schema.swift",
"Operators/FieldOperators.swift",
"Operators/Operators.swift",
"Operators/ValueOperators+Array.swift",
"Operators/ValueOperators+String.swift",
"Operators/ValueOperators.swift",
"Properties/Boolean.swift",
"Properties/BooleanPropertyFormat.swift",
"Properties/Children.swift",
"Properties/CompositeChildren.swift",
"Properties/CompositeID.swift",
"Properties/CompositeOptionalChild.swift",
"Properties/CompositeOptionalParent.swift",
"Properties/CompositeParent.swift",
"Properties/Field.swift",
"Properties/FieldKey.swift",
"Properties/Group.swift",
"Properties/ID.swift",
"Properties/OptionalBoolean.swift",
"Properties/OptionalChild.swift",
"Properties/OptionalField.swift",
"Properties/OptionalParent.swift",
"Properties/Parent.swift",
"Properties/Property.swift",
"Properties/Relation.swift",
"Properties/Siblings.swift",
"Properties/Timestamp.swift",
"Properties/TimestampFormat.swift",
"Query/Builder/QueryBuilder+Aggregate.swift",
"Query/Builder/QueryBuilder+EagerLoad.swift",
"Query/Builder/QueryBuilder+Filter.swift",
"Query/Builder/QueryBuilder+Group.swift",
"Query/Builder/QueryBuilder+Join+DirectRelations.swift",
"Query/Builder/QueryBuilder+Join.swift",
"Query/Builder/QueryBuilder+Paginate.swift",
"Query/Builder/QueryBuilder+Range.swift",
"Query/Builder/QueryBuilder+Set.swift",
"Query/Builder/QueryBuilder+Sort.swift",
"Query/Builder/QueryBuilder.swift",
"Query/Database/DatabaseQuery+Action.swift",
"Query/Database/DatabaseQuery+Aggregate.swift",
"Query/Database/DatabaseQuery+Field.swift",
"Query/Database/DatabaseQuery+Filter.swift",
"Query/Database/DatabaseQuery+Join.swift",
"Query/Database/DatabaseQuery+Range.swift",
"Query/Database/DatabaseQuery+Sort.swift",
"Query/Database/DatabaseQuery+Value.swift",
"Query/Database/DatabaseQuery.swift",
"Query/QueryHistory.swift",
"Schema/DatabaseSchema.swift",
"Schema/SchemaBuilder.swift",
"Utilities/OptionalType.swift",
"Utilities/RandomGeneratable.swift",
"Utilities/SomeCodingKey.swift"
],
"type" : "library"
},
{
"c99name" : "FluentBenchmark",
"module_type" : "SwiftTarget",
"name" : "FluentBenchmark",
"path" : "Sources/FluentBenchmark",
"product_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"product_memberships" : [
"FluentBenchmark"
],
"sources" : [
"Exports.swift",
"FluentBenchmarker.swift",
"SolarSystem/GalacticJurisdiction.swift",
"SolarSystem/Galaxy.swift",
"SolarSystem/Governor.swift",
"SolarSystem/Jurisdiction.swift",
"SolarSystem/Moon.swift",
"SolarSystem/Planet.swift",
"SolarSystem/PlanetTag.swift",
"SolarSystem/SolarSystem.swift",
"SolarSystem/Star.swift",
"SolarSystem/Tag.swift",
"Tests/AggregateTests.swift",
"Tests/ArrayTests.swift",
"Tests/BatchTests.swift",
"Tests/CRUDTests.swift",
"Tests/ChildTests.swift",
"Tests/ChildrenTests.swift",
"Tests/ChunkTests.swift",
"Tests/CodableTests.swift",
"Tests/CompositeIDTests.swift",
"Tests/CompositeRelationTests.swift",
"Tests/EagerLoadTests.swift",
"Tests/EnumTests.swift",
"Tests/FilterTests.swift",
"Tests/GroupTests.swift",
"Tests/IDTests.swift",
"Tests/JoinTests.swift",
"Tests/MiddlewareTests.swift",
"Tests/MigratorTests.swift",
"Tests/ModelTests.swift",
"Tests/OptionalParentTests.swift",
"Tests/PaginationTests.swift",
"Tests/ParentTests.swift",
"Tests/PerformanceTests+Siblings.swift",
"Tests/PerformanceTests.swift",
"Tests/RangeTests.swift",
"Tests/SQLTests.swift",
"Tests/SchemaTests.swift",
"Tests/SetTests.swift",
"Tests/SiblingsTests.swift",
"Tests/SoftDeleteTests.swift",
"Tests/SortTests.swift",
"Tests/TimestampTests.swift",
"Tests/TransactionTests.swift",
"Tests/UniqueTests.swift"
],
"target_dependencies" : [
"FluentKit",
"FluentSQL"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
[1006/6901] Fetching swift-service-context, swift-distributed-tracing
[1838/9587] Fetching swift-service-context, swift-distributed-tracing, swift-service-lifecycle
[4498/15874] Fetching swift-service-context, swift-distributed-tracing, swift-service-lifecycle, swift-log
[4606/22071] Fetching swift-service-context, swift-distributed-tracing, swift-service-lifecycle, swift-log, sql-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.45s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.45s)
[1/82947] Fetching swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.26s)
Fetched https://github.com/apple/swift-log.git from cache (5.26s)
Fetched https://github.com/apple/swift-nio.git from cache (5.37s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (5.91s)
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 (0.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.93s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.61s)
Fetching https://github.com/apple/swift-collections.git
[1/23214] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (1.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.94s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[1821/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.40s)
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.55s)
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/43] Write sources
[28/43] Compiling CNIOWindows shim.c
[29/43] Compiling CNIOOpenBSD shim.c
[30/43] Compiling CNIOWindows WSAStartup.c
[31/43] Compiling CNIOWASI CNIOWASI.c
[31/43] Compiling CNIOPosix event_loop_id.c
[33/43] Write sources
[35/43] Compiling _AtomicsShims.c
[35/43] Write sources
[37/43] Compiling CNIOLinux liburing_shims.c
[38/43] Compiling CNIODarwin shim.c
[39/43] Compiling CNIOLinux shim.c
[40/43] Write swift-version-24593BA9C3E375BF.txt
[42/78] Emitting module InternalCollectionsUtilities
[42/80] Compiling c-nioatomics.c
[44/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/98] Emitting module _NIODataStructures
[47/98] Compiling Atomics AtomicInteger.swift
[48/98] Compiling Atomics AtomicOptionalWrappable.swift
[49/98] Compiling Atomics AtomicReference.swift
[50/98] Compiling ServiceContextModule ServiceContextKey.swift
[51/98] Compiling Atomics UnsafeAtomic.swift
[52/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[53/98] Emitting module _NIOBase64
[54/98] Compiling _NIOBase64 Base64.swift
[55/99] Compiling ServiceContextModule ServiceContext.swift
[56/99] Emitting module ServiceContextModule
[57/100] Compiling Atomics OptionalRawRepresentable.swift
[58/100] Compiling Atomics RawRepresentable.swift
[59/100] Compiling Atomics AtomicBool.swift
[60/100] Compiling Atomics AtomicStorage.swift
[61/100] Compiling Atomics AtomicValue.swift
[62/100] Compiling _NIODataStructures Heap.swift
[63/100] Compiling _NIODataStructures PriorityQueue.swift
[64/100] Compiling _NIODataStructures _TinyArray.swift
[65/101] Compiling Atomics IntegerConformances.swift
[66/101] Compiling Atomics PointerConformances.swift
[67/101] Compiling Atomics Primitives.native.swift
[68/101] Compiling Atomics ManagedAtomic.swift
[69/101] Compiling Atomics ManagedAtomicLazyReference.swift
[70/101] Compiling Atomics AtomicMemoryOrderings.swift
[71/101] Compiling Atomics DoubleWord.swift
[84/172] Compiling Instrumentation Instrument.swift
[85/242] Emitting module Instrumentation
[86/242] Compiling Instrumentation InstrumentationSystem.swift
[87/242] Compiling Instrumentation NoOpInstrument.swift
[88/242] Compiling _RopeModule BigString+Chunk+UTF16.swift
[89/242] Compiling _RopeModule BigString+Chunk+UTF8.swift
[90/242] Compiling _RopeModule BigString+Metrics.swift
[91/242] Compiling _RopeModule BigString+Summary.swift
[92/242] Compiling _RopeModule BigString.swift
[93/242] Compiling Instrumentation MultiplexInstrument.swift
[94/242] Compiling HeapModule Heap+Descriptions.swift
[95/242] Compiling _RopeModule BigString+Builder.swift
[96/242] Compiling _RopeModule BigString+Contents.swift
[97/242] Compiling _RopeModule BigString+Debugging.swift
[98/242] Compiling _RopeModule BigString+Index.swift
[99/242] Compiling _RopeModule BigString+Ingester.swift
[100/242] Compiling _RopeModule BigString+Invariants.swift
[104/242] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[105/242] Compiling _RopeModule BigString+Chunk+Breaks.swift
[106/242] Compiling _RopeModule BigString+Chunk+Character.swift
[107/242] Compiling _RopeModule BigString+Chunk+Counts.swift
[108/242] Compiling _RopeModule BigString+Chunk+Description.swift
[109/242] Compiling _RopeModule BigString+Chunk+Index.swift
[110/242] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[111/242] Compiling _RopeModule BigString+Chunk+Splitting.swift
[114/242] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[115/242] Compiling _RopeModule BigString+Chunk.swift
[116/242] Compiling _RopeModule BigString+BidirectionalCollection.swift
[117/242] Compiling _RopeModule BigString+Comparable.swift
[118/242] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[119/242] Compiling _RopeModule BigString+CustomStringConvertible.swift
[120/242] Compiling _RopeModule BigString+Equatable.swift
[121/242] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[122/242] Compiling _RopeModule BigString+Hashing.swift
[123/242] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[124/242] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[125/251] Compiling HeapModule _HeapNode.swift
[126/251] Compiling HeapModule Heap.swift
[126/251] Compiling c-atomics.c
[128/251] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[129/251] Compiling HeapModule Heap+Invariants.swift
[130/251] Compiling HeapModule Heap+UnsafeHandle.swift
[131/251] Emitting module HeapModule
[132/252] Compiling _RopeModule Rope+Builder.swift
[133/252] Compiling _RopeModule Rope+Debugging.swift
[134/252] Compiling _RopeModule Rope+Invariants.swift
[135/252] Compiling _RopeModule _RopeVersion.swift
[136/252] Compiling _RopeModule Rope+Collection.swift
[137/252] Compiling _RopeModule Rope+Index.swift
[138/252] Compiling _RopeModule Rope+Sequence.swift
[140/259] Compiling _RopeModule BigString+UTF16View.swift
[141/259] Compiling _RopeModule BigString+UTF8View.swift
[142/259] Compiling _RopeModule BigString+UnicodeScalarView.swift
[143/259] Compiling _RopeModule BigSubstring+UTF16View.swift
[144/259] Compiling _RopeModule BigSubstring+UTF8View.swift
[145/259] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[146/259] Compiling _RopeModule BigSubstring.swift
[147/266] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[156/276] Compiling _RopeModule BigString+Append.swift
[157/276] Compiling _RopeModule BigString+Initializers.swift
[158/276] Compiling _RopeModule BigString+Insert.swift
[159/276] Compiling _RopeModule BigString+Managing Breaks.swift
[160/276] Compiling _RopeModule BigString+RemoveSubrange.swift
[161/276] Compiling _RopeModule BigString+ReplaceSubrange.swift
[162/276] Compiling _RopeModule BigString+Split.swift
[163/276] Compiling _RopeModule Range+BigString.swift
[164/297] Compiling HashTreeCollections _HashNode+Structural union.swift
[165/297] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[166/297] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[167/297] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[168/297] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[169/297] Compiling HashTreeCollections _HashNode.swift
[170/297] Compiling _RopeModule BigString+Sequence.swift
[171/297] Compiling _RopeModule BigString+TextOutputStream.swift
[172/297] Compiling HashTreeCollections _AncestorHashSlots.swift
[173/297] Compiling HashTreeCollections _Bitmap.swift
[174/297] Compiling HashTreeCollections _Bucket.swift
[175/297] Compiling HashTreeCollections _Hash.swift
[176/297] Compiling HashTreeCollections _HashLevel.swift
[177/297] Compiling HashTreeCollections _HashNode+Builder.swift
[178/297] Compiling HashTreeCollections _HashNode+Debugging.swift
[179/297] Compiling HashTreeCollections _HashNode+Initializers.swift
[180/342] Compiling NIOConcurrencyHelpers NIOLock.swift
[181/342] Compiling HashTreeCollections _HashNodeHeader.swift
[182/342] Compiling HashTreeCollections _HashSlot.swift
[183/342] Compiling HashTreeCollections _HashStack.swift
[184/342] Compiling HashTreeCollections _HashTreeIterator.swift
[185/342] Compiling HashTreeCollections _HashTreeStatistics.swift
[186/342] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[187/342] Compiling HashTreeCollections _RawHashNode.swift
[188/342] Compiling HashTreeCollections _UnmanagedHashNode.swift
[189/342] Compiling HashTreeCollections _UnsafePath.swift
[190/342] Compiling HashTreeCollections TreeDictionary+Codable.swift
[191/342] Compiling NIOConcurrencyHelpers lock.swift
[192/342] Emitting module NIOConcurrencyHelpers
[193/342] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[194/342] Compiling Instrumentation Locks.swift
[195/342] Emitting module Logging
[196/342] Compiling Logging Locks.swift
[197/343] Compiling Logging MetadataProvider.swift
[198/343] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[199/343] Compiling NIOConcurrencyHelpers atomics.swift
[200/344] Compiling Logging LogHandler.swift
[201/344] Compiling Logging Logging.swift
[202/345] Emitting module ConcurrencyHelpers
[203/345] Compiling ConcurrencyHelpers LockedValueBox.swift
[204/345] Compiling ConcurrencyHelpers Lock.swift
[208/346] Compiling HashTreeCollections TreeSet+Hashable.swift
[209/346] Compiling HashTreeCollections TreeSet+Sendable.swift
[210/346] Compiling HashTreeCollections TreeSet+Sequence.swift
[211/346] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[212/346] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[213/346] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[214/346] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[215/346] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[216/346] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[217/346] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[225/356] Compiling HashTreeCollections TreeSet+Equatable.swift
[226/356] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[227/356] Compiling HashTreeCollections TreeSet+Extras.swift
[228/356] Compiling HashTreeCollections TreeSet+Filter.swift
[229/356] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[230/356] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[231/356] Compiling HashTreeCollections TreeDictionary+Filter.swift
[232/356] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[233/356] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[234/356] Emitting module Atomics
[235/357] Compiling HashTreeCollections _HashNode+Invariants.swift
[236/357] Compiling HashTreeCollections _HashNode+Lookups.swift
[237/357] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[238/357] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[239/357] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[240/357] Compiling HashTreeCollections _HashNode+Storage.swift
[241/357] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[242/357] Compiling HashTreeCollections _HashNode+Structural filter.swift
[249/357] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[250/357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[251/357] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[258/455] Compiling HashTreeCollections TreeDictionary+Keys.swift
[259/455] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[260/455] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[261/455] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[262/455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[263/455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[264/455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[265/455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[266/455] Compiling BitCollections BitSet+SetAlgebra union.swift
[267/455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[268/455] Compiling BitCollections BitSet.Counted.swift
[277/455] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/455] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/455] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/455] Compiling HashTreeCollections TreeDictionary+Values.swift
[281/455] Compiling Tracing InstrumentationSystem+Tracing.swift
[282/455] Compiling BitCollections BitSet+Invariants.swift
[283/455] Compiling BitCollections BitSet+Random.swift
[284/455] Compiling BitCollections BitSet+SetAlgebra basics.swift
[285/455] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[302/455] Compiling BitCollections BinaryInteger extensions.swift
[303/455] Compiling BitCollections BitArray+BitwiseOperations.swift
[304/455] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[305/455] Compiling BitCollections BitArray+Codable.swift
[306/455] Compiling BitCollections BitArray+Collection.swift
[307/455] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[308/455] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[309/455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[310/455] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[311/459] Compiling BitCollections BitSet+Equatable.swift
[312/459] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[313/459] Compiling BitCollections BitSet+Extras.swift
[314/459] Compiling BitCollections BitSet+Hashable.swift
[315/459] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[316/459] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[317/459] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[318/459] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[319/459] Emitting module ContainersPreview
[320/459] Compiling BitCollections BitArray+Copy.swift
[321/459] Compiling BitCollections BitArray+CustomReflectable.swift
[322/459] Compiling BitCollections BitArray+Descriptions.swift
[323/459] Compiling BitCollections BitArray+Equatable.swift
[324/459] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[325/459] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[326/459] Compiling BitCollections BitArray+Extras.swift
[327/459] Compiling BitCollections BitArray+Fill.swift
[328/459] Compiling BitCollections BitArray+Hashable.swift
[329/459] Compiling BitCollections BitArray+Initializers.swift
[330/459] Compiling BitCollections BitArray+Invariants.swift
[331/459] Compiling BitCollections BitSet+Codable.swift
[332/459] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[333/459] Compiling BitCollections BitSet+CustomReflectable.swift
[334/459] Compiling BitCollections BitSet+CustomStringConvertible.swift
[338/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[339/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[340/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[341/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[342/459] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[343/459] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[344/459] Compiling HashTreeCollections TreeSet.swift
[345/459] Emitting module Tracing
[346/459] Compiling Tracing TracingTime.swift
[347/459] Compiling ContainersPreview Box.swift
[348/459] Compiling ContainersPreview Inout.swift
[349/459] Compiling ContainersPreview InputSpan.swift
[350/459] Compiling ContainersPreview Shared.swift
[351/460] Compiling Tracing TracerProtocol.swift
[361/467] Emitting module UnixSignals
[362/467] Compiling Tracing Tracer.swift
[363/467] Compiling Tracing TracerProtocol+Legacy.swift
[364/467] Emitting module _RopeModule
[365/468] Compiling UnixSignals UnixSignal.swift
[366/468] Compiling UnixSignals UnixSignalsSequence.swift
[367/469] Emitting module OrderedCollections
[378/510] Compiling DequeModule UniqueDeque+Experimental.swift
[379/510] Compiling DequeModule UniqueDeque+Hashable.swift
[380/510] Compiling DequeModule UniqueDeque+Initializers.swift
[381/510] Compiling DequeModule UniqueDeque+Insertions.swift
[382/510] Compiling DequeModule UniqueDeque+Prepend.swift
[383/510] Compiling DequeModule UniqueDeque+Removals.swift
[384/510] Compiling BitCollections BitSet+Initializers.swift
[389/510] Compiling DequeModule RigidDeque+Container.swift
[390/510] Compiling DequeModule RigidDeque+Descriptions.swift
[391/510] Compiling DequeModule RigidDeque+Equatable.swift
[392/510] Compiling DequeModule RigidDeque+Experimental.swift
[393/510] Compiling DequeModule RigidDeque+Hashable.swift
[394/510] Compiling DequeModule RigidDeque+Initializers.swift
[395/510] Compiling DequeModule RigidDeque+Insertions.swift
[396/510] Compiling DequeModule RigidDeque+Prepend.swift
[404/510] Compiling DequeModule RigidDeque+Removals.swift
[405/510] Compiling DequeModule RigidDeque+Replacements.swift
[406/510] Compiling DequeModule RigidDeque+Testing.swift
[407/510] Compiling DequeModule RigidDeque.swift
[408/510] Compiling DequeModule UniqueDeque+Append.swift
[409/510] Compiling DequeModule UniqueDeque+Consumption.swift
[410/510] Compiling DequeModule UniqueDeque+Container.swift
[411/510] Compiling Tracing NoOpTracer.swift
[412/510] Compiling Tracing SpanProtocol.swift
[431/516] Compiling DequeModule UniqueDeque+Descriptions.swift
[432/516] Compiling DequeModule UniqueDeque+Equatable.swift
[435/516] Compiling DequeModule _DequeBuffer.swift
[436/516] Compiling DequeModule _DequeBufferHeader.swift
[437/516] Compiling DequeModule RigidDeque+Append.swift
[438/516] Compiling DequeModule RigidDeque+Consumption.swift
[449/516] Emitting module BitCollections
[450/516] Compiling DequeModule Deque+Codable.swift
[451/516] Compiling DequeModule Deque+Collection.swift
[452/516] Compiling DequeModule Deque+CustomReflectable.swift
[453/516] Compiling DequeModule Deque+Descriptions.swift
[454/516] Compiling DequeModule Deque+Equatable.swift
[455/516] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[456/516] Compiling DequeModule Deque+Extras.swift
[457/516] Compiling DequeModule Deque+Hashable.swift
[458/516] Compiling BitCollections BitSet.Index.swift
[459/516] Compiling BitCollections BitSet._UnsafeHandle.swift
[460/516] Compiling BitCollections BitSet.swift
[461/516] Compiling BitCollections Range+Utilities.swift
[462/516] Compiling BitCollections Slice+Utilities.swift
[463/516] Compiling BitCollections UInt+Tricks.swift
[464/516] Compiling BitCollections _Word.swift
[466/517] Compiling DequeModule Deque.swift
[485/517] Compiling DequeModule Deque+Testing.swift
[486/517] Compiling DequeModule Deque._Storage.swift
[487/517] Compiling DequeModule Deque._UnsafeHandle.swift
[511/517] Emitting module HashTreeCollections
[513/518] Emitting module DequeModule
[514/518] Compiling DequeModule UniqueDeque+Replacements.swift
[515/518] Compiling DequeModule UniqueDeque.swift
[516/518] Compiling DequeModule _DequeSlot.swift
[517/518] Compiling DequeModule _UnsafeDequeHandle.swift
[518/518] Compiling DequeModule _UnsafeDequeSegments.swift
[520/642] Compiling Collections BitCollections reexports.swift
[521/642] Emitting module Collections
[522/642] Compiling Collections DequeModule reexports.swift
[523/642] Compiling Collections HashTreeCollections reexports.swift
[524/642] Compiling Collections OrderedCollections reexports.swift
[525/642] Compiling Collections HeapModule reexports.swift
[527/643] Compiling NIOCore NIOCoreSendableMetatype.swift
[528/643] Compiling NIOCore NIODecodedAsyncSequence.swift
[529/643] Compiling NIOCore NIOLoopBound.swift
[530/643] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[531/643] Compiling NIOCore NIOScheduledCallback.swift
[532/643] Compiling NIOCore NIOSendable.swift
[533/643] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[534/643] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[535/643] Compiling NIOCore RecvByteBufferAllocator.swift
[536/651] Compiling NIOCore AddressedEnvelope.swift
[537/651] Compiling NIOCore AsyncAwaitSupport.swift
[538/651] Compiling NIOCore AsyncChannel.swift
[539/651] Compiling NIOCore AsyncChannelHandler.swift
[540/651] Compiling NIOCore AsyncChannelInboundStream.swift
[541/651] Compiling NIOCore AsyncChannelOutboundWriter.swift
[542/651] Compiling NIOCore NIOAsyncSequenceProducer.swift
[543/651] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[544/651] Compiling NIOCore NIOAsyncWriter.swift
[545/651] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[546/651] Compiling NIOCore BSDSocketAPI.swift
[547/651] Compiling NIOCore ByteBuffer-aux.swift
[548/651] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[549/651] Compiling NIOCore ByteBuffer-conversions.swift
[550/651] Compiling NIOCore ByteBuffer-core.swift
[551/651] Compiling NIOCore ByteBuffer-hex.swift
[552/658] Emitting module AsyncAlgorithms
[553/658] Compiling NIOCore IPProtocol.swift
[554/658] Compiling NIOCore IntegerBitPacking.swift
[555/658] Compiling NIOCore IntegerTypes.swift
[556/658] Compiling NIOCore Interfaces.swift
[557/658] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[558/658] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[559/658] Compiling NIOCore MulticastChannel.swift
[560/658] Compiling AsyncAlgorithms Rethrow.swift
[561/658] Compiling AsyncAlgorithms SetAlgebra.swift
[562/658] Compiling NIOCore EventLoopFuture+Deprecated.swift
[563/658] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[564/658] Compiling NIOCore EventLoopFuture.swift
[565/658] Compiling NIOCore FileDescriptor.swift
[566/658] Compiling NIOCore FileHandle.swift
[567/658] Compiling NIOCore FileRegion.swift
[568/658] Compiling NIOCore GlobalSingletons.swift
[569/658] Compiling NIOCore IO.swift
[570/658] Compiling NIOCore IOData.swift
[573/658] Compiling AsyncAlgorithms UnsafeTransfer.swift
[574/658] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[575/658] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[576/658] Compiling AsyncAlgorithms ZipStateMachine.swift
[577/658] Compiling AsyncAlgorithms ZipStorage.swift
[578/658] Compiling NIOCore CircularBuffer.swift
[579/658] Compiling NIOCore Codec.swift
[580/658] Compiling NIOCore ConvenienceOptionSupport.swift
[581/658] Compiling NIOCore DeadChannel.swift
[582/658] Compiling NIOCore DispatchQueue+WithFuture.swift
[583/658] Compiling NIOCore EventLoop+Deprecated.swift
[584/658] Compiling NIOCore EventLoop+SerialExecutor.swift
[585/658] Compiling NIOCore EventLoop.swift
[586/658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[587/658] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[588/658] Compiling NIOCore SocketAddresses.swift
[589/658] Compiling NIOCore SocketOptionProvider.swift
[590/658] Compiling NIOCore SystemCallHelpers.swift
[591/658] Compiling NIOCore TimeAmount+Duration.swift
[592/658] Compiling NIOCore TypeAssistedChannelHandler.swift
[593/658] Compiling NIOCore UniversalBootstrapSupport.swift
[594/658] Compiling NIOCore Utilities.swift
[602/658] Compiling NIOCore ByteBuffer-int.swift
[603/658] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[604/658] Compiling NIOCore ByteBuffer-multi-int.swift
[605/658] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[606/658] Compiling NIOCore ByteBuffer-views.swift
[607/658] Compiling NIOCore Channel.swift
[608/658] Compiling NIOCore ChannelHandler.swift
[617/658] Compiling NIOCore ChannelHandlers.swift
[618/658] Compiling NIOCore ChannelInvoker.swift
[619/658] Compiling NIOCore ChannelOption.swift
[620/658] Compiling NIOCore ChannelPipeline.swift
[650/668] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[651/668] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[659/668] Compiling ServiceLifecycle ClosureService.swift
[660/669] Emitting module ServiceLifecycle
[663/669] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[664/669] Compiling ServiceLifecycle ServiceRunnerError.swift
[665/669] Emitting module NIOCore
[667/670] Compiling ServiceLifecycle Service.swift
[668/670] Compiling ServiceLifecycle GracefulShutdown.swift
[669/670] Compiling ServiceLifecycle CancellationWaiter.swift
[670/670] Compiling ServiceLifecycle ServiceGroup.swift
[672/817] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[673/817] Emitting module NIOEmbedded
[674/817] Compiling NIOEmbedded AsyncTestingChannel.swift
[675/817] Compiling NIOEmbedded Embedded.swift
[676/817] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[677/817] Compiling SQLKit SQLColumnAssignment.swift
[678/817] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[679/817] Compiling SQLKit SQLColumnDefinition.swift
[680/817] Compiling SQLKit SQLCommonTableExpression.swift
[681/817] Compiling SQLKit SQLConflictAction.swift
[682/817] Compiling SQLKit SQLConflictResolutionStrategy.swift
[683/817] Compiling SQLKit SQLDropBehaviour.swift
[684/817] Compiling SQLKit SQLEnumDataType.swift
[685/817] Compiling SQLKit SQLExcludedColumn.swift
[686/817] Compiling SQLKit SQLForeignKey.swift
[687/817] Compiling SQLKit SQLJoin.swift
[688/817] Compiling SQLKit SQLJoinMethod.swift
[689/830] Compiling SQLKit SQLDropIndex.swift
[690/830] Compiling SQLKit SQLDropTable.swift
[691/830] Compiling SQLKit SQLDropTrigger.swift
[692/830] Compiling SQLKit SQLInsert.swift
[693/830] Compiling SQLKit SQLSelect.swift
[694/830] Compiling SQLKit SQLUnion.swift
[695/830] Compiling SQLKit SQLUpdate.swift
[696/830] Compiling SQLKit SQLExpression.swift
[697/830] Compiling SQLKit SQLSerializer.swift
[698/830] Compiling SQLKit SQLStatement.swift
[699/830] Compiling SQLKit SQLBinaryExpression.swift
[700/830] Compiling SQLKit SQLBinaryOperator.swift
[701/830] Compiling SQLKit SQLBind.swift
[702/830] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[703/830] Compiling SQLKit Exports.swift
[704/830] Compiling SQLKit SQLAlias.swift
[705/830] Compiling SQLKit SQLBetween.swift
[706/830] Compiling SQLKit SQLColumn.swift
[707/830] Compiling SQLKit SQLConstraint.swift
[708/830] Compiling SQLKit SQLDataType.swift
[709/830] Compiling SQLKit SQLDirection.swift
[710/830] Compiling SQLKit SQLDistinct.swift
[711/830] Compiling SQLKit SQLForeignKeyAction.swift
[712/830] Compiling SQLKit SQLNestedSubpathExpression.swift
[713/830] Compiling SQLKit SQLQualifiedTable.swift
[714/830] Compiling SQLKit SQLQueryString.swift
[716/830] Compiling SQLKit SQLAlterEnumBuilder.swift
[717/830] Compiling SQLKit SQLAlterTableBuilder.swift
[718/830] Compiling SQLKit SQLConflictUpdateBuilder.swift
[719/830] Compiling SQLKit SQLCreateEnumBuilder.swift
[720/830] Compiling SQLKit SQLCreateIndexBuilder.swift
[721/830] Compiling SQLKit SQLCreateTableBuilder.swift
[722/830] Compiling SQLKit SQLCreateTriggerBuilder.swift
[723/830] Compiling SQLKit SQLDeleteBuilder.swift
[724/830] Compiling SQLKit SQLDropEnumBuilder.swift
[725/830] Compiling SQLKit SQLDropIndexBuilder.swift
[726/830] Compiling SQLKit SQLDropTableBuilder.swift
[727/830] Compiling SQLKit SQLDropTriggerBuilder.swift
[728/830] Compiling SQLKit SQLInsertBuilder.swift
[729/830] Compiling SQLKit SQLLockingClause.swift
[730/830] Compiling SQLKit SQLOrderBy.swift
[731/830] Compiling SQLKit SQLReturning.swift
[732/830] Compiling SQLKit SQLSubquery.swift
[733/830] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[734/830] Compiling SQLKit SQLAlterEnum.swift
[735/830] Compiling SQLKit SQLAlterTable.swift
[736/830] Compiling SQLKit SQLCreateEnum.swift
[737/830] Compiling SQLKit SQLCreateIndex.swift
[738/830] Compiling SQLKit SQLCreateTable.swift
[739/830] Compiling SQLKit SQLCreateTrigger.swift
[740/830] Compiling SQLKit SQLDelete.swift
[741/830] Compiling SQLKit SQLDropEnum.swift
[742/830] Compiling SQLKit SQLDialect.swift
[743/830] Compiling SQLKit SQLDatabase+Deprecated.swift
[744/830] Compiling SQLKit SQLError.swift
[745/830] Compiling SQLKit SQLExpressions+Deprecated.swift
[749/836] Emitting module SQLKit
[750/836] Emitting module NIOPosix
[751/836] Compiling SQLKit SQLPredicateGroupBuilder.swift
[752/836] Compiling SQLKit SQLRawBuilder.swift
[753/836] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[754/836] Compiling SQLKit SQLSelectBuilder.swift
[755/836] Compiling SQLKit SQLSubqueryBuilder.swift
[756/836] Compiling SQLKit SQLUnionBuilder.swift
[757/836] Compiling SQLKit SQLUpdateBuilder.swift
[758/836] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[759/836] Compiling SQLKit SQLColumnUpdateBuilder.swift
[760/836] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[761/836] Compiling SQLKit SQLCommonUnionBuilder.swift
[762/836] Compiling SQLKit SQLJoinBuilder.swift
[763/836] Compiling SQLKit SQLPartialResultBuilder.swift
[764/836] Compiling SQLKit SQLPredicateBuilder.swift
[765/836] Compiling SQLKit SQLQueryBuilder.swift
[766/836] Compiling SQLKit SQLQueryFetcher.swift
[767/836] Compiling SQLKit SQLReturningBuilder.swift
[768/836] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[769/836] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[770/836] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[771/836] Compiling SQLKit SQLDatabase.swift
[772/836] Compiling SQLKit SQLDatabaseReportedVersion.swift
[777/836] Compiling NIOPosix ThreadPosix.swift
[778/836] Compiling NIOPosix ThreadWindows.swift
[779/836] Compiling NIOPosix Utilities.swift
[780/836] Compiling NIOPosix VsockAddress.swift
[781/836] Compiling NIOPosix VsockChannelEvents.swift
[782/836] Compiling NIOPosix Windows.swift
[811/836] Compiling SQLKit SQLFunction.swift
[812/836] Compiling SQLKit SQLGroupExpression.swift
[813/836] Compiling SQLKit SQLIdentifier.swift
[814/836] Compiling SQLKit SQLList.swift
[815/836] Compiling SQLKit SQLLiteral.swift
[816/836] Compiling SQLKit SQLRaw.swift
[817/836] Compiling SQLKit SQLCodingUtilities.swift
[818/836] Compiling SQLKit SQLQueryEncoder.swift
[819/836] Compiling SQLKit SQLRow.swift
[820/836] Compiling SQLKit SQLRowDecoder.swift
[821/836] Compiling SQLKit SomeCodingKey.swift
[822/836] Compiling SQLKit StringHandling.swift
[839/848] Emitting module NIO
[840/848] Compiling NIO Exports.swift
[842/935] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
[843/935] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
[844/935] Emitting module SQLKitBenchmark
[845/935] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
[846/935] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
[847/935] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
[848/935] Compiling SQLKitBenchmark SQLBenchmarker.swift
[849/935] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
[851/936] Compiling FluentKit Fields+Codable.swift
[852/936] Compiling FluentKit Fields.swift
[853/936] Compiling FluentKit MirrorBypass.swift
[854/936] Compiling FluentKit Model+CRUD.swift
[855/936] Compiling FluentKit Model.swift
[856/936] Compiling FluentKit ModelAlias.swift
[857/936] Compiling FluentKit Schema.swift
[858/936] Compiling FluentKit FieldOperators.swift
[859/936] Compiling FluentKit Operators.swift
[860/936] Compiling FluentKit ValueOperators+Array.swift
[861/936] Compiling FluentKit ValueOperators+String.swift
[862/936] Compiling FluentKit ValueOperators.swift
[863/948] Emitting module FluentKit
[864/948] Compiling FluentKit QueryBuilder+Filter.swift
[865/948] Compiling FluentKit QueryBuilder+Group.swift
[866/948] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[867/948] Compiling FluentKit QueryBuilder+Join.swift
[868/948] Compiling FluentKit QueryBuilder+Paginate.swift
[869/948] Compiling FluentKit QueryBuilder+Range.swift
[870/948] Compiling FluentKit QueryBuilder+Set.swift
[871/948] Compiling FluentKit QueryBuilder+Sort.swift
[872/948] Compiling FluentKit QueryBuilder.swift
[873/948] Compiling FluentKit DatabaseQuery+Action.swift
[874/948] Compiling FluentKit DatabaseQuery+Aggregate.swift
[875/948] Compiling FluentKit DatabaseQuery+Field.swift
[876/948] Compiling FluentKit EnumProperty.swift
[877/948] Compiling FluentKit OptionalEnumProperty.swift
[878/948] Compiling FluentKit Exports.swift
[879/948] Compiling FluentKit FluentError.swift
[880/948] Compiling FluentKit ModelMiddleware.swift
[881/948] Compiling FluentKit ModelResponder.swift
[882/948] Compiling FluentKit Migration.swift
[883/948] Compiling FluentKit MigrationLog.swift
[884/948] Compiling FluentKit Migrations.swift
[885/948] Compiling FluentKit Migrator.swift
[886/948] Compiling FluentKit AnyModel.swift
[887/948] Compiling FluentKit EagerLoad.swift
[888/948] Compiling FluentKit OptionalBoolean.swift
[889/948] Compiling FluentKit OptionalChild.swift
[890/948] Compiling FluentKit OptionalField.swift
[891/948] Compiling FluentKit OptionalParent.swift
[892/948] Compiling FluentKit Parent.swift
[893/948] Compiling FluentKit Property.swift
[894/948] Compiling FluentKit Relation.swift
[895/948] Compiling FluentKit Siblings.swift
[896/948] Compiling FluentKit Timestamp.swift
[897/948] Compiling FluentKit TimestampFormat.swift
[898/948] Compiling FluentKit QueryBuilder+Aggregate.swift
[899/948] Compiling FluentKit QueryBuilder+EagerLoad.swift
[900/948] Compiling FluentKit DatabaseQuery+Filter.swift
[901/948] Compiling FluentKit DatabaseQuery+Join.swift
[902/948] Compiling FluentKit DatabaseQuery+Range.swift
[903/948] Compiling FluentKit DatabaseQuery+Sort.swift
[904/948] Compiling FluentKit DatabaseQuery+Value.swift
[905/948] Compiling FluentKit DatabaseQuery.swift
[906/948] Compiling FluentKit QueryHistory.swift
[907/948] Compiling FluentKit DatabaseSchema.swift
[908/948] Compiling FluentKit SchemaBuilder.swift
[909/948] Compiling FluentKit OptionalType.swift
[910/948] Compiling FluentKit RandomGeneratable.swift
[911/948] Compiling FluentKit SomeCodingKey.swift
[912/948] Compiling FluentKit AsyncMigration.swift
[913/948] Compiling FluentKit AsyncModelMiddleware.swift
[914/948] Compiling FluentKit Children+Concurrency.swift
[915/948] Compiling FluentKit Database+Concurrency.swift
[916/948] Compiling FluentKit EnumBuilder+Concurrency.swift
[917/948] Compiling FluentKit Model+Concurrency.swift
[918/948] Compiling FluentKit ModelResponder+Concurrency.swift
[919/948] Compiling FluentKit OptionalChild+Concurrency.swift
[920/948] Compiling FluentKit OptionalParent+Concurrency.swift
[921/948] Compiling FluentKit Parent+Concurrency.swift
[922/948] Compiling FluentKit QueryBuilder+Concurrency.swift
[923/948] Compiling FluentKit Relation+Concurrency.swift
[924/948] Compiling FluentKit SchemaBuilder+Concurrency.swift
[925/948] Compiling FluentKit Siblings+Concurrency.swift
[926/948] Compiling FluentKit Database+Logging.swift
[927/948] Compiling FluentKit Database.swift
[928/948] Compiling FluentKit DatabaseID.swift
[929/948] Compiling FluentKit DatabaseInput.swift
[930/948] Compiling FluentKit DatabaseOutput.swift
[931/948] Compiling FluentKit Databases.swift
[932/948] Compiling FluentKit KeyPrefixingStrategy.swift
[933/948] Compiling FluentKit TransactionControlDatabase.swift
[934/948] Compiling FluentKit DatabaseEnum.swift
[935/948] Compiling FluentKit EnumBuilder.swift
[936/948] Compiling FluentKit EnumMetadata.swift
[937/948] Compiling FluentKit Boolean.swift
[938/948] Compiling FluentKit BooleanPropertyFormat.swift
[939/948] Compiling FluentKit Children.swift
[940/948] Compiling FluentKit CompositeChildren.swift
[941/948] Compiling FluentKit CompositeID.swift
[942/948] Compiling FluentKit CompositeOptionalChild.swift
[943/948] Compiling FluentKit CompositeOptionalParent.swift
[944/948] Compiling FluentKit CompositeParent.swift
[945/948] Compiling FluentKit Field.swift
[946/948] Compiling FluentKit FieldKey.swift
[947/948] Compiling FluentKit Group.swift
[948/948] Compiling FluentKit ID.swift
[950/963] Emitting module FluentSQL
[951/964] Compiling FluentSQL ConverterUtilities.swift
[952/964] Compiling FluentSQL DatabaseQuery+SQL.swift
[953/964] Compiling XCTFluent DummyDatabase.swift
[954/964] Compiling XCTFluent TestDatabase.swift
[955/964] Emitting module XCTFluent
[957/965] Compiling FluentSQL SQLList+Deprecated.swift
[958/965] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[959/965] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[960/965] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[961/965] Compiling FluentSQL SQLDatabase+Model.swift
[962/965] Compiling FluentSQL DatabaseSchema+SQL.swift
[963/965] Compiling FluentSQL Exports.swift
[964/965] Compiling FluentSQL SQLQueryConverter.swift
[965/965] Compiling FluentSQL SQLSchemaConverter.swift
[967/1008] Compiling FluentBenchmark Exports.swift
[968/1008] Compiling FluentBenchmark FluentBenchmarker.swift
[969/1008] Compiling FluentBenchmark GalacticJurisdiction.swift
[970/1008] Compiling FluentBenchmark Galaxy.swift
[971/1008] Compiling FluentBenchmark Governor.swift
[972/1008] Compiling FluentBenchmark Jurisdiction.swift
[973/1013] Compiling FluentBenchmark Moon.swift
[974/1013] Compiling FluentBenchmark Planet.swift
[975/1013] Compiling FluentBenchmark PlanetTag.swift
[976/1013] Compiling FluentBenchmark SolarSystem.swift
[977/1013] Compiling FluentBenchmark Star.swift
[978/1013] Compiling FluentBenchmark Tag.swift
[979/1013] Emitting module FluentBenchmark
[980/1013] Compiling FluentBenchmark RangeTests.swift
[981/1013] Compiling FluentBenchmark SQLTests.swift
[982/1013] Compiling FluentBenchmark SchemaTests.swift
[983/1013] Compiling FluentBenchmark SetTests.swift
[984/1013] Compiling FluentBenchmark SiblingsTests.swift
[985/1013] Compiling FluentBenchmark AggregateTests.swift
[986/1013] Compiling FluentBenchmark ArrayTests.swift
[987/1013] Compiling FluentBenchmark BatchTests.swift
[988/1013] Compiling FluentBenchmark CRUDTests.swift
[989/1013] Compiling FluentBenchmark ChildTests.swift
[990/1013] Compiling FluentBenchmark ChildrenTests.swift
[991/1013] Compiling FluentBenchmark SoftDeleteTests.swift
[992/1013] Compiling FluentBenchmark SortTests.swift
[993/1013] Compiling FluentBenchmark TimestampTests.swift
[994/1013] Compiling FluentBenchmark TransactionTests.swift
[995/1013] Compiling FluentBenchmark UniqueTests.swift
[996/1013] Compiling FluentBenchmark FilterTests.swift
[997/1013] Compiling FluentBenchmark GroupTests.swift
[998/1013] Compiling FluentBenchmark IDTests.swift
[999/1013] Compiling FluentBenchmark JoinTests.swift
[1000/1013] Compiling FluentBenchmark MiddlewareTests.swift
[1001/1013] Compiling FluentBenchmark MigratorTests.swift
[1002/1013] Compiling FluentBenchmark ModelTests.swift
[1003/1013] Compiling FluentBenchmark OptionalParentTests.swift
[1004/1013] Compiling FluentBenchmark PaginationTests.swift
[1005/1013] Compiling FluentBenchmark ParentTests.swift
[1006/1013] Compiling FluentBenchmark PerformanceTests+Siblings.swift
[1007/1013] Compiling FluentBenchmark PerformanceTests.swift
[1008/1013] Compiling FluentBenchmark ChunkTests.swift
[1009/1013] Compiling FluentBenchmark CodableTests.swift
[1010/1013] Compiling FluentBenchmark CompositeIDTests.swift
[1011/1013] Compiling FluentBenchmark CompositeRelationTests.swift
[1012/1013] Compiling FluentBenchmark EagerLoadTests.swift
[1013/1013] Compiling FluentBenchmark EnumTests.swift
Build complete! (75.63s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.32.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-service-context",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-service-context.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "fluent-kit",
"name" : "fluent-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentKit",
"targets" : [
"FluentKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentBenchmark",
"targets" : [
"FluentBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentSQL",
"targets" : [
"FluentSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTFluent",
"targets" : [
"XCTFluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTFluent",
"module_type" : "SwiftTarget",
"name" : "XCTFluent",
"path" : "Sources/XCTFluent",
"product_dependencies" : [
"NIOEmbedded"
],
"product_memberships" : [
"XCTFluent"
],
"sources" : [
"DummyDatabase.swift",
"TestDatabase.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentSQL",
"module_type" : "SwiftTarget",
"name" : "FluentSQL",
"path" : "Sources/FluentSQL",
"product_dependencies" : [
"SQLKit"
],
"product_memberships" : [
"FluentBenchmark",
"FluentSQL"
],
"sources" : [
"ConverterUtilities.swift",
"DatabaseQuery+SQL.swift",
"DatabaseSchema+SQL.swift",
"Exports.swift",
"SQLDatabase+Model+Concurrency.swift",
"SQLDatabase+Model.swift",
"SQLJSONColumnPath+Deprecated.swift",
"SQLList+Deprecated.swift",
"SQLQualifiedTable+Deprecated.swift",
"SQLQueryConverter.swift",
"SQLSchemaConverter.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentKitTests",
"module_type" : "SwiftTarget",
"name" : "FluentKitTests",
"path" : "Tests/FluentKitTests",
"product_dependencies" : [
"InMemoryTracing"
],
"sources" : [
"AsyncTests/AsyncFilterQueryTests.swift",
"AsyncTests/AsyncFluentKitTests.swift",
"AsyncTests/AsyncQueryBuilderTests.swift",
"CompositeIDTests.swift",
"DummyDatabaseForTestSQLSerializer.swift",
"FilterQueryTests.swift",
"FluentKitTests.swift",
"OptionalEnumQueryTests.swift",
"OptionalFieldQueryTests.swift",
"QueryBuilderTests.swift",
"SQLTests.swift",
"TestUtilities.swift",
"TracingTests.swift"
],
"target_dependencies" : [
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"type" : "test"
},
{
"c99name" : "FluentKit",
"module_type" : "SwiftTarget",
"name" : "FluentKit",
"path" : "Sources/FluentKit",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOCore",
"NIOPosix",
"Logging",
"SQLKit",
"Tracing",
"ServiceContextModule",
"ServiceLifecycle"
],
"product_memberships" : [
"FluentKit",
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"sources" : [
"Concurrency/AsyncMigration.swift",
"Concurrency/AsyncModelMiddleware.swift",
"Concurrency/Children+Concurrency.swift",
"Concurrency/Database+Concurrency.swift",
"Concurrency/EnumBuilder+Concurrency.swift",
"Concurrency/Model+Concurrency.swift",
"Concurrency/ModelResponder+Concurrency.swift",
"Concurrency/OptionalChild+Concurrency.swift",
"Concurrency/OptionalParent+Concurrency.swift",
"Concurrency/Parent+Concurrency.swift",
"Concurrency/QueryBuilder+Concurrency.swift",
"Concurrency/Relation+Concurrency.swift",
"Concurrency/SchemaBuilder+Concurrency.swift",
"Concurrency/Siblings+Concurrency.swift",
"Database/Database+Logging.swift",
"Database/Database.swift",
"Database/DatabaseID.swift",
"Database/DatabaseInput.swift",
"Database/DatabaseOutput.swift",
"Database/Databases.swift",
"Database/KeyPrefixingStrategy.swift",
"Database/TransactionControlDatabase.swift",
"Enum/DatabaseEnum.swift",
"Enum/EnumBuilder.swift",
"Enum/EnumMetadata.swift",
"Enum/EnumProperty.swift",
"Enum/OptionalEnumProperty.swift",
"Exports.swift",
"FluentError.swift",
"Middleware/ModelMiddleware.swift",
"Middleware/ModelResponder.swift",
"Migration/Migration.swift",
"Migration/MigrationLog.swift",
"Migration/Migrations.swift",
"Migration/Migrator.swift",
"Model/AnyModel.swift",
"Model/EagerLoad.swift",
"Model/Fields+Codable.swift",
"Model/Fields.swift",
"Model/MirrorBypass.swift",
"Model/Model+CRUD.swift",
"Model/Model.swift",
"Model/ModelAlias.swift",
"Model/Schema.swift",
"Operators/FieldOperators.swift",
"Operators/Operators.swift",
"Operators/ValueOperators+Array.swift",
"Operators/ValueOperators+String.swift",
"Operators/ValueOperators.swift",
"Properties/Boolean.swift",
"Properties/BooleanPropertyFormat.swift",
"Properties/Children.swift",
"Properties/CompositeChildren.swift",
"Properties/CompositeID.swift",
"Properties/CompositeOptionalChild.swift",
"Properties/CompositeOptionalParent.swift",
"Properties/CompositeParent.swift",
"Properties/Field.swift",
"Properties/FieldKey.swift",
"Properties/Group.swift",
"Properties/ID.swift",
"Properties/OptionalBoolean.swift",
"Properties/OptionalChild.swift",
"Properties/OptionalField.swift",
"Properties/OptionalParent.swift",
"Properties/Parent.swift",
"Properties/Property.swift",
"Properties/Relation.swift",
"Properties/Siblings.swift",
"Properties/Timestamp.swift",
"Properties/TimestampFormat.swift",
"Query/Builder/QueryBuilder+Aggregate.swift",
"Query/Builder/QueryBuilder+EagerLoad.swift",
"Query/Builder/QueryBuilder+Filter.swift",
"Query/Builder/QueryBuilder+Group.swift",
"Query/Builder/QueryBuilder+Join+DirectRelations.swift",
"Query/Builder/QueryBuilder+Join.swift",
"Query/Builder/QueryBuilder+Paginate.swift",
"Query/Builder/QueryBuilder+Range.swift",
"Query/Builder/QueryBuilder+Set.swift",
"Query/Builder/QueryBuilder+Sort.swift",
"Query/Builder/QueryBuilder.swift",
"Query/Database/DatabaseQuery+Action.swift",
"Query/Database/DatabaseQuery+Aggregate.swift",
"Query/Database/DatabaseQuery+Field.swift",
"Query/Database/DatabaseQuery+Filter.swift",
"Query/Database/DatabaseQuery+Join.swift",
"Query/Database/DatabaseQuery+Range.swift",
"Query/Database/DatabaseQuery+Sort.swift",
"Query/Database/DatabaseQuery+Value.swift",
"Query/Database/DatabaseQuery.swift",
"Query/QueryHistory.swift",
"Schema/DatabaseSchema.swift",
"Schema/SchemaBuilder.swift",
"Utilities/OptionalType.swift",
"Utilities/RandomGeneratable.swift",
"Utilities/SomeCodingKey.swift"
],
"type" : "library"
},
{
"c99name" : "FluentBenchmark",
"module_type" : "SwiftTarget",
"name" : "FluentBenchmark",
"path" : "Sources/FluentBenchmark",
"product_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"product_memberships" : [
"FluentBenchmark"
],
"sources" : [
"Exports.swift",
"FluentBenchmarker.swift",
"SolarSystem/GalacticJurisdiction.swift",
"SolarSystem/Galaxy.swift",
"SolarSystem/Governor.swift",
"SolarSystem/Jurisdiction.swift",
"SolarSystem/Moon.swift",
"SolarSystem/Planet.swift",
"SolarSystem/PlanetTag.swift",
"SolarSystem/SolarSystem.swift",
"SolarSystem/Star.swift",
"SolarSystem/Tag.swift",
"Tests/AggregateTests.swift",
"Tests/ArrayTests.swift",
"Tests/BatchTests.swift",
"Tests/CRUDTests.swift",
"Tests/ChildTests.swift",
"Tests/ChildrenTests.swift",
"Tests/ChunkTests.swift",
"Tests/CodableTests.swift",
"Tests/CompositeIDTests.swift",
"Tests/CompositeRelationTests.swift",
"Tests/EagerLoadTests.swift",
"Tests/EnumTests.swift",
"Tests/FilterTests.swift",
"Tests/GroupTests.swift",
"Tests/IDTests.swift",
"Tests/JoinTests.swift",
"Tests/MiddlewareTests.swift",
"Tests/MigratorTests.swift",
"Tests/ModelTests.swift",
"Tests/OptionalParentTests.swift",
"Tests/PaginationTests.swift",
"Tests/ParentTests.swift",
"Tests/PerformanceTests+Siblings.swift",
"Tests/PerformanceTests.swift",
"Tests/RangeTests.swift",
"Tests/SQLTests.swift",
"Tests/SchemaTests.swift",
"Tests/SetTests.swift",
"Tests/SiblingsTests.swift",
"Tests/SoftDeleteTests.swift",
"Tests/SortTests.swift",
"Tests/TimestampTests.swift",
"Tests/TransactionTests.swift",
"Tests/UniqueTests.swift"
],
"target_dependencies" : [
"FluentKit",
"FluentSQL"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.