The Swift Package Index logo.Swift Package Index

Build Information

Successful build of fluent-sqlite-driver, reference 4.9.0 (e227d9), with Swift 6.1 for Android on 28 Mar 2026 03:25:41 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: 4.9.0
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
 * tag               4.9.0      -> FETCH_HEAD
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 4.9.0
========================================
Build
========================================
Selected platform:         android
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-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2157] Fetching sqlite-kit
[411/16092] Fetching sqlite-kit, fluent-kit
[690/22380] Fetching sqlite-kit, fluent-kit, swift-log
Fetched https://github.com/vapor/fluent-kit.git from cache (0.75s)
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.86s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (1.70s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/2496] Fetching async-kit
[2/8693] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.38s)
[5764/6197] Fetching sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.53s)
[1/82947] Fetching swift-nio
[4149/84767] Fetching swift-nio, sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (8.37s)
Fetched https://github.com/apple/swift-nio.git from cache (8.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (10.65s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/23245] Fetching swift-collections
[2/29303] Fetching swift-collections, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (1.64s)
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (2.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.24s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.12s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1820] Fetching swift-atomics
[1821/7421] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
[1905/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.15s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.56.0 (0.58s)
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/1210] Fetching swift-service-context
[933/3896] Fetching swift-service-context, swift-service-lifecycle
[1453/9587] Fetching swift-service-context, swift-service-lifecycle, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.87s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.87s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.88s)
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 (1.70s)
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 (1.21s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.92s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.68s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.69s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.35.0 (0.53s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.12.6 (0.67s)
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/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/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.56.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.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-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/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-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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/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/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
Building for debugging...
[0/49] Write sources
[30/49] Compiling _NumericsShims _NumericsShims.c
[31/49] Compiling CNIOWindows shim.c
[32/49] Compiling CNIOWindows WSAStartup.c
[32/49] Compiling _AtomicsShims.c
[34/49] Compiling CNIOWASI CNIOWASI.c
[35/49] Compiling CNIOOpenBSD shim.c
[36/49] Compiling CNIODarwin shim.c
[37/49] Write sources
[42/49] Compiling CNIOPosix event_loop_id.c
[43/49] Compiling CNIOLinux liburing_shims.c
[44/49] Compiling CNIOLinux shim.c
[45/49] Write swift-version-24593BA9C3E375BF.txt
[47/103] Emitting module _NIODataStructures
[48/103] Emitting module ConcurrencyHelpers
[49/103] Compiling RealModule Float80+Real.swift
[50/103] Emitting module RealModule
[51/103] Compiling Atomics OptionalRawRepresentable.swift
[52/103] Compiling Atomics RawRepresentable.swift
[53/103] Compiling _NIODataStructures _TinyArray.swift
[54/104] Compiling Atomics AtomicBool.swift
[55/104] Compiling Atomics IntegerConformances.swift
[56/104] Compiling RealModule Float16+Real.swift
[57/104] Emitting module InternalCollectionsUtilities
[61/106] Compiling Atomics AtomicMemoryOrderings.swift
[62/106] Compiling Atomics DoubleWord.swift
[64/106] Compiling Atomics PointerConformances.swift
[65/106] Compiling Atomics Primitives.native.swift
[71/108] Compiling Atomics AtomicInteger.swift
[72/108] Compiling Atomics AtomicOptionalWrappable.swift
[73/108] Compiling Atomics AtomicReference.swift
[74/108] Emitting module Atomics
[75/108] Compiling Atomics AtomicStorage.swift
[76/108] Compiling Atomics AtomicValue.swift
[85/108] Compiling _NIODataStructures PriorityQueue.swift
[86/108] Compiling Atomics ManagedAtomic.swift
[87/108] Compiling Atomics ManagedAtomicLazyReference.swift
[88/108] Compiling Atomics UnsafeAtomic.swift
[89/108] Compiling Atomics UnsafeAtomicLazyReference.swift
[90/108] Compiling RealModule RealFunctions.swift
[91/108] Compiling RealModule Real.swift
[96/108] Compiling _NIODataStructures Heap.swift
[99/109] Compiling RealModule RelaxedArithmetic.swift
[100/110] Compiling Atomics IntegerOperations.swift
[101/110] Compiling Atomics Unmanaged extensions.swift
[107/117] Compiling c-nioatomics.c
[109/122] Emitting module ServiceContextModule
[110/122] Compiling ServiceContextModule ServiceContextKey.swift
[111/122] Compiling ServiceContextModule ServiceContext.swift
[113/248] Compiling OrderedCollections _HashTable+Bucket.swift
[114/248] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/248] Compiling OrderedCollections _HashTable+Constants.swift
[116/248] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[117/248] Compiling OrderedCollections _HashTable+Testing.swift
[118/248] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[119/248] Compiling OrderedCollections _HashTable.swift
[120/248] Compiling OrderedCollections _Hashtable+Header.swift
[121/248] Compiling OrderedCollections OrderedDictionary+Codable.swift
[122/248] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[122/248] Compiling c-atomics.c
[124/271] Emitting module _NIOBase64
[125/271] Compiling _NIOBase64 Base64.swift
[126/271] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/271] Compiling HeapModule Heap+Invariants.swift
[128/272] Compiling HeapModule Heap+Descriptions.swift
[130/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[133/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[134/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[135/278] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/278] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[138/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[139/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[140/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[141/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[142/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[143/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[144/285] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[145/285] Compiling Instrumentation NoOpInstrument.swift
[146/285] Compiling HeapModule _HeapNode.swift
[147/285] Compiling Instrumentation MultiplexInstrument.swift
[148/285] Compiling NIOConcurrencyHelpers NIOLock.swift
[149/285] Compiling HeapModule Heap+UnsafeHandle.swift
[150/285] Compiling HeapModule Heap.swift
[151/285] Emitting module HeapModule
[152/286] Emitting module Instrumentation
[153/286] Compiling Instrumentation Instrument.swift
[155/286] Compiling NIOConcurrencyHelpers lock.swift
[156/286] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[159/286] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[160/286] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[161/286] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[162/286] Compiling OrderedCollections OrderedDictionary+Elements.swift
[163/286] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[164/286] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[165/286] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[166/286] Compiling NIOConcurrencyHelpers atomics.swift
[167/286] Compiling OrderedCollections OrderedDictionary.swift
[168/286] Compiling OrderedCollections OrderedSet+Codable.swift
[169/286] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[170/286] Compiling OrderedCollections OrderedSet+Descriptions.swift
[171/286] Compiling OrderedCollections OrderedSet+Diffing.swift
[172/286] Compiling OrderedCollections OrderedSet+Equatable.swift
[173/286] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[174/286] Compiling OrderedCollections OrderedSet+Hashable.swift
[175/286] Compiling OrderedCollections OrderedSet+Initializers.swift
[176/286] Compiling OrderedCollections OrderedSet+Insertions.swift
[177/286] Compiling OrderedCollections OrderedSet+Invariants.swift
[178/286] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[179/286] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[180/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[181/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[182/286] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[183/286] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[184/286] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[185/286] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[186/286] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[187/286] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[188/286] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[189/286] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[190/286] Compiling OrderedCollections OrderedDictionary+Values.swift
[191/324] Emitting module NIOConcurrencyHelpers
[193/363] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[194/363] Compiling HashTreeCollections TreeDictionary+Merge.swift
[195/363] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[196/363] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[197/363] Compiling HashTreeCollections TreeDictionary+Values.swift
[198/363] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/363] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/363] Compiling HashTreeCollections TreeSet+Sequence.swift
[201/363] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[202/363] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[203/363] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[204/363] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[205/363] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[206/363] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[207/363] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[208/363] Compiling HashTreeCollections TreeDictionary.swift
[209/363] Compiling HashTreeCollections TreeSet+Codable.swift
[210/363] Compiling HashTreeCollections TreeSet+Collection.swift
[211/363] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[212/363] Compiling Instrumentation Locks.swift
[213/363] Compiling Instrumentation InstrumentationSystem.swift
[214/363] Compiling Logging MetadataProvider.swift
[215/364] Emitting module Logging
[216/364] Compiling Logging Locks.swift
[217/364] Compiling ConcurrencyHelpers LockedValueBox.swift
[218/364] Compiling ConcurrencyHelpers Lock.swift
[221/452] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[222/452] Compiling ContainersPreview BorrowingSequence.swift
[223/452] Compiling ContainersPreview BidirectionalContainer.swift
[224/452] Compiling ContainersPreview Container+Filter.swift
[225/452] Compiling ContainersPreview Container+SpanwiseZip.swift
[226/456] Compiling ContainersPreview Container.swift
[227/456] Compiling ContainersPreview ContainerIterator.swift
[228/456] Compiling ContainersPreview DynamicContainer.swift
[229/456] Compiling ContainersPreview MutableContainer.swift
[230/456] Compiling ContainersPreview PermutableContainer.swift
[231/456] Compiling ContainersPreview Box.swift
[232/456] Compiling ContainersPreview Inout.swift
[233/456] Compiling ContainersPreview InputSpan.swift
[234/456] Compiling ContainersPreview Shared.swift
[235/456] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[236/456] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[237/456] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[238/456] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[239/456] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[240/456] Compiling ContainersPreview Producer+Map.swift
[241/456] Compiling ContainersPreview Producer+Reduce.swift
[242/456] Compiling ContainersPreview Producer.swift
[243/456] Compiling ContainersPreview Borrow.swift
[244/456] Compiling ContainersPreview OutputSpan+Extras.swift
[245/456] Compiling ContainersPreview TemporaryAllocation.swift
[246/456] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[247/456] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[248/456] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[249/456] Emitting module ContainersPreview
[263/464] Compiling ContainersPreview RandomAccessContainer.swift
[265/464] Compiling ContainersPreview RangeExpression2.swift
[267/464] Compiling ContainersPreview RangeReplaceableContainer.swift
[269/464] Compiling ContainersPreview Drain+Map.swift
[271/474] Compiling ContainersPreview Drain+Reduce.swift
[272/474] Compiling ContainersPreview Drain.swift
[273/474] Compiling ContainersPreview Producer+Collect.swift
[274/474] Compiling ContainersPreview Producer+Filter.swift
[275/475] Compiling Logging LogHandler.swift
[276/475] Compiling Logging Logging.swift
[277/476] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[278/476] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[279/476] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[280/476] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[281/476] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[282/476] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[283/476] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[284/476] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[285/476] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[286/476] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[313/476] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[314/476] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[315/476] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[316/476] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[317/476] Compiling HashTreeCollections TreeSet+Debugging.swift
[318/476] Compiling HashTreeCollections TreeSet+Descriptions.swift
[319/476] Compiling HashTreeCollections TreeSet+Equatable.swift
[320/476] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[321/476] Compiling HashTreeCollections TreeSet+Extras.swift
[322/476] Compiling HashTreeCollections TreeSet+Filter.swift
[323/476] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[324/476] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[325/476] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[326/476] Emitting module OrderedCollections
[346/484] Compiling Tracing InstrumentationSystem+Tracing.swift
[363/509] Compiling BitCollections BitSet+SetAlgebra union.swift
[364/509] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[365/509] Compiling BitCollections BitSet.Counted.swift
[366/509] Compiling BitCollections BitSet.Index.swift
[367/509] Compiling BitCollections BitSet._UnsafeHandle.swift
[368/552] Emitting module Tracing
[369/552] Compiling Algorithms RandomSample.swift
[370/552] Compiling Algorithms Reductions.swift
[371/552] Compiling Algorithms Rotate.swift
[372/552] Compiling Algorithms Split.swift
[373/552] Compiling Algorithms Stride.swift
[374/552] Compiling Algorithms Suffix.swift
[375/557] Compiling DequeModule RigidDeque+Removals.swift
[376/557] Compiling DequeModule RigidDeque+Replacements.swift
[377/557] Compiling DequeModule RigidDeque+Testing.swift
[378/557] Compiling DequeModule RigidDeque.swift
[379/557] Compiling DequeModule UniqueDeque+Append.swift
[380/557] Compiling DequeModule UniqueDeque+Hashable.swift
[381/557] Compiling DequeModule UniqueDeque+Initializers.swift
[382/557] Compiling DequeModule UniqueDeque+Insertions.swift
[383/557] Compiling DequeModule UniqueDeque+Prepend.swift
[384/557] Compiling DequeModule UniqueDeque+Removals.swift
[385/557] Compiling DequeModule UniqueDeque+Consumption.swift
[386/557] Compiling DequeModule UniqueDeque+Container.swift
[387/557] Compiling DequeModule UniqueDeque+Descriptions.swift
[388/557] Compiling DequeModule UniqueDeque+Equatable.swift
[389/557] Compiling DequeModule UniqueDeque+Experimental.swift
[390/557] Emitting module _RopeModule
[394/557] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[395/557] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[396/557] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[397/557] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[398/557] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[399/557] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[400/557] Compiling HashTreeCollections TreeSet.swift
[416/558] Compiling Tracing TracingTime.swift
[417/558] Compiling Tracing TracerProtocol.swift
[418/558] Compiling Tracing Tracer.swift
[419/558] Compiling Tracing TracerProtocol+Legacy.swift
[428/558] Compiling Algorithms Joined.swift
[429/558] Compiling Algorithms Keyed.swift
[430/558] Compiling Algorithms MinMax.swift
[431/558] Compiling Algorithms Partition.swift
[432/558] Compiling Algorithms Permutations.swift
[433/558] Compiling Algorithms Product.swift
[434/558] Emitting module BitCollections
[435/558] Compiling Tracing NoOpTracer.swift
[436/558] Compiling Tracing SpanProtocol.swift
[437/559] Compiling DequeModule UniqueDeque+Replacements.swift
[438/559] Compiling DequeModule UniqueDeque.swift
[439/559] Compiling DequeModule _DequeSlot.swift
[440/559] Compiling DequeModule _UnsafeDequeHandle.swift
[441/559] Compiling DequeModule _UnsafeDequeSegments.swift
[445/559] Emitting module UnixSignals
[446/559] Compiling Algorithms AdjacentPairs.swift
[447/559] Compiling Algorithms Chain.swift
[448/559] Compiling Algorithms Chunked.swift
[449/559] Compiling Algorithms Combinations.swift
[450/559] Compiling Algorithms Compacted.swift
[451/559] Compiling Algorithms Cycle.swift
[452/559] Compiling Algorithms EitherSequence.swift
[453/559] Compiling Algorithms FirstNonNil.swift
[454/559] Compiling UnixSignals UnixSignal.swift
[455/559] Compiling UnixSignals UnixSignalsSequence.swift
[458/560] Compiling BitCollections BitSet.swift
[459/560] Compiling BitCollections Range+Utilities.swift
[460/560] Compiling BitCollections Slice+Utilities.swift
[461/560] Compiling BitCollections UInt+Tricks.swift
[462/560] Compiling BitCollections _Word.swift
[481/563] Compiling Algorithms FlattenCollection.swift
[482/563] Compiling Algorithms Grouped.swift
[483/563] Compiling Algorithms Indexed.swift
[484/563] Compiling Algorithms Intersperse.swift
[527/564] Compiling Algorithms Trim.swift
[528/564] Compiling Algorithms Unique.swift
[529/564] Compiling Algorithms Windows.swift
[556/564] Compiling VaporCSQLite sqlite_nio_sqlite3.c
[558/564] Emitting module DequeModule
[564/565] Emitting module HashTreeCollections
[566/686] Emitting module Algorithms
[568/690] Compiling Collections HeapModule reexports.swift
[569/690] Compiling Collections OrderedCollections reexports.swift
[570/690] Compiling Collections DequeModule reexports.swift
[571/690] Compiling Collections HashTreeCollections reexports.swift
[572/690] Compiling Collections BitCollections reexports.swift
[573/690] Emitting module Collections
[575/691] Compiling NIOCore NIOCoreSendableMetatype.swift
[576/691] Compiling NIOCore NIODecodedAsyncSequence.swift
[577/691] Compiling NIOCore NIOLoopBound.swift
[578/691] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[579/691] Compiling NIOCore NIOScheduledCallback.swift
[580/691] Compiling NIOCore NIOSendable.swift
[581/691] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[582/691] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[583/691] Compiling NIOCore RecvByteBufferAllocator.swift
[584/699] Compiling NIOCore AddressedEnvelope.swift
[585/699] Compiling NIOCore AsyncAwaitSupport.swift
[586/699] Compiling NIOCore AsyncChannel.swift
[587/699] Compiling NIOCore AsyncChannelHandler.swift
[588/699] Compiling NIOCore AsyncChannelInboundStream.swift
[589/699] Compiling NIOCore AsyncChannelOutboundWriter.swift
[590/699] Compiling NIOCore NIOAsyncSequenceProducer.swift
[591/699] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[592/699] Compiling NIOCore NIOAsyncWriter.swift
[593/699] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[594/699] Compiling NIOCore BSDSocketAPI.swift
[595/699] Compiling NIOCore ByteBuffer-aux.swift
[596/699] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[597/699] Compiling NIOCore ByteBuffer-conversions.swift
[598/699] Compiling NIOCore ByteBuffer-core.swift
[599/699] Compiling NIOCore ByteBuffer-hex.swift
[600/699] Compiling NIOCore ByteBuffer-int.swift
[601/699] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[602/699] Compiling NIOCore ByteBuffer-multi-int.swift
[603/699] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[604/699] Compiling NIOCore ByteBuffer-views.swift
[605/699] Compiling NIOCore Channel.swift
[606/699] Compiling NIOCore ChannelHandler.swift
[607/699] Compiling NIOCore ChannelHandlers.swift
[608/699] Compiling NIOCore IPProtocol.swift
[609/699] Compiling NIOCore IntegerBitPacking.swift
[610/699] Compiling NIOCore IntegerTypes.swift
[611/699] Compiling NIOCore Interfaces.swift
[612/699] Compiling NIOCore Linux.swift
[613/699] Compiling NIOCore MarkedCircularBuffer.swift
[614/699] Compiling NIOCore MulticastChannel.swift
[615/706] Emitting module AsyncAlgorithms
[616/706] Compiling NIOCore ChannelInvoker.swift
[617/706] Compiling NIOCore ChannelOption.swift
[618/706] Compiling NIOCore ChannelPipeline.swift
[619/706] Compiling NIOCore CircularBuffer.swift
[620/706] Compiling NIOCore Codec.swift
[621/706] Compiling NIOCore ConvenienceOptionSupport.swift
[622/706] Compiling NIOCore DeadChannel.swift
[623/706] Compiling NIOCore EventLoopFuture+Deprecated.swift
[624/706] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[625/706] Compiling NIOCore EventLoopFuture.swift
[626/706] Compiling NIOCore FileDescriptor.swift
[627/706] Compiling NIOCore FileHandle.swift
[628/706] Compiling NIOCore FileRegion.swift
[629/706] Compiling NIOCore GlobalSingletons.swift
[630/706] Compiling NIOCore IO.swift
[631/706] Compiling NIOCore IOData.swift
[639/706] Compiling AsyncAlgorithms Rethrow.swift
[640/706] Compiling AsyncAlgorithms SetAlgebra.swift
[645/706] Compiling NIOCore DispatchQueue+WithFuture.swift
[646/706] Compiling NIOCore EventLoop+Deprecated.swift
[647/706] Compiling NIOCore EventLoop+SerialExecutor.swift
[648/706] Compiling NIOCore EventLoop.swift
[649/706] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[652/706] Compiling AsyncAlgorithms UnsafeTransfer.swift
[653/706] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[654/706] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[655/706] Compiling AsyncAlgorithms ZipStateMachine.swift
[656/706] Compiling AsyncAlgorithms ZipStorage.swift
[675/706] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[676/706] Compiling NIOCore SocketAddresses.swift
[677/706] Compiling NIOCore SocketOptionProvider.swift
[678/706] Compiling NIOCore SystemCallHelpers.swift
[679/706] Compiling NIOCore TimeAmount+Duration.swift
[680/706] Compiling NIOCore TypeAssistedChannelHandler.swift
[681/706] Compiling NIOCore UniversalBootstrapSupport.swift
[682/706] Compiling NIOCore Utilities.swift
[698/716] Emitting module NIOCore
[699/716] Compiling ServiceLifecycle CancellationWaiter.swift
[700/717] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[701/717] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[702/717] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[703/717] Emitting module ServiceLifecycle
[713/718] Compiling ServiceLifecycle ServiceRunnerError.swift
[715/864] Compiling ServiceLifecycle Service.swift
[716/864] Compiling ServiceLifecycle ClosureService.swift
[717/864] Compiling ServiceLifecycle GracefulShutdown.swift
[718/864] Compiling ServiceLifecycle ServiceGroup.swift
[720/865] Emitting module NIOEmbedded
[721/865] Compiling NIOEmbedded AsyncTestingChannel.swift
[722/865] Compiling NIOPosix PendingWritesManager.swift
[723/865] Compiling NIOPosix PipeChannel.swift
[724/865] Compiling NIOPosix SelectableChannel.swift
[725/865] Compiling NIOPosix SelectableEventLoop.swift
[726/865] Compiling NIOPosix SelectorEpoll.swift
[727/865] Compiling NIOPosix SelectorGeneric.swift
[728/865] Compiling NIOPosix SelectorKqueue.swift
[729/865] Compiling NIOPosix SelectorUring.swift
[730/865] Compiling NIOPosix SelectorWSAPoll.swift
[731/865] Compiling NIOPosix PipePair.swift
[732/865] Compiling NIOPosix Pool.swift
[733/865] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[734/865] Compiling NIOPosix PosixSingletons.swift
[735/877] Compiling SQLKit SQLDropIndex.swift
[736/877] Compiling SQLKit SQLDropTable.swift
[737/877] Compiling SQLKit SQLDropTrigger.swift
[738/877] Compiling SQLKit SQLInsert.swift
[739/877] Compiling SQLKit SQLSelect.swift
[740/877] Compiling SQLKit SQLUnion.swift
[741/877] Compiling SQLKit SQLUpdate.swift
[742/877] Compiling SQLKit SQLExpression.swift
[743/877] Compiling SQLKit SQLSerializer.swift
[744/877] Compiling SQLKit SQLStatement.swift
[745/877] Compiling SQLKit SQLBinaryExpression.swift
[746/877] Compiling SQLKit SQLBinaryOperator.swift
[747/877] Compiling SQLKit SQLBind.swift
[748/877] Compiling NIOEmbedded Embedded.swift
[749/877] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[751/878] Compiling SQLKit SQLLockingClause.swift
[752/878] Compiling SQLKit SQLOrderBy.swift
[753/878] Compiling SQLKit SQLReturning.swift
[754/878] Compiling SQLKit SQLSubquery.swift
[755/878] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[756/878] Compiling SQLKit SQLAlterEnum.swift
[757/878] Compiling SQLKit SQLAlterTable.swift
[758/878] Compiling SQLKit SQLCreateEnum.swift
[759/878] Compiling SQLKit SQLCreateIndex.swift
[760/878] Compiling SQLKit SQLCreateTable.swift
[761/878] Compiling SQLKit SQLCreateTrigger.swift
[762/878] Compiling SQLKit SQLDelete.swift
[763/878] Compiling SQLKit SQLDropEnum.swift
[764/878] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[765/878] Compiling SQLKit SQLColumnAssignment.swift
[766/878] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[767/878] Compiling SQLKit SQLColumnDefinition.swift
[768/878] Compiling SQLKit SQLCommonTableExpression.swift
[769/878] Compiling SQLKit SQLConflictAction.swift
[770/878] Compiling SQLKit SQLConflictResolutionStrategy.swift
[771/878] Compiling SQLKit SQLDropBehaviour.swift
[772/878] Compiling SQLKit SQLEnumDataType.swift
[773/878] Compiling SQLKit SQLExcludedColumn.swift
[774/878] Compiling SQLKit SQLForeignKey.swift
[775/878] Compiling SQLKit SQLJoin.swift
[776/878] Compiling SQLKit SQLJoinMethod.swift
[777/878] Compiling NIOPosix LinuxUring.swift
[778/878] Compiling NIOPosix BaseStreamSocketChannel.swift
[779/878] Compiling NIOPosix Bootstrap.swift
[780/878] Compiling NIOPosix ControlMessage.swift
[781/878] Compiling NIOPosix DatagramVectorReadManager.swift
[782/878] Compiling NIOPosix Errors+Any.swift
[783/878] Compiling NIOPosix FileDescriptor.swift
[784/878] Compiling NIOPosix GetaddrinfoResolver.swift
[785/878] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[786/878] Compiling NIOPosix NIOPosixSendableMetatype.swift
[787/878] Compiling NIOPosix NIOThreadPool.swift
[788/878] Compiling NIOPosix NonBlockingFileIO.swift
[789/878] Compiling NIOPosix PendingDatagramWritesManager.swift
[790/878] Compiling NIOPosix BSDSocketAPICommon.swift
[791/878] Compiling NIOPosix BSDSocketAPIPosix.swift
[792/878] Compiling NIOPosix BSDSocketAPIWindows.swift
[793/878] Compiling NIOPosix BaseSocket.swift
[794/878] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[795/878] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[796/878] Compiling NIOPosix BaseSocketChannel.swift
[797/878] Compiling NIOPosix HappyEyeballs.swift
[798/878] Compiling NIOPosix IO.swift
[799/878] Compiling NIOPosix IntegerBitPacking.swift
[800/878] Compiling NIOPosix IntegerTypes.swift
[801/878] Compiling NIOPosix Linux.swift
[802/878] Compiling NIOPosix LinuxCPUSet.swift
[803/878] Compiling NIOPosix RawSocketBootstrap.swift
[804/878] Compiling NIOPosix Resolver.swift
[805/878] Compiling NIOPosix Selectable.swift
[806/878] Compiling NIOPosix ServerSocket.swift
[807/878] Compiling NIOPosix Socket.swift
[808/878] Compiling NIOPosix SocketChannel.swift
[809/878] Compiling NIOPosix SocketProtocols.swift
[810/878] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[811/878] Compiling NIOPosix System.swift
[812/878] Compiling NIOPosix Thread.swift
[813/878] Compiling SQLKit SQLDatabase+Deprecated.swift
[814/878] Compiling SQLKit SQLError.swift
[815/878] Compiling SQLKit SQLExpressions+Deprecated.swift
[816/878] Emitting module SQLKit
[817/878] Emitting module NIOPosix
[839/884] Compiling SQLKit SQLFunction.swift
[840/884] Compiling SQLKit SQLGroupExpression.swift
[841/884] Compiling SQLKit SQLIdentifier.swift
[842/884] Compiling SQLKit SQLList.swift
[843/884] Compiling SQLKit SQLLiteral.swift
[844/884] Compiling SQLKit SQLRaw.swift
[845/884] Compiling SQLKit SQLCodingUtilities.swift
[846/884] Compiling SQLKit SQLQueryEncoder.swift
[847/884] Compiling SQLKit SQLRow.swift
[848/884] Compiling SQLKit SQLRowDecoder.swift
[849/884] Compiling SQLKit SomeCodingKey.swift
[850/884] Compiling SQLKit StringHandling.swift
[852/885] Compiling NIOPosix ThreadPosix.swift
[853/885] Compiling NIOPosix ThreadWindows.swift
[854/885] Compiling NIOPosix Utilities.swift
[855/885] Compiling NIOPosix VsockAddress.swift
[856/885] Compiling NIOPosix VsockChannelEvents.swift
[857/885] Compiling NIOPosix Windows.swift
[887/910] Emitting module NIO
[888/910] Compiling NIO Exports.swift
[890/1002] Compiling FluentKit Database+Concurrency.swift
[891/1002] Compiling FluentKit EnumBuilder+Concurrency.swift
[892/1002] Compiling FluentKit Model+Concurrency.swift
[893/1004] Compiling FluentKit Parent+Concurrency.swift
[894/1004] Compiling FluentKit QueryBuilder+Concurrency.swift
[895/1004] Compiling FluentKit Relation+Concurrency.swift
[896/1004] Compiling FluentKit ModelResponder+Concurrency.swift
[897/1004] Compiling FluentKit OptionalChild+Concurrency.swift
[898/1004] Compiling FluentKit OptionalParent+Concurrency.swift
[899/1004] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[900/1004] Compiling AsyncKit Optional+StrictMap.swift
[901/1004] Compiling AsyncKit Exports.swift
[902/1004] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[903/1004] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[904/1004] Emitting module NIOFoundationCompat
[905/1004] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[906/1005] Compiling FluentKit AsyncMigration.swift
[907/1005] Compiling FluentKit AsyncModelMiddleware.swift
[908/1005] Compiling FluentKit Children+Concurrency.swift
[910/1005] Emitting module FluentKit
[911/1017] Emitting module AsyncKit
[912/1028] Compiling SQLiteNIO SQLiteRow.swift
[913/1029] Compiling FluentKit QueryBuilder+Filter.swift
[914/1029] Compiling FluentKit QueryBuilder+Group.swift
[915/1029] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[916/1029] Compiling FluentKit QueryBuilder+Join.swift
[917/1029] Compiling FluentKit QueryBuilder+Paginate.swift
[918/1029] Compiling FluentKit QueryBuilder+Range.swift
[919/1029] Compiling FluentKit QueryBuilder+Set.swift
[920/1029] Compiling FluentKit QueryBuilder+Sort.swift
[921/1029] Compiling FluentKit QueryBuilder.swift
[922/1029] Compiling FluentKit DatabaseQuery+Action.swift
[923/1029] Compiling FluentKit DatabaseQuery+Aggregate.swift
[924/1029] Compiling FluentKit DatabaseQuery+Field.swift
[925/1029] Compiling SQLiteNIO SQLiteData.swift
[926/1029] Compiling SQLiteNIO SQLiteDataConvertible.swift
[927/1029] Compiling SQLiteNIO SQLiteStatement.swift
[928/1029] Compiling SQLiteNIO SQLiteDataType.swift
[929/1029] Compiling SQLiteNIO SQLiteDatabase.swift
[930/1029] Compiling SQLiteNIO SQLiteError.swift
[931/1029] Compiling SQLiteNIO SQLiteConnection.swift
[932/1029] Compiling SQLiteNIO SQLiteCustomFunction.swift
[933/1029] Emitting module SQLiteNIO
[934/1029] Compiling SQLiteNIO Exports.swift
[935/1029] Compiling SQLiteNIO SQLiteConnection+Hooks.swift
[937/1030] Compiling FluentKit DatabaseQuery+Filter.swift
[938/1030] Compiling FluentKit DatabaseQuery+Join.swift
[939/1030] Compiling FluentKit DatabaseQuery+Range.swift
[940/1030] Compiling FluentKit DatabaseQuery+Sort.swift
[941/1030] Compiling FluentKit DatabaseQuery+Value.swift
[942/1030] Compiling FluentKit DatabaseQuery.swift
[943/1030] Compiling FluentKit QueryHistory.swift
[944/1030] Compiling FluentKit DatabaseSchema.swift
[945/1030] Compiling FluentKit SchemaBuilder.swift
[946/1030] Compiling FluentKit OptionalType.swift
[947/1030] Compiling FluentKit RandomGeneratable.swift
[948/1030] Compiling FluentKit SomeCodingKey.swift
[949/1030] Compiling FluentKit OptionalBoolean.swift
[950/1030] Compiling FluentKit OptionalChild.swift
[951/1030] Compiling FluentKit OptionalField.swift
[952/1030] Compiling FluentKit OptionalParent.swift
[953/1030] Compiling FluentKit Parent.swift
[954/1030] Compiling FluentKit Property.swift
[955/1030] Compiling FluentKit Relation.swift
[956/1030] Compiling FluentKit Siblings.swift
[957/1030] Compiling FluentKit Timestamp.swift
[958/1030] Compiling FluentKit TimestampFormat.swift
[959/1030] Compiling FluentKit QueryBuilder+Aggregate.swift
[960/1030] Compiling FluentKit QueryBuilder+EagerLoad.swift
[961/1030] Compiling FluentKit Fields+Codable.swift
[962/1030] Compiling FluentKit Fields.swift
[963/1030] Compiling FluentKit MirrorBypass.swift
[964/1030] Compiling FluentKit Model+CRUD.swift
[965/1030] Compiling FluentKit Model.swift
[966/1030] Compiling FluentKit ModelAlias.swift
[967/1030] Compiling FluentKit Schema.swift
[968/1030] Compiling FluentKit FieldOperators.swift
[969/1030] Compiling FluentKit Operators.swift
[970/1030] Compiling FluentKit ValueOperators+Array.swift
[971/1030] Compiling FluentKit ValueOperators+String.swift
[972/1030] Compiling FluentKit ValueOperators.swift
[973/1030] Compiling FluentKit Boolean.swift
[974/1030] Compiling FluentKit BooleanPropertyFormat.swift
[975/1030] Compiling FluentKit Children.swift
[976/1030] Compiling FluentKit CompositeChildren.swift
[977/1030] Compiling FluentKit CompositeID.swift
[978/1030] Compiling FluentKit CompositeOptionalChild.swift
[979/1030] Compiling FluentKit CompositeOptionalParent.swift
[980/1030] Compiling FluentKit CompositeParent.swift
[981/1030] Compiling FluentKit Field.swift
[982/1030] Compiling FluentKit FieldKey.swift
[983/1030] Compiling FluentKit Group.swift
[984/1030] Compiling FluentKit ID.swift
[985/1030] Compiling FluentKit EnumProperty.swift
[986/1030] Compiling FluentKit OptionalEnumProperty.swift
[987/1030] Compiling FluentKit Exports.swift
[988/1030] Compiling FluentKit FluentError.swift
[989/1030] Compiling FluentKit ModelMiddleware.swift
[990/1030] Compiling FluentKit ModelResponder.swift
[991/1030] Compiling FluentKit Migration.swift
[992/1030] Compiling FluentKit MigrationLog.swift
[993/1030] Compiling FluentKit Migrations.swift
[994/1030] Compiling FluentKit Migrator.swift
[995/1030] Compiling FluentKit AnyModel.swift
[996/1030] Compiling FluentKit EagerLoad.swift
[1009/1030] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1010/1030] Compiling FluentKit Siblings+Concurrency.swift
[1011/1030] Compiling FluentKit Database+Logging.swift
[1012/1030] Compiling FluentKit Database.swift
[1013/1030] Compiling FluentKit DatabaseID.swift
[1014/1030] Compiling FluentKit DatabaseInput.swift
[1015/1030] Compiling FluentKit DatabaseOutput.swift
[1016/1030] Compiling FluentKit Databases.swift
[1017/1030] Compiling FluentKit KeyPrefixingStrategy.swift
[1020/1030] Compiling FluentKit EnumBuilder.swift
[1021/1030] Compiling FluentKit EnumMetadata.swift
[1023/1042] Compiling FluentSQL SQLList+Deprecated.swift
[1024/1043] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[1025/1043] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[1026/1043] Compiling FluentSQL SQLDatabase+Model.swift
[1027/1043] Compiling FluentSQL ConverterUtilities.swift
[1028/1043] Compiling FluentSQL DatabaseQuery+SQL.swift
[1029/1043] Compiling FluentSQL DatabaseSchema+SQL.swift
[1030/1043] Compiling FluentSQL Exports.swift
[1031/1043] Emitting module FluentSQL
[1032/1043] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[1033/1043] Compiling FluentSQL SQLQueryConverter.swift
[1034/1043] Compiling FluentSQL SQLSchemaConverter.swift
[1046/1053] Compiling SQLiteKit SQLiteConfiguration.swift
[1047/1053] Emitting module SQLiteKit
[1048/1053] Compiling SQLiteKit Exports.swift
[1049/1054] Compiling SQLiteKit SQLiteConnectionSource.swift
[1050/1054] Compiling SQLiteKit SQLiteDataDecoder.swift
[1051/1054] Compiling SQLiteKit SQLiteDialect.swift
[1052/1054] Compiling SQLiteKit SQLiteDataEncoder.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 Exports.swift
[1060/1063] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[1061/1063] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[1062/1063] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[1063/1063] Emitting module FluentSQLiteDriver
Build complete! (169.30s)
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"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.