The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of sqlite-kit, reference main (c02123), with Swift 6.1 for Linux on 12 Aug 2025 19:30:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.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:         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-4609320-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/2409] Fetching async-kit
[2410/8429] Fetching async-kit, sql-kit
[8430/85820] Fetching async-kit, sql-kit, swift-nio
[8431/87527] Fetching async-kit, sql-kit, swift-nio, sqlite-nio
Fetched https://github.com/vapor/async-kit.git from cache (5.52s)
Fetched https://github.com/vapor/sql-kit.git from cache (5.52s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (5.53s)
Fetched https://github.com/apple/swift-nio.git from cache (5.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (9.14s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3886] Fetching swift-log
[1012/9854] Fetching swift-log, swift-algorithms
[9855/26807] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (2.76s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.79s)
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5946] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.57s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (0.59s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[2/6682] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.31s)
Fetched https://github.com/apple/swift-system.git from cache (1.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.57s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.8 (0.45s)
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/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-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-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-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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/37] Write sources
[20/37] Compiling _NumericsShims _NumericsShims.c
[21/37] Compiling _AtomicsShims.c
[22/37] Compiling CNIOWindows shim.c
[22/37] Compiling CNIOPosix event_loop_id.c
[24/37] Compiling CNIOWindows WSAStartup.c
[25/37] Compiling CNIOWASI CNIOWASI.c
[26/37] Compiling CNIOLinux liburing_shims.c
[27/37] Write sources
[29/37] Compiling CNIODarwin shim.c
[29/37] Write sources
[32/37] Compiling CNIOLinux shim.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[34/72] Compiling c-nioatomics.c
[36/90] Compiling _NIODataStructures _TinyArray.swift
[37/90] Compiling Atomics AtomicReference.swift
[38/90] Compiling Atomics AtomicStorage.swift
[39/91] Compiling Atomics AtomicInteger.swift
[40/91] Compiling Atomics AtomicOptionalWrappable.swift
[41/91] Compiling Atomics AtomicValue.swift
[42/91] Compiling Atomics ManagedAtomic.swift
[43/91] Compiling _NIODataStructures PriorityQueue.swift
[44/91] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/91] Compiling Logging LogHandler.swift
[46/91] Compiling Atomics PointerConformances.swift
[47/91] Compiling Atomics Primitives.native.swift
[48/91] Compiling Atomics AtomicBool.swift
[49/91] Compiling Atomics IntegerConformances.swift
[50/91] Compiling Atomics OptionalRawRepresentable.swift
[51/91] Compiling Atomics RawRepresentable.swift
[52/91] Emitting module InternalCollectionsUtilities
[53/91] Compiling RealModule Float80+Real.swift
[54/91] Compiling RealModule Real.swift
[55/92] Emitting module RealModule
[60/92] Compiling RealModule Float16+Real.swift
[61/92] Compiling RealModule ElementaryFunctions.swift
[62/92] Compiling _NIOBase64 Base64.swift
[63/92] Compiling RealModule Float+Real.swift
[64/92] Emitting module _NIOBase64
[66/95] Compiling c-atomics.c
[68/95] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/96] Compiling RealModule RealFunctions.swift
[71/97] Compiling Atomics ManagedAtomicLazyReference.swift
[72/97] Compiling Atomics UnsafeAtomic.swift
[73/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[77/97] Compiling Atomics IntegerOperations.swift
[78/97] Compiling Atomics Unmanaged extensions.swift
[79/103] Compiling Atomics AtomicMemoryOrderings.swift
[80/103] Compiling Atomics DoubleWord.swift
[84/233] Compiling HeapModule Heap+Descriptions.swift
[85/233] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[86/233] Compiling HeapModule _HeapNode.swift
[87/233] Compiling HeapModule Heap+Invariants.swift
[88/233] Compiling HeapModule Heap+UnsafeHandle.swift
[89/233] Emitting module Logging
[90/233] Compiling Logging Locks.swift
[91/233] Emitting module HeapModule
[92/233] Compiling HeapModule Heap.swift
[93/234] Compiling Logging Logging.swift
[94/234] Compiling _NIODataStructures Heap.swift
[95/234] Emitting module _NIODataStructures
[96/235] Compiling Logging MetadataProvider.swift
[97/236] Compiling NIOConcurrencyHelpers NIOLock.swift
[98/236] Compiling NIOConcurrencyHelpers lock.swift
[100/236] Emitting module NIOConcurrencyHelpers
[103/312] Compiling HashTreeCollections TreeDictionary+Collection.swift
[104/312] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[105/312] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[106/312] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[107/312] Compiling HashTreeCollections TreeDictionary.swift
[108/312] Compiling HashTreeCollections TreeSet+Codable.swift
[109/312] Compiling HashTreeCollections TreeSet+Collection.swift
[110/326] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/334] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/334] Compiling NIOConcurrencyHelpers atomics.swift
[113/334] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[114/334] Compiling HashTreeCollections TreeSet+Debugging.swift
[115/334] Compiling HashTreeCollections TreeSet+Descriptions.swift
[116/334] Compiling HashTreeCollections TreeSet+Equatable.swift
[117/334] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[118/334] Compiling HashTreeCollections TreeSet+Extras.swift
[119/334] Compiling HashTreeCollections TreeSet+Filter.swift
[120/335] Compiling DequeModule Deque+Codable.swift
[121/335] Compiling DequeModule Deque+Collection.swift
[122/335] Compiling DequeModule Deque+CustomReflectable.swift
[123/335] Compiling DequeModule Deque+Descriptions.swift
[124/335] Compiling DequeModule Deque+Equatable.swift
[125/335] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[126/335] Compiling DequeModule Deque+Extras.swift
[127/335] Compiling DequeModule Deque+Hashable.swift
[128/335] Compiling HashTreeCollections TreeDictionary+Filter.swift
[129/335] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[130/335] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[131/335] Compiling HashTreeCollections TreeDictionary+Keys.swift
[132/335] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[133/335] Compiling HashTreeCollections TreeDictionary+Merge.swift
[134/335] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[135/335] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[137/388] Compiling BitCollections BitArray+Codable.swift
[138/388] Compiling BitCollections BitArray+Collection.swift
[139/388] Compiling BitCollections BitArray+Copy.swift
[140/388] Compiling BitCollections BitArray+CustomReflectable.swift
[141/390] Compiling BitCollections BitSet+Invariants.swift
[142/390] Compiling BitCollections BitSet+Random.swift
[143/390] Compiling BitCollections BitSet+SetAlgebra basics.swift
[144/390] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[145/390] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[146/390] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[147/390] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[148/390] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[149/390] Compiling BitCollections BitArray+Extras.swift
[150/390] Compiling BitCollections BitArray+Fill.swift
[151/390] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[152/390] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[155/390] Compiling BitCollections BitArray+Hashable.swift
[156/390] Compiling BitCollections BitArray+Initializers.swift
[157/390] Compiling DequeModule _DequeSlot.swift
[158/390] Compiling DequeModule _UnsafeWrappedBuffer.swift
[159/415] Compiling HashTreeCollections TreeSet+Hashable.swift
[160/415] Compiling HashTreeCollections TreeSet+Sendable.swift
[161/415] Compiling HashTreeCollections TreeSet+Sequence.swift
[162/415] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[163/415] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[164/415] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[165/415] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[166/415] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[167/415] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[168/415] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[169/425] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[170/425] Compiling BitCollections BitSet+CustomReflectable.swift
[171/425] Compiling BitCollections BitSet+CustomStringConvertible.swift
[172/425] Compiling BitCollections BitSet+Equatable.swift
[173/425] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[174/425] Compiling BitCollections BitSet+Extras.swift
[175/425] Compiling BitCollections BitSet+Hashable.swift
[176/432] Compiling Algorithms MinMax.swift
[177/432] Compiling Algorithms RandomSample.swift
[178/432] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[179/432] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[180/432] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[181/432] Compiling BitCollections BitSet.Index.swift
[182/432] Compiling BitCollections BitSet._UnsafeHandle.swift
[183/432] Compiling BitCollections BitSet.swift
[184/432] Compiling BitCollections Range+Utilities.swift
[185/432] Compiling BitCollections Slice+Utilities.swift
[186/432] Compiling BitCollections UInt+Tricks.swift
[187/441] Compiling BitCollections BitSet+Initializers.swift
[194/441] Compiling Algorithms Compacted.swift
[195/441] Compiling Algorithms Cycle.swift
[196/441] Compiling Algorithms EitherSequence.swift
[197/441] Compiling Algorithms FirstNonNil.swift
[198/441] Compiling Algorithms Joined.swift
[199/441] Compiling Algorithms Keyed.swift
[202/441] Compiling BitCollections BitSet.Counted.swift
[203/441] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[204/441] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[205/441] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[206/441] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[212/441] Compiling Algorithms Stride.swift
[213/441] Compiling Algorithms Suffix.swift
[225/441] Compiling Algorithms Indexed.swift
[226/441] Compiling Algorithms Intersperse.swift
[229/441] Emitting module BitCollections
[230/441] Compiling Algorithms Reductions.swift
[231/441] Compiling Algorithms Rotate.swift
[232/441] Compiling Algorithms Partition.swift
[233/441] Compiling Algorithms Permutations.swift
[234/441] Compiling Algorithms Product.swift
[235/441] Compiling Algorithms Split.swift
[240/441] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[241/441] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[242/441] Compiling BitCollections BitSet+SetAlgebra union.swift
[243/441] Compiling BitCollections BitSet+Sorted Collection APIs.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] Emitting module Atomics
[263/441] Compiling Algorithms AdjacentPairs.swift
[264/441] Compiling Algorithms Chain.swift
[265/441] Emitting module DequeModule
[266/442] Compiling BitCollections _Word.swift
[267/442] Compiling OrderedCollections OrderedSet.swift
[268/442] Compiling OrderedCollections _UnsafeBitset.swift
[269/442] Compiling HashTreeCollections _HashNode+Initializers.swift
[270/442] Compiling HashTreeCollections _HashNode+Invariants.swift
[271/442] Compiling HashTreeCollections _HashNode+Lookups.swift
[272/442] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[278/442] Compiling Algorithms Chunked.swift
[279/442] Compiling Algorithms Combinations.swift
[280/442] Compiling Algorithms FlattenCollection.swift
[281/442] Compiling Algorithms Grouped.swift
[337/448] Emitting module _RopeModule
[338/508] Compiling NIOCore ChannelInvoker.swift
[339/508] Compiling NIOCore ChannelOption.swift
[340/508] Compiling NIOCore ChannelPipeline.swift
[341/508] Emitting module OrderedCollections
[343/509] Compiling NIOCore AddressedEnvelope.swift
[344/509] Compiling NIOCore AsyncAwaitSupport.swift
[345/509] Compiling NIOCore AsyncChannel.swift
[346/509] Compiling NIOCore AsyncChannelHandler.swift
[347/509] Compiling NIOCore AsyncChannelInboundStream.swift
[348/509] Compiling NIOCore AsyncChannelOutboundWriter.swift
[349/509] Compiling NIOCore NIOAsyncSequenceProducer.swift
[350/509] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[351/509] Compiling NIOCore NIOAsyncWriter.swift
[352/509] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[353/509] Compiling NIOCore BSDSocketAPI.swift
[354/509] Compiling NIOCore ByteBuffer-aux.swift
[367/509] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[368/509] Compiling NIOCore ByteBuffer-conversions.swift
[369/509] Compiling NIOCore ByteBuffer-core.swift
[370/509] Compiling NIOCore ByteBuffer-hex.swift
[371/509] Compiling NIOCore ByteBuffer-int.swift
[372/509] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[373/509] Compiling NIOCore ByteBuffer-multi-int.swift
[374/509] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[375/509] Compiling NIOCore ByteBuffer-views.swift
[376/509] Compiling NIOCore Channel.swift
[377/509] Compiling NIOCore NIOCoreSendableMetatype.swift
[378/509] Compiling NIOCore NIOLoopBound.swift
[379/509] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[380/509] Compiling NIOCore NIOScheduledCallback.swift
[381/509] Compiling NIOCore NIOSendable.swift
[382/509] Compiling NIOCore RecvByteBufferAllocator.swift
[388/509] Compiling _RopeModule Rope+Join.swift
[389/509] Compiling _RopeModule Rope+MutatingForEach.swift
[390/509] Compiling _RopeModule Rope+Remove.swift
[391/509] Compiling _RopeModule Rope+RemoveSubrange.swift
[392/509] Compiling _RopeModule Rope+Split.swift
[393/509] Compiling _RopeModule Optional Utilities.swift
[394/509] Compiling _RopeModule String Utilities.swift
[395/509] Compiling _RopeModule String.Index+ABI.swift
[397/509] Compiling NIOCore IntegerTypes.swift
[398/509] Compiling NIOCore Interfaces.swift
[399/509] Compiling NIOCore Linux.swift
[400/509] Compiling NIOCore MarkedCircularBuffer.swift
[401/509] Compiling NIOCore MulticastChannel.swift
[402/509] Compiling NIOCore EventLoopFuture+Deprecated.swift
[403/509] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[404/509] Compiling NIOCore EventLoopFuture.swift
[405/509] Compiling NIOCore FileDescriptor.swift
[406/509] Compiling NIOCore FileHandle.swift
[427/509] Compiling NIOCore DeadChannel.swift
[428/509] Compiling NIOCore DispatchQueue+WithFuture.swift
[429/509] Compiling NIOCore EventLoop+Deprecated.swift
[430/509] Compiling NIOCore EventLoop+SerialExecutor.swift
[431/509] Compiling NIOCore EventLoop.swift
[432/509] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[433/509] Compiling NIOCore IOData.swift
[434/509] Compiling NIOCore IPProtocol.swift
[435/509] Compiling NIOCore IntegerBitPacking.swift
[438/509] Compiling NIOCore ChannelHandler.swift
[439/509] Compiling NIOCore ChannelHandlers.swift
[443/509] Compiling NIOCore CircularBuffer.swift
[444/509] Compiling NIOCore Codec.swift
[445/509] Compiling NIOCore ConvenienceOptionSupport.swift
[445/510] Compiling CSQLite sqlite_nio_sqlite3.c
[448/510] Compiling NIOCore NIOAny.swift
[449/510] Compiling NIOCore NIOCloseOnErrorHandler.swift
[456/518] Emitting module HashTreeCollections
[457/519] Emitting module Algorithms
[468/522] Compiling Collections Collections.swift
[469/522] Emitting module Collections
[476/523] Compiling NIOCore FileRegion.swift
[477/523] Compiling NIOCore GlobalSingletons.swift
[478/523] Compiling NIOCore IO.swift
[479/523] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[480/523] Compiling NIOCore SocketAddresses.swift
[481/523] Compiling NIOCore SocketOptionProvider.swift
[482/523] Compiling NIOCore SystemCallHelpers.swift
[483/523] Compiling NIOCore TimeAmount+Duration.swift
[484/523] Compiling NIOCore TypeAssistedChannelHandler.swift
[485/523] Compiling NIOCore UniversalBootstrapSupport.swift
[486/523] Compiling NIOCore Utilities.swift
[505/523] Emitting module NIOCore
[525/668] Emitting module NIOEmbedded
[526/668] Compiling NIOEmbedded AsyncTestingChannel.swift
[527/668] Compiling NIOEmbedded Embedded.swift
[528/668] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[529/669] Compiling SQLKit SQLDropIndex.swift
[530/669] Compiling SQLKit SQLDropTable.swift
[531/669] Compiling SQLKit SQLDropTrigger.swift
[532/669] Compiling SQLKit SQLInsert.swift
[533/669] Compiling SQLKit SQLSelect.swift
[534/669] Compiling SQLKit SQLUnion.swift
[535/669] Compiling SQLKit SQLUpdate.swift
[536/669] Compiling SQLKit SQLExpression.swift
[537/669] Compiling SQLKit SQLSerializer.swift
[538/669] Compiling SQLKit SQLStatement.swift
[539/669] Compiling SQLKit SQLBinaryExpression.swift
[540/669] Compiling SQLKit SQLBinaryOperator.swift
[541/669] Compiling SQLKit SQLBind.swift
[542/681] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[543/681] Compiling SQLKit SQLColumnAssignment.swift
[544/681] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[545/681] Compiling SQLKit SQLColumnDefinition.swift
[546/681] Compiling SQLKit SQLCommonTableExpression.swift
[547/681] Compiling SQLKit SQLConflictAction.swift
[548/681] Compiling SQLKit SQLConflictResolutionStrategy.swift
[549/681] Compiling SQLKit SQLDropBehaviour.swift
[550/681] Compiling SQLKit SQLEnumDataType.swift
[551/681] Compiling SQLKit SQLExcludedColumn.swift
[552/681] Compiling SQLKit SQLForeignKey.swift
[553/681] Compiling SQLKit SQLJoin.swift
[554/681] Compiling SQLKit SQLJoinMethod.swift
[555/681] Compiling SQLKit SQLLockingClause.swift
[556/681] Compiling SQLKit SQLOrderBy.swift
[557/681] Compiling SQLKit SQLReturning.swift
[558/681] Compiling SQLKit SQLSubquery.swift
[559/681] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[560/681] Compiling SQLKit SQLAlterEnum.swift
[561/681] Compiling SQLKit SQLAlterTable.swift
[562/681] Compiling SQLKit SQLCreateEnum.swift
[563/681] Compiling SQLKit SQLCreateIndex.swift
[564/681] Compiling SQLKit SQLCreateTable.swift
[565/681] Compiling SQLKit SQLCreateTrigger.swift
[566/681] Compiling SQLKit SQLDelete.swift
[567/681] Compiling SQLKit SQLDropEnum.swift
[568/681] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[569/681] Compiling SQLKit Exports.swift
[570/681] Compiling SQLKit SQLAlias.swift
[571/681] Compiling SQLKit SQLBetween.swift
[572/681] Compiling SQLKit SQLColumn.swift
[573/681] Compiling SQLKit SQLConstraint.swift
[574/681] Compiling SQLKit SQLDataType.swift
[575/681] Compiling SQLKit SQLDirection.swift
[576/681] Compiling SQLKit SQLDistinct.swift
[577/681] Compiling SQLKit SQLForeignKeyAction.swift
[578/681] Compiling SQLKit SQLNestedSubpathExpression.swift
[579/681] Compiling SQLKit SQLQualifiedTable.swift
[580/681] Compiling SQLKit SQLQueryString.swift
[582/681] Compiling SQLKit SQLAlterEnumBuilder.swift
[583/681] Compiling SQLKit SQLAlterTableBuilder.swift
[584/681] Compiling SQLKit SQLConflictUpdateBuilder.swift
[585/681] Compiling SQLKit SQLCreateEnumBuilder.swift
[586/681] Compiling SQLKit SQLCreateIndexBuilder.swift
[587/681] Compiling SQLKit SQLCreateTableBuilder.swift
[588/681] Compiling SQLKit SQLCreateTriggerBuilder.swift
[589/681] Compiling SQLKit SQLDeleteBuilder.swift
[590/681] Compiling SQLKit SQLDropEnumBuilder.swift
[591/681] Compiling SQLKit SQLDropIndexBuilder.swift
[592/681] Compiling SQLKit SQLDropTableBuilder.swift
[593/681] Compiling SQLKit SQLDropTriggerBuilder.swift
[594/681] Compiling SQLKit SQLInsertBuilder.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
[641/687] Emitting module NIOPosix
[649/687] Compiling NIOPosix ThreadPosix.swift
[650/687] Compiling NIOPosix ThreadWindows.swift
[651/687] Compiling NIOPosix UnsafeTransfer.swift
[652/687] Compiling NIOPosix Utilities.swift
[653/687] Compiling NIOPosix VsockAddress.swift
[654/687] Compiling NIOPosix VsockChannelEvents.swift
[676/688] Compiling SQLKit SQLFunction.swift
[677/688] Compiling SQLKit SQLGroupExpression.swift
[678/688] Compiling SQLKit SQLIdentifier.swift
[679/688] Compiling SQLKit SQLList.swift
[680/688] Compiling SQLKit SQLLiteral.swift
[681/688] Compiling SQLKit SQLRaw.swift
[682/688] Compiling SQLKit SQLCodingUtilities.swift
[683/688] Compiling SQLKit SQLQueryEncoder.swift
[684/688] Compiling SQLKit SQLRow.swift
[685/688] Compiling SQLKit SQLRowDecoder.swift
[686/688] Compiling SQLKit SomeCodingKey.swift
[687/688] Compiling SQLKit StringHandling.swift
[690/713] Emitting module NIO
[691/713] Compiling NIO Exports.swift
[693/719] Compiling AsyncKit Future+Miscellaneous.swift
[694/719] Compiling AsyncKit Future+Nonempty.swift
[695/719] Compiling AsyncKit Future+Optional.swift
[696/721] Compiling AsyncKit Future+Transform.swift
[697/721] Compiling AsyncKit Future+Try.swift
[698/721] Compiling AsyncKit FutureOperators.swift
[699/721] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[700/721] Compiling AsyncKit Optional+StrictMap.swift
[701/721] Compiling AsyncKit Exports.swift
[702/721] Emitting module NIOFoundationCompat
[703/721] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[704/721] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[705/721] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[707/732] Compiling SQLiteNIO SQLiteRow.swift
[708/733] Compiling SQLiteNIO SQLiteStatement.swift
[709/733] Compiling SQLiteNIO Exports.swift
[710/733] Compiling SQLiteNIO SQLiteConnection.swift
[711/733] Emitting module SQLiteNIO
[712/733] Compiling SQLiteNIO SQLiteDataConvertible.swift
[713/733] Compiling SQLiteNIO SQLiteCustomFunction.swift
[714/733] Compiling SQLiteNIO SQLiteData.swift
[715/733] Compiling SQLiteNIO SQLiteError.swift
[716/733] Compiling SQLiteNIO SQLiteDatabase.swift
[717/733] Compiling SQLiteNIO SQLiteDataType.swift
[719/734] Emitting module AsyncKit
[724/734] Compiling AsyncKit EventLoop+Future.swift
[725/734] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[726/734] Compiling AsyncKit EventLoopConnectionPool.swift
[727/734] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[728/734] Compiling AsyncKit EventLoop+Concurrency.swift
[729/734] Compiling AsyncKit EventLoopFutureQueue.swift
[730/734] Compiling AsyncKit Future+Collection.swift
[731/734] Compiling AsyncKit Future+Conjunctions.swift
[732/734] Compiling AsyncKit ConnectionPoolError.swift
[733/734] Compiling AsyncKit ConnectionPoolItem.swift
[734/734] Compiling AsyncKit ConnectionPoolSource.swift
[736/743] Compiling SQLiteKit SQLiteDialect.swift
[737/743] Compiling SQLiteKit SQLiteConnectionSource.swift
[738/744] Compiling SQLiteKit SQLiteDataEncoder.swift
[739/744] Compiling SQLiteKit SQLiteDataDecoder.swift
[740/744] Emitting module SQLiteKit
[741/744] Compiling SQLiteKit SQLiteConfiguration.swift
[742/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 |         }
[743/744] Compiling SQLiteKit Exports.swift
[744/744] Compiling SQLiteKit SQLiteRow+SQLRow.swift
Build complete! (150.12s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.