The Swift Package Index logo.Swift Package Index

Build Information

Successful build of fluent-sqlite-driver, reference main (e227d9), with Swift 6.1 for Linux on 28 Mar 2026 03:26:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-sqlite-driver.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/fluent-sqlite-driver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e227d94 Update for Swift 6.3 release (#100)
Cloned https://github.com/vapor/fluent-sqlite-driver.git
Revision (git rev-parse @):
e227d94dc3fe7099a096ac2ca28cad1f69bd8d5b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-sqlite-driver.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/fluent-sqlite-driver.git
https://github.com/vapor/fluent-sqlite-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.51.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "sqlite-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sqlite-kit.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "fluent-sqlite-driver",
  "name" : "fluent-sqlite-driver",
  "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" : "FluentSQLiteDriver",
      "targets" : [
        "FluentSQLiteDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentSQLiteDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentSQLiteDriverTests",
      "path" : "Tests/FluentSQLiteDriverTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentSQLiteDriverTests.swift"
      ],
      "target_dependencies" : [
        "FluentSQLiteDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentSQLiteDriver",
      "module_type" : "SwiftTarget",
      "name" : "FluentSQLiteDriver",
      "path" : "Sources/FluentSQLiteDriver",
      "product_dependencies" : [
        "FluentKit",
        "FluentSQL",
        "Logging",
        "SQLiteKit"
      ],
      "product_memberships" : [
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "Exports.swift",
        "FluentSQLiteConfiguration.swift",
        "FluentSQLiteDatabase.swift",
        "FluentSQLiteDriver.swift",
        "SQLiteConverterDelegate.swift",
        "SQLiteError+Database.swift",
        "SQLiteRow+Database.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/vapor/fluent-kit.git
[1/2157] Fetching sqlite-kit
[411/8445] Fetching sqlite-kit, swift-log
[789/22380] Fetching sqlite-kit, swift-log, fluent-kit
Fetched https://github.com/apple/swift-log.git from cache (1.49s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.49s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.49s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (2.11s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2496] Fetching async-kit
[1948/8693] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.32s)
[5144/6197] Fetching sql-kit
[6198/89144] Fetching sql-kit, swift-nio
[20299/90964] Fetching sql-kit, swift-nio, sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.99s)
[60943/89144] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (6.98s)
Fetched https://github.com/apple/swift-nio.git from cache (7.12s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (7.86s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/6058] Fetching swift-algorithms
[123/29303] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.56s)
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (2.42s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.71s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[438/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.12s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (1.36s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2686] Fetching swift-service-lifecycle
[2016/3896] Fetching swift-service-lifecycle, swift-service-context
[2017/9587] Fetching swift-service-lifecycle, swift-service-context, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.84s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.84s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.85s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.44s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (2.21s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.29s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (1.02s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.12.6 (1.13s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.35.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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.10.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.97.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
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.4
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.12.6
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.0
Building for debugging...
[0/49] Write sources
[31/49] Compiling _NumericsShims _NumericsShims.c
[32/49] Compiling _AtomicsShims.c
[33/49] Compiling CNIOWindows shim.c
[34/49] Compiling CNIOWindows WSAStartup.c
[35/49] Compiling CNIOWASI CNIOWASI.c
[36/49] Compiling CNIOPosix event_loop_id.c
[37/49] Compiling CNIOOpenBSD shim.c
[37/49] Write sources
[42/49] Compiling CNIODarwin shim.c
[43/49] Compiling CNIOLinux liburing_shims.c
[44/49] Compiling CNIOLinux shim.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[46/74] Compiling c-atomics.c
[47/74] Compiling c-nioatomics.c
[49/95] Compiling Logging LogHandler.swift
[50/95] Compiling _NIODataStructures _TinyArray.swift
[51/95] Compiling ServiceContextModule ServiceContextKey.swift
[52/95] Compiling RealModule RealFunctions.swift
[53/96] Emitting module _NIOBase64
[54/96] Compiling _NIOBase64 Base64.swift
[55/97] Compiling RealModule Real.swift
[56/97] Emitting module RealModule
[57/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[58/97] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/97] Compiling _NIODataStructures PriorityQueue.swift
[60/97] Compiling ServiceContextModule ServiceContext.swift
[61/97] Emitting module ServiceContextModule
[62/97] Compiling InternalCollectionsUtilities Span+Extras.swift
[63/97] Compiling InternalCollectionsUtilities Integer rank.swift
[64/98] Compiling RealModule Float16+Real.swift
[65/98] Compiling RealModule Float80+Real.swift
[66/98] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[67/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/98] Emitting module _NIODataStructures
[69/98] Compiling _NIODataStructures Heap.swift
[70/99] Emitting module Logging
[71/99] Compiling Logging Locks.swift
[74/99] Compiling Logging MetadataProvider.swift
[75/99] Compiling RealModule RelaxedArithmetic.swift
[77/100] Emitting module ConcurrencyHelpers
[78/100] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/100] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[81/100] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/100] Compiling InternalCollectionsUtilities String+Padding.swift
[84/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/102] Compiling ConcurrencyHelpers LockedValueBox.swift
[86/102] Compiling Logging Logging.swift
[88/103] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/103] Compiling ConcurrencyHelpers Lock.swift
[91/105] Emitting module InternalCollectionsUtilities
[92/127] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/127] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[96/160] Compiling Instrumentation NoOpInstrument.swift
[97/160] Compiling Instrumentation MultiplexInstrument.swift
[98/160] Emitting module Instrumentation
[99/160] Compiling Algorithms Indexed.swift
[100/160] Compiling Algorithms Intersperse.swift
[101/162] Compiling Instrumentation Instrument.swift
[102/162] Compiling Instrumentation InstrumentationSystem.swift
[103/162] Compiling Instrumentation Locks.swift
[105/163] Compiling Algorithms EitherSequence.swift
[106/163] Compiling Algorithms FirstNonNil.swift
[107/163] Compiling Algorithms Partition.swift
[108/163] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[109/163] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[111/163] Compiling Algorithms AdjacentPairs.swift
[112/163] Compiling Algorithms Chain.swift
[113/163] Compiling Algorithms Compacted.swift
[114/163] Compiling Algorithms Cycle.swift
[115/163] Compiling Algorithms Chunked.swift
[116/163] Compiling Algorithms Combinations.swift
[117/163] Compiling Algorithms RandomSample.swift
[118/163] Compiling Algorithms Reductions.swift
[122/175] Compiling NIOConcurrencyHelpers lock.swift
[123/175] Compiling Atomics IntegerOperations.swift
[124/175] Compiling Atomics Unmanaged extensions.swift
[125/175] Compiling NIOConcurrencyHelpers NIOLock.swift
[126/175] Compiling NIOConcurrencyHelpers atomics.swift
[127/300] Compiling OrderedCollections _HashTable.swift
[128/300] Compiling OrderedCollections _Hashtable+Header.swift
[129/300] Compiling OrderedCollections OrderedDictionary+Codable.swift
[130/300] Compiling Tracing TracingTime.swift
[131/300] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[132/300] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[133/300] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[134/300] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/300] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[136/300] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[137/300] Compiling OrderedCollections OrderedDictionary.swift
[138/300] Compiling OrderedCollections OrderedSet+Codable.swift
[139/300] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/300] Compiling OrderedCollections OrderedSet+Descriptions.swift
[141/309] Compiling OrderedCollections _HashTable+Bucket.swift
[142/309] Compiling OrderedCollections _HashTable+BucketIterator.swift
[143/309] Compiling OrderedCollections _HashTable+Constants.swift
[144/309] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[145/309] Compiling OrderedCollections _HashTable+Testing.swift
[146/309] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[150/309] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[151/309] Compiling OrderedCollections OrderedSet+Diffing.swift
[152/309] Compiling OrderedCollections OrderedSet+Equatable.swift
[153/309] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[154/309] Compiling OrderedCollections OrderedSet+Hashable.swift
[155/309] Compiling OrderedCollections OrderedSet+Initializers.swift
[156/309] Compiling OrderedCollections OrderedSet+Insertions.swift
[157/309] Compiling OrderedCollections OrderedSet+Invariants.swift
[158/309] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[159/309] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[160/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[161/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[162/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[163/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[164/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[165/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[166/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[167/309] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[168/309] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[169/309] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[170/309] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[171/309] Emitting module NIOConcurrencyHelpers
[172/309] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[173/310] Emitting module Tracing
[174/310] Compiling Tracing TracerProtocol.swift
[176/310] Compiling UnixSignals UnixSignal.swift
[177/310] Emitting module UnixSignals
[178/310] Compiling UnixSignals UnixSignalsSequence.swift
[179/310] Compiling Tracing TracerProtocol+Legacy.swift
[180/310] Compiling Tracing Tracer.swift
[185/321] Compiling Tracing InstrumentationSystem+Tracing.swift
[186/321] Compiling Tracing NoOpTracer.swift
[187/321] Compiling Tracing SpanProtocol.swift
[188/322] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[199/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[200/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[201/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[202/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[203/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[204/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[205/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[206/330] Compiling HeapModule Heap+Descriptions.swift
[208/405] Compiling HeapModule _HeapNode.swift
[209/405] Compiling HeapModule Heap.swift
[210/405] Compiling HashTreeCollections _Bucket.swift
[211/405] Compiling HashTreeCollections _Hash.swift
[212/405] Compiling HashTreeCollections _HashLevel.swift
[213/405] Compiling HashTreeCollections _HashNode+Builder.swift
[214/405] Compiling HashTreeCollections _HashNode+Debugging.swift
[215/405] Compiling HashTreeCollections _HashNode+Initializers.swift
[216/405] Compiling HashTreeCollections _HashNode+Invariants.swift
[217/405] Compiling HashTreeCollections _HashNode+Lookups.swift
[218/406] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[219/406] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[220/406] Compiling HashTreeCollections _HashNode+Structural merge.swift
[221/406] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[222/406] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[223/406] Compiling HashTreeCollections _HashNode+Structural union.swift
[224/406] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[225/406] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[226/429] Emitting module HeapModule
[227/438] Compiling HeapModule Heap+Invariants.swift
[228/438] Compiling HeapModule Heap+UnsafeHandle.swift
[229/438] Compiling ContainersPreview Drain+Map.swift
[230/438] Compiling ContainersPreview Drain+Reduce.swift
[231/438] Compiling ContainersPreview Drain.swift
[232/438] Compiling ContainersPreview Container+SpanwiseZip.swift
[233/438] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[234/438] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[235/439] Compiling ContainersPreview RangeExpression2.swift
[236/439] Compiling ContainersPreview RangeReplaceableContainer.swift
[240/439] Compiling ContainersPreview Producer+Collect.swift
[241/439] Compiling ContainersPreview Producer+Filter.swift
[242/439] Compiling ContainersPreview Producer+Map.swift
[243/439] Compiling HashTreeCollections TreeDictionary+Codable.swift
[244/439] Compiling HashTreeCollections TreeDictionary+Collection.swift
[245/439] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[246/439] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[247/439] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[248/439] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[249/439] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[250/439] Compiling HashTreeCollections TreeDictionary+Filter.swift
[251/439] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[252/439] Compiling HashTreeCollections TreeDictionary+Merge.swift
[253/439] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[254/439] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[255/439] Compiling HashTreeCollections TreeDictionary+Values.swift
[256/439] Compiling HashTreeCollections TreeDictionary.swift
[257/439] Compiling HashTreeCollections TreeSet+Codable.swift
[258/439] Compiling HashTreeCollections TreeSet+Collection.swift
[259/439] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[260/439] Compiling HashTreeCollections TreeSet+Debugging.swift
[262/439] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[263/439] Compiling ContainersPreview BorrowingSequence.swift
[264/439] Compiling ContainersPreview BidirectionalContainer.swift
[265/439] Compiling ContainersPreview Container+Filter.swift
[267/443] Emitting module ContainersPreview
[270/443] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[271/443] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[272/443] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[273/443] Compiling ContainersPreview OutputSpan+Extras.swift
[274/443] Compiling ContainersPreview TemporaryAllocation.swift
[275/443] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[276/443] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[277/443] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[279/443] Compiling ContainersPreview Producer+Reduce.swift
[280/443] Compiling ContainersPreview Producer.swift
[281/443] Compiling ContainersPreview Borrow.swift
[282/443] Compiling ContainersPreview RandomAccessContainer.swift
[290/443] Compiling ContainersPreview Container.swift
[291/443] Compiling ContainersPreview ContainerIterator.swift
[292/443] Compiling ContainersPreview DynamicContainer.swift
[293/443] Compiling ContainersPreview MutableContainer.swift
[294/443] Compiling ContainersPreview PermutableContainer.swift
[298/443] Compiling HashTreeCollections TreeSet+Hashable.swift
[299/443] Compiling HashTreeCollections TreeSet+Sendable.swift
[300/443] Compiling HashTreeCollections TreeSet+Sequence.swift
[301/443] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/443] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[303/443] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[304/443] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[305/443] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[306/443] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[307/443] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[308/453] Compiling ContainersPreview Box.swift
[309/453] Compiling ContainersPreview Inout.swift
[310/453] Compiling ContainersPreview InputSpan.swift
[311/453] Compiling ContainersPreview Shared.swift
[313/508] Emitting module Atomics
[320/508] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[321/508] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[322/508] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[323/508] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[324/508] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[325/508] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[326/508] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[327/508] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[328/508] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[329/508] Compiling BitCollections BitSet+SetAlgebra union.swift
[330/508] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[331/508] Compiling BitCollections BitSet.Counted.swift
[339/508] Compiling HashTreeCollections TreeSet+Descriptions.swift
[340/508] Compiling HashTreeCollections TreeSet+Equatable.swift
[341/508] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[342/508] Compiling HashTreeCollections TreeSet+Extras.swift
[343/508] Compiling HashTreeCollections TreeSet+Filter.swift
[344/548] Compiling DequeModule Deque+Codable.swift
[345/548] Compiling DequeModule Deque+Collection.swift
[346/548] Compiling DequeModule Deque+CustomReflectable.swift
[347/548] Compiling DequeModule Deque+Descriptions.swift
[348/548] Compiling DequeModule Deque+Equatable.swift
[349/548] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[350/548] Compiling DequeModule RigidDeque+Equatable.swift
[351/548] Compiling DequeModule RigidDeque+Experimental.swift
[361/548] Compiling DequeModule UniqueDeque+Hashable.swift
[362/548] Compiling DequeModule UniqueDeque+Initializers.swift
[363/548] Compiling DequeModule UniqueDeque+Insertions.swift
[364/548] Compiling DequeModule UniqueDeque+Prepend.swift
[365/548] Compiling DequeModule UniqueDeque+Removals.swift
[366/548] Compiling DequeModule UniqueDeque+Consumption.swift
[367/548] Compiling DequeModule UniqueDeque+Container.swift
[368/548] Compiling DequeModule UniqueDeque+Descriptions.swift
[369/548] Compiling DequeModule UniqueDeque+Equatable.swift
[370/548] Compiling DequeModule UniqueDeque+Experimental.swift
[370/553] Compiling VaporCSQLite sqlite_nio_sqlite3.c
[374/553] Compiling DequeModule RigidDeque+Hashable.swift
[375/553] Compiling DequeModule RigidDeque+Initializers.swift
[376/553] Compiling DequeModule RigidDeque+Insertions.swift
[377/553] Compiling DequeModule RigidDeque+Prepend.swift
[378/553] Compiling DequeModule RigidDeque+Removals.swift
[379/553] Compiling DequeModule RigidDeque+Replacements.swift
[380/553] Compiling DequeModule RigidDeque+Testing.swift
[381/553] Compiling DequeModule RigidDeque.swift
[382/553] Compiling DequeModule UniqueDeque+Append.swift
[383/553] Compiling DequeModule _DequeBuffer.swift
[384/553] Compiling DequeModule _DequeBufferHeader.swift
[385/553] Compiling DequeModule RigidDeque+Append.swift
[386/553] Compiling DequeModule RigidDeque+Consumption.swift
[387/553] Compiling DequeModule RigidDeque+Container.swift
[388/553] Compiling DequeModule RigidDeque+Descriptions.swift
[404/554] Compiling DequeModule Deque+Extras.swift
[405/554] Compiling DequeModule Deque+Hashable.swift
[406/554] Compiling DequeModule Deque+Testing.swift
[407/554] Emitting module BitCollections
[408/561] Emitting module _RopeModule
[412/561] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[413/561] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[414/561] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[415/561] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[416/561] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[417/561] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[418/561] Compiling HashTreeCollections TreeSet.swift
[419/561] Compiling DequeModule UniqueDeque.swift
[420/561] Compiling DequeModule _DequeSlot.swift
[421/561] Compiling DequeModule _UnsafeDequeHandle.swift
[422/561] Compiling DequeModule _UnsafeDequeSegments.swift
[436/562] Compiling BitCollections BitSet._UnsafeHandle.swift
[437/562] Compiling BitCollections BitSet.swift
[438/562] Compiling BitCollections Range+Utilities.swift
[439/562] Compiling BitCollections Slice+Utilities.swift
[440/562] Compiling BitCollections UInt+Tricks.swift
[441/562] Compiling BitCollections _Word.swift
[445/562] Emitting module OrderedCollections
[453/563] Compiling DequeModule UniqueDeque+Replacements.swift
[472/563] Compiling DequeModule Deque._Storage.swift
[473/563] Compiling DequeModule Deque._UnsafeHandle.swift
[474/563] Compiling DequeModule Deque.swift
[488/563] Compiling BitCollections BitSet.Index.swift
[523/564] Emitting module Algorithms
[559/565] Emitting module DequeModule
[566/566] Emitting module HashTreeCollections
[568/690] Compiling Collections OrderedCollections reexports.swift
[569/690] Compiling Collections HashTreeCollections reexports.swift
[570/690] Compiling Collections HeapModule reexports.swift
[571/690] Compiling Collections DequeModule reexports.swift
[572/690] Compiling Collections BitCollections reexports.swift
[573/690] Emitting module Collections
[575/691] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[576/691] Compiling NIOCore EventLoopFuture.swift
[577/691] Compiling NIOCore FileDescriptor.swift
[578/691] Compiling NIOCore FileHandle.swift
[579/691] Compiling NIOCore FileRegion.swift
[580/691] Compiling NIOCore GlobalSingletons.swift
[581/691] Compiling NIOCore IO.swift
[582/691] Compiling NIOCore IOData.swift
[583/698] Compiling AsyncAlgorithms UnsafeTransfer.swift
[584/698] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[585/698] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[586/698] Compiling AsyncAlgorithms ZipStateMachine.swift
[587/698] Compiling AsyncAlgorithms ZipStorage.swift
[588/698] Compiling NIOCore NIOSendable.swift
[589/698] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[590/698] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[591/698] Compiling NIOCore RecvByteBufferAllocator.swift
[592/706] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[593/706] Compiling NIOCore NIOAsyncWriter.swift
[594/706] Compiling NIOCore CircularBuffer.swift
[595/706] Compiling NIOCore Codec.swift
[596/706] Compiling NIOCore ConvenienceOptionSupport.swift
[597/706] Compiling NIOCore DeadChannel.swift
[598/706] Compiling NIOCore DispatchQueue+WithFuture.swift
[599/706] Compiling NIOCore Channel.swift
[600/706] Compiling NIOCore ChannelHandler.swift
[601/706] Compiling NIOCore ChannelHandlers.swift
[602/706] Compiling NIOCore ChannelInvoker.swift
[603/706] Compiling NIOCore ChannelOption.swift
[604/706] Compiling NIOCore ChannelPipeline.swift
[605/706] Compiling NIOCore EventLoopFuture+Deprecated.swift
[606/706] Compiling NIOCore EventLoop+Deprecated.swift
[607/706] Compiling NIOCore EventLoop+SerialExecutor.swift
[608/706] Compiling NIOCore EventLoop.swift
[609/706] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[610/706] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[611/706] Compiling NIOCore BSDSocketAPI.swift
[612/706] Compiling NIOCore ByteBuffer-aux.swift
[613/706] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[623/706] Compiling NIOCore IPProtocol.swift
[624/706] Compiling NIOCore IntegerBitPacking.swift
[625/706] Compiling NIOCore IntegerTypes.swift
[626/706] Compiling NIOCore Interfaces.swift
[627/706] Compiling NIOCore Linux.swift
[628/706] Compiling NIOCore MarkedCircularBuffer.swift
[629/706] Compiling NIOCore MulticastChannel.swift
[630/706] Compiling AsyncAlgorithms Rethrow.swift
[631/706] Compiling AsyncAlgorithms SetAlgebra.swift
[632/706] Compiling NIOCore ByteBuffer-conversions.swift
[633/706] Compiling NIOCore ByteBuffer-core.swift
[634/706] Compiling NIOCore ByteBuffer-hex.swift
[635/706] Compiling NIOCore ByteBuffer-int.swift
[636/706] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[637/706] Compiling NIOCore ByteBuffer-multi-int.swift
[638/706] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[639/706] Compiling NIOCore ByteBuffer-views.swift
[640/706] Compiling NIOCore AddressedEnvelope.swift
[641/706] Compiling NIOCore AsyncAwaitSupport.swift
[642/706] Compiling NIOCore AsyncChannel.swift
[643/706] Compiling NIOCore AsyncChannelHandler.swift
[644/706] Compiling NIOCore AsyncChannelInboundStream.swift
[645/706] Compiling NIOCore AsyncChannelOutboundWriter.swift
[646/706] Compiling NIOCore NIOAsyncSequenceProducer.swift
[647/706] Emitting module AsyncAlgorithms
[664/706] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[665/706] Compiling NIOCore SocketAddresses.swift
[666/706] Compiling NIOCore SocketOptionProvider.swift
[667/706] Compiling NIOCore SystemCallHelpers.swift
[668/706] Compiling NIOCore TimeAmount+Duration.swift
[669/706] Compiling NIOCore TypeAssistedChannelHandler.swift
[670/706] Compiling NIOCore UniversalBootstrapSupport.swift
[671/706] Compiling NIOCore Utilities.swift
[680/707] Emitting module NIOCore
[681/716] Compiling ServiceLifecycle ClosureService.swift
[682/717] Compiling ServiceLifecycle CancellationWaiter.swift
[683/717] Emitting module ServiceLifecycle
[684/717] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[685/717] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[686/717] Compiling ServiceLifecycle ServiceRunnerError.swift
[687/717] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[688/717] Compiling ServiceLifecycle GracefulShutdown.swift
[717/864] Compiling ServiceLifecycle Service.swift
[718/864] Compiling ServiceLifecycle ServiceGroup.swift
[720/865] Compiling NIOEmbedded AsyncTestingChannel.swift
[721/865] Compiling SQLKit SQLPredicateGroupBuilder.swift
[722/865] Compiling NIOPosix PipePair.swift
[723/865] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[724/865] Compiling SQLKit SQLSelectBuilder.swift
[725/865] Compiling SQLKit SQLSubqueryBuilder.swift
[726/865] Compiling SQLKit SQLUnionBuilder.swift
[727/865] Compiling SQLKit SQLUpdateBuilder.swift
[728/865] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[729/865] Compiling SQLKit SQLColumnUpdateBuilder.swift
[730/865] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[731/865] Compiling SQLKit SQLCommonUnionBuilder.swift
[732/865] Compiling SQLKit SQLJoinBuilder.swift
[733/865] Compiling SQLKit SQLPartialResultBuilder.swift
[734/877] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[735/877] Compiling SQLKit SQLColumnAssignment.swift
[736/877] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[737/877] Compiling SQLKit SQLColumnDefinition.swift
[738/877] Compiling SQLKit SQLCommonTableExpression.swift
[739/877] Compiling SQLKit SQLConflictAction.swift
[740/877] Compiling SQLKit SQLConflictResolutionStrategy.swift
[741/877] Compiling SQLKit SQLDropBehaviour.swift
[742/877] Compiling SQLKit SQLEnumDataType.swift
[743/877] Compiling SQLKit SQLExcludedColumn.swift
[744/877] Compiling SQLKit SQLForeignKey.swift
[745/877] Compiling SQLKit SQLJoin.swift
[746/877] Compiling SQLKit SQLJoinMethod.swift
[747/877] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[748/877] Compiling SQLKit Exports.swift
[749/877] Compiling SQLKit SQLAlias.swift
[750/877] Compiling SQLKit SQLBetween.swift
[751/877] Compiling SQLKit SQLColumn.swift
[752/877] Compiling SQLKit SQLConstraint.swift
[753/877] Compiling SQLKit SQLDataType.swift
[754/877] Compiling SQLKit SQLDirection.swift
[755/877] Compiling SQLKit SQLDistinct.swift
[756/877] Compiling SQLKit SQLForeignKeyAction.swift
[757/877] Compiling SQLKit SQLNestedSubpathExpression.swift
[758/877] Compiling SQLKit SQLQualifiedTable.swift
[759/877] Compiling SQLKit SQLQueryString.swift
[760/877] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[761/877] Emitting module NIOEmbedded
[762/877] Compiling NIOEmbedded Embedded.swift
[763/878] Compiling NIOPosix BSDSocketAPICommon.swift
[764/878] Compiling NIOPosix BSDSocketAPIPosix.swift
[765/878] Compiling NIOPosix BSDSocketAPIWindows.swift
[766/878] Compiling NIOPosix BaseSocket.swift
[767/878] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[768/878] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[769/878] Compiling NIOPosix BaseSocketChannel.swift
[770/878] Compiling NIOPosix BaseStreamSocketChannel.swift
[771/878] Compiling NIOPosix Bootstrap.swift
[772/878] Compiling NIOPosix ControlMessage.swift
[773/878] Compiling NIOPosix DatagramVectorReadManager.swift
[774/878] Compiling NIOPosix Errors+Any.swift
[775/878] Compiling NIOPosix FileDescriptor.swift
[777/878] Compiling SQLKit SQLDropIndex.swift
[778/878] Compiling SQLKit SQLDropTable.swift
[779/878] Compiling SQLKit SQLDropTrigger.swift
[780/878] Compiling SQLKit SQLInsert.swift
[781/878] Compiling SQLKit SQLSelect.swift
[782/878] Compiling SQLKit SQLUnion.swift
[783/878] Compiling SQLKit SQLUpdate.swift
[784/878] Compiling SQLKit SQLExpression.swift
[785/878] Compiling SQLKit SQLSerializer.swift
[786/878] Compiling SQLKit SQLStatement.swift
[787/878] Compiling SQLKit SQLBinaryExpression.swift
[788/878] Compiling SQLKit SQLBinaryOperator.swift
[789/878] Compiling SQLKit SQLBind.swift
[790/878] Compiling SQLKit SQLLockingClause.swift
[791/878] Compiling SQLKit SQLOrderBy.swift
[792/878] Compiling SQLKit SQLReturning.swift
[793/878] Compiling SQLKit SQLSubquery.swift
[794/878] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[795/878] Compiling SQLKit SQLAlterEnum.swift
[796/878] Compiling SQLKit SQLAlterTable.swift
[797/878] Compiling SQLKit SQLCreateEnum.swift
[798/878] Compiling SQLKit SQLCreateIndex.swift
[799/878] Compiling SQLKit SQLCreateTable.swift
[800/878] Compiling SQLKit SQLCreateTrigger.swift
[801/878] Compiling SQLKit SQLDelete.swift
[802/878] Compiling SQLKit SQLDropEnum.swift
[803/878] Compiling SQLKit SQLPredicateBuilder.swift
[804/878] Compiling SQLKit SQLQueryBuilder.swift
[805/878] Compiling SQLKit SQLQueryFetcher.swift
[806/878] Compiling SQLKit SQLReturningBuilder.swift
[807/878] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[808/878] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[809/878] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[810/878] Compiling SQLKit SQLDatabase.swift
[811/878] Compiling SQLKit SQLDatabaseReportedVersion.swift
[812/878] Compiling SQLKit SQLDialect.swift
[813/878] Compiling SQLKit SQLDatabase+Deprecated.swift
[814/878] Compiling SQLKit SQLError.swift
[815/878] Compiling SQLKit SQLExpressions+Deprecated.swift
[823/884] Emitting module SQLKit
[845/884] Compiling NIOPosix ThreadPosix.swift
[846/884] Compiling NIOPosix ThreadWindows.swift
[847/884] Compiling NIOPosix Utilities.swift
[848/884] Compiling NIOPosix VsockAddress.swift
[849/884] Compiling NIOPosix VsockChannelEvents.swift
[850/884] Compiling NIOPosix Windows.swift
[851/884] Compiling SQLKit SQLFunction.swift
[852/884] Compiling SQLKit SQLGroupExpression.swift
[853/884] Compiling SQLKit SQLIdentifier.swift
[854/884] Compiling SQLKit SQLList.swift
[855/884] Compiling SQLKit SQLLiteral.swift
[856/884] Compiling SQLKit SQLRaw.swift
[857/884] Compiling SQLKit SQLCodingUtilities.swift
[858/884] Compiling SQLKit SQLQueryEncoder.swift
[859/884] Compiling SQLKit SQLRow.swift
[860/884] Compiling SQLKit SQLRowDecoder.swift
[861/884] Compiling SQLKit SomeCodingKey.swift
[862/884] Compiling SQLKit StringHandling.swift
[864/885] Emitting module NIOPosix
[887/910] Compiling NIO Exports.swift
[888/910] Emitting module NIO
[890/1002] Compiling FluentKit SchemaBuilder+Concurrency.swift
[891/1002] Compiling FluentKit Siblings+Concurrency.swift
[892/1002] Compiling FluentKit Database+Logging.swift
[893/1002] Compiling FluentKit DatabaseOutput.swift
[894/1002] Compiling FluentKit Databases.swift
[895/1002] Compiling FluentKit KeyPrefixingStrategy.swift
[896/1004] Compiling AsyncKit Optional+StrictMap.swift
[897/1004] Compiling AsyncKit Exports.swift
[898/1004] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[899/1004] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[900/1004] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[901/1004] Emitting module NIOFoundationCompat
[902/1004] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[904/1016] Emitting module AsyncKit
[905/1016] Compiling SQLiteNIO SQLiteDataType.swift
[906/1017] Compiling SQLiteNIO SQLiteRow.swift
[907/1017] Compiling SQLiteNIO SQLiteDatabase.swift
[908/1017] Compiling SQLiteNIO SQLiteError.swift
[909/1017] Compiling SQLiteNIO SQLiteStatement.swift
[910/1017] Compiling SQLiteNIO SQLiteData.swift
[911/1017] Compiling SQLiteNIO SQLiteDataConvertible.swift
[912/1017] Compiling SQLiteNIO SQLiteConnection.swift
[913/1017] Compiling SQLiteNIO SQLiteCustomFunction.swift
[914/1017] Emitting module FluentKit
[915/1017] Compiling SQLiteNIO Exports.swift
[916/1017] Compiling SQLiteNIO SQLiteConnection+Hooks.swift
[921/1017] Compiling FluentKit ModelResponder+Concurrency.swift
[922/1017] Compiling FluentKit OptionalChild+Concurrency.swift
[923/1017] Compiling FluentKit OptionalParent+Concurrency.swift
[924/1017] Compiling FluentKit Parent+Concurrency.swift
[925/1017] Compiling FluentKit QueryBuilder+Concurrency.swift
[926/1017] Compiling FluentKit Relation+Concurrency.swift
[928/1029] Compiling FluentKit QueryBuilder+Filter.swift
[929/1029] Compiling FluentKit QueryBuilder+Group.swift
[930/1029] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[931/1029] Compiling FluentKit QueryBuilder+Join.swift
[932/1029] Compiling FluentKit QueryBuilder+Paginate.swift
[933/1029] Compiling FluentKit QueryBuilder+Range.swift
[934/1029] Compiling FluentKit QueryBuilder+Set.swift
[935/1029] Compiling FluentKit QueryBuilder+Sort.swift
[936/1029] Compiling FluentKit QueryBuilder.swift
[937/1029] Compiling FluentKit DatabaseQuery+Action.swift
[938/1029] Compiling FluentKit DatabaseQuery+Aggregate.swift
[939/1029] Compiling FluentKit DatabaseQuery+Field.swift
[940/1029] Emitting module SQLiteNIO
[946/1030] Compiling FluentKit Database.swift
[947/1030] Compiling FluentKit DatabaseID.swift
[948/1030] Compiling FluentKit DatabaseInput.swift
[954/1030] Compiling FluentKit EnumBuilder.swift
[955/1030] Compiling FluentKit EnumMetadata.swift
[956/1030] Compiling FluentKit Boolean.swift
[957/1030] Compiling FluentKit BooleanPropertyFormat.swift
[958/1030] Compiling FluentKit Children.swift
[959/1030] Compiling FluentKit CompositeChildren.swift
[960/1030] Compiling FluentKit CompositeID.swift
[961/1030] Compiling FluentKit CompositeOptionalChild.swift
[962/1030] Compiling FluentKit CompositeOptionalParent.swift
[963/1030] Compiling FluentKit CompositeParent.swift
[964/1030] Compiling FluentKit Field.swift
[965/1030] Compiling FluentKit FieldKey.swift
[966/1030] Compiling FluentKit Group.swift
[967/1030] Compiling FluentKit ID.swift
[968/1030] Compiling FluentKit EnumProperty.swift
[969/1030] Compiling FluentKit OptionalEnumProperty.swift
[970/1030] Compiling FluentKit Exports.swift
[971/1030] Compiling FluentKit FluentError.swift
[972/1030] Compiling FluentKit ModelMiddleware.swift
[973/1030] Compiling FluentKit ModelResponder.swift
[974/1030] Compiling FluentKit Migration.swift
[975/1030] Compiling FluentKit MigrationLog.swift
[976/1030] Compiling FluentKit Migrations.swift
[977/1030] Compiling FluentKit Migrator.swift
[978/1030] Compiling FluentKit AnyModel.swift
[979/1030] Compiling FluentKit EagerLoad.swift
[980/1030] Compiling FluentKit Fields+Codable.swift
[981/1030] Compiling FluentKit Fields.swift
[982/1030] Compiling FluentKit MirrorBypass.swift
[983/1030] Compiling FluentKit Model+CRUD.swift
[984/1030] Compiling FluentKit Model.swift
[985/1030] Compiling FluentKit ModelAlias.swift
[986/1030] Compiling FluentKit Schema.swift
[987/1030] Compiling FluentKit FieldOperators.swift
[988/1030] Compiling FluentKit Operators.swift
[989/1030] Compiling FluentKit ValueOperators+Array.swift
[990/1030] Compiling FluentKit ValueOperators+String.swift
[991/1030] Compiling FluentKit ValueOperators.swift
[992/1030] Compiling FluentKit OptionalBoolean.swift
[993/1030] Compiling FluentKit OptionalChild.swift
[994/1030] Compiling FluentKit OptionalField.swift
[995/1030] Compiling FluentKit OptionalParent.swift
[996/1030] Compiling FluentKit Parent.swift
[997/1030] Compiling FluentKit Property.swift
[998/1030] Compiling FluentKit Relation.swift
[999/1030] Compiling FluentKit Siblings.swift
[1000/1030] Compiling FluentKit Timestamp.swift
[1001/1030] Compiling FluentKit TimestampFormat.swift
[1002/1030] Compiling FluentKit QueryBuilder+Aggregate.swift
[1003/1030] Compiling FluentKit QueryBuilder+EagerLoad.swift
[1004/1030] Compiling FluentKit DatabaseQuery+Filter.swift
[1005/1030] Compiling FluentKit DatabaseQuery+Join.swift
[1006/1030] Compiling FluentKit DatabaseQuery+Range.swift
[1007/1030] Compiling FluentKit DatabaseQuery+Sort.swift
[1008/1030] Compiling FluentKit DatabaseQuery+Value.swift
[1009/1030] Compiling FluentKit DatabaseQuery.swift
[1010/1030] Compiling FluentKit QueryHistory.swift
[1011/1030] Compiling FluentKit DatabaseSchema.swift
[1012/1030] Compiling FluentKit SchemaBuilder.swift
[1013/1030] Compiling FluentKit OptionalType.swift
[1014/1030] Compiling FluentKit RandomGeneratable.swift
[1015/1030] Compiling FluentKit SomeCodingKey.swift
[1017/1042] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1018/1042] Compiling FluentSQL SQLDatabase+Model.swift
[1019/1042] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1020/1043] Emitting module FluentSQL
[1021/1043] Compiling FluentSQL ConverterUtilities.swift
[1022/1043] Compiling FluentSQL DatabaseQuery+SQL.swift
[1023/1043] Compiling FluentSQL DatabaseSchema+SQL.swift
[1024/1043] Compiling FluentSQL Exports.swift
[1025/1043] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1026/1043] Compiling FluentSQL SQLQueryConverter.swift
[1027/1043] Compiling FluentSQL SQLList+Deprecated.swift
[1028/1043] Compiling FluentSQL SQLSchemaConverter.swift
[1046/1053] Compiling SQLiteKit SQLiteDialect.swift
[1047/1054] Compiling SQLiteKit SQLiteConfiguration.swift
[1048/1054] Compiling SQLiteKit Exports.swift
[1049/1054] Emitting module SQLiteKit
[1050/1054] Compiling SQLiteKit SQLiteDataDecoder.swift
[1051/1054] Compiling SQLiteKit SQLiteDataEncoder.swift
[1052/1054] Compiling SQLiteKit SQLiteConnectionSource.swift
[1053/1054] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[1054/1054] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[1056/1063] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[1057/1063] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[1058/1063] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[1059/1063] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[1060/1063] Compiling FluentSQLiteDriver Exports.swift
[1061/1063] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[1062/1063] Emitting module FluentSQLiteDriver
[1063/1063] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
Build complete! (165.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fluent-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.51.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-kit.git"
    },
    {
      "identity" : "sqlite-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sqlite-kit.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "fluent-sqlite-driver",
  "name" : "fluent-sqlite-driver",
  "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" : "FluentSQLiteDriver",
      "targets" : [
        "FluentSQLiteDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentSQLiteDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentSQLiteDriverTests",
      "path" : "Tests/FluentSQLiteDriverTests",
      "product_dependencies" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "FluentSQLiteDriverTests.swift"
      ],
      "target_dependencies" : [
        "FluentSQLiteDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentSQLiteDriver",
      "module_type" : "SwiftTarget",
      "name" : "FluentSQLiteDriver",
      "path" : "Sources/FluentSQLiteDriver",
      "product_dependencies" : [
        "FluentKit",
        "FluentSQL",
        "Logging",
        "SQLiteKit"
      ],
      "product_memberships" : [
        "FluentSQLiteDriver"
      ],
      "sources" : [
        "Exports.swift",
        "FluentSQLiteConfiguration.swift",
        "FluentSQLiteDatabase.swift",
        "FluentSQLiteDriver.swift",
        "SQLiteConverterDelegate.swift",
        "SQLiteError+Database.swift",
        "SQLiteRow+Database.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.