Build Information
Successful build of fluent-sqlite-driver, reference 4.8.1 (73529a
), with Swift 6.1 for Android on 30 May 2025 19:13:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-sqlite-driver.git
Reference: 4.8.1
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-sqlite-driver
* tag 4.8.1 -> FETCH_HEAD
HEAD is now at 73529a6 Some minor cleanup (#99)
Cloned https://github.com/vapor/fluent-sqlite-driver.git
Revision (git rev-parse @):
73529a63ab11c7fe87da17b5a67a1b1f58c020f8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/fluent-sqlite-driver.git
https://github.com/vapor/fluent-sqlite-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.51.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "sqlite-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.5.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sqlite-kit.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"
}
],
"manifest_display_name" : "fluent-sqlite-driver",
"name" : "fluent-sqlite-driver",
"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" : "FluentSQLiteDriver",
"targets" : [
"FluentSQLiteDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentSQLiteDriverTests",
"module_type" : "SwiftTarget",
"name" : "FluentSQLiteDriverTests",
"path" : "Tests/FluentSQLiteDriverTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentSQLiteDriverTests.swift"
],
"target_dependencies" : [
"FluentSQLiteDriver"
],
"type" : "test"
},
{
"c99name" : "FluentSQLiteDriver",
"module_type" : "SwiftTarget",
"name" : "FluentSQLiteDriver",
"path" : "Sources/FluentSQLiteDriver",
"product_dependencies" : [
"FluentKit",
"FluentSQL",
"Logging",
"SQLiteKit"
],
"product_memberships" : [
"FluentSQLiteDriver"
],
"sources" : [
"Exports.swift",
"FluentSQLiteConfiguration.swift",
"FluentSQLiteDatabase.swift",
"FluentSQLiteDriver.swift",
"SQLiteConverterDelegate.swift",
"SQLiteError+Database.swift",
"SQLiteRow+Database.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2610/17164] Fetching swift-log, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (0.77s)
[13062/13328] Fetching fluent-kit
Fetching https://github.com/vapor/sqlite-kit.git
Fetched https://github.com/vapor/fluent-kit.git from cache (1.12s)
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.92s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.04s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
[3389/9870] Fetching async-kit, sql-kit, sqlite-nio
[8355/85993] Fetching async-kit, sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.79s)
[3133/80010] Fetching async-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (2.95s)
[55565/77640] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (8.26s)
Fetched https://github.com/apple/swift-nio.git from cache (8.38s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (11.79s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/16591] Fetching swift-collections
[333/22550] Fetching swift-collections, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.82s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.56s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1717] Fetching swift-atomics
[2/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.76s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.34s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.85s)
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.4
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/39] Write sources
[23/39] Compiling _AtomicsShims.c
[24/39] Compiling CNIOWindows WSAStartup.c
[25/39] Compiling _NumericsShims _NumericsShims.c
[26/39] Compiling CNIOWindows shim.c
[27/39] Compiling CNIOWASI CNIOWASI.c
[27/39] Write sources
[32/39] Compiling CNIODarwin shim.c
[33/39] Compiling CNIOLinux liburing_shims.c
[34/39] Compiling CNIOLinux shim.c
[35/39] Write swift-version-24593BA9C3E375BF.txt
[37/74] Compiling RealModule Real.swift
[38/75] Compiling _NIOBase64 Base64.swift
[39/75] Emitting module _NIOBase64
[40/75] Compiling _NIODataStructures PriorityQueue.swift
[41/75] Compiling _NIODataStructures _TinyArray.swift
[42/76] Compiling Logging LogHandler.swift
[43/76] Compiling InternalCollectionsUtilities Descriptions.swift
[44/76] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/76] Compiling InternalCollectionsUtilities Debugging.swift
[47/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[48/76] Compiling RealModule Float16+Real.swift
[49/76] Compiling RealModule Float80+Real.swift
[50/76] Emitting module InternalCollectionsUtilities
[51/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/77] Compiling InternalCollectionsUtilities Integer rank.swift
[55/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[56/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/77] Compiling RealModule ElementaryFunctions.swift
[64/77] Emitting module RealModule
[65/77] Compiling RealModule Float+Real.swift
[66/77] Emitting module _NIODataStructures
[67/77] Compiling _NIODataStructures Heap.swift
[68/78] Compiling RealModule RealFunctions.swift
[71/79] Compiling c-nioatomics.c
[73/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/124] Compiling c-atomics.c
[76/254] Compiling _RopeModule BigSubstring+UTF16View.swift
[77/254] Compiling _RopeModule BigSubstring+UTF8View.swift
[78/256] Compiling _RopeModule Rope+Debugging.swift
[79/256] Compiling _RopeModule Rope+Invariants.swift
[80/256] Compiling HeapModule Heap+Invariants.swift
[81/256] Compiling _RopeModule BigString+BidirectionalCollection.swift
[82/256] Compiling _RopeModule BigString+UnicodeScalarView.swift
[83/260] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[84/262] Compiling HeapModule Heap+Descriptions.swift
[85/262] Compiling HeapModule _HeapNode.swift
[86/262] Compiling HeapModule Heap.swift
[87/262] Compiling HeapModule Heap+UnsafeHandle.swift
[88/262] Compiling Atomics IntegerOperations.swift
[89/262] Compiling Atomics Unmanaged extensions.swift
[90/262] Emitting module HeapModule
[91/263] Compiling _RopeModule BigString+Chunk+Description.swift
[92/263] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[93/263] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[94/263] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[95/263] Compiling _RopeModule BigSubstring.swift
[96/263] Compiling _RopeModule Rope+Builder.swift
[98/263] Compiling _RopeModule BigString+Summary.swift
[99/263] Compiling _RopeModule BigString.swift
[100/263] Compiling _RopeModule Rope+_Storage.swift
[101/263] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[102/263] Compiling _RopeModule Rope+_UnsafeHandle.swift
[103/263] Compiling _RopeModule Rope.swift
[104/263] Compiling _RopeModule RopeElement.swift
[105/263] Compiling _RopeModule BigString+Contents.swift
[106/263] Compiling _RopeModule BigString+Debugging.swift
[107/263] Compiling _RopeModule BigString+Index.swift
[108/263] Compiling _RopeModule BigString+Ingester.swift
[109/263] Compiling _RopeModule BigString+Invariants.swift
[110/263] Compiling _RopeModule BigString+Iterators.swift
[111/263] Compiling _RopeModule BigString+Metrics.swift
[112/270] Compiling NIOConcurrencyHelpers lock.swift
[113/317] Compiling HashTreeCollections _HashNode+Structural union.swift
[114/317] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[115/317] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[116/317] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[117/317] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[118/317] Compiling HashTreeCollections _HashNode.swift
[119/317] Compiling HashTreeCollections _HashNodeHeader.swift
[120/317] Compiling HashTreeCollections _HashSlot.swift
[121/318] Compiling HashTreeCollections _HashStack.swift
[122/318] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[123/318] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[124/318] Compiling HashTreeCollections TreeDictionary+Filter.swift
[125/318] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[126/318] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[127/318] Compiling HashTreeCollections TreeDictionary+Keys.swift
[128/318] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[129/321] Emitting module NIOConcurrencyHelpers
[130/346] Compiling HashTreeCollections _Bitmap.swift
[131/346] Compiling HashTreeCollections _Bucket.swift
[132/346] Compiling HashTreeCollections _Hash.swift
[133/346] Compiling HashTreeCollections _HashNode+Initializers.swift
[134/346] Compiling HashTreeCollections _HashNode+Invariants.swift
[135/346] Compiling HashTreeCollections _HashNode+Lookups.swift
[136/349] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[137/349] Compiling NIOConcurrencyHelpers atomics.swift
[138/349] Compiling NIOConcurrencyHelpers NIOLock.swift
[139/349] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[140/350] Compiling HashTreeCollections _HashNode+Builder.swift
[141/350] Compiling HashTreeCollections _HashNode+Debugging.swift
[145/350] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[146/350] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[147/350] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[148/350] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[149/350] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[150/350] Compiling HashTreeCollections _HashNode+Storage.swift
[151/350] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[152/350] Compiling HashTreeCollections _HashNode+Structural filter.swift
[153/350] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[154/350] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[155/350] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[157/350] Compiling Logging MetadataProvider.swift
[158/350] Emitting module Logging
[159/355] Compiling Logging Logging.swift
[160/355] Compiling Logging Locks.swift
[162/366] Compiling DequeModule Deque+CustomReflectable.swift
[163/366] Compiling DequeModule Deque+Descriptions.swift
[167/368] Compiling DequeModule _UnsafeWrappedBuffer.swift
[170/368] Compiling HashTreeCollections TreeSet+Hashable.swift
[171/368] Compiling HashTreeCollections TreeSet+Sendable.swift
[172/368] Compiling HashTreeCollections TreeSet+Sequence.swift
[173/368] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[174/368] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[175/368] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[176/368] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[177/368] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[178/368] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[179/368] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[180/378] Compiling DequeModule _DequeBuffer.swift
[181/378] Compiling DequeModule _DequeBufferHeader.swift
[182/379] Compiling DequeModule Deque+Equatable.swift
[183/379] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[184/379] Compiling DequeModule Deque+Extras.swift
[185/379] Compiling DequeModule Deque+Hashable.swift
[186/379] Compiling DequeModule Deque+Testing.swift
[187/379] Compiling DequeModule Deque._Storage.swift
[190/431] Compiling BitCollections BitArray+Codable.swift
[191/431] Compiling BitCollections BitArray+Collection.swift
[192/431] Compiling BitCollections BitArray+Copy.swift
[193/431] Compiling BitCollections BitArray._UnsafeHandle.swift
[194/431] Compiling BitCollections BitArray.swift
[195/431] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[196/431] Compiling BitCollections BitSet+CustomReflectable.swift
[197/431] Compiling BitCollections BitSet+CustomStringConvertible.swift
[198/431] Compiling BitCollections BitSet+Equatable.swift
[199/431] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[200/431] Compiling BitCollections BitSet+Extras.swift
[201/431] Compiling BitCollections BitSet+Hashable.swift
[202/431] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[203/431] Compiling HashTreeCollections TreeDictionary.swift
[204/431] Compiling HashTreeCollections TreeSet+Codable.swift
[205/431] Compiling HashTreeCollections TreeSet+Collection.swift
[206/431] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[207/431] Compiling HashTreeCollections TreeSet+Debugging.swift
[208/431] Compiling HashTreeCollections TreeSet+Descriptions.swift
[209/431] Compiling HashTreeCollections TreeSet+Equatable.swift
[210/431] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[211/431] Compiling HashTreeCollections TreeSet+Extras.swift
[212/431] Compiling HashTreeCollections TreeSet+Filter.swift
[222/440] Compiling BitCollections BitSet+SetAlgebra basics.swift
[223/440] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[224/440] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[225/440] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[226/440] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[227/440] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[228/440] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[229/440] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[230/440] Compiling BitCollections BitSet+SetAlgebra union.swift
[231/440] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[232/440] Compiling BitCollections BitSet.Counted.swift
[235/440] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[242/440] Compiling BitCollections BitSet+BidirectionalCollection.swift
[243/440] Compiling BitCollections BitSet+Codable.swift
[248/440] Compiling BitCollections BitArray+Initializers.swift
[249/440] Compiling BitCollections BitArray+Invariants.swift
[250/440] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[251/440] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[252/440] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[262/440] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[263/440] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[264/440] Compiling BitCollections BitArray+Extras.swift
[265/440] Compiling BitCollections BitArray+Fill.swift
[266/440] Compiling BitCollections BitArray+Hashable.swift
[267/440] Compiling BitCollections BitArray+Equatable.swift
[268/440] Compiling BitCollections BitSet+Initializers.swift
[269/440] Compiling BitCollections BitSet+Invariants.swift
[270/440] Compiling BitCollections BitSet+Random.swift
[277/440] Compiling _RopeModule _CharacterRecognizer.swift
[278/440] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[279/440] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[280/440] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[281/440] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[282/440] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[283/440] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[284/440] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[285/440] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[286/440] Compiling HashTreeCollections TreeSet.swift
[287/440] Compiling BitCollections BitArray+RandomBits.swift
[288/440] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[289/440] Compiling BitCollections BitArray+Shifts.swift
[290/440] Compiling BitCollections BitArray+Testing.swift
[293/440] Emitting module Atomics
[294/440] Emitting module BitCollections
[303/440] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[304/440] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[305/440] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[306/440] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[307/440] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[308/440] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[316/447] Emitting module OrderedCollections
[317/448] Emitting module DequeModule
[341/449] Compiling BitCollections BitSet.Index.swift
[342/449] Compiling BitCollections BitSet._UnsafeHandle.swift
[343/449] Compiling BitCollections BitSet.swift
[353/450] Emitting module _RopeModule
[354/510] Compiling NIOCore ChannelHandler.swift
[355/510] Compiling NIOCore ChannelHandlers.swift
[356/510] Compiling NIOCore ChannelInvoker.swift
[357/510] Compiling NIOCore ChannelOption.swift
[358/510] Compiling NIOCore ChannelPipeline.swift
[359/510] Compiling NIOCore CircularBuffer.swift
[360/510] Compiling NIOCore Codec.swift
[361/510] Compiling NIOCore ConvenienceOptionSupport.swift
[362/510] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[363/510] Compiling NIOCore BSDSocketAPI.swift
[364/510] Compiling NIOCore ByteBuffer-aux.swift
[365/510] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[366/510] Compiling NIOCore ByteBuffer-conversions.swift
[367/510] Compiling NIOCore ByteBuffer-core.swift
[368/510] Compiling NIOCore ByteBuffer-hex.swift
[369/510] Compiling NIOCore ByteBuffer-int.swift
[370/510] Emitting module Algorithms
[372/511] Compiling NIOCore NIOAny.swift
[373/511] Compiling NIOCore NIOCloseOnErrorHandler.swift
[374/511] Compiling NIOCore NIOLoopBound.swift
[375/511] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[376/511] Compiling NIOCore NIOScheduledCallback.swift
[377/511] Compiling NIOCore NIOSendable.swift
[378/511] Compiling NIOCore RecvByteBufferAllocator.swift
[388/512] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[389/512] Compiling NIOCore AddressedEnvelope.swift
[390/512] Compiling NIOCore AsyncAwaitSupport.swift
[391/512] Compiling NIOCore AsyncChannel.swift
[392/512] Compiling NIOCore AsyncChannelHandler.swift
[393/512] Compiling NIOCore AsyncChannelInboundStream.swift
[394/512] Compiling NIOCore AsyncChannelOutboundWriter.swift
[395/512] Compiling NIOCore NIOAsyncSequenceProducer.swift
[396/512] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[397/512] Compiling NIOCore NIOAsyncWriter.swift
[398/512] Compiling NIOCore ByteBuffer-multi-int.swift
[399/512] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[400/512] Compiling NIOCore ByteBuffer-views.swift
[401/512] Compiling NIOCore Channel.swift
[410/512] Compiling NIOCore DeadChannel.swift
[411/512] Compiling NIOCore DispatchQueue+WithFuture.swift
[412/512] Compiling NIOCore EventLoop+Deprecated.swift
[413/512] Compiling _RopeModule Rope+Join.swift
[414/512] Compiling _RopeModule Rope+MutatingForEach.swift
[415/512] Compiling _RopeModule Rope+Remove.swift
[416/512] Compiling _RopeModule Rope+RemoveSubrange.swift
[417/512] Compiling _RopeModule Rope+Split.swift
[418/512] Compiling _RopeModule Optional Utilities.swift
[419/512] Compiling _RopeModule String Utilities.swift
[420/512] Compiling _RopeModule String.Index+ABI.swift
[452/513] Compiling NIOCore MulticastChannel.swift
[460/521] Emitting module HashTreeCollections
[461/522] Compiling CSQLite sqlite_nio_sqlite3.c
[463/524] Emitting module Collections
[464/524] Compiling Collections Collections.swift
[466/525] Compiling NIOCore IO.swift
[467/525] Compiling NIOCore IOData.swift
[468/525] Compiling NIOCore IPProtocol.swift
[469/525] Compiling NIOCore IntegerBitPacking.swift
[470/525] Compiling NIOCore IntegerTypes.swift
[471/525] Compiling NIOCore Interfaces.swift
[472/525] Compiling NIOCore Linux.swift
[473/525] Compiling NIOCore MarkedCircularBuffer.swift
[474/525] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[475/525] Compiling NIOCore EventLoopFuture+Deprecated.swift
[476/525] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[477/525] Compiling NIOCore EventLoopFuture.swift
[478/525] Compiling NIOCore FileDescriptor.swift
[479/525] Compiling NIOCore FileHandle.swift
[480/525] Compiling NIOCore FileRegion.swift
[481/525] Compiling NIOCore GlobalSingletons.swift
[488/525] Compiling NIOCore EventLoop+SerialExecutor.swift
[489/525] Compiling NIOCore EventLoop.swift
[490/525] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[491/525] Compiling NIOCore SocketAddresses.swift
[492/525] Compiling NIOCore SocketOptionProvider.swift
[493/525] Compiling NIOCore SystemCallHelpers.swift
[494/525] Compiling NIOCore TimeAmount+Duration.swift
[495/525] Compiling NIOCore TypeAssistedChannelHandler.swift
[496/525] Compiling NIOCore UniversalBootstrapSupport.swift
[497/525] Compiling NIOCore Utilities.swift
[525/525] Emitting module NIOCore
[527/576] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[528/576] Compiling NIOEmbedded AsyncTestingChannel.swift
[529/576] Emitting module NIOEmbedded
[530/576] Compiling NIOEmbedded Embedded.swift
[532/577] Compiling NIOPosix Pool.swift
[533/577] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[534/577] Compiling NIOPosix PosixSingletons.swift
[535/577] Compiling NIOPosix RawSocketBootstrap.swift
[536/577] Compiling NIOPosix Resolver.swift
[537/577] Compiling NIOPosix Selectable.swift
[538/577] Compiling NIOPosix SelectableChannel.swift
[539/577] Compiling NIOPosix SelectableEventLoop.swift
[540/577] Compiling NIOPosix SelectorEpoll.swift
[541/577] Compiling NIOPosix SelectorGeneric.swift
[542/577] Compiling NIOPosix SelectorKqueue.swift
[543/577] Compiling NIOPosix SelectorUring.swift
[544/583] Compiling NIOPosix ServerSocket.swift
[545/583] Compiling NIOPosix Socket.swift
[546/583] Compiling NIOPosix SocketChannel.swift
[547/583] Compiling NIOPosix SocketProtocols.swift
[548/583] Compiling NIOPosix System.swift
[549/583] Compiling NIOPosix Thread.swift
[550/583] Compiling NIOPosix ThreadPosix.swift
[551/583] Compiling NIOPosix ThreadWindows.swift
[552/583] Compiling NIOPosix UnsafeTransfer.swift
[553/583] Compiling NIOPosix Utilities.swift
[554/583] Compiling NIOPosix VsockAddress.swift
[555/583] Compiling NIOPosix VsockChannelEvents.swift
[556/583] Compiling NIOPosix BSDSocketAPICommon.swift
[557/583] Compiling NIOPosix BSDSocketAPIPosix.swift
[558/583] Compiling NIOPosix BSDSocketAPIWindows.swift
[559/583] Compiling NIOPosix BaseSocket.swift
[560/583] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[561/583] Compiling NIOPosix BaseSocketChannel.swift
[562/583] Compiling NIOPosix BaseStreamSocketChannel.swift
[563/583] Emitting module NIOPosix
[564/583] Compiling NIOPosix Bootstrap.swift
[565/583] Compiling NIOPosix ControlMessage.swift
[566/583] Compiling NIOPosix DatagramVectorReadManager.swift
[567/583] Compiling NIOPosix Errors+Any.swift
[568/583] Compiling NIOPosix FileDescriptor.swift
[569/583] Compiling NIOPosix GetaddrinfoResolver.swift
[570/583] Compiling NIOPosix HappyEyeballs.swift
[571/583] Compiling NIOPosix IO.swift
[572/583] Compiling NIOPosix IntegerBitPacking.swift
[573/583] Compiling NIOPosix IntegerTypes.swift
[574/583] Compiling NIOPosix Linux.swift
[575/583] Compiling NIOPosix LinuxCPUSet.swift
[576/583] Compiling NIOPosix LinuxUring.swift
[577/583] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[578/583] Compiling NIOPosix NIOThreadPool.swift
[579/583] Compiling NIOPosix NonBlockingFileIO.swift
[580/583] Compiling NIOPosix PendingDatagramWritesManager.swift
[581/583] Compiling NIOPosix PendingWritesManager.swift
[582/583] Compiling NIOPosix PipeChannel.swift
[583/583] Compiling NIOPosix PipePair.swift
[585/608] Compiling NIO Exports.swift
[586/608] Emitting module NIO
[588/706] Compiling SQLKit SQLDropIndex.swift
[589/706] Compiling SQLKit SQLDropTable.swift
[590/706] Compiling SQLKit SQLDropTrigger.swift
[591/706] Compiling SQLKit SQLInsert.swift
[592/706] Compiling SQLKit SQLSelect.swift
[593/706] Compiling SQLKit SQLUnion.swift
[594/706] Compiling SQLKit SQLUpdate.swift
[595/706] Compiling SQLKit SQLExpression.swift
[596/706] Compiling SQLKit SQLSerializer.swift
[597/706] Compiling SQLKit SQLStatement.swift
[598/706] Compiling SQLKit SQLBinaryExpression.swift
[599/706] Compiling SQLKit SQLBinaryOperator.swift
[600/706] Compiling SQLKit SQLBind.swift
[601/718] Compiling SQLKit SQLUpdateBuilder.swift
[602/718] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[603/718] Compiling SQLKit SQLColumnUpdateBuilder.swift
[604/720] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[605/720] Compiling SQLKit SQLColumnAssignment.swift
[606/720] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[607/720] Compiling SQLKit SQLColumnDefinition.swift
[608/720] Compiling SQLKit SQLCommonTableExpression.swift
[609/720] Compiling SQLKit SQLConflictAction.swift
[610/720] Compiling SQLKit SQLConflictResolutionStrategy.swift
[611/720] Compiling SQLKit SQLDropBehaviour.swift
[612/720] Compiling SQLKit SQLEnumDataType.swift
[613/720] Compiling SQLKit SQLExcludedColumn.swift
[614/720] Compiling SQLKit SQLForeignKey.swift
[615/720] Compiling SQLKit SQLJoin.swift
[616/720] Compiling SQLKit SQLJoinMethod.swift
[617/720] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[618/720] Compiling SQLKit Exports.swift
[619/720] Compiling SQLKit SQLAlias.swift
[620/720] Compiling SQLKit SQLBetween.swift
[621/720] Compiling SQLKit SQLColumn.swift
[622/720] Compiling SQLKit SQLConstraint.swift
[623/720] Compiling SQLKit SQLDataType.swift
[624/720] Compiling SQLKit SQLDirection.swift
[625/720] Compiling SQLKit SQLDistinct.swift
[626/720] Compiling SQLKit SQLForeignKeyAction.swift
[627/720] Compiling SQLKit SQLNestedSubpathExpression.swift
[628/720] Compiling SQLKit SQLQualifiedTable.swift
[629/720] Compiling SQLKit SQLQueryString.swift
[630/720] Compiling SQLKit SQLLockingClause.swift
[631/720] Compiling SQLKit SQLOrderBy.swift
[632/720] Compiling SQLKit SQLReturning.swift
[633/720] Compiling SQLKit SQLSubquery.swift
[634/720] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[635/720] Compiling SQLKit SQLAlterEnum.swift
[636/720] Compiling SQLKit SQLAlterTable.swift
[637/720] Compiling SQLKit SQLCreateEnum.swift
[638/720] Compiling SQLKit SQLCreateIndex.swift
[639/720] Compiling SQLKit SQLCreateTable.swift
[640/720] Compiling SQLKit SQLCreateTrigger.swift
[641/720] Compiling SQLKit SQLDelete.swift
[642/720] Compiling SQLKit SQLDropEnum.swift
[643/720] Compiling SQLKit SQLConflictUpdateBuilder.swift
[644/720] Compiling SQLKit SQLCreateEnumBuilder.swift
[645/720] Compiling SQLKit SQLCreateIndexBuilder.swift
[646/720] Compiling SQLKit SQLPartialResultBuilder.swift
[647/720] Compiling SQLKit SQLAlterEnumBuilder.swift
[648/720] Compiling SQLKit SQLAlterTableBuilder.swift
[649/720] Compiling SQLKit SQLPredicateBuilder.swift
[650/720] Compiling SQLKit SQLQueryBuilder.swift
[651/720] Compiling SQLKit SQLQueryFetcher.swift
[652/720] Compiling SQLKit SQLReturningBuilder.swift
[653/720] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[654/720] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[655/720] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[656/720] Compiling SQLKit SQLDatabase.swift
[657/720] Compiling SQLKit SQLDatabaseReportedVersion.swift
[658/720] Compiling SQLKit SQLDialect.swift
[659/720] Compiling SQLKit SQLDatabase+Deprecated.swift
[660/720] Compiling SQLKit SQLError.swift
[661/720] Compiling SQLKit SQLExpressions+Deprecated.swift
[662/720] Compiling SQLKit SQLPredicateGroupBuilder.swift
[663/720] Compiling SQLKit SQLRawBuilder.swift
[664/720] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[665/720] Compiling SQLKit SQLSelectBuilder.swift
[666/720] Compiling SQLKit SQLSubqueryBuilder.swift
[667/720] Compiling SQLKit SQLUnionBuilder.swift
[671/720] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[672/720] Compiling SQLKit SQLCommonUnionBuilder.swift
[673/720] Compiling SQLKit SQLJoinBuilder.swift
[680/720] Compiling SQLKit SQLCreateTableBuilder.swift
[681/720] Compiling SQLKit SQLCreateTriggerBuilder.swift
[682/720] Compiling SQLKit SQLDeleteBuilder.swift
[683/720] Compiling AsyncKit Optional+StrictMap.swift
[684/720] Compiling AsyncKit Exports.swift
[685/720] Compiling SQLKit SQLDropTableBuilder.swift
[686/720] Compiling SQLKit SQLDropTriggerBuilder.swift
[687/720] Compiling SQLKit SQLInsertBuilder.swift
[690/720] Emitting module SQLKit
[691/720] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[692/720] Emitting module NIOFoundationCompat
[693/720] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[694/720] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[695/720] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[703/731] Compiling SQLiteNIO SQLiteRow.swift
[704/732] Compiling SQLKit SQLFunction.swift
[705/732] Compiling SQLKit SQLGroupExpression.swift
[706/732] Compiling SQLKit SQLIdentifier.swift
[707/732] Compiling SQLKit SQLList.swift
[708/732] Compiling SQLKit SQLLiteral.swift
[709/732] Compiling SQLKit SQLRaw.swift
[710/732] Compiling SQLKit SQLCodingUtilities.swift
[711/732] Compiling SQLKit SQLQueryEncoder.swift
[712/732] Compiling SQLKit SQLRow.swift
[713/732] Compiling SQLKit SQLRowDecoder.swift
[714/732] Compiling SQLKit SomeCodingKey.swift
[715/732] Compiling SQLKit StringHandling.swift
[717/733] Emitting module AsyncKit
[718/733] Compiling SQLiteNIO Exports.swift
[719/733] Compiling SQLiteNIO SQLiteConnection.swift
[720/733] Emitting module SQLiteNIO
[721/733] Compiling SQLiteNIO SQLiteDatabase.swift
[722/733] Compiling SQLiteNIO SQLiteDataConvertible.swift
[723/733] Compiling SQLiteNIO SQLiteCustomFunction.swift
[724/733] Compiling SQLiteNIO SQLiteData.swift
[725/733] Compiling SQLiteNIO SQLiteError.swift
[726/733] Compiling SQLiteNIO SQLiteStatement.swift
[727/733] Compiling SQLiteNIO SQLiteDataType.swift
[729/821] Compiling FluentKit AsyncMigration.swift
[730/821] Compiling FluentKit AsyncModelMiddleware.swift
[731/821] Compiling FluentKit Children+Concurrency.swift
[732/821] Compiling FluentKit Database+Concurrency.swift
[733/821] Compiling FluentKit EnumBuilder+Concurrency.swift
[734/821] Compiling FluentKit Model+Concurrency.swift
[735/821] Compiling FluentKit ModelResponder+Concurrency.swift
[736/821] Compiling FluentKit OptionalChild+Concurrency.swift
[737/821] Compiling FluentKit OptionalParent+Concurrency.swift
[738/821] Compiling FluentKit Parent+Concurrency.swift
[739/821] Compiling FluentKit QueryBuilder+Concurrency.swift
[740/821] Compiling FluentKit Relation+Concurrency.swift
[741/821] Compiling FluentKit SchemaBuilder+Concurrency.swift
[742/833] Emitting module FluentKit
[743/833] Compiling FluentKit QueryBuilder+Group.swift
[744/833] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[745/833] Compiling FluentKit QueryBuilder+Join.swift
[746/833] Compiling FluentKit QueryBuilder+Paginate.swift
[747/833] Compiling FluentKit QueryBuilder+Range.swift
[748/833] Compiling FluentKit QueryBuilder+Set.swift
[749/833] Compiling FluentKit QueryBuilder+Sort.swift
[750/833] Compiling FluentKit QueryBuilder.swift
[751/833] Compiling FluentKit DatabaseQuery+Action.swift
[752/833] Compiling FluentKit DatabaseQuery+Aggregate.swift
[753/833] Compiling FluentKit DatabaseQuery+Field.swift
[754/833] Compiling FluentKit DatabaseQuery+Filter.swift
[755/833] Compiling FluentKit DatabaseQuery+Join.swift
[756/833] Compiling FluentKit DatabaseQuery+Range.swift
[757/833] Compiling FluentKit DatabaseQuery+Sort.swift
[758/833] Compiling FluentKit DatabaseQuery+Value.swift
[759/833] Compiling FluentKit DatabaseQuery.swift
[760/833] Compiling FluentKit QueryHistory.swift
[761/833] Compiling FluentKit DatabaseSchema.swift
[762/833] Compiling FluentKit SchemaBuilder.swift
[763/833] Compiling FluentKit OptionalType.swift
[764/833] Compiling FluentKit RandomGeneratable.swift
[765/833] Compiling FluentKit SomeCodingKey.swift
[766/833] Compiling FluentKit UnsafeMutableTransferBox.swift
[767/833] Compiling FluentKit OptionalChild.swift
[768/833] Compiling FluentKit OptionalField.swift
[769/833] Compiling FluentKit OptionalParent.swift
[770/833] Compiling FluentKit Parent.swift
[771/833] Compiling FluentKit Property.swift
[772/833] Compiling FluentKit Relation.swift
[773/833] Compiling FluentKit Siblings.swift
[774/833] Compiling FluentKit Timestamp.swift
[775/833] Compiling FluentKit TimestampFormat.swift
[776/833] Compiling FluentKit QueryBuilder+Aggregate.swift
[777/833] Compiling FluentKit QueryBuilder+EagerLoad.swift
[778/833] Compiling FluentKit QueryBuilder+Filter.swift
[779/833] Compiling FluentKit Fields.swift
[780/833] Compiling FluentKit MirrorBypass.swift
[781/833] Compiling FluentKit Model+CRUD.swift
[782/833] Compiling FluentKit Model.swift
[783/833] Compiling FluentKit ModelAlias.swift
[784/833] Compiling FluentKit Schema.swift
[785/833] Compiling FluentKit FieldOperators.swift
[786/833] Compiling FluentKit Operators.swift
[787/833] Compiling FluentKit ValueOperators+Array.swift
[788/833] Compiling FluentKit ValueOperators+String.swift
[789/833] Compiling FluentKit ValueOperators.swift
[790/833] Compiling FluentKit Boolean.swift
[791/833] Compiling FluentKit BooleanPropertyFormat.swift
[792/833] Compiling FluentKit Children.swift
[793/833] Compiling FluentKit CompositeChildren.swift
[794/833] Compiling FluentKit CompositeID.swift
[795/833] Compiling FluentKit CompositeOptionalChild.swift
[796/833] Compiling FluentKit CompositeOptionalParent.swift
[797/833] Compiling FluentKit CompositeParent.swift
[798/833] Compiling FluentKit Field.swift
[799/833] Compiling FluentKit FieldKey.swift
[800/833] Compiling FluentKit Group.swift
[801/833] Compiling FluentKit ID.swift
[802/833] Compiling FluentKit OptionalBoolean.swift
[803/833] Compiling FluentKit OptionalEnumProperty.swift
[804/833] Compiling FluentKit Exports.swift
[805/833] Compiling FluentKit FluentError.swift
[806/833] Compiling FluentKit ModelMiddleware.swift
[807/833] Compiling FluentKit ModelResponder.swift
[808/833] Compiling FluentKit Migration.swift
[809/833] Compiling FluentKit MigrationLog.swift
[810/833] Compiling FluentKit Migrations.swift
[811/833] Compiling FluentKit Migrator.swift
[812/833] Compiling FluentKit AnyModel.swift
[813/833] Compiling FluentKit EagerLoad.swift
[814/833] Compiling FluentKit Fields+Codable.swift
[815/833] Compiling FluentKit Siblings+Concurrency.swift
[816/833] Compiling FluentKit Database+Logging.swift
[817/833] Compiling FluentKit Database.swift
[818/833] Compiling FluentKit DatabaseID.swift
[819/833] Compiling FluentKit DatabaseInput.swift
[820/833] Compiling FluentKit DatabaseOutput.swift
[821/833] Compiling FluentKit Databases.swift
[822/833] Compiling FluentKit KeyPrefixingStrategy.swift
[823/833] Compiling FluentKit TransactionControlDatabase.swift
[824/833] Compiling FluentKit DatabaseEnum.swift
[825/833] Compiling FluentKit EnumBuilder.swift
[826/833] Compiling FluentKit EnumMetadata.swift
[827/833] Compiling FluentKit EnumProperty.swift
[829/845] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[830/846] Compiling FluentSQL SQLList+Deprecated.swift
[831/846] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[832/846] Compiling FluentSQL DatabaseSchema+SQL.swift
[833/846] Compiling FluentSQL Exports.swift
[834/846] Emitting module FluentSQL
[835/846] Compiling FluentSQL ConverterUtilities.swift
[836/846] Compiling FluentSQL DatabaseQuery+SQL.swift
[837/846] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[838/846] Compiling FluentSQL SQLDatabase+Model.swift
[839/846] Compiling FluentSQL SQLSchemaConverter.swift
[840/846] Compiling FluentSQL SQLQueryConverter.swift
[849/856] Compiling SQLiteKit Exports.swift
[850/857] Compiling SQLiteKit SQLiteConnectionSource.swift
[851/857] Compiling SQLiteKit SQLiteDataDecoder.swift
[852/857] Compiling SQLiteKit SQLiteDataEncoder.swift
[853/857] Compiling SQLiteKit SQLiteDialect.swift
[854/857] Compiling SQLiteKit SQLiteConfiguration.swift
[855/857] Emitting module SQLiteKit
[856/857] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[857/857] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[859/866] Compiling FluentSQLiteDriver Exports.swift
[860/866] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[861/866] Emitting module FluentSQLiteDriver
[862/866] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[863/866] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[864/866] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[865/866] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[866/866] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:71:24: warning: type 'T' does not conform to the 'Sendable' protocol
68 | }
69 |
70 | func withConnection<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
71 | self.eventLoop.makeFutureWithTask { try await self.withConnection { try await closure($0).get() } }
| `- warning: type 'T' does not conform to the 'Sendable' protocol
72 | }
73 |
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:71:99: warning: type 'T' does not conform to the 'Sendable' protocol
68 | }
69 |
70 | func withConnection<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
71 | self.eventLoop.makeFutureWithTask { try await self.withConnection { try await closure($0).get() } }
| `- warning: type 'T' does not conform to the 'Sendable' protocol
72 | }
73 |
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:75:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
72 | }
73 |
74 | func withConnection<T>(_ closure: @escaping @Sendable (any Database) async throws -> T) async throws -> T {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
75 | try await self.withConnection {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
76 | try await closure(
77 | FluentSQLiteDatabase(
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:89:61: warning: type 'T' does not conform to the 'Sendable' protocol
86 | }
87 |
88 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
89 | self.inTransaction ? closure(self) : self.eventLoop.makeFutureWithTask { try await self.transaction { try await closure($0).get() } }
| `- warning: type 'T' does not conform to the 'Sendable' protocol
90 | }
91 |
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:89:133: warning: type 'T' does not conform to the 'Sendable' protocol
86 | }
87 |
88 | func transaction<T>(_ closure: @escaping @Sendable (any Database) -> EventLoopFuture<T>) -> EventLoopFuture<T> {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
89 | self.inTransaction ? closure(self) : self.eventLoop.makeFutureWithTask { try await self.transaction { try await closure($0).get() } }
| `- warning: type 'T' does not conform to the 'Sendable' protocol
90 | }
91 |
/host/spi-builder-workspace/Sources/FluentSQLiteDriver/FluentSQLiteDatabase.swift:97:31: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
90 | }
91 |
92 | func transaction<T>(_ closure: @escaping @Sendable (any Database) async throws -> T) async throws -> T {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
93 | guard !self.inTransaction else {
94 | return try await closure(self)
95 | }
96 |
97 | return try await self.withConnection { conn in
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
98 | let db = FluentSQLiteDatabase(
99 | database: conn,
Build complete! (202.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.51.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "sqlite-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.5.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sqlite-kit.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"
}
],
"manifest_display_name" : "fluent-sqlite-driver",
"name" : "fluent-sqlite-driver",
"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" : "FluentSQLiteDriver",
"targets" : [
"FluentSQLiteDriver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentSQLiteDriverTests",
"module_type" : "SwiftTarget",
"name" : "FluentSQLiteDriverTests",
"path" : "Tests/FluentSQLiteDriverTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"FluentSQLiteDriverTests.swift"
],
"target_dependencies" : [
"FluentSQLiteDriver"
],
"type" : "test"
},
{
"c99name" : "FluentSQLiteDriver",
"module_type" : "SwiftTarget",
"name" : "FluentSQLiteDriver",
"path" : "Sources/FluentSQLiteDriver",
"product_dependencies" : [
"FluentKit",
"FluentSQL",
"Logging",
"SQLiteKit"
],
"product_memberships" : [
"FluentSQLiteDriver"
],
"sources" : [
"Exports.swift",
"FluentSQLiteConfiguration.swift",
"FluentSQLiteDatabase.swift",
"FluentSQLiteDriver.swift",
"SQLiteConverterDelegate.swift",
"SQLiteError+Database.swift",
"SQLiteRow+Database.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.