Build Information
Successful build of sqlite-kit, reference main (c02123
), with Swift 6.1 for Android on 12 Aug 2025 19:31:33 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-kit.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c021231 Bump actions/checkout from 4 to 5 in the dependencies group (#111)
Cloned https://github.com/vapor/sqlite-kit.git
Revision (git rev-parse @):
c0212311cd5370685347e6596b588d2991aeb968
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-kit.git at main
========================================
Build
========================================
Selected platform: android
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-4609320-2":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/2409] Fetching async-kit
[2410/8429] Fetching async-kit, sql-kit
[8430/10136] Fetching async-kit, sql-kit, sqlite-nio
[8431/87527] Fetching async-kit, sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (8.85s)
Fetched https://github.com/vapor/sql-kit.git from cache (8.85s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (8.87s)
Fetched https://github.com/apple/swift-nio.git from cache (8.99s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (12.33s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/5968] Fetching swift-algorithms
[2747/22921] Fetching swift-algorithms, swift-collections
Fetching https://github.com/apple/swift-log.git
[13429/26807] Fetching swift-algorithms, swift-collections, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.75s)
[22074/22921] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (2.01s)
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/5946] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.65s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.69s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.25s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[19/1808] Fetching swift-atomics
[453/6682] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.85s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.29s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.8 (0.80s)
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.2
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.8
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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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
Building for debugging...
[0/37] Write sources
[21/37] Compiling _NumericsShims _NumericsShims.c
[22/37] Compiling _AtomicsShims.c
[23/37] Compiling CNIOWindows WSAStartup.c
[24/37] Compiling CNIOWindows shim.c
[25/37] Compiling CNIOWASI CNIOWASI.c
[26/37] Compiling CNIOPosix event_loop_id.c
[26/37] Write sources
[30/37] Compiling CNIODarwin shim.c
[31/37] Compiling CNIOLinux liburing_shims.c
[32/37] Compiling CNIOLinux shim.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[35/72] Emitting module Logging
[36/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/73] Compiling c-nioatomics.c
[38/73] Compiling RealModule Real.swift
[38/74] Compiling c-atomics.c
[40/98] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/98] Compiling RealModule RealFunctions.swift
[42/98] Compiling RealModule Float80+Real.swift
[43/98] Emitting module InternalCollectionsUtilities
[44/98] Compiling RealModule Float16+Real.swift
[45/98] Compiling RealModule Float+Real.swift
[46/98] Compiling RealModule ElementaryFunctions.swift
[47/98] Compiling Atomics AtomicStorage.swift
[48/98] Compiling Atomics AtomicValue.swift
[49/98] Compiling _NIOBase64 Base64.swift
[50/98] Emitting module _NIOBase64
[51/98] Compiling Atomics IntegerConformances.swift
[52/98] Compiling Atomics PointerConformances.swift
[53/98] Compiling Atomics AtomicMemoryOrderings.swift
[54/98] Compiling Atomics DoubleWord.swift
[55/101] Compiling _NIODataStructures _TinyArray.swift
[56/101] Compiling _NIODataStructures PriorityQueue.swift
[57/101] Compiling Atomics AtomicOptionalWrappable.swift
[58/101] Compiling Atomics AtomicReference.swift
[59/101] Compiling Atomics ManagedAtomic.swift
[60/101] Compiling Atomics ManagedAtomicLazyReference.swift
[61/101] Compiling Atomics OptionalRawRepresentable.swift
[62/101] Compiling Atomics RawRepresentable.swift
[63/101] Compiling Atomics AtomicBool.swift
[66/101] Compiling Atomics AtomicInteger.swift
[71/102] Emitting module RealModule
[74/103] Compiling _NIODataStructures Heap.swift
[75/103] Emitting module _NIODataStructures
[76/103] Compiling Atomics UnsafeAtomic.swift
[77/103] Compiling Atomics UnsafeAtomicLazyReference.swift
[85/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[86/106] Compiling Atomics IntegerOperations.swift
[87/106] Compiling Atomics Unmanaged extensions.swift
[88/108] Compiling NIOConcurrencyHelpers lock.swift
[89/310] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[90/310] Emitting module NIOConcurrencyHelpers
[91/310] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[92/310] Compiling HeapModule _HeapNode.swift
[93/310] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/310] Compiling NIOConcurrencyHelpers atomics.swift
[95/311] Compiling HeapModule Heap.swift
[97/311] Compiling HeapModule Heap+Invariants.swift
[98/311] Emitting module HeapModule
[99/311] Compiling HeapModule Heap+Descriptions.swift
[100/311] Compiling HeapModule Heap+UnsafeHandle.swift
[101/312] Compiling Logging LogHandler.swift
[102/312] Compiling Logging Logging.swift
[103/312] Compiling Logging MetadataProvider.swift
[104/312] Compiling Logging Locks.swift
[105/314] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[106/314] Compiling HashTreeCollections TreeSet+Debugging.swift
[107/314] Compiling HashTreeCollections TreeSet+Descriptions.swift
[108/314] Compiling HashTreeCollections TreeSet+Equatable.swift
[109/314] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[110/314] Compiling HashTreeCollections TreeSet+Extras.swift
[111/314] Compiling HashTreeCollections TreeSet+Filter.swift
[112/329] Compiling HashTreeCollections _HashNode.swift
[113/329] Compiling HashTreeCollections _HashNodeHeader.swift
[114/329] Compiling HashTreeCollections _HashSlot.swift
[115/329] Compiling HashTreeCollections _HashStack.swift
[116/329] Compiling HashTreeCollections TreeDictionary.swift
[117/329] Compiling HashTreeCollections TreeSet+Codable.swift
[118/329] Compiling HashTreeCollections TreeSet+Collection.swift
[120/335] Compiling HashTreeCollections TreeSet+Hashable.swift
[121/335] Compiling HashTreeCollections TreeSet+Sendable.swift
[122/335] Compiling HashTreeCollections TreeSet+Sequence.swift
[123/335] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[124/335] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[125/335] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[126/335] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[127/335] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[128/335] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[129/335] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[130/345] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[131/345] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[132/345] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[133/345] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[134/345] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[135/345] Compiling HashTreeCollections _HashNode+Structural merge.swift
[136/345] Compiling HashTreeCollections _HashTreeIterator.swift
[137/345] Compiling HashTreeCollections _HashTreeStatistics.swift
[139/345] Compiling DequeModule Deque+Codable.swift
[140/345] Compiling DequeModule Deque+Collection.swift
[141/345] Compiling DequeModule Deque+CustomReflectable.swift
[142/345] Compiling DequeModule Deque+Descriptions.swift
[143/345] Compiling DequeModule Deque+Extras.swift
[144/345] Compiling DequeModule Deque+Hashable.swift
[145/345] Compiling DequeModule Deque+Equatable.swift
[146/345] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[151/400] Compiling BitCollections BitArray+Extras.swift
[152/400] Compiling BitCollections BitArray+Fill.swift
[153/400] Compiling BitCollections BitSet+CustomReflectable.swift
[154/400] Compiling BitCollections BitSet+CustomStringConvertible.swift
[155/400] Compiling BitCollections BitSet+Equatable.swift
[156/400] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[157/400] Compiling BitCollections BitSet+Extras.swift
[158/400] Compiling BitCollections BitSet+Hashable.swift
[159/400] Compiling BitCollections BitSet+Initializers.swift
[160/400] Compiling BitCollections BitSet+Invariants.swift
[161/400] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[162/400] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[163/400] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[164/400] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[165/400] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[166/400] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[167/400] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[168/400] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[169/425] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[170/425] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[171/425] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[172/425] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[173/425] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[174/425] Compiling BitCollections BitSet+SetAlgebra union.swift
[175/425] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[176/425] Compiling BitCollections BitSet.Counted.swift
[179/425] Compiling OrderedCollections OrderedSet+Sendable.swift
[180/425] Compiling OrderedCollections OrderedSet+SubSequence.swift
[181/425] Compiling OrderedCollections OrderedSet+Testing.swift
[182/425] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[183/425] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[184/425] Compiling OrderedCollections OrderedSet.swift
[185/425] Compiling OrderedCollections _UnsafeBitset.swift
[186/425] Compiling HashTreeCollections TreeDictionary+Merge.swift
[187/425] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[188/425] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[189/425] Compiling HashTreeCollections TreeDictionary+Values.swift
[190/425] Compiling Algorithms MinMax.swift
[191/425] Compiling Algorithms Compacted.swift
[192/425] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[193/425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[194/425] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[195/425] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[196/425] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[197/425] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[198/425] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[199/425] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[200/425] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[201/425] Compiling HashTreeCollections TreeSet.swift
[209/432] Compiling Algorithms Intersperse.swift
[210/432] Compiling Algorithms Split.swift
[211/432] Emitting module Atomics
[212/432] Compiling Algorithms Cycle.swift
[213/432] Compiling Algorithms EitherSequence.swift
[214/432] Compiling Algorithms Grouped.swift
[215/432] Compiling Algorithms Indexed.swift
[216/432] Compiling Algorithms AdjacentPairs.swift
[217/432] Compiling Algorithms Chain.swift
[218/432] Compiling Algorithms Chunked.swift
[219/432] Compiling Algorithms Combinations.swift
[220/432] Compiling Algorithms Joined.swift
[221/432] Compiling Algorithms Keyed.swift
[228/441] Compiling Algorithms FirstNonNil.swift
[229/441] Compiling Algorithms FlattenCollection.swift
[240/442] Compiling Algorithms Reductions.swift
[241/442] Compiling Algorithms Rotate.swift
[253/442] Compiling BitCollections _Word.swift
[265/442] Compiling BitCollections BitSet.Index.swift
[266/442] Compiling BitCollections BitSet._UnsafeHandle.swift
[267/442] Compiling BitCollections BitSet.swift
[268/442] Compiling BitCollections Range+Utilities.swift
[269/442] Compiling BitCollections Slice+Utilities.swift
[270/442] Compiling BitCollections UInt+Tricks.swift
[272/442] Emitting module BitCollections
[282/442] Compiling BitCollections BitSet+Random.swift
[283/442] Compiling BitCollections BitSet+SetAlgebra basics.swift
[284/442] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[285/442] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[294/442] Emitting module DequeModule
[303/443] Compiling Algorithms Partition.swift
[304/443] Compiling Algorithms Permutations.swift
[305/443] Compiling Algorithms Product.swift
[307/443] Compiling Algorithms Stride.swift
[308/443] Compiling Algorithms Suffix.swift
[309/443] Compiling Algorithms RandomSample.swift
[343/447] Compiling CSQLite sqlite_nio_sqlite3.c
[345/447] Emitting module _RopeModule
[346/447] Emitting module OrderedCollections
[347/448] Compiling Algorithms Trim.swift
[348/448] Compiling Algorithms Unique.swift
[349/448] Compiling Algorithms Windows.swift
[351/509] Compiling NIOCore AsyncChannel.swift
[352/509] Compiling NIOCore AsyncChannelHandler.swift
[353/509] Compiling NIOCore AsyncChannelInboundStream.swift
[354/509] Compiling NIOCore AsyncChannelOutboundWriter.swift
[355/509] Compiling NIOCore ByteBuffer-int.swift
[356/509] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[357/509] Compiling NIOCore AddressedEnvelope.swift
[358/509] Compiling NIOCore AsyncAwaitSupport.swift
[359/509] Compiling NIOCore ByteBuffer-conversions.swift
[360/509] Compiling NIOCore ByteBuffer-core.swift
[361/509] Compiling NIOCore ByteBuffer-hex.swift
[362/509] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[363/509] Compiling NIOCore BSDSocketAPI.swift
[364/509] Compiling NIOCore ByteBuffer-aux.swift
[365/509] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[366/509] Emitting module HashTreeCollections
[371/509] Compiling NIOCore NIOAsyncSequenceProducer.swift
[372/509] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[373/509] Compiling NIOCore NIOAsyncWriter.swift
[374/509] Compiling NIOCore ByteBuffer-multi-int.swift
[375/509] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[376/509] Compiling NIOCore ByteBuffer-views.swift
[377/509] Compiling NIOCore Channel.swift
[389/509] Compiling NIOCore MarkedCircularBuffer.swift
[390/509] Compiling NIOCore MulticastChannel.swift
[391/509] Compiling NIOCore EventLoopFuture+Deprecated.swift
[392/509] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[393/509] Compiling NIOCore EventLoopFuture.swift
[394/509] Compiling NIOCore FileDescriptor.swift
[395/509] Compiling NIOCore FileHandle.swift
[396/509] Compiling NIOCore FileRegion.swift
[397/509] Compiling NIOCore GlobalSingletons.swift
[398/509] Compiling NIOCore IO.swift
[399/509] Compiling NIOCore CircularBuffer.swift
[401/510] Compiling NIOCore IntegerBitPacking.swift
[402/510] Compiling NIOCore IntegerTypes.swift
[403/510] Compiling NIOCore Interfaces.swift
[404/510] Compiling NIOCore Linux.swift
[416/510] Compiling NIOCore Codec.swift
[417/510] Compiling NIOCore ConvenienceOptionSupport.swift
[418/510] Compiling NIOCore DeadChannel.swift
[419/510] Compiling NIOCore DispatchQueue+WithFuture.swift
[420/510] Compiling NIOCore EventLoop+Deprecated.swift
[433/510] Compiling NIOCore ChannelHandler.swift
[434/510] Compiling NIOCore ChannelHandlers.swift
[435/510] Compiling NIOCore ChannelInvoker.swift
[436/510] Compiling NIOCore ChannelOption.swift
[437/510] Compiling NIOCore ChannelPipeline.swift
[438/510] Compiling NIOCore IOData.swift
[439/510] Compiling NIOCore IPProtocol.swift
[440/510] Compiling _RopeModule Rope+Join.swift
[441/510] Compiling _RopeModule Rope+MutatingForEach.swift
[442/510] Compiling _RopeModule Rope+Remove.swift
[443/510] Compiling _RopeModule Rope+RemoveSubrange.swift
[444/510] Compiling _RopeModule Rope+Split.swift
[445/510] Compiling _RopeModule Optional Utilities.swift
[446/510] Compiling _RopeModule String Utilities.swift
[447/510] Compiling _RopeModule String.Index+ABI.swift
[448/510] Compiling _RopeModule _CharacterRecognizer.swift
[450/511] Emitting module Algorithms
[452/514] Compiling NIOCore NIOAny.swift
[453/514] Compiling NIOCore NIOCloseOnErrorHandler.swift
[454/514] Compiling NIOCore NIOCoreSendableMetatype.swift
[455/514] Compiling NIOCore NIOLoopBound.swift
[456/514] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[457/514] Compiling NIOCore NIOScheduledCallback.swift
[458/514] Compiling NIOCore NIOSendable.swift
[459/514] Compiling NIOCore RecvByteBufferAllocator.swift
[460/522] Emitting module Collections
[461/522] Compiling Collections Collections.swift
[485/523] Compiling NIOCore EventLoop+SerialExecutor.swift
[486/523] Compiling NIOCore EventLoop.swift
[487/523] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[488/523] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[489/523] Compiling NIOCore SocketAddresses.swift
[490/523] Compiling NIOCore SocketOptionProvider.swift
[491/523] Compiling NIOCore SystemCallHelpers.swift
[492/523] Compiling NIOCore TimeAmount+Duration.swift
[493/523] Compiling NIOCore TypeAssistedChannelHandler.swift
[494/523] Compiling NIOCore UniversalBootstrapSupport.swift
[495/523] Compiling NIOCore Utilities.swift
[523/523] Emitting module NIOCore
[525/668] Emitting module NIOEmbedded
[526/668] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[527/668] Compiling NIOEmbedded AsyncTestingChannel.swift
[528/668] Compiling NIOEmbedded Embedded.swift
[530/669] Compiling SQLKit SQLAlterEnumBuilder.swift
[531/669] Compiling SQLKit SQLAlterTableBuilder.swift
[532/669] Compiling SQLKit SQLConflictUpdateBuilder.swift
[533/669] Compiling SQLKit SQLCreateEnumBuilder.swift
[534/669] Compiling SQLKit SQLCreateIndexBuilder.swift
[535/669] Compiling SQLKit SQLCreateTableBuilder.swift
[536/669] Compiling SQLKit SQLCreateTriggerBuilder.swift
[537/669] Compiling SQLKit SQLDeleteBuilder.swift
[538/669] Compiling SQLKit SQLDropEnumBuilder.swift
[539/669] Compiling SQLKit SQLDropIndexBuilder.swift
[540/669] Compiling SQLKit SQLDropTableBuilder.swift
[541/669] Compiling SQLKit SQLDropTriggerBuilder.swift
[542/669] Compiling SQLKit SQLInsertBuilder.swift
[543/681] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[544/681] Compiling SQLKit Exports.swift
[545/681] Compiling SQLKit SQLAlias.swift
[546/681] Compiling SQLKit SQLBetween.swift
[547/681] Compiling SQLKit SQLColumn.swift
[548/681] Compiling SQLKit SQLConstraint.swift
[549/681] Compiling SQLKit SQLDataType.swift
[550/681] Compiling SQLKit SQLDirection.swift
[551/681] Compiling SQLKit SQLDistinct.swift
[552/681] Compiling SQLKit SQLForeignKeyAction.swift
[553/681] Compiling SQLKit SQLNestedSubpathExpression.swift
[554/681] Compiling SQLKit SQLQualifiedTable.swift
[555/681] Compiling SQLKit SQLQueryString.swift
[556/681] Compiling SQLKit SQLLockingClause.swift
[557/681] Compiling SQLKit SQLOrderBy.swift
[558/681] Compiling SQLKit SQLReturning.swift
[559/681] Compiling SQLKit SQLSubquery.swift
[560/681] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[561/681] Compiling SQLKit SQLAlterEnum.swift
[562/681] Compiling SQLKit SQLAlterTable.swift
[563/681] Compiling SQLKit SQLCreateEnum.swift
[564/681] Compiling SQLKit SQLCreateIndex.swift
[565/681] Compiling SQLKit SQLCreateTable.swift
[566/681] Compiling SQLKit SQLCreateTrigger.swift
[567/681] Compiling SQLKit SQLDelete.swift
[568/681] Compiling SQLKit SQLDropEnum.swift
[569/681] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[570/681] Compiling SQLKit SQLColumnAssignment.swift
[571/681] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[572/681] Compiling SQLKit SQLColumnDefinition.swift
[573/681] Compiling SQLKit SQLCommonTableExpression.swift
[574/681] Compiling SQLKit SQLConflictAction.swift
[575/681] Compiling SQLKit SQLConflictResolutionStrategy.swift
[576/681] Compiling SQLKit SQLDropBehaviour.swift
[577/681] Compiling SQLKit SQLEnumDataType.swift
[578/681] Compiling SQLKit SQLExcludedColumn.swift
[579/681] Compiling SQLKit SQLForeignKey.swift
[580/681] Compiling SQLKit SQLJoin.swift
[581/681] Compiling SQLKit SQLJoinMethod.swift
[582/681] Compiling SQLKit SQLDropIndex.swift
[583/681] Compiling SQLKit SQLDropTable.swift
[584/681] Compiling SQLKit SQLDropTrigger.swift
[585/681] Compiling SQLKit SQLInsert.swift
[586/681] Compiling SQLKit SQLSelect.swift
[587/681] Compiling SQLKit SQLUnion.swift
[588/681] Compiling SQLKit SQLUpdate.swift
[589/681] Compiling SQLKit SQLExpression.swift
[590/681] Compiling SQLKit SQLSerializer.swift
[591/681] Compiling SQLKit SQLStatement.swift
[592/681] Compiling SQLKit SQLBinaryExpression.swift
[593/681] Compiling SQLKit SQLBinaryOperator.swift
[594/681] Compiling SQLKit SQLBind.swift
[595/681] Emitting module SQLKit
[596/681] Compiling SQLKit SQLPredicateGroupBuilder.swift
[597/681] Compiling SQLKit SQLRawBuilder.swift
[598/681] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[599/681] Compiling SQLKit SQLSelectBuilder.swift
[600/681] Compiling SQLKit SQLSubqueryBuilder.swift
[601/681] Compiling SQLKit SQLUnionBuilder.swift
[602/681] Compiling SQLKit SQLUpdateBuilder.swift
[603/681] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[604/681] Compiling SQLKit SQLColumnUpdateBuilder.swift
[605/681] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[606/681] Compiling SQLKit SQLCommonUnionBuilder.swift
[607/681] Compiling SQLKit SQLJoinBuilder.swift
[608/681] Compiling SQLKit SQLPartialResultBuilder.swift
[609/681] Compiling SQLKit SQLPredicateBuilder.swift
[610/681] Compiling SQLKit SQLQueryBuilder.swift
[611/681] Compiling SQLKit SQLQueryFetcher.swift
[612/681] Compiling SQLKit SQLReturningBuilder.swift
[613/681] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[614/681] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[615/681] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[616/681] Compiling SQLKit SQLDatabase.swift
[617/681] Compiling SQLKit SQLDatabaseReportedVersion.swift
[618/681] Compiling SQLKit SQLDialect.swift
[619/681] Compiling SQLKit SQLDatabase+Deprecated.swift
[620/681] Compiling SQLKit SQLError.swift
[621/681] Compiling SQLKit SQLExpressions+Deprecated.swift
[634/687] Emitting module NIOPosix
[635/687] Compiling SQLKit SQLFunction.swift
[636/687] Compiling SQLKit SQLGroupExpression.swift
[637/687] Compiling SQLKit SQLIdentifier.swift
[638/687] Compiling SQLKit SQLList.swift
[639/687] Compiling SQLKit SQLLiteral.swift
[640/687] Compiling SQLKit SQLRaw.swift
[641/687] Compiling SQLKit SQLCodingUtilities.swift
[642/687] Compiling SQLKit SQLQueryEncoder.swift
[643/687] Compiling SQLKit SQLRow.swift
[644/687] Compiling SQLKit SQLRowDecoder.swift
[645/687] Compiling SQLKit SomeCodingKey.swift
[646/687] Compiling SQLKit StringHandling.swift
[647/688] Compiling NIOPosix ThreadPosix.swift
[648/688] Compiling NIOPosix ThreadWindows.swift
[649/688] Compiling NIOPosix UnsafeTransfer.swift
[650/688] Compiling NIOPosix Utilities.swift
[651/688] Compiling NIOPosix VsockAddress.swift
[652/688] Compiling NIOPosix VsockChannelEvents.swift
[690/713] Compiling NIO Exports.swift
[691/713] Emitting module NIO
[693/719] Compiling AsyncKit EventLoop+Flatten.swift
[694/719] Compiling AsyncKit EventLoop+Future.swift
[695/719] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[696/719] Compiling AsyncKit ConnectionPoolError.swift
[697/719] Compiling AsyncKit ConnectionPoolItem.swift
[698/719] Compiling AsyncKit ConnectionPoolSource.swift
[699/721] Compiling AsyncKit Future+Transform.swift
[700/721] Compiling AsyncKit Future+Try.swift
[701/721] Compiling AsyncKit FutureOperators.swift
[702/721] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[703/721] Compiling AsyncKit Optional+StrictMap.swift
[704/721] Compiling AsyncKit Exports.swift
[705/721] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[706/721] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[707/721] Emitting module NIOFoundationCompat
[708/721] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[710/732] Compiling SQLiteNIO SQLiteRow.swift
[711/733] Emitting module AsyncKit
[712/733] Compiling SQLiteNIO Exports.swift
[713/733] Compiling SQLiteNIO SQLiteConnection.swift
[714/733] Emitting module SQLiteNIO
[715/733] Compiling SQLiteNIO SQLiteCustomFunction.swift
[716/733] Compiling SQLiteNIO SQLiteData.swift
[717/733] Compiling SQLiteNIO SQLiteStatement.swift
[718/733] Compiling SQLiteNIO SQLiteDatabase.swift
[719/733] Compiling SQLiteNIO SQLiteDataConvertible.swift
[720/733] Compiling SQLiteNIO SQLiteError.swift
[721/733] Compiling SQLiteNIO SQLiteDataType.swift
[723/734] Compiling AsyncKit EventLoopConnectionPool.swift
[724/734] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[725/734] Compiling AsyncKit EventLoop+Concurrency.swift
[726/734] Compiling AsyncKit EventLoopGroup+Throwing.swift
[727/734] Compiling AsyncKit Collection+Flatten.swift
[728/734] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[729/734] Compiling AsyncKit Future+Miscellaneous.swift
[730/734] Compiling AsyncKit Future+Nonempty.swift
[731/734] Compiling AsyncKit Future+Optional.swift
[732/734] Compiling AsyncKit EventLoopFutureQueue.swift
[733/734] Compiling AsyncKit Future+Collection.swift
[734/734] Compiling AsyncKit Future+Conjunctions.swift
[736/743] Compiling SQLiteKit SQLiteDialect.swift
[737/744] Compiling SQLiteKit SQLiteConnectionSource.swift
[738/744] Compiling SQLiteKit SQLiteDataEncoder.swift
[739/744] Compiling SQLiteKit SQLiteDataDecoder.swift
[740/744] Compiling SQLiteKit SQLiteConfiguration.swift
[741/744] 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 | }
[742/744] Compiling SQLiteKit Exports.swift
[743/744] Emitting module SQLiteKit
[744/744] Compiling SQLiteKit SQLiteRow+SQLRow.swift
Build complete! (109.73s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.