The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of sqlite-kit, reference main (f35a86), with Swift 6.1 for Linux on 28 Apr 2025 20:54:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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 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 main
========================================
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-3":/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/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/2370] Fetching async-kit
[381/8353] Fetching async-kit, sql-kit
[667/9849] Fetching async-kit, sql-kit, sqlite-nio
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/async-kit.git from cache (0.62s)
[5998/7479] Fetching sql-kit, sqlite-nio
[7480/83003] Fetching sql-kit, sqlite-nio, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (2.65s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.66s)
[44560/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.56s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (14.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2572/20078] Fetching swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
[2924/16242] Fetching swift-collections
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-collections.git from cache (2.14s)
[1/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.91s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.98s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.12s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (4.66s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[53/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 (1.02s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.11s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-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.1.4
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/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/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/36] Write sources
[20/36] Compiling CNIOWindows WSAStartup.c
[21/36] Compiling CNIOWASI CNIOWASI.c
[21/36] Compiling CNIOWindows shim.c
[23/36] Compiling CNIOLinux liburing_shims.c
[24/36] Compiling _AtomicsShims.c
[25/36] Write sources
[29/36] Compiling CNIODarwin shim.c
[30/36] Compiling CNIOLinux shim.c
[31/36] Compiling _NumericsShims _NumericsShims.c
[31/36] Write swift-version-24593BA9C3E375BF.txt
[34/74] Emitting module InternalCollectionsUtilities
[35/76] Compiling _NIODataStructures _TinyArray.swift
[36/76] Compiling _NIODataStructures PriorityQueue.swift
[37/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/76] Compiling _NIOBase64 Base64.swift
[42/76] Emitting module _NIOBase64
[43/77] Compiling RealModule Double+Real.swift
[44/77] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[45/77] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[46/77] Compiling RealModule AlgebraicField.swift
[47/77] Compiling RealModule ApproximateEquality.swift
[48/77] Compiling RealModule AugmentedArithmetic.swift
[51/77] Compiling RealModule Float80+Real.swift
[52/77] Compiling RealModule Real.swift
[53/78] Emitting module RealModule
[54/78] Compiling RealModule Float16+Real.swift
[55/78] Compiling InternalCollectionsUtilities Debugging.swift
[56/78] Compiling InternalCollectionsUtilities Descriptions.swift
[59/78] Compiling RealModule ElementaryFunctions.swift
[60/78] Compiling RealModule Float+Real.swift
[61/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/78] Compiling InternalCollectionsUtilities Specialize.swift
[63/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[66/79] Compiling c-nioatomics.c
[70/79] Compiling RealModule RealFunctions.swift
[72/229] Compiling OrderedCollections OrderedDictionary.swift
[73/229] Compiling OrderedCollections OrderedSet+Codable.swift
[74/229] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[75/229] Compiling OrderedCollections OrderedDictionary+Values.swift
[76/231] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[77/231] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[78/231] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[79/231] Compiling HeapModule Heap+Descriptions.swift
[80/231] Compiling HeapModule Heap.swift
[81/231] Compiling HeapModule _HeapNode.swift
[81/231] Compiling c-atomics.c
[83/231] Compiling HeapModule Heap+Invariants.swift
[84/231] Compiling HeapModule Heap+UnsafeHandle.swift
[85/231] Compiling Atomics IntegerOperations.swift
[86/231] Compiling Atomics Unmanaged extensions.swift
[87/231] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/231] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[89/231] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[90/231] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[91/231] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/231] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/231] Compiling Logging MetadataProvider.swift
[94/231] Emitting module Logging
[95/231] Compiling Logging Logging.swift
[96/231] Compiling Logging LogHandler.swift
[97/231] Compiling Logging Locks.swift
[98/231] Emitting module _NIODataStructures
[99/231] Compiling _NIODataStructures Heap.swift
[100/233] Emitting module HeapModule
[101/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[102/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[103/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[104/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[105/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[106/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[107/234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/241] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/241] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/241] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[118/317] Compiling HashTreeCollections _HashNode+Builder.swift
[119/317] Compiling HashTreeCollections _HashNode+Debugging.swift
[120/317] Compiling HashTreeCollections _HashNode+Initializers.swift
[121/317] Compiling HashTreeCollections _HashNode+Invariants.swift
[122/317] Compiling HashTreeCollections _HashNode+Lookups.swift
[123/317] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[124/317] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[125/317] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[126/391] Compiling BitCollections BitSet+CustomReflectable.swift
[127/391] Compiling BitCollections BitSet+CustomStringConvertible.swift
[128/391] Compiling BitCollections BitSet+Equatable.swift
[129/391] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[130/391] Compiling BitCollections BitSet+Extras.swift
[131/391] Compiling BitCollections BitSet+Hashable.swift
[132/391] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[133/391] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[134/391] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[135/391] Compiling DequeModule _DequeBuffer.swift
[136/391] Compiling DequeModule _DequeBufferHeader.swift
[137/393] Compiling BitCollections BitArray+Codable.swift
[138/393] Compiling BitCollections BitArray+Collection.swift
[139/393] Compiling NIOConcurrencyHelpers NIOLock.swift
[140/393] Compiling HashTreeCollections TreeSet+Hashable.swift
[141/393] Compiling HashTreeCollections TreeSet+Sendable.swift
[142/393] Compiling HashTreeCollections TreeSet+Sequence.swift
[143/393] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[144/393] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[145/393] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[146/393] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[147/393] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[148/393] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[149/393] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[150/403] Compiling DequeModule Deque+CustomReflectable.swift
[151/403] Compiling BitCollections BitArray+CustomReflectable.swift
[152/403] Compiling NIOConcurrencyHelpers lock.swift
[153/403] Emitting module NIOConcurrencyHelpers
[154/403] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[155/403] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[156/403] Compiling DequeModule Deque._UnsafeHandle.swift
[157/403] Compiling DequeModule Deque.swift
[160/403] Compiling DequeModule _DequeSlot.swift
[161/403] Compiling DequeModule _UnsafeWrappedBuffer.swift
[164/410] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[165/410] Compiling BitCollections BitArray+BitwiseOperations.swift
[166/410] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[171/410] Compiling BitCollections BitArray+Descriptions.swift
[172/410] Compiling BitCollections BitArray+Equatable.swift
[173/410] Compiling BitCollections BitSet+Initializers.swift
[174/410] Compiling BitCollections BitSet+Invariants.swift
[175/410] Compiling BitCollections BitSet+Random.swift
[176/410] Compiling BitCollections BitSet+SetAlgebra basics.swift
[177/410] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[178/410] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[179/410] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[180/410] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[192/410] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[193/410] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[194/410] Compiling BitCollections BitSet+SetAlgebra union.swift
[195/410] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[196/410] Compiling BitCollections BitSet.Counted.swift
[197/410] Compiling BitCollections BitSet.Index.swift
[198/410] Compiling BitCollections BitSet._UnsafeHandle.swift
[199/410] Compiling NIOConcurrencyHelpers atomics.swift
[200/411] Compiling BitCollections BitSet.swift
[201/411] Compiling BitCollections Range+Utilities.swift
[202/411] Compiling BitCollections Slice+Utilities.swift
[203/411] Compiling BitCollections UInt+Tricks.swift
[204/411] Compiling BitCollections _Word.swift
[205/411] Compiling HashTreeCollections TreeDictionary+Keys.swift
[206/411] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[207/411] Compiling HashTreeCollections TreeDictionary+Merge.swift
[208/411] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[209/411] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[210/411] Compiling HashTreeCollections TreeDictionary+Values.swift
[225/411] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[226/411] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[227/411] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[228/411] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[229/411] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[230/411] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[250/420] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[273/445] Compiling _RopeModule _CharacterRecognizer.swift
[274/445] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[275/445] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/445] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/445] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/445] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/445] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/445] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/445] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/445] Compiling HashTreeCollections TreeSet.swift
[283/445] Emitting module DequeModule
[284/446] Emitting module BitCollections
[285/446] Compiling Algorithms AdjacentPairs.swift
[286/446] Compiling Algorithms Chain.swift
[287/446] Compiling Algorithms Chunked.swift
[288/446] Compiling Algorithms Combinations.swift
[289/446] Compiling Algorithms Compacted.swift
[290/446] Compiling Algorithms Cycle.swift
[291/446] Compiling Algorithms EitherSequence.swift
[292/446] Compiling Algorithms FirstNonNil.swift
[294/446] Emitting module OrderedCollections
[295/447] Compiling Algorithms Indexed.swift
[296/447] Compiling Algorithms Intersperse.swift
[297/447] Compiling Algorithms Split.swift
[298/447] Compiling Algorithms Stride.swift
[299/447] Compiling Algorithms Suffix.swift
[300/447] Compiling Algorithms RandomSample.swift
[301/447] Compiling Algorithms Reductions.swift
[302/447] Compiling Algorithms Rotate.swift
[321/447] Emitting module Atomics
[331/449] Emitting module _RopeModule
[332/508] Compiling NIOCore Channel.swift
[333/508] Compiling NIOCore ChannelHandler.swift
[334/508] Compiling NIOCore ChannelHandlers.swift
[335/508] Compiling NIOCore ByteBuffer-multi-int.swift
[336/508] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[337/508] Compiling NIOCore ByteBuffer-views.swift
[338/511] Compiling NIOCore NIOAsyncWriter.swift
[339/511] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[340/511] Compiling NIOCore BSDSocketAPI.swift
[340/511] Compiling CSQLite sqlite_nio_sqlite3.c
[342/511] Compiling NIOCore ByteBuffer-aux.swift
[343/511] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[344/511] Compiling NIOCore ByteBuffer-conversions.swift
[347/511] Compiling Algorithms Trim.swift
[348/511] Compiling Algorithms Unique.swift
[349/511] Compiling Algorithms Windows.swift
[350/511] Compiling NIOCore CircularBuffer.swift
[351/511] Compiling NIOCore Codec.swift
[352/511] Compiling NIOCore ConvenienceOptionSupport.swift
[353/511] Compiling NIOCore DeadChannel.swift
[354/511] Compiling NIOCore DispatchQueue+WithFuture.swift
[355/511] Compiling NIOCore EventLoop+Deprecated.swift
[356/511] Compiling NIOCore AddressedEnvelope.swift
[357/511] Compiling NIOCore AsyncAwaitSupport.swift
[358/511] Compiling NIOCore AsyncChannel.swift
[359/511] Compiling NIOCore AsyncChannelHandler.swift
[360/511] Compiling NIOCore AsyncChannelInboundStream.swift
[361/511] Compiling NIOCore AsyncChannelOutboundWriter.swift
[362/511] Compiling NIOCore NIOAsyncSequenceProducer.swift
[363/511] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[370/511] Compiling NIOCore ByteBuffer-core.swift
[371/511] Compiling NIOCore ByteBuffer-hex.swift
[372/511] Compiling NIOCore ByteBuffer-int.swift
[373/511] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[389/511] Compiling _RopeModule Rope+Join.swift
[390/511] Compiling _RopeModule Rope+MutatingForEach.swift
[391/511] Compiling _RopeModule Rope+Remove.swift
[392/511] Compiling _RopeModule Rope+RemoveSubrange.swift
[393/511] Compiling _RopeModule Rope+Split.swift
[394/511] Compiling _RopeModule Optional Utilities.swift
[395/511] Compiling _RopeModule String Utilities.swift
[396/511] Compiling _RopeModule String.Index+ABI.swift
[421/511] Compiling NIOCore EventLoop+SerialExecutor.swift
[422/511] Compiling NIOCore EventLoop.swift
[423/511] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[424/511] Compiling NIOCore EventLoopFuture+Deprecated.swift
[425/511] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[426/511] Compiling NIOCore EventLoopFuture.swift
[427/511] Compiling NIOCore FileDescriptor.swift
[438/511] Compiling NIOCore FileHandle.swift
[439/511] Compiling NIOCore FileRegion.swift
[440/511] Compiling NIOCore GlobalSingletons.swift
[441/511] Compiling NIOCore IO.swift
[442/511] Compiling NIOCore IOData.swift
[443/511] Compiling NIOCore IPProtocol.swift
[444/511] Compiling NIOCore IntegerBitPacking.swift
[445/511] Compiling NIOCore IntegerTypes.swift
[446/511] Compiling NIOCore Interfaces.swift
[452/512] Emitting module HashTreeCollections
[453/513] Compiling NIOCore MarkedCircularBuffer.swift
[454/513] Compiling NIOCore MulticastChannel.swift
[455/513] Compiling NIOCore NIOAny.swift
[456/513] Compiling NIOCore NIOCloseOnErrorHandler.swift
[457/513] Compiling NIOCore NIOLoopBound.swift
[458/513] Compiling NIOCore NIOScheduledCallback.swift
[459/513] Compiling NIOCore NIOSendable.swift
[460/513] Compiling NIOCore RecvByteBufferAllocator.swift
[462/523] Emitting module Collections
[463/523] Compiling Collections Collections.swift
[471/524] Compiling NIOCore Linux.swift
[473/524] Emitting module Algorithms
[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] Emitting module NIOEmbedded
[528/577] Compiling NIOEmbedded AsyncTestingChannel.swift
[529/577] Compiling NIOPosix PooledRecvBufferAllocator.swift
[530/577] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[531/577] Compiling NIOPosix PosixSingletons.swift
[532/577] Compiling NIOPosix RawSocketBootstrap.swift
[533/577] Compiling NIOPosix Resolver.swift
[534/577] Compiling NIOPosix Selectable.swift
[535/583] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[536/583] Compiling NIOEmbedded Embedded.swift
[538/584] Compiling NIOPosix ThreadPosix.swift
[539/584] Compiling NIOPosix ThreadWindows.swift
[540/584] Compiling NIOPosix UnsafeTransfer.swift
[541/584] Compiling NIOPosix Utilities.swift
[542/584] Compiling NIOPosix VsockAddress.swift
[543/584] Compiling NIOPosix VsockChannelEvents.swift
[544/584] Compiling NIOPosix SelectableChannel.swift
[545/584] Compiling NIOPosix SelectableEventLoop.swift
[546/584] Compiling NIOPosix SelectorEpoll.swift
[547/584] Compiling NIOPosix SelectorGeneric.swift
[548/584] Compiling NIOPosix SelectorKqueue.swift
[549/584] Compiling NIOPosix SelectorUring.swift
[550/584] Compiling NIOPosix ServerSocket.swift
[551/584] Compiling NIOPosix Socket.swift
[552/584] Compiling NIOPosix SocketChannel.swift
[553/584] Compiling NIOPosix SocketProtocols.swift
[554/584] Compiling NIOPosix System.swift
[555/584] Compiling NIOPosix Thread.swift
[556/584] Emitting module NIOPosix
[557/584] Compiling NIOPosix BSDSocketAPICommon.swift
[558/584] Compiling NIOPosix BSDSocketAPIPosix.swift
[559/584] Compiling NIOPosix BSDSocketAPIWindows.swift
[560/584] Compiling NIOPosix BaseSocket.swift
[561/584] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[562/584] Compiling NIOPosix BaseSocketChannel.swift
[563/584] Compiling NIOPosix BaseStreamSocketChannel.swift
[564/584] Compiling NIOPosix IO.swift
[565/584] Compiling NIOPosix IntegerBitPacking.swift
[566/584] Compiling NIOPosix IntegerTypes.swift
[567/584] Compiling NIOPosix Linux.swift
[568/584] Compiling NIOPosix LinuxCPUSet.swift
[569/584] Compiling NIOPosix LinuxUring.swift
[570/584] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[571/584] Compiling NIOPosix Bootstrap.swift
[572/584] Compiling NIOPosix ControlMessage.swift
[573/584] Compiling NIOPosix DatagramVectorReadManager.swift
[574/584] Compiling NIOPosix Errors+Any.swift
[575/584] Compiling NIOPosix FileDescriptor.swift
[576/584] Compiling NIOPosix GetaddrinfoResolver.swift
[577/584] Compiling NIOPosix HappyEyeballs.swift
[578/584] Compiling NIOPosix NIOThreadPool.swift
[579/584] Compiling NIOPosix NonBlockingFileIO.swift
[580/584] Compiling NIOPosix PendingDatagramWritesManager.swift
[581/584] Compiling NIOPosix PendingWritesManager.swift
[582/584] Compiling NIOPosix PipeChannel.swift
[583/584] Compiling NIOPosix PipePair.swift
[584/584] Compiling NIOPosix Pool.swift
[586/609] Emitting module NIO
[587/609] Compiling NIO Exports.swift
[589/707] Compiling SQLKit SQLPredicateGroupBuilder.swift
[590/707] Compiling SQLKit SQLRawBuilder.swift
[591/707] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[592/707] Compiling SQLKit SQLSelectBuilder.swift
[593/707] Compiling SQLKit SQLSubqueryBuilder.swift
[594/707] Compiling SQLKit SQLUnionBuilder.swift
[595/707] Compiling SQLKit SQLUpdateBuilder.swift
[596/707] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[597/707] Compiling SQLKit SQLColumnUpdateBuilder.swift
[598/707] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[599/707] Compiling SQLKit SQLCommonUnionBuilder.swift
[600/707] Compiling SQLKit SQLJoinBuilder.swift
[601/707] Compiling SQLKit SQLPartialResultBuilder.swift
[602/719] Compiling SQLKit SQLAlterEnumBuilder.swift
[603/719] Compiling SQLKit SQLAlterTableBuilder.swift
[604/719] Compiling SQLKit SQLConflictUpdateBuilder.swift
[605/719] Compiling SQLKit SQLCreateEnumBuilder.swift
[606/719] Compiling SQLKit SQLCreateIndexBuilder.swift
[607/719] Compiling SQLKit SQLCreateTableBuilder.swift
[608/719] Compiling SQLKit SQLCreateTriggerBuilder.swift
[609/719] Compiling SQLKit SQLDeleteBuilder.swift
[610/719] Compiling SQLKit SQLDropEnumBuilder.swift
[611/719] Compiling SQLKit SQLDropIndexBuilder.swift
[612/719] Compiling SQLKit SQLDropTableBuilder.swift
[613/719] Compiling SQLKit SQLDropTriggerBuilder.swift
[614/719] Compiling SQLKit SQLInsertBuilder.swift
[615/719] Compiling SQLKit SQLDropIndex.swift
[616/719] Compiling SQLKit SQLDropTable.swift
[617/719] Compiling SQLKit SQLDropTrigger.swift
[618/719] Compiling SQLKit SQLInsert.swift
[619/719] Compiling SQLKit SQLSelect.swift
[620/719] Compiling SQLKit SQLUnion.swift
[621/719] Compiling SQLKit SQLUpdate.swift
[622/719] Compiling SQLKit SQLExpression.swift
[623/719] Compiling SQLKit SQLSerializer.swift
[624/719] Compiling SQLKit SQLStatement.swift
[625/719] Compiling SQLKit SQLBinaryExpression.swift
[626/719] Compiling SQLKit SQLBinaryOperator.swift
[627/719] Compiling SQLKit SQLBind.swift
[628/719] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[629/719] Compiling SQLKit SQLColumnAssignment.swift
[630/719] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[631/719] Compiling SQLKit SQLColumnDefinition.swift
[632/719] Compiling SQLKit SQLCommonTableExpression.swift
[633/719] Compiling SQLKit SQLConflictAction.swift
[634/719] Compiling SQLKit SQLConflictResolutionStrategy.swift
[635/719] Compiling SQLKit SQLDropBehaviour.swift
[636/719] Compiling SQLKit SQLEnumDataType.swift
[637/719] Compiling SQLKit SQLExcludedColumn.swift
[638/719] Compiling SQLKit SQLForeignKey.swift
[639/719] Compiling SQLKit SQLJoin.swift
[640/719] Compiling SQLKit SQLJoinMethod.swift
[641/719] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[642/719] Compiling SQLKit Exports.swift
[643/719] Compiling SQLKit SQLAlias.swift
[644/719] Compiling SQLKit SQLBetween.swift
[645/719] Compiling SQLKit SQLColumn.swift
[646/719] Compiling SQLKit SQLConstraint.swift
[647/719] Compiling SQLKit SQLDataType.swift
[648/719] Compiling SQLKit SQLDirection.swift
[649/719] Compiling SQLKit SQLDistinct.swift
[650/719] Compiling SQLKit SQLForeignKeyAction.swift
[651/719] Compiling SQLKit SQLNestedSubpathExpression.swift
[652/719] Compiling SQLKit SQLQualifiedTable.swift
[653/719] Compiling SQLKit SQLQueryString.swift
[654/719] Compiling SQLKit SQLLockingClause.swift
[655/719] Compiling SQLKit SQLOrderBy.swift
[656/719] Compiling SQLKit SQLReturning.swift
[657/719] Compiling SQLKit SQLSubquery.swift
[658/719] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[659/719] Compiling SQLKit SQLAlterEnum.swift
[660/719] Compiling SQLKit SQLAlterTable.swift
[661/719] Compiling SQLKit SQLCreateEnum.swift
[662/719] Compiling SQLKit SQLCreateIndex.swift
[663/719] Compiling SQLKit SQLCreateTable.swift
[664/719] Compiling SQLKit SQLCreateTrigger.swift
[665/719] Compiling SQLKit SQLDelete.swift
[666/719] Compiling SQLKit SQLDropEnum.swift
[667/719] Emitting module NIOFoundationCompat
[674/721] Compiling SQLKit SQLPredicateBuilder.swift
[675/721] Compiling SQLKit SQLQueryBuilder.swift
[676/721] Compiling SQLKit SQLQueryFetcher.swift
[677/721] Compiling SQLKit SQLReturningBuilder.swift
[678/721] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[679/721] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[680/721] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[681/721] Compiling SQLKit SQLDatabase.swift
[682/721] Compiling SQLKit SQLDatabaseReportedVersion.swift
[683/721] Compiling SQLKit SQLDialect.swift
[684/721] Compiling SQLKit SQLDatabase+Deprecated.swift
[685/721] Compiling SQLKit SQLError.swift
[686/721] Compiling SQLKit SQLExpressions+Deprecated.swift
[687/721] Emitting module SQLKit
[688/721] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[689/721] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[690/721] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[691/721] Compiling AsyncKit Optional+StrictMap.swift
[692/721] Compiling AsyncKit Exports.swift
[693/721] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[704/732] Compiling SQLiteNIO SQLiteRow.swift
[705/733] Compiling SQLKit SQLFunction.swift
[706/733] Compiling SQLKit SQLGroupExpression.swift
[707/733] Compiling SQLKit SQLIdentifier.swift
[708/733] Compiling SQLKit SQLList.swift
[709/733] Compiling SQLKit SQLLiteral.swift
[710/733] Compiling SQLKit SQLRaw.swift
[711/733] Compiling SQLKit SQLCodingUtilities.swift
[712/733] Compiling SQLKit SQLQueryEncoder.swift
[713/733] Compiling SQLKit SQLRow.swift
[714/733] Compiling SQLKit SQLRowDecoder.swift
[715/733] Compiling SQLKit SomeCodingKey.swift
[716/733] Compiling SQLKit StringHandling.swift
[718/734] Emitting module SQLiteNIO
[719/734] Compiling SQLiteNIO SQLiteStatement.swift
[720/734] Compiling SQLiteNIO SQLiteDatabase.swift
[721/734] Compiling SQLiteNIO Exports.swift
[722/734] Compiling SQLiteNIO SQLiteConnection.swift
[723/734] Compiling SQLiteNIO SQLiteCustomFunction.swift
[724/734] Compiling SQLiteNIO SQLiteData.swift
[725/734] Compiling SQLiteNIO SQLiteDataType.swift
[726/734] Compiling SQLiteNIO SQLiteError.swift
[727/734] Compiling SQLiteNIO SQLiteDataConvertible.swift
[728/735] Emitting module AsyncKit
[737/744] Compiling SQLiteKit Exports.swift
[738/745] Compiling SQLiteKit SQLiteConfiguration.swift
[739/745] Emitting module SQLiteKit
[740/745] Compiling SQLiteKit SQLiteDialect.swift
[741/745] Compiling SQLiteKit SQLiteDataEncoder.swift
[742/745] Compiling SQLiteKit SQLiteDataDecoder.swift
[743/745] Compiling SQLiteKit SQLiteConnectionSource.swift
[744/745] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[745/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 |         }
Build complete! (210.66s)
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.