Build Information
Successful build of sqlite-kit, reference 4.5.2 (f35a86
), with Swift 6.1 for Linux on 28 Apr 2025 20:54:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-kit.git
Reference: 4.5.2
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/sqlite-kit
* tag 4.5.2 -> FETCH_HEAD
HEAD is now at f35a863 Use structured logging (metadata) when logging queries (#110)
Cloned https://github.com/vapor/sqlite-kit.git
Revision (git rev-parse @):
f35a863ecc2da5d563b836a9a696b148b0f4169f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-kit.git at 4.5.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/sqlite-kit.git
https://github.com/vapor/sqlite-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "sqlite-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sqlite-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.29.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
}
],
"manifest_display_name" : "sqlite-kit",
"name" : "sqlite-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" : "SQLiteKit",
"targets" : [
"SQLiteKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLiteKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteKitTests",
"path" : "Tests/SQLiteKitTests",
"product_dependencies" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLiteKitTests.swift"
],
"target_dependencies" : [
"SQLiteKit"
],
"type" : "test"
},
{
"c99name" : "SQLiteKit",
"module_type" : "SwiftTarget",
"name" : "SQLiteKit",
"path" : "Sources/SQLiteKit",
"product_dependencies" : [
"NIOFoundationCompat",
"AsyncKit",
"SQLiteNIO",
"SQLKit"
],
"product_memberships" : [
"SQLiteKit"
],
"sources" : [
"Exports.swift",
"SQLiteConfiguration.swift",
"SQLiteConnection+SQLKit.swift",
"SQLiteConnectionSource.swift",
"SQLiteDataDecoder.swift",
"SQLiteDataEncoder.swift",
"SQLiteDialect.swift",
"SQLiteRow+SQLRow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2370] Fetching async-kit
[2/8353] Fetching async-kit, sql-kit
[371/9849] Fetching async-kit, sql-kit, sqlite-nio
[7099/85373] Fetching async-kit, sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.90s)
[5481/79390] Fetching async-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.58s)
[51404/77894] Fetching async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (9.88s)
Fetched https://github.com/apple/swift-nio.git from cache (10.07s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (14.13s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[423/9739] Fetching swift-log, swift-algorithms
[4517/25981] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.96s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.84s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.08s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.65s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[121/6058] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.98s)
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/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.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.82.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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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
Building for debugging...
[0/36] Write sources
[16/36] Compiling CNIOLinux liburing_shims.c
[17/36] Write sources
[23/36] Compiling CNIODarwin shim.c
[24/36] Compiling CNIOWindows WSAStartup.c
[25/36] Compiling _NumericsShims _NumericsShims.c
[25/36] Compiling _AtomicsShims.c
[27/36] Write sources
[29/36] Compiling CNIOWindows shim.c
[30/36] Compiling CNIOWASI CNIOWASI.c
[31/36] Compiling CNIOLinux shim.c
[32/36] Write swift-version-24593BA9C3E375BF.txt
[34/74] Emitting module RealModule
[35/75] Emitting module InternalCollectionsUtilities
[36/77] Emitting module _NIODataStructures
[37/77] Emitting module _NIOBase64
[38/77] Compiling _NIOBase64 Base64.swift
[39/77] Compiling RealModule ElementaryFunctions.swift
[40/78] Compiling _NIODataStructures _TinyArray.swift
[41/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[42/78] Compiling InternalCollectionsUtilities Specialize.swift
[43/78] Compiling _NIODataStructures PriorityQueue.swift
[44/78] Compiling RealModule Real.swift
[45/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[46/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/78] Compiling RealModule RealFunctions.swift
[48/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/78] Compiling InternalCollectionsUtilities Debugging.swift
[51/78] Compiling InternalCollectionsUtilities Descriptions.swift
[52/78] Compiling RealModule Float80+Real.swift
[53/78] Compiling RealModule Float+Real.swift
[54/78] Compiling RealModule Float16+Real.swift
[55/78] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[56/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[58/78] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[60/79] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/79] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/79] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[67/79] Compiling InternalCollectionsUtilities Integer rank.swift
[68/79] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/80] Compiling c-nioatomics.c
[73/247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[74/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[75/249] Compiling OrderedCollections _HashTable.swift
[76/249] Compiling OrderedCollections _Hashtable+Header.swift
[77/249] Compiling OrderedCollections _HashTable+Testing.swift
[78/249] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[79/249] Compiling Atomics IntegerOperations.swift
[80/249] Compiling Atomics Unmanaged extensions.swift
[81/249] Compiling OrderedCollections _HashTable+BucketIterator.swift
[82/249] Compiling OrderedCollections _HashTable+Constants.swift
[83/249] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[84/249] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/249] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/249] Compiling OrderedCollections _HashTable+Bucket.swift
[87/249] Compiling Logging MetadataProvider.swift
[88/249] Compiling _NIODataStructures Heap.swift
[89/250] Compiling Logging LogHandler.swift
[90/250] Compiling Logging Locks.swift
[91/250] Emitting module Logging
[92/250] Compiling Logging Logging.swift
[95/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[96/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[97/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[98/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[99/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[100/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[101/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[102/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[103/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[104/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[105/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[106/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[107/251] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[108/251] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[108/258] Compiling c-atomics.c
[110/315] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[111/315] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[112/315] Compiling HashTreeCollections _HashNode+Structural union.swift
[113/315] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[114/315] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[115/315] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[116/315] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[117/315] Compiling HashTreeCollections _HashNode.swift
[118/321] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[119/321] Compiling HashTreeCollections _AncestorHashSlots.swift
[120/321] Compiling HashTreeCollections _Bitmap.swift
[121/321] Compiling HashTreeCollections _Bucket.swift
[122/321] Compiling HashTreeCollections _Hash.swift
[123/321] Compiling HashTreeCollections _HashLevel.swift
[124/321] Compiling HashTreeCollections _HashNode+Builder.swift
[125/321] Compiling HashTreeCollections _HashNode+Debugging.swift
[126/321] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[127/321] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[128/321] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[129/321] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[130/321] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[131/321] Compiling HashTreeCollections _HashNode+Structural merge.swift
[132/321] Compiling HashTreeCollections _HashTreeIterator.swift
[133/321] Compiling HashTreeCollections _HashTreeStatistics.swift
[134/321] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[135/321] Compiling HashTreeCollections _RawHashNode.swift
[136/321] Compiling HashTreeCollections _UnmanagedHashNode.swift
[137/321] Compiling HashTreeCollections _UnsafePath.swift
[138/321] Compiling HashTreeCollections TreeDictionary+Codable.swift
[139/321] Compiling HashTreeCollections TreeDictionary+Collection.swift
[140/321] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[141/321] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[152/350] Compiling HeapModule _HeapNode.swift
[153/350] Compiling HeapModule Heap.swift
[154/350] Emitting module HeapModule
[155/350] Compiling HeapModule Heap+Descriptions.swift
[156/350] Compiling HeapModule Heap+UnsafeHandle.swift
[157/350] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[158/350] Compiling HeapModule Heap+Invariants.swift
[160/351] Compiling HashTreeCollections _HashNode+Structural filter.swift
[163/351] Compiling HashTreeCollections _HashNodeHeader.swift
[164/351] Compiling HashTreeCollections _HashSlot.swift
[165/351] Compiling HashTreeCollections _HashStack.swift
[166/351] Compiling NIOConcurrencyHelpers lock.swift
[167/351] Compiling HashTreeCollections TreeSet+Hashable.swift
[168/351] Compiling HashTreeCollections TreeSet+Sendable.swift
[169/351] Compiling HashTreeCollections TreeSet+Sequence.swift
[170/351] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[171/351] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[172/351] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[173/351] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[174/351] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[175/351] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[176/351] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[177/376] Emitting module NIOConcurrencyHelpers
[178/376] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[179/376] Compiling DequeModule Deque+Equatable.swift
[180/376] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[181/376] Compiling DequeModule Deque._UnsafeHandle.swift
[182/376] Compiling DequeModule Deque.swift
[183/376] Compiling DequeModule _DequeBuffer.swift
[184/376] Compiling DequeModule _DequeBufferHeader.swift
[185/376] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[191/376] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[192/376] Compiling NIOConcurrencyHelpers NIOLock.swift
[193/376] Compiling NIOConcurrencyHelpers atomics.swift
[194/377] Compiling Algorithms Trim.swift
[195/377] Compiling Algorithms Unique.swift
[196/377] Compiling Algorithms Windows.swift
[198/377] Compiling HashTreeCollections TreeDictionary.swift
[199/377] Compiling HashTreeCollections TreeSet+Codable.swift
[200/377] Compiling HashTreeCollections TreeSet+Collection.swift
[201/377] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[202/377] Compiling HashTreeCollections TreeSet+Debugging.swift
[203/377] Compiling HashTreeCollections TreeSet+Descriptions.swift
[204/377] Compiling HashTreeCollections TreeSet+Equatable.swift
[205/377] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[206/377] Compiling HashTreeCollections TreeSet+Extras.swift
[207/377] Compiling HashTreeCollections TreeSet+Filter.swift
[217/377] Compiling HashTreeCollections TreeDictionary+Keys.swift
[218/377] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[219/377] Compiling HashTreeCollections TreeDictionary+Merge.swift
[220/377] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[221/377] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[222/377] Compiling HashTreeCollections TreeDictionary+Values.swift
[235/388] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[236/388] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[237/388] Compiling HashTreeCollections TreeDictionary+Filter.swift
[238/388] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[239/388] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[246/441] Compiling BitCollections BitArray+BitwiseOperations.swift
[247/441] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[248/441] Compiling BitCollections BitArray+Copy.swift
[249/441] Compiling BitCollections BitArray+CustomReflectable.swift
[250/441] Compiling BitCollections BitArray+Descriptions.swift
[251/441] Compiling BitCollections BitArray+Equatable.swift
[252/441] Compiling _RopeModule _CharacterRecognizer.swift
[253/441] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[254/441] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[255/441] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[256/441] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[257/441] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[258/441] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[259/441] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[260/441] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[261/441] Compiling HashTreeCollections TreeSet.swift
[262/441] Compiling BitCollections BitArray+Invariants.swift
[263/441] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[264/441] Emitting module OrderedCollections
[265/442] Emitting module Atomics
[268/442] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[269/442] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[272/442] Compiling BitCollections BitArray+Extras.swift
[273/442] Compiling BitCollections BitArray+Fill.swift
[275/442] Compiling BitCollections BitArray+Codable.swift
[276/442] Compiling BitCollections BitArray+Collection.swift
[284/443] Emitting module BitCollections
[285/450] Emitting module _RopeModule
[286/450] Emitting module DequeModule
[287/451] Compiling BitCollections BitSet+Initializers.swift
[288/451] Compiling BitCollections BitSet+Invariants.swift
[289/451] Compiling BitCollections BitSet+Random.swift
[290/451] Compiling BitCollections BitSet+SetAlgebra basics.swift
[291/451] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[292/451] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[293/451] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[295/451] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[296/451] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[297/451] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[298/451] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[299/451] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[300/451] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[301/451] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[302/451] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[303/451] Compiling BitCollections BitSet+CustomReflectable.swift
[304/451] Compiling BitCollections BitSet+CustomStringConvertible.swift
[305/451] Compiling BitCollections BitSet+Equatable.swift
[306/451] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[307/451] Compiling BitCollections BitSet+Extras.swift
[308/451] Compiling BitCollections BitSet+Hashable.swift
[309/451] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[310/451] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[311/451] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[312/451] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[313/451] Compiling BitCollections BitSet+SetAlgebra union.swift
[314/451] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[315/451] Compiling BitCollections BitSet.Counted.swift
[315/451] Compiling CSQLite sqlite_nio_sqlite3.c
[328/451] Compiling BitCollections BitSet+BidirectionalCollection.swift
[329/451] Compiling BitCollections BitSet+Codable.swift
[339/504] Emitting module Algorithms
[341/511] Compiling NIOCore ChannelPipeline.swift
[342/511] Compiling NIOCore CircularBuffer.swift
[343/511] Compiling NIOCore Codec.swift
[344/511] Compiling NIOCore ConvenienceOptionSupport.swift
[345/511] Compiling NIOCore DeadChannel.swift
[346/511] Compiling NIOCore DispatchQueue+WithFuture.swift
[347/511] Compiling NIOCore EventLoop+Deprecated.swift
[348/511] Compiling NIOCore EventLoop+SerialExecutor.swift
[349/511] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[350/511] Compiling NIOCore BSDSocketAPI.swift
[351/511] Compiling NIOCore ByteBuffer-aux.swift
[352/511] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[353/511] Compiling NIOCore ByteBuffer-conversions.swift
[354/511] Compiling NIOCore ByteBuffer-core.swift
[355/511] Compiling NIOCore ByteBuffer-hex.swift
[356/511] Compiling NIOCore ByteBuffer-int.swift
[357/511] Compiling NIOCore ByteBuffer-multi-int.swift
[358/511] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[359/511] Compiling NIOCore ByteBuffer-views.swift
[360/511] Compiling NIOCore Channel.swift
[361/511] Compiling NIOCore ChannelHandler.swift
[362/511] Compiling NIOCore ChannelHandlers.swift
[363/511] Compiling NIOCore ChannelInvoker.swift
[364/511] Compiling NIOCore ChannelOption.swift
[387/511] Compiling NIOCore NIOAny.swift
[388/511] Compiling NIOCore NIOCloseOnErrorHandler.swift
[389/511] Compiling NIOCore NIOLoopBound.swift
[390/511] Compiling NIOCore NIOScheduledCallback.swift
[391/511] Compiling NIOCore NIOSendable.swift
[392/511] Compiling NIOCore RecvByteBufferAllocator.swift
[393/511] Compiling BitCollections _Word.swift
[394/512] Compiling _RopeModule Rope+Join.swift
[395/512] Compiling _RopeModule Rope+MutatingForEach.swift
[396/512] Compiling _RopeModule Rope+Remove.swift
[397/512] Compiling _RopeModule Rope+RemoveSubrange.swift
[398/512] Compiling _RopeModule Rope+Split.swift
[399/512] Compiling _RopeModule Optional Utilities.swift
[400/512] Compiling _RopeModule String Utilities.swift
[401/512] Compiling _RopeModule String.Index+ABI.swift
[404/512] Compiling NIOCore AsyncChannelOutboundWriter.swift
[405/512] Compiling NIOCore NIOAsyncSequenceProducer.swift
[406/512] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[407/512] Compiling NIOCore NIOAsyncWriter.swift
[408/512] Compiling NIOCore EventLoop.swift
[409/512] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[410/512] Compiling NIOCore EventLoopFuture+Deprecated.swift
[411/512] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[412/512] Compiling NIOCore EventLoopFuture.swift
[413/512] Compiling NIOCore FileDescriptor.swift
[438/512] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[439/512] Compiling NIOCore AddressedEnvelope.swift
[440/512] Compiling NIOCore AsyncAwaitSupport.swift
[441/512] Compiling NIOCore AsyncChannel.swift
[442/512] Compiling NIOCore AsyncChannelHandler.swift
[443/512] Compiling NIOCore AsyncChannelInboundStream.swift
[444/512] Compiling NIOCore FileHandle.swift
[445/512] Compiling NIOCore FileRegion.swift
[446/512] Compiling NIOCore GlobalSingletons.swift
[447/512] Compiling NIOCore IO.swift
[448/512] Compiling NIOCore IOData.swift
[449/512] Compiling NIOCore IPProtocol.swift
[450/512] Compiling NIOCore IntegerBitPacking.swift
[451/512] Compiling NIOCore IntegerTypes.swift
[452/512] Compiling NIOCore Interfaces.swift
[454/513] Emitting module HashTreeCollections
[455/514] Compiling NIOCore MarkedCircularBuffer.swift
[456/514] Compiling NIOCore MulticastChannel.swift
[464/524] Compiling Collections Collections.swift
[465/524] Emitting module Collections
[473/525] Compiling NIOCore Linux.swift
[475/525] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[476/525] Compiling NIOCore SocketAddresses.swift
[477/525] Compiling NIOCore SocketOptionProvider.swift
[478/525] Compiling NIOCore SystemCallHelpers.swift
[479/525] Compiling NIOCore TimeAmount+Duration.swift
[480/525] Compiling NIOCore TypeAssistedChannelHandler.swift
[481/525] Compiling NIOCore UniversalBootstrapSupport.swift
[482/525] Compiling NIOCore Utilities.swift
[525/525] Emitting module NIOCore
[527/577] Compiling NIOEmbedded AsyncTestingChannel.swift
[528/577] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[529/577] Emitting module NIOEmbedded
[530/577] Compiling NIOEmbedded Embedded.swift
[532/578] Compiling NIOPosix BSDSocketAPICommon.swift
[533/578] Compiling NIOPosix BSDSocketAPIPosix.swift
[534/578] Compiling NIOPosix BSDSocketAPIWindows.swift
[535/578] Compiling NIOPosix BaseSocket.swift
[536/578] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[537/578] Compiling NIOPosix BaseSocketChannel.swift
[538/578] Compiling NIOPosix BaseStreamSocketChannel.swift
[539/578] Emitting module NIOPosix
[540/584] Compiling NIOPosix PooledRecvBufferAllocator.swift
[541/584] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[542/584] Compiling NIOPosix PosixSingletons.swift
[543/584] Compiling NIOPosix RawSocketBootstrap.swift
[544/584] Compiling NIOPosix Resolver.swift
[545/584] Compiling NIOPosix Selectable.swift
[546/584] Compiling NIOPosix SelectableChannel.swift
[547/584] Compiling NIOPosix SelectableEventLoop.swift
[548/584] Compiling NIOPosix SelectorEpoll.swift
[549/584] Compiling NIOPosix SelectorGeneric.swift
[550/584] Compiling NIOPosix SelectorKqueue.swift
[551/584] Compiling NIOPosix SelectorUring.swift
[552/584] Compiling NIOPosix ServerSocket.swift
[553/584] Compiling NIOPosix Socket.swift
[554/584] Compiling NIOPosix SocketChannel.swift
[555/584] Compiling NIOPosix SocketProtocols.swift
[556/584] Compiling NIOPosix System.swift
[557/584] Compiling NIOPosix Thread.swift
[558/584] Compiling NIOPosix Bootstrap.swift
[559/584] Compiling NIOPosix ControlMessage.swift
[560/584] Compiling NIOPosix DatagramVectorReadManager.swift
[561/584] Compiling NIOPosix Errors+Any.swift
[562/584] Compiling NIOPosix FileDescriptor.swift
[563/584] Compiling NIOPosix GetaddrinfoResolver.swift
[564/584] Compiling NIOPosix HappyEyeballs.swift
[565/584] Compiling NIOPosix ThreadPosix.swift
[566/584] Compiling NIOPosix ThreadWindows.swift
[567/584] Compiling NIOPosix UnsafeTransfer.swift
[568/584] Compiling NIOPosix Utilities.swift
[569/584] Compiling NIOPosix VsockAddress.swift
[570/584] Compiling NIOPosix VsockChannelEvents.swift
[571/584] Compiling NIOPosix NIOThreadPool.swift
[572/584] Compiling NIOPosix NonBlockingFileIO.swift
[573/584] Compiling NIOPosix PendingDatagramWritesManager.swift
[574/584] Compiling NIOPosix PendingWritesManager.swift
[575/584] Compiling NIOPosix PipeChannel.swift
[576/584] Compiling NIOPosix PipePair.swift
[577/584] Compiling NIOPosix Pool.swift
[578/584] Compiling NIOPosix IO.swift
[579/584] Compiling NIOPosix IntegerBitPacking.swift
[580/584] Compiling NIOPosix IntegerTypes.swift
[581/584] Compiling NIOPosix Linux.swift
[582/584] Compiling NIOPosix LinuxCPUSet.swift
[583/584] Compiling NIOPosix LinuxUring.swift
[584/584] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[586/609] Compiling NIO Exports.swift
[587/609] Emitting module NIO
[589/707] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[590/707] Compiling SQLKit Exports.swift
[591/707] Compiling SQLKit SQLAlias.swift
[592/707] Compiling SQLKit SQLBetween.swift
[593/707] Compiling SQLKit SQLColumn.swift
[594/707] Compiling SQLKit SQLConstraint.swift
[595/707] Compiling SQLKit SQLDataType.swift
[596/707] Compiling SQLKit SQLDirection.swift
[597/707] Compiling SQLKit SQLDistinct.swift
[598/707] Compiling SQLKit SQLForeignKeyAction.swift
[599/707] Compiling SQLKit SQLNestedSubpathExpression.swift
[600/707] Compiling SQLKit SQLQualifiedTable.swift
[601/707] Compiling SQLKit SQLQueryString.swift
[602/719] Compiling SQLKit SQLDropIndex.swift
[603/719] Compiling SQLKit SQLDropTable.swift
[604/719] Compiling SQLKit SQLDropTrigger.swift
[605/719] Compiling SQLKit SQLInsert.swift
[606/719] Compiling SQLKit SQLSelect.swift
[607/719] Compiling SQLKit SQLUnion.swift
[608/719] Compiling SQLKit SQLUpdate.swift
[609/719] Compiling SQLKit SQLExpression.swift
[610/719] Compiling SQLKit SQLSerializer.swift
[611/719] Compiling SQLKit SQLStatement.swift
[612/719] Compiling SQLKit SQLBinaryExpression.swift
[613/719] Compiling SQLKit SQLBinaryOperator.swift
[614/719] Compiling SQLKit SQLBind.swift
[615/719] Compiling SQLKit SQLAlterEnumBuilder.swift
[616/719] Compiling SQLKit SQLAlterTableBuilder.swift
[617/719] Compiling SQLKit SQLConflictUpdateBuilder.swift
[618/721] Compiling SQLKit SQLCreateEnumBuilder.swift
[619/721] Compiling SQLKit SQLCreateIndexBuilder.swift
[620/721] Compiling SQLKit SQLCreateTableBuilder.swift
[627/721] Compiling SQLKit SQLCreateTriggerBuilder.swift
[628/721] Compiling SQLKit SQLDeleteBuilder.swift
[629/721] Compiling SQLKit SQLDropEnumBuilder.swift
[630/721] Compiling SQLKit SQLDropIndexBuilder.swift
[631/721] Compiling SQLKit SQLDropTableBuilder.swift
[632/721] Compiling SQLKit SQLDropTriggerBuilder.swift
[633/721] Compiling SQLKit SQLInsertBuilder.swift
[634/721] Compiling SQLKit SQLPredicateGroupBuilder.swift
[635/721] Compiling SQLKit SQLRawBuilder.swift
[636/721] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[637/721] Compiling SQLKit SQLSelectBuilder.swift
[638/721] Compiling SQLKit SQLSubqueryBuilder.swift
[639/721] Compiling SQLKit SQLUnionBuilder.swift
[640/721] Compiling SQLKit SQLUpdateBuilder.swift
[641/721] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[642/721] Compiling AsyncKit Optional+StrictMap.swift
[643/721] Compiling AsyncKit Exports.swift
[644/721] Compiling SQLKit SQLCommonUnionBuilder.swift
[645/721] Compiling SQLKit SQLJoinBuilder.swift
[646/721] Compiling SQLKit SQLPartialResultBuilder.swift
[647/721] Compiling SQLKit SQLPredicateBuilder.swift
[648/721] Compiling SQLKit SQLQueryBuilder.swift
[649/721] Compiling SQLKit SQLQueryFetcher.swift
[650/721] Compiling SQLKit SQLReturningBuilder.swift
[651/721] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[652/721] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[653/721] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[654/721] Compiling SQLKit SQLDatabase.swift
[655/721] Compiling SQLKit SQLDatabaseReportedVersion.swift
[656/721] Compiling SQLKit SQLDialect.swift
[657/721] Compiling SQLKit SQLDatabase+Deprecated.swift
[658/721] Compiling SQLKit SQLError.swift
[659/721] Compiling SQLKit SQLExpressions+Deprecated.swift
[660/721] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[661/721] Compiling SQLKit SQLColumnAssignment.swift
[662/721] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[663/721] Compiling SQLKit SQLColumnDefinition.swift
[664/721] Compiling SQLKit SQLCommonTableExpression.swift
[665/721] Compiling SQLKit SQLConflictAction.swift
[666/721] Compiling SQLKit SQLConflictResolutionStrategy.swift
[667/721] Compiling SQLKit SQLDropBehaviour.swift
[668/721] Compiling SQLKit SQLEnumDataType.swift
[669/721] Compiling SQLKit SQLExcludedColumn.swift
[670/721] Compiling SQLKit SQLForeignKey.swift
[671/721] Compiling SQLKit SQLJoin.swift
[672/721] Compiling SQLKit SQLJoinMethod.swift
[673/721] Compiling SQLKit SQLLockingClause.swift
[674/721] Compiling SQLKit SQLOrderBy.swift
[675/721] Compiling SQLKit SQLReturning.swift
[676/721] Compiling SQLKit SQLSubquery.swift
[677/721] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[678/721] Compiling SQLKit SQLAlterEnum.swift
[679/721] Compiling SQLKit SQLAlterTable.swift
[680/721] Compiling SQLKit SQLCreateEnum.swift
[681/721] Compiling SQLKit SQLCreateIndex.swift
[682/721] Compiling SQLKit SQLCreateTable.swift
[683/721] Compiling SQLKit SQLCreateTrigger.swift
[684/721] Compiling SQLKit SQLDelete.swift
[685/721] Compiling SQLKit SQLDropEnum.swift
[686/721] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[687/721] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[690/721] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[691/721] Emitting module NIOFoundationCompat
[692/721] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[694/722] Emitting module SQLKit
[695/732] Compiling SQLiteNIO SQLiteRow.swift
[696/733] Compiling SQLKit SQLFunction.swift
[697/733] Compiling SQLKit SQLGroupExpression.swift
[698/733] Compiling SQLKit SQLIdentifier.swift
[699/733] Compiling SQLKit SQLList.swift
[700/733] Compiling SQLKit SQLLiteral.swift
[701/733] Compiling SQLKit SQLRaw.swift
[702/733] Compiling SQLKit SQLCodingUtilities.swift
[703/733] Compiling SQLKit SQLQueryEncoder.swift
[704/733] Compiling SQLKit SQLRow.swift
[705/733] Compiling SQLKit SQLRowDecoder.swift
[706/733] Compiling SQLKit SomeCodingKey.swift
[707/733] Compiling SQLKit StringHandling.swift
[708/734] Emitting module AsyncKit
[709/734] Compiling SQLiteNIO SQLiteDatabase.swift
[711/734] Compiling SQLiteNIO SQLiteDataType.swift
[712/734] Compiling SQLiteNIO SQLiteDataConvertible.swift
[713/734] Compiling SQLiteNIO SQLiteError.swift
[714/734] Compiling SQLiteNIO Exports.swift
[715/734] Compiling SQLiteNIO SQLiteConnection.swift
[716/734] Emitting module SQLiteNIO
[717/734] Compiling SQLiteNIO SQLiteCustomFunction.swift
[718/734] Compiling SQLiteNIO SQLiteData.swift
[719/734] Compiling SQLiteNIO SQLiteStatement.swift
[737/744] Compiling SQLiteKit SQLiteDialect.swift
[738/745] Compiling SQLiteKit SQLiteDataEncoder.swift
[739/745] Compiling SQLiteKit SQLiteDataDecoder.swift
[740/745] Compiling SQLiteKit SQLiteConfiguration.swift
[741/745] Compiling SQLiteKit SQLiteConnectionSource.swift
[742/745] Compiling SQLiteKit Exports.swift
[743/745] Emitting module SQLiteKit
[744/745] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
/host/spi-builder-workspace/Sources/SQLiteKit/SQLiteConnection+SQLKit.swift:260:33: warning: type 'R' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
257 | // See `SQLDatabase.withSession(_:)`.
258 | @usableFromInline
259 | func withSession<R>(_ closure: @escaping @Sendable (any SQLDatabase) async throws -> R) async throws -> R {
| `- note: consider making generic parameter 'R' conform to the 'Sendable' protocol
260 | try await self.database.withConnection {
| `- warning: type 'R' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
261 | try await closure($0.sql(encoder: self.encoder, decoder: self.decoder, queryLogLevel: self.queryLogLevel))
262 | }
[745/745] Compiling SQLiteKit SQLiteRow+SQLRow.swift
Build complete! (181.06s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "sqlite-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sqlite-nio.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.29.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
},
{
"identity" : "async-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/async-kit.git"
}
],
"manifest_display_name" : "sqlite-kit",
"name" : "sqlite-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" : "SQLiteKit",
"targets" : [
"SQLiteKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SQLiteKitTests",
"module_type" : "SwiftTarget",
"name" : "SQLiteKitTests",
"path" : "Tests/SQLiteKitTests",
"product_dependencies" : [
"SQLKitBenchmark"
],
"sources" : [
"SQLiteKitTests.swift"
],
"target_dependencies" : [
"SQLiteKit"
],
"type" : "test"
},
{
"c99name" : "SQLiteKit",
"module_type" : "SwiftTarget",
"name" : "SQLiteKit",
"path" : "Sources/SQLiteKit",
"product_dependencies" : [
"NIOFoundationCompat",
"AsyncKit",
"SQLiteNIO",
"SQLKit"
],
"product_memberships" : [
"SQLiteKit"
],
"sources" : [
"Exports.swift",
"SQLiteConfiguration.swift",
"SQLiteConnection+SQLKit.swift",
"SQLiteConnectionSource.swift",
"SQLiteDataDecoder.swift",
"SQLiteDataEncoder.swift",
"SQLiteDialect.swift",
"SQLiteRow+SQLRow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.