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 4.5.2 (f35a86), with Swift 6.1 for Android on 29 May 2025 10:27:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sqlite-kit.git
Reference: 4.5.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/sqlite-kit
 * tag               4.5.2      -> FETCH_HEAD
HEAD is now at f35a863 Use structured logging (metadata) when logging queries (#110)
Cloned https://github.com/vapor/sqlite-kit.git
Revision (git rev-parse @):
f35a863ecc2da5d563b836a9a696b148b0f4169f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sqlite-kit.git at 4.5.2
========================================
Build
========================================
Selected platform:         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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
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/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
[2387/9861] Fetching sqlite-nio, async-kit, sql-kit
[8042/85954] Fetching sqlite-nio, async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.59s)
[6146/79971] Fetching sqlite-nio, async-kit, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.51s)
[49548/78463] Fetching async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (4.94s)
Fetched https://github.com/apple/swift-nio.git from cache (5.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (8.01s)
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/3836] Fetching swift-log
[40/9795] Fetching swift-log, swift-algorithms
[858/26386] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.44s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.51s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.79s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[2636/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
[1659/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.63s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Building for debugging...
[0/36] Write sources
[20/36] Compiling CNIOWASI CNIOWASI.c
[21/36] Compiling CNIOWindows WSAStartup.c
[21/36] Compiling CNIOWindows shim.c
[22/36] Compiling _AtomicsShims.c
[24/36] Compiling CNIODarwin shim.c
[25/36] Write sources
[29/36] Compiling CNIOLinux liburing_shims.c
[30/36] Compiling CNIOLinux shim.c
[31/36] Compiling _NumericsShims _NumericsShims.c
[32/36] Write swift-version-24593BA9C3E375BF.txt
[34/85] Emitting module InternalCollectionsUtilities
[35/86] Emitting module _NIODataStructures
[35/86] Compiling c-nioatomics.c
[37/86] Compiling _NIODataStructures Heap.swift
[38/87] Compiling _NIODataStructures PriorityQueue.swift
[39/87] Compiling _NIODataStructures _TinyArray.swift
[40/88] Compiling Atomics OptionalRawRepresentable.swift
[41/88] Compiling Atomics RawRepresentable.swift
[42/91] Compiling RealModule Float+Real.swift
[43/91] Compiling RealModule Float16+Real.swift
[44/93] Compiling Atomics IntegerConformances.swift
[45/93] Compiling Atomics PointerConformances.swift
[46/93] Compiling Atomics Primitives.native.swift
[47/95] Compiling Atomics AtomicOptionalWrappable.swift
[48/95] Compiling Atomics AtomicReference.swift
[49/95] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/95] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/95] Emitting module Atomics
[55/95] Compiling Atomics AtomicBool.swift
[58/95] Compiling RealModule Float80+Real.swift
[59/95] Compiling RealModule Real.swift
[62/95] Compiling Atomics Primitives.shims.swift
[63/95] Compiling Atomics AtomicInteger.swift
[64/95] Emitting module RealModule
[67/95] Compiling Atomics AtomicStorage.swift
[68/95] Compiling Atomics AtomicValue.swift
[71/95] Compiling RealModule ElementaryFunctions.swift
[72/96] Compiling Atomics UnsafeAtomic.swift
[73/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[74/96] Compiling Atomics ManagedAtomic.swift
[75/96] Compiling Atomics ManagedAtomicLazyReference.swift
[76/96] Compiling Atomics AtomicMemoryOrderings.swift
[77/96] Compiling Atomics DoubleWord.swift
[78/96] Emitting module _NIOBase64
[79/96] Compiling _NIOBase64 Base64.swift
[86/97] Compiling RealModule RealFunctions.swift
[89/98] Compiling c-atomics.c
[91/98] Compiling Atomics IntegerOperations.swift
[92/98] Compiling Atomics Unmanaged extensions.swift
[94/228] Compiling Logging LogHandler.swift
[95/228] Compiling NIOConcurrencyHelpers lock.swift
[96/228] Emitting module NIOConcurrencyHelpers
[97/228] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/228] Emitting module Logging
[99/228] Compiling NIOConcurrencyHelpers NIOLock.swift
[100/228] Compiling NIOConcurrencyHelpers atomics.swift
[101/228] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[103/229] Compiling _RopeModule BigString+UnicodeScalarView.swift
[104/229] Compiling _RopeModule BigSubstring+UTF16View.swift
[105/229] Compiling _RopeModule BigSubstring+UTF8View.swift
[106/229] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[107/229] Compiling _RopeModule BigSubstring.swift
[108/229] Compiling _RopeModule Rope+Builder.swift
[109/229] Compiling _RopeModule Rope+Debugging.swift
[110/229] Compiling _RopeModule Rope+Invariants.swift
[111/229] Compiling _RopeModule Rope+_Node.swift
[112/229] Compiling _RopeModule Rope+_Storage.swift
[113/229] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[114/229] Compiling _RopeModule Rope+_UnsafeHandle.swift
[115/229] Compiling _RopeModule Rope.swift
[116/229] Compiling _RopeModule RopeElement.swift
[117/236] Compiling _RopeModule BigString+Insert.swift
[118/236] Compiling _RopeModule BigString+Managing Breaks.swift
[119/236] Compiling _RopeModule BigString+RemoveSubrange.swift
[120/236] Compiling _RopeModule BigString+ReplaceSubrange.swift
[121/236] Compiling _RopeModule BigString+Split.swift
[122/236] Compiling _RopeModule Range+BigString.swift
[123/236] Compiling _RopeModule BigString+UTF16View.swift
[124/236] Compiling _RopeModule BigString+UTF8View.swift
[125/236] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[126/236] Compiling _RopeModule BigString+Hashing.swift
[127/236] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[128/236] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[129/236] Compiling _RopeModule BigString+Sequence.swift
[130/236] Compiling _RopeModule BigString+TextOutputStream.swift
[131/236] Compiling _RopeModule BigString+Append.swift
[132/236] Compiling _RopeModule BigString+Initializers.swift
[133/236] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[134/236] Compiling _RopeModule BigString+Chunk+Splitting.swift
[135/236] Compiling _RopeModule BigString+Chunk.swift
[136/236] Compiling _RopeModule BigString+BidirectionalCollection.swift
[137/236] Compiling _RopeModule BigString+Comparable.swift
[138/236] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[139/236] Compiling _RopeModule BigString+CustomStringConvertible.swift
[140/236] Compiling _RopeModule BigString+Equatable.swift
[141/236] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[142/236] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/236] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[144/236] Compiling _RopeModule BigString+Chunk+Breaks.swift
[145/236] Compiling _RopeModule BigString+Chunk+Counts.swift
[146/236] Compiling _RopeModule BigString+Chunk+Description.swift
[147/236] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[148/236] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[149/236] Compiling OrderedCollections _HashTable+Bucket.swift
[150/236] Compiling OrderedCollections _HashTable+BucketIterator.swift
[151/236] Compiling OrderedCollections _HashTable+Constants.swift
[152/236] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[153/236] Compiling OrderedCollections _HashTable+Testing.swift
[154/236] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[155/236] Compiling OrderedCollections _HashTable.swift
[156/236] Compiling OrderedCollections _Hashtable+Header.swift
[172/245] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/245] Compiling OrderedCollections OrderedSet+SubSequence.swift
[174/245] Compiling OrderedCollections OrderedSet+Testing.swift
[175/245] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[176/245] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/245] Compiling OrderedCollections OrderedSet.swift
[178/245] Compiling OrderedCollections _UnsafeBitset.swift
[179/245] Compiling _RopeModule Rope+Sequence.swift
[180/245] Compiling _RopeModule Rope+Append.swift
[181/245] Compiling _RopeModule Rope+Extract.swift
[182/245] Compiling _RopeModule Rope+Find.swift
[183/245] Compiling _RopeModule Rope+ForEachWhile.swift
[184/245] Compiling _RopeModule Rope+Insert.swift
[212/245] Emitting module _RopeModule
[213/245] Emitting module OrderedCollections
[215/344] Compiling HashTreeCollections _HashLevel.swift
[216/344] Compiling HashTreeCollections _HashNode+Builder.swift
[217/344] Compiling HashTreeCollections _Bucket.swift
[218/344] Compiling HashTreeCollections _Hash.swift
[219/346] Compiling DequeModule _DequeBuffer.swift
[220/346] Compiling DequeModule _DequeBufferHeader.swift
[221/346] Compiling HeapModule _HeapNode.swift
[222/346] Compiling HeapModule Heap.swift
[223/346] Compiling Logging MetadataProvider.swift
[224/346] Compiling Logging Locks.swift
[225/346] Compiling Logging Logging.swift
[226/347] Compiling HeapModule Heap+Invariants.swift
[227/347] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[228/347] Compiling HeapModule Heap+Descriptions.swift
[229/347] Compiling HeapModule Heap+UnsafeHandle.swift
[231/347] Emitting module HeapModule
[233/348] Compiling HashTreeCollections TreeSet+Hashable.swift
[234/348] Compiling HashTreeCollections TreeSet+Sendable.swift
[235/348] Compiling HashTreeCollections TreeSet+Sequence.swift
[236/348] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[237/348] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[238/348] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[239/348] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[240/348] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[241/348] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[242/348] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[243/358] Compiling DequeModule _DequeSlot.swift
[244/358] Compiling DequeModule _UnsafeWrappedBuffer.swift
[244/358] Compiling CSQLite sqlite_nio_sqlite3.c
[246/358] Compiling HashTreeCollections _AncestorHashSlots.swift
[247/358] Compiling HashTreeCollections _Bitmap.swift
[248/358] Compiling DequeModule Deque+Testing.swift
[249/358] Compiling DequeModule Deque._Storage.swift
[250/358] Compiling DequeModule Deque+Extras.swift
[251/358] Compiling DequeModule Deque+Hashable.swift
[252/358] Compiling DequeModule Deque._UnsafeHandle.swift
[253/358] Compiling DequeModule Deque.swift
[254/358] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[255/358] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[256/358] Compiling HashTreeCollections TreeDictionary+Filter.swift
[257/358] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[258/358] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[259/358] Compiling HashTreeCollections TreeDictionary+Keys.swift
[260/358] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[261/358] Compiling HashTreeCollections TreeDictionary+Merge.swift
[262/358] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[263/358] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[264/358] Compiling HashTreeCollections TreeDictionary+Values.swift
[265/358] Compiling HashTreeCollections TreeDictionary.swift
[266/358] Compiling HashTreeCollections TreeSet+Codable.swift
[267/358] Compiling HashTreeCollections TreeSet+Collection.swift
[268/358] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[269/358] Compiling HashTreeCollections TreeSet+Debugging.swift
[270/358] Compiling HashTreeCollections TreeSet+Descriptions.swift
[271/358] Compiling HashTreeCollections TreeSet+Equatable.swift
[272/358] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[273/358] Compiling HashTreeCollections TreeSet+Extras.swift
[274/358] Compiling HashTreeCollections TreeSet+Filter.swift
[283/375] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[284/409] Emitting module DequeModule
[286/412] Compiling BitCollections BitSet+Hashable.swift
[287/412] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[288/412] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[289/412] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[290/412] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[291/412] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[292/412] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[293/412] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[294/412] Compiling BitCollections BitSet+Initializers.swift
[295/412] Compiling BitCollections BitSet+Invariants.swift
[296/412] Compiling BitCollections BitSet+Random.swift
[297/412] Compiling BitCollections BitSet+SetAlgebra basics.swift
[298/412] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[299/412] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[300/412] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[301/412] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[302/412] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[303/412] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[304/412] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[306/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[307/412] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[308/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[309/412] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[310/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[311/412] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[312/412] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[313/412] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[314/412] Compiling HashTreeCollections TreeSet.swift
[315/413] Emitting module BitCollections
[317/420] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[318/420] Compiling BitCollections BitSet+CustomReflectable.swift
[319/420] Compiling BitCollections BitSet+CustomStringConvertible.swift
[320/420] Compiling BitCollections BitSet+Equatable.swift
[321/420] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[322/420] Compiling BitCollections BitSet+Extras.swift
[346/420] Compiling BitCollections BitSet+SetAlgebra union.swift
[347/420] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[348/420] Compiling BitCollections BitSet.Counted.swift
[356/420] Compiling BitCollections BitArray+BitwiseOperations.swift
[357/420] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[358/420] Compiling BitCollections BitArray+Codable.swift
[359/420] Compiling BitCollections BitArray+Collection.swift
[360/420] Compiling BitCollections BitArray+Copy.swift
[361/420] Compiling BitCollections BitArray+CustomReflectable.swift
[362/420] Compiling BitCollections BitArray+Descriptions.swift
[363/420] Compiling BitCollections BitArray+Equatable.swift
[364/420] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[365/420] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[366/420] Compiling BitCollections BitArray+Extras.swift
[375/438] Compiling Algorithms Cycle.swift
[376/438] Compiling Algorithms EitherSequence.swift
[377/438] Compiling Algorithms FirstNonNil.swift
[378/438] Compiling Algorithms Joined.swift
[379/438] Compiling Algorithms Keyed.swift
[380/438] Compiling Algorithms MinMax.swift
[381/438] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[382/438] Compiling BitCollections BitArray+Shifts.swift
[383/438] Compiling BitCollections BitArray+Testing.swift
[384/438] Compiling BitCollections BitArray._UnsafeHandle.swift
[385/438] Compiling BitCollections BitArray.swift
[386/438] Compiling BitCollections BitSet+BidirectionalCollection.swift
[387/438] Compiling BitCollections BitSet+Codable.swift
[397/505] Compiling NIOCore NIOAsyncWriter.swift
[398/505] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[399/505] Compiling NIOCore EventLoopFuture+Deprecated.swift
[400/505] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[401/505] Compiling NIOCore EventLoopFuture.swift
[402/505] Compiling NIOCore FileDescriptor.swift
[403/505] Compiling NIOCore FileHandle.swift
[404/505] Compiling NIOCore FileRegion.swift
[405/505] Compiling NIOCore GlobalSingletons.swift
[406/505] Compiling NIOCore ByteBuffer-multi-int.swift
[407/505] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[408/505] Compiling NIOCore ByteBuffer-views.swift
[409/505] Compiling NIOCore Channel.swift
[410/505] Compiling NIOCore ChannelHandler.swift
[411/505] Compiling NIOCore ChannelHandlers.swift
[412/505] Compiling NIOCore ChannelInvoker.swift
[413/505] Compiling NIOCore ByteBuffer-aux.swift
[414/505] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[415/505] Compiling NIOCore ByteBuffer-conversions.swift
[416/505] Compiling NIOCore ByteBuffer-core.swift
[417/505] Compiling NIOCore ByteBuffer-hex.swift
[418/505] Compiling NIOCore ByteBuffer-int.swift
[419/505] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[421/506] Compiling NIOCore AddressedEnvelope.swift
[422/506] Compiling NIOCore AsyncAwaitSupport.swift
[423/506] Compiling NIOCore AsyncChannel.swift
[424/509] Emitting module HashTreeCollections
[433/510] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[436/510] Compiling NIOCore AsyncChannelHandler.swift
[437/510] Compiling NIOCore AsyncChannelInboundStream.swift
[438/510] Compiling NIOCore AsyncChannelOutboundWriter.swift
[439/510] Compiling NIOCore NIOAsyncSequenceProducer.swift
[440/512] Compiling NIOCore MulticastChannel.swift
[441/512] Compiling NIOCore NIOAny.swift
[442/512] Compiling NIOCore NIOCloseOnErrorHandler.swift
[443/512] Compiling NIOCore NIOLoopBound.swift
[444/512] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[445/512] Compiling NIOCore NIOScheduledCallback.swift
[446/512] Compiling NIOCore NIOSendable.swift
[447/512] Compiling NIOCore RecvByteBufferAllocator.swift
[448/512] Compiling Algorithms Trim.swift
[449/512] Compiling Algorithms Unique.swift
[450/512] Compiling Algorithms Windows.swift
[451/520] Emitting module Collections
[452/520] Compiling Collections Collections.swift
[461/521] Compiling NIOCore IO.swift
[462/521] Compiling NIOCore IOData.swift
[463/521] Compiling NIOCore IPProtocol.swift
[464/521] Compiling NIOCore IntegerBitPacking.swift
[465/521] Compiling NIOCore IntegerTypes.swift
[466/521] Compiling NIOCore Interfaces.swift
[467/521] Compiling NIOCore Linux.swift
[468/521] Compiling NIOCore MarkedCircularBuffer.swift
[469/521] Emitting module Algorithms
[471/522] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[472/522] Compiling NIOCore SocketAddresses.swift
[473/522] Compiling NIOCore SocketOptionProvider.swift
[474/522] Compiling NIOCore SystemCallHelpers.swift
[475/522] Compiling NIOCore TimeAmount+Duration.swift
[476/522] Compiling NIOCore TypeAssistedChannelHandler.swift
[477/522] Compiling NIOCore UniversalBootstrapSupport.swift
[478/522] Compiling NIOCore Utilities.swift
[496/522] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[497/522] Compiling NIOCore BSDSocketAPI.swift
[515/522] Compiling NIOCore Codec.swift
[516/522] Compiling NIOCore ConvenienceOptionSupport.swift
[517/522] Compiling NIOCore DeadChannel.swift
[518/522] Compiling NIOCore DispatchQueue+WithFuture.swift
[519/522] Compiling NIOCore EventLoop+Deprecated.swift
[520/522] Compiling NIOCore EventLoop+SerialExecutor.swift
[521/522] Compiling NIOCore EventLoop.swift
[522/522] Emitting module NIOCore
[524/573] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[525/573] Compiling NIOEmbedded AsyncTestingChannel.swift
[526/573] Emitting module NIOEmbedded
[527/573] Compiling NIOEmbedded Embedded.swift
[529/574] Emitting module NIOPosix
[530/580] Compiling NIOPosix Pool.swift
[531/580] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[532/580] Compiling NIOPosix PosixSingletons.swift
[533/580] Compiling NIOPosix RawSocketBootstrap.swift
[534/580] Compiling NIOPosix Resolver.swift
[535/580] Compiling NIOPosix Selectable.swift
[536/580] Compiling NIOPosix ServerSocket.swift
[537/580] Compiling NIOPosix Socket.swift
[538/580] Compiling NIOPosix SocketChannel.swift
[539/580] Compiling NIOPosix SocketProtocols.swift
[540/580] Compiling NIOPosix System.swift
[541/580] Compiling NIOPosix Thread.swift
[542/580] Compiling NIOPosix SelectableChannel.swift
[543/580] Compiling NIOPosix SelectableEventLoop.swift
[544/580] Compiling NIOPosix SelectorEpoll.swift
[545/580] Compiling NIOPosix SelectorGeneric.swift
[546/580] Compiling NIOPosix SelectorKqueue.swift
[547/580] Compiling NIOPosix SelectorUring.swift
[548/580] Compiling NIOPosix ThreadPosix.swift
[549/580] Compiling NIOPosix ThreadWindows.swift
[550/580] Compiling NIOPosix UnsafeTransfer.swift
[551/580] Compiling NIOPosix Utilities.swift
[552/580] Compiling NIOPosix VsockAddress.swift
[553/580] Compiling NIOPosix VsockChannelEvents.swift
[554/580] Compiling NIOPosix NIOThreadPool.swift
[555/580] Compiling NIOPosix NonBlockingFileIO.swift
[556/580] Compiling NIOPosix PendingDatagramWritesManager.swift
[557/580] Compiling NIOPosix PendingWritesManager.swift
[558/580] Compiling NIOPosix PipeChannel.swift
[559/580] Compiling NIOPosix PipePair.swift
[560/580] Compiling NIOPosix IO.swift
[561/580] Compiling NIOPosix IntegerBitPacking.swift
[562/580] Compiling NIOPosix IntegerTypes.swift
[563/580] Compiling NIOPosix Linux.swift
[564/580] Compiling NIOPosix LinuxCPUSet.swift
[565/580] Compiling NIOPosix LinuxUring.swift
[566/580] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[567/580] Compiling NIOPosix BSDSocketAPICommon.swift
[568/580] Compiling NIOPosix BSDSocketAPIPosix.swift
[569/580] Compiling NIOPosix BSDSocketAPIWindows.swift
[570/580] Compiling NIOPosix BaseSocket.swift
[571/580] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[572/580] Compiling NIOPosix BaseSocketChannel.swift
[573/580] Compiling NIOPosix BaseStreamSocketChannel.swift
[574/580] Compiling NIOPosix Bootstrap.swift
[575/580] Compiling NIOPosix ControlMessage.swift
[576/580] Compiling NIOPosix DatagramVectorReadManager.swift
[577/580] Compiling NIOPosix Errors+Any.swift
[578/580] Compiling NIOPosix FileDescriptor.swift
[579/580] Compiling NIOPosix GetaddrinfoResolver.swift
[580/580] Compiling NIOPosix HappyEyeballs.swift
[582/605] Compiling NIO Exports.swift
[583/605] Emitting module NIO
[585/703] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[586/703] Compiling SQLKit Exports.swift
[587/703] Compiling SQLKit SQLAlias.swift
[588/703] Compiling SQLKit SQLBetween.swift
[589/703] Compiling SQLKit SQLColumn.swift
[590/703] Compiling SQLKit SQLConstraint.swift
[591/703] Compiling SQLKit SQLDataType.swift
[592/703] Compiling SQLKit SQLDirection.swift
[593/703] Compiling SQLKit SQLDistinct.swift
[594/703] Compiling SQLKit SQLForeignKeyAction.swift
[595/703] Compiling SQLKit SQLNestedSubpathExpression.swift
[596/703] Compiling SQLKit SQLQualifiedTable.swift
[597/703] Compiling SQLKit SQLQueryString.swift
[598/715] Compiling SQLKit SQLCreateEnumBuilder.swift
[599/715] Compiling SQLKit SQLCreateIndexBuilder.swift
[600/715] Compiling SQLKit SQLCreateTableBuilder.swift
[601/717] Compiling SQLKit SQLAlterEnumBuilder.swift
[602/717] Compiling SQLKit SQLAlterTableBuilder.swift
[603/717] Compiling SQLKit SQLConflictUpdateBuilder.swift
[604/717] Compiling SQLKit SQLDropIndex.swift
[605/717] Compiling SQLKit SQLDropTable.swift
[606/717] Compiling SQLKit SQLDropTrigger.swift
[607/717] Compiling SQLKit SQLInsert.swift
[608/717] Compiling SQLKit SQLSelect.swift
[609/717] Compiling SQLKit SQLUnion.swift
[610/717] Compiling SQLKit SQLUpdate.swift
[611/717] Compiling SQLKit SQLExpression.swift
[612/717] Compiling SQLKit SQLSerializer.swift
[613/717] Compiling SQLKit SQLStatement.swift
[614/717] Compiling SQLKit SQLBinaryExpression.swift
[615/717] Compiling SQLKit SQLBinaryOperator.swift
[616/717] Compiling SQLKit SQLBind.swift
[617/717] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[618/717] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[619/717] Compiling SQLKit SQLDatabase.swift
[620/717] Compiling SQLKit SQLInsertBuilder.swift
[621/717] Compiling SQLKit SQLPredicateBuilder.swift
[622/717] Compiling SQLKit SQLQueryBuilder.swift
[629/717] Compiling SQLKit SQLCreateTriggerBuilder.swift
[630/717] Compiling SQLKit SQLDeleteBuilder.swift
[631/717] Compiling SQLKit SQLDropEnumBuilder.swift
[632/717] Compiling SQLKit SQLDropIndexBuilder.swift
[633/717] Compiling SQLKit SQLDropTableBuilder.swift
[634/717] Compiling SQLKit SQLDropTriggerBuilder.swift
[636/717] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[637/717] Compiling SQLKit SQLColumnAssignment.swift
[638/717] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[639/717] Compiling SQLKit SQLColumnDefinition.swift
[640/717] Compiling SQLKit SQLCommonTableExpression.swift
[641/717] Compiling SQLKit SQLConflictAction.swift
[642/717] Compiling SQLKit SQLConflictResolutionStrategy.swift
[643/717] Compiling SQLKit SQLDropBehaviour.swift
[644/717] Compiling SQLKit SQLEnumDataType.swift
[645/717] Compiling SQLKit SQLExcludedColumn.swift
[646/717] Compiling SQLKit SQLForeignKey.swift
[647/717] Compiling SQLKit SQLJoin.swift
[648/717] Compiling SQLKit SQLJoinMethod.swift
[649/717] Compiling SQLKit SQLLockingClause.swift
[650/717] Compiling SQLKit SQLOrderBy.swift
[651/717] Compiling SQLKit SQLReturning.swift
[652/717] Compiling SQLKit SQLSubquery.swift
[653/717] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[654/717] Compiling SQLKit SQLAlterEnum.swift
[655/717] Compiling SQLKit SQLAlterTable.swift
[656/717] Compiling SQLKit SQLCreateEnum.swift
[657/717] Compiling SQLKit SQLCreateIndex.swift
[658/717] Compiling SQLKit SQLCreateTable.swift
[659/717] Compiling SQLKit SQLCreateTrigger.swift
[660/717] Compiling SQLKit SQLDelete.swift
[661/717] Compiling SQLKit SQLDropEnum.swift
[662/717] Compiling SQLKit SQLPredicateGroupBuilder.swift
[663/717] Compiling SQLKit SQLRawBuilder.swift
[664/717] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[665/717] Compiling SQLKit SQLSelectBuilder.swift
[666/717] Compiling SQLKit SQLSubqueryBuilder.swift
[667/717] Compiling SQLKit SQLUnionBuilder.swift
[668/717] Compiling SQLKit SQLUpdateBuilder.swift
[669/717] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[670/717] Compiling SQLKit SQLColumnUpdateBuilder.swift
[671/717] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[672/717] Compiling SQLKit SQLCommonUnionBuilder.swift
[673/717] Compiling SQLKit SQLJoinBuilder.swift
[674/717] Compiling SQLKit SQLPartialResultBuilder.swift
[677/717] Compiling SQLKit SQLQueryFetcher.swift
[678/717] Compiling SQLKit SQLReturningBuilder.swift
[679/717] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[683/717] Compiling AsyncKit Optional+StrictMap.swift
[684/717] Compiling AsyncKit Exports.swift
[685/717] Compiling SQLKit SQLDatabase+Deprecated.swift
[686/717] Compiling SQLKit SQLError.swift
[687/717] Compiling SQLKit SQLExpressions+Deprecated.swift
[690/717] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[691/717] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[692/717] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[693/717] Emitting module NIOFoundationCompat
[694/717] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[696/718] Emitting module SQLKit
[697/728] Compiling SQLKit SQLFunction.swift
[698/728] Compiling SQLKit SQLGroupExpression.swift
[699/728] Compiling SQLKit SQLIdentifier.swift
[700/728] Compiling SQLKit SQLList.swift
[701/728] Compiling SQLKit SQLLiteral.swift
[702/728] Compiling SQLKit SQLRaw.swift
[703/728] Compiling SQLKit SQLCodingUtilities.swift
[704/728] Compiling SQLKit SQLQueryEncoder.swift
[705/728] Compiling SQLKit SQLRow.swift
[706/728] Compiling SQLKit SQLRowDecoder.swift
[707/728] Compiling SQLKit SomeCodingKey.swift
[708/728] Compiling SQLKit StringHandling.swift
[710/729] Compiling SQLiteNIO SQLiteDataConvertible.swift
[711/730] Compiling SQLiteNIO SQLiteRow.swift
[712/730] Compiling SQLiteNIO Exports.swift
[713/730] Compiling SQLiteNIO SQLiteConnection.swift
[714/730] Compiling SQLiteNIO SQLiteCustomFunction.swift
[715/730] Compiling SQLiteNIO SQLiteData.swift
[716/730] Compiling SQLiteNIO SQLiteStatement.swift
[717/730] Compiling SQLiteNIO SQLiteDataType.swift
[718/730] Compiling SQLiteNIO SQLiteDatabase.swift
[719/730] Compiling SQLiteNIO SQLiteError.swift
[720/730] Emitting module SQLiteNIO
[725/731] Emitting module AsyncKit
[733/740] Compiling SQLiteKit SQLiteDialect.swift
[734/741] Compiling SQLiteKit Exports.swift
[735/741] Compiling SQLiteKit SQLiteDataEncoder.swift
[736/741] Compiling SQLiteKit SQLiteDataDecoder.swift
[737/741] Compiling SQLiteKit SQLiteConnectionSource.swift
[738/741] Emitting module SQLiteKit
[739/741] 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 |         }
[740/741] Compiling SQLiteKit SQLiteConfiguration.swift
[741/741] Compiling SQLiteKit SQLiteRow+SQLRow.swift
Build complete! (77.70s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.