Build Information
Failed to build sql-kit, reference main (1a9ab0
), with Swift 6.2 (beta) for Wasm on 31 Aug 2025 19:09:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/sql-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/sql-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a9ab05 Fix SendableMetatype-related warnings which appear in Swift 6.2 (#193)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
1a9ab0523fb742d9629558cede64290165c4285b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sql-kit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vapor/sql-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
[1/3897] Fetching swift-log
[3898/21291] Fetching swift-log, swift-collections
[8073/99224] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.37s)
[63375/95327] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (6.47s)
Fetched https://github.com/apple/swift-nio.git from cache (6.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (8.71s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[1809/6749] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.83s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.68s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/26] Write sources
[14/26] Compiling CNIOWASI CNIOWASI.c
[15/26] Compiling CNIOLinux shim.c
[16/26] Compiling CNIOWindows WSAStartup.c
[16/26] Write sources
[19/26] Compiling CNIOLinux liburing_shims.c
[20/26] Compiling _AtomicsShims.c
[21/26] Compiling CNIOWindows shim.c
[22/26] Compiling CNIODarwin shim.c
[23/26] Write swift-version-24593BA9C3E375BF.txt
[25/69] Emitting module _NIOBase64
[26/69] Emitting module Logging
[27/69] Emitting module InternalCollectionsUtilities
[27/70] Compiling c-nioatomics.c
[28/70] Compiling c-atomics.c
[30/76] Compiling Atomics OptionalRawRepresentable.swift
[31/76] Compiling Atomics RawRepresentable.swift
[32/76] Compiling Atomics AtomicValue.swift
[33/76] Compiling Atomics AtomicMemoryOrderings.swift
[34/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/76] Compiling Atomics DoubleWord.swift
[37/76] Compiling Atomics ManagedAtomic.swift
[38/76] Compiling Atomics ManagedAtomicLazyReference.swift
[39/78] Compiling Atomics AtomicReference.swift
[40/78] Compiling Atomics AtomicStorage.swift
[41/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[42/78] Compiling Atomics UnsafeAtomic.swift
[43/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/78] Compiling Atomics AtomicBool.swift
[45/78] Compiling Atomics IntegerConformances.swift
[46/78] Emitting module Atomics
[47/78] Compiling Logging Locks.swift
[50/78] Compiling Atomics AtomicInteger.swift
[51/78] Compiling Atomics AtomicOptionalWrappable.swift
[52/78] Compiling Atomics PointerConformances.swift
[53/78] Compiling Atomics Primitives.native.swift
[58/79] Compiling _NIOBase64 Base64.swift
[66/80] Compiling _NIODataStructures PriorityQueue.swift
[67/80] Compiling _NIODataStructures _TinyArray.swift
[68/286] Compiling HeapModule Heap+Descriptions.swift
[69/286] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[70/286] Compiling HashTreeCollections _HashNode.swift
[72/287] Compiling HeapModule _HeapNode.swift
[73/287] Compiling HeapModule Heap.swift
[74/302] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[75/302] Compiling HeapModule Heap+UnsafeHandle.swift
[76/302] Compiling HeapModule Heap+Invariants.swift
[77/302] Compiling DequeModule Deque+CustomReflectable.swift
[78/302] Compiling DequeModule Deque+Descriptions.swift
[79/304] Emitting module HeapModule
[81/305] Compiling Logging MetadataProvider.swift
[82/305] Compiling NIOConcurrencyHelpers lock.swift
[83/305] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/305] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/305] Compiling DequeModule _DequeBuffer.swift
[86/305] Compiling DequeModule _DequeBufferHeader.swift
[87/305] Compiling _NIODataStructures Heap.swift
[88/305] Emitting module _NIODataStructures
[90/358] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[91/358] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[92/358] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[93/358] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[94/358] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[95/358] Compiling BitCollections BitSet+SetAlgebra union.swift
[96/358] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[97/358] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/358] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/358] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[100/369] Compiling BitCollections BitSet+Invariants.swift
[101/369] Compiling BitCollections BitSet+Random.swift
[102/369] Compiling BitCollections BitSet+SetAlgebra basics.swift
[103/369] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[104/369] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[105/369] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[106/369] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[107/376] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[108/376] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[109/376] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[110/376] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[111/376] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[114/376] Compiling BitCollections BitArray+Copy.swift
[115/376] Compiling BitCollections BitArray+CustomReflectable.swift
[116/376] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[117/376] Emitting module NIOConcurrencyHelpers
[118/376] Compiling NIOConcurrencyHelpers atomics.swift
[120/377] Compiling BitCollections BitArray+Descriptions.swift
[121/377] Compiling BitCollections BitArray+Equatable.swift
[122/377] Compiling BitCollections BitSet+Hashable.swift
[123/377] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[124/377] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[125/377] Compiling BitCollections BitArray+Shifts.swift
[126/377] Compiling BitCollections BitArray+Testing.swift
[127/377] Compiling BitCollections BitArray._UnsafeHandle.swift
[128/377] Compiling BitCollections BitArray.swift
[129/377] Compiling BitCollections BitSet+BidirectionalCollection.swift
[130/377] Compiling BitCollections BitSet+Codable.swift
[131/377] Compiling BitCollections BitSet+Initializers.swift
[137/377] Compiling BitCollections BitSet.Counted.swift
[140/377] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[141/377] Compiling BitCollections BitSet+CustomReflectable.swift
[142/377] Compiling BitCollections BitSet+CustomStringConvertible.swift
[143/377] Compiling BitCollections BitSet+Equatable.swift
[144/377] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[145/377] Compiling BitCollections BitSet+Extras.swift
[148/377] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[149/377] Compiling BitCollections BitArray+Extras.swift
[150/377] Compiling BitCollections BitArray+Fill.swift
[151/377] Compiling BitCollections BitArray+Hashable.swift
[152/377] Compiling BitCollections BitArray+Initializers.swift
[153/377] Compiling BitCollections BitArray+Invariants.swift
[154/377] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[155/377] Compiling BitCollections BitArray+RandomBits.swift
[156/377] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/377] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/377] Compiling OrderedCollections OrderedSet+Testing.swift
[159/377] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/377] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/377] Compiling OrderedCollections OrderedSet.swift
[162/377] Compiling OrderedCollections _UnsafeBitset.swift
[163/377] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[164/377] Compiling HashTreeCollections TreeSet+Extras.swift
[165/377] Compiling HashTreeCollections TreeSet+Filter.swift
[166/377] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[167/377] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[168/377] Compiling HashTreeCollections TreeDictionary+Filter.swift
[169/377] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[170/377] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[171/377] Compiling HashTreeCollections TreeDictionary+Keys.swift
[172/377] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[173/377] Compiling HashTreeCollections TreeDictionary+Merge.swift
[174/377] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[175/377] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[176/377] Compiling HashTreeCollections TreeDictionary+Values.swift
[177/377] Compiling Logging LogHandler.swift
[178/377] Compiling Logging Logging.swift
[184/378] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[185/378] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[186/378] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[187/378] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[188/378] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[189/378] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[190/378] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[191/378] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[192/378] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[193/378] Compiling HashTreeCollections TreeSet.swift
[201/385] Compiling BitCollections BitArray+Codable.swift
[202/385] Compiling BitCollections BitArray+Collection.swift
[213/394] Emitting module DequeModule
[236/456] Compiling NIOCore DispatchQueue+WithFuture.swift
[237/456] Compiling NIOCore EventLoop+Deprecated.swift
[238/456] Compiling NIOCore EventLoop+SerialExecutor.swift
[239/456] Compiling NIOCore EventLoop.swift
[240/456] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[241/456] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[242/456] Compiling NIOCore BSDSocketAPI.swift
[243/456] Compiling NIOCore ByteBuffer-aux.swift
[244/456] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[245/456] Compiling NIOCore ByteBuffer-conversions.swift
[246/456] Compiling NIOCore ByteBuffer-core.swift
[247/456] Compiling NIOCore AddressedEnvelope.swift
[248/456] Compiling NIOCore AsyncAwaitSupport.swift
[249/456] Compiling NIOCore AsyncChannel.swift
[250/456] Compiling NIOCore AsyncChannelHandler.swift
[251/456] Compiling NIOCore AsyncChannelInboundStream.swift
[252/456] Compiling NIOCore AsyncChannelOutboundWriter.swift
[253/456] Compiling NIOCore NIOAsyncSequenceProducer.swift
[254/456] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[255/456] Compiling NIOCore NIOSendable.swift
[256/456] Compiling NIOCore RecvByteBufferAllocator.swift
[264/456] Compiling NIOCore FileHandle.swift
[265/456] Compiling NIOCore FileRegion.swift
[266/456] Compiling NIOCore GlobalSingletons.swift
[267/456] Compiling NIOCore IO.swift
[268/456] Compiling NIOCore IOData.swift
[269/456] Compiling NIOCore IPProtocol.swift
[270/456] Compiling NIOCore IntegerBitPacking.swift
[271/456] Compiling NIOCore IntegerTypes.swift
[272/456] Compiling NIOCore Interfaces.swift
[273/456] Compiling NIOCore NIOCoreSendableMetatype.swift
[274/456] Compiling NIOCore NIOLoopBound.swift
[275/456] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[276/456] Compiling NIOCore NIOScheduledCallback.swift
[280/456] Emitting module BitCollections
[289/456] Compiling NIOCore ChannelInvoker.swift
[290/456] Compiling NIOCore ChannelOption.swift
[291/456] Compiling NIOCore ChannelPipeline.swift
[292/456] Compiling NIOCore CircularBuffer.swift
[293/456] Compiling NIOCore Codec.swift
[294/456] Compiling NIOCore ConvenienceOptionSupport.swift
[295/456] Compiling NIOCore DeadChannel.swift
[305/456] Emitting module OrderedCollections
[306/457] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[307/457] Compiling NIOCore ByteBuffer-views.swift
[308/457] Compiling NIOCore Channel.swift
[309/457] Compiling NIOCore ChannelHandler.swift
[310/457] Compiling NIOCore ChannelHandlers.swift
[317/457] Compiling NIOCore NIOAny.swift
[318/457] Compiling NIOCore NIOCloseOnErrorHandler.swift
[332/458] Compiling NIOCore NIOAsyncWriter.swift
[333/458] Compiling NIOCore ByteBuffer-multi-int.swift
[343/466] Emitting module _RopeModule
[355/466] Compiling NIOCore ByteBuffer-hex.swift
[356/466] Compiling NIOCore ByteBuffer-int.swift
[357/466] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[358/466] Compiling NIOCore EventLoopFuture+Deprecated.swift
[359/466] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[360/466] Compiling NIOCore EventLoopFuture.swift
[361/466] Compiling NIOCore FileDescriptor.swift
[382/466] Compiling NIOCore Linux.swift
[383/466] Compiling NIOCore MarkedCircularBuffer.swift
[384/466] Compiling NIOCore MulticastChannel.swift
[385/466] Compiling NIOCore Utilities.swift
[386/466] Compiling _RopeModule Rope+MutatingForEach.swift
[387/466] Compiling _RopeModule Rope+Remove.swift
[388/466] Compiling _RopeModule Rope+RemoveSubrange.swift
[389/466] Compiling _RopeModule Rope+Split.swift
[390/466] Compiling _RopeModule Optional Utilities.swift
[391/466] Compiling _RopeModule String Utilities.swift
[392/466] Compiling _RopeModule String.Index+ABI.swift
[393/466] Compiling _RopeModule _CharacterRecognizer.swift
[394/466] Emitting module HashTreeCollections
[424/470] Compiling Collections Collections.swift
[425/470] Emitting module Collections
[427/471] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[428/471] Compiling NIOCore SocketAddresses.swift
[429/471] Compiling NIOCore SocketOptionProvider.swift
[430/471] Compiling NIOCore SystemCallHelpers.swift
[431/471] Compiling NIOCore TimeAmount+Duration.swift
[432/471] Compiling NIOCore TypeAssistedChannelHandler.swift
[433/471] Compiling NIOCore UniversalBootstrapSupport.swift
[471/471] Emitting module NIOCore
[473/564] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[474/564] Compiling SQLKit SQLColumnAssignment.swift
[475/564] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[476/564] Compiling SQLKit SQLColumnDefinition.swift
[477/564] Compiling SQLKit SQLCommonTableExpression.swift
[478/564] Compiling SQLKit SQLConflictAction.swift
[479/564] Compiling SQLKit SQLConflictResolutionStrategy.swift
[480/564] Compiling SQLKit SQLDropBehaviour.swift
[481/564] Compiling SQLKit SQLEnumDataType.swift
[482/564] Compiling SQLKit SQLExcludedColumn.swift
[483/564] Compiling SQLKit SQLForeignKey.swift
[484/564] Compiling SQLKit SQLJoin.swift
[485/564] Compiling SQLKit SQLJoinMethod.swift
[486/576] Compiling SQLKit SQLDropIndex.swift
[487/576] Compiling SQLKit SQLDropTable.swift
[488/576] Compiling SQLKit SQLDropTrigger.swift
[489/576] Compiling SQLKit SQLInsert.swift
[490/576] Compiling SQLKit SQLSelect.swift
[491/576] Compiling SQLKit SQLUnion.swift
[492/576] Compiling SQLKit SQLUpdate.swift
[493/576] Compiling SQLKit SQLExpression.swift
[494/576] Compiling SQLKit SQLSerializer.swift
[495/576] Compiling SQLKit SQLStatement.swift
[496/576] Compiling SQLKit SQLBinaryExpression.swift
[497/576] Compiling SQLKit SQLBinaryOperator.swift
[498/576] Compiling SQLKit SQLBind.swift
[499/576] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[500/576] Compiling SQLKit Exports.swift
[501/576] Compiling SQLKit SQLAlias.swift
[502/576] Compiling SQLKit SQLBetween.swift
[503/576] Compiling SQLKit SQLColumn.swift
[504/576] Compiling SQLKit SQLConstraint.swift
[505/576] Compiling SQLKit SQLDataType.swift
[506/576] Compiling SQLKit SQLDirection.swift
[507/576] Compiling SQLKit SQLDistinct.swift
[508/576] Compiling SQLKit SQLForeignKeyAction.swift
[509/576] Compiling SQLKit SQLNestedSubpathExpression.swift
[510/576] Compiling SQLKit SQLQualifiedTable.swift
[511/576] Compiling SQLKit SQLQueryString.swift
[512/576] Compiling SQLKit SQLLockingClause.swift
[513/576] Compiling SQLKit SQLOrderBy.swift
[514/576] Compiling SQLKit SQLReturning.swift
[515/576] Compiling SQLKit SQLSubquery.swift
[516/576] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[517/576] Compiling SQLKit SQLAlterEnum.swift
[518/576] Compiling SQLKit SQLAlterTable.swift
[519/576] Compiling SQLKit SQLCreateEnum.swift
[520/576] Compiling SQLKit SQLCreateIndex.swift
[521/576] Compiling SQLKit SQLCreateTable.swift
[522/576] Compiling SQLKit SQLCreateTrigger.swift
[523/576] Compiling SQLKit SQLDelete.swift
[524/576] Compiling SQLKit SQLDropEnum.swift
[525/576] Compiling SQLKit SQLAlterEnumBuilder.swift
[526/576] Compiling SQLKit SQLAlterTableBuilder.swift
[527/576] Compiling SQLKit SQLConflictUpdateBuilder.swift
[528/576] Compiling SQLKit SQLCreateEnumBuilder.swift
[529/576] Compiling SQLKit SQLCreateIndexBuilder.swift
[530/576] Compiling SQLKit SQLCreateTableBuilder.swift
[531/576] Compiling SQLKit SQLCreateTriggerBuilder.swift
[532/576] Compiling SQLKit SQLDeleteBuilder.swift
[533/576] Compiling SQLKit SQLDropEnumBuilder.swift
[534/576] Compiling SQLKit SQLDropIndexBuilder.swift
[535/576] Compiling SQLKit SQLDropTableBuilder.swift
[536/576] Compiling SQLKit SQLDropTriggerBuilder.swift
[537/576] Compiling SQLKit SQLInsertBuilder.swift
[538/576] Compiling SQLKit SQLPredicateBuilder.swift
[539/576] Compiling SQLKit SQLQueryBuilder.swift
[540/576] Compiling SQLKit SQLQueryFetcher.swift
[541/576] Compiling SQLKit SQLReturningBuilder.swift
[542/576] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[543/576] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[544/576] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[545/576] Compiling SQLKit SQLDatabase.swift
[546/576] Compiling SQLKit SQLDatabaseReportedVersion.swift
[547/576] Compiling SQLKit SQLDialect.swift
[548/576] Compiling SQLKit SQLDatabase+Deprecated.swift
[549/576] Compiling SQLKit SQLError.swift
[550/576] Compiling SQLKit SQLExpressions+Deprecated.swift
[551/576] Compiling SQLKit SQLPredicateGroupBuilder.swift
[552/576] Compiling SQLKit SQLRawBuilder.swift
[553/576] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[554/576] Compiling SQLKit SQLSelectBuilder.swift
[555/576] Compiling SQLKit SQLSubqueryBuilder.swift
[556/576] Compiling SQLKit SQLUnionBuilder.swift
[557/576] Compiling SQLKit SQLUpdateBuilder.swift
[558/576] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[559/576] Compiling SQLKit SQLColumnUpdateBuilder.swift
[560/576] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[561/576] Compiling SQLKit SQLCommonUnionBuilder.swift
[562/576] Compiling SQLKit SQLJoinBuilder.swift
[563/576] Compiling SQLKit SQLPartialResultBuilder.swift
[564/576] Emitting module SQLKit
[565/576] Compiling SQLKit SQLFunction.swift
[566/576] Compiling SQLKit SQLGroupExpression.swift
[567/576] Compiling SQLKit SQLIdentifier.swift
[568/576] Compiling SQLKit SQLList.swift
[569/576] Compiling SQLKit SQLLiteral.swift
[570/576] Compiling SQLKit SQLRaw.swift
[571/576] Compiling SQLKit SQLCodingUtilities.swift
[572/576] Compiling SQLKit SQLQueryEncoder.swift
[573/576] Compiling SQLKit SQLRow.swift
[574/576] Compiling SQLKit SQLRowDecoder.swift
[575/576] Compiling SQLKit SomeCodingKey.swift
[576/576] Compiling SQLKit StringHandling.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[578/585] Emitting module SQLKitBenchmark
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[579/585] Compiling SQLKitBenchmark SQLBenchmark+Codable.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[580/585] Compiling SQLKitBenchmark SQLBenchmark+Enum.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[581/585] Compiling SQLKitBenchmark SQLBenchmark+Planets.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[582/585] Compiling SQLKitBenchmark SQLBenchmark+JSONPaths.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[583/585] Compiling SQLKitBenchmark SQLBenchmark+Union.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[584/585] Compiling SQLKitBenchmark SQLBenchmark+Upsert.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
[585/585] Compiling SQLKitBenchmark SQLBenchmarker.swift
/host/spi-builder-workspace/Sources/SQLKitBenchmark/SQLBenchmark+JSONPaths.swift:2:8: error: no such module 'XCTest'
1 | import SQLKit
2 | import XCTest
| `- error: no such module 'XCTest'
3 |
4 | extension SQLBenchmarker {
BUILD FAILURE 6.2 wasm