The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Vexil, reference main (938572), with Swift 6.2 for Wasm on 1 Dec 2025 11:01:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unsignedapps/Vexil.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/unsignedapps/Vexil
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 938572d Merge pull request #142 from unsignedapps/fix/vexil3/sendable
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
938572d1ddc865bda15e701d6fab38a486716260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/unsignedapps/Vexil.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5787] Fetching swift-async-algorithms
[5788/78787] Fetching swift-async-algorithms, swift-syntax
[16738/131909] Fetching swift-async-algorithms, swift-syntax, swiftformat
Fetched https://github.com/apple/swift-async-algorithms.git from cache (6.64s)
[82031/126122] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.70s)
[9562/53122] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (37.59s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (47.29s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.55s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.95s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (0.46s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.53s)
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/11] Write sources
[7/11] Write swift-version-24593BA9C3E375BF.txt
[9/36] Emitting module VexilMacros
/host/spi-builder-workspace/Sources/VexilMacros/FlagContainerMacro.swift:21:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 19 | public enum FlagContainerMacro {}
 20 |
 21 | extension FlagContainerMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 22 |
 23 |     public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[10/37] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/37] Compiling InternalCollectionsUtilities Integer rank.swift
[12/37] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/39] Emitting module InternalCollectionsUtilities
[14/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/39] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/39] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/39] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/39] Compiling InternalCollectionsUtilities Debugging.swift
[23/39] Compiling InternalCollectionsUtilities Descriptions.swift
[24/39] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/39] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/39] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[27/39] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[29/110] Compiling OrderedCollections _HashTable+Testing.swift
[30/110] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[31/112] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[32/112] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[33/112] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[34/112] Compiling OrderedCollections OrderedDictionary+Elements.swift
[35/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[36/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[37/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[38/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[39/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[40/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[41/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[42/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[43/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[44/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[45/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[46/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/112] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[48/112] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[49/119] Compiling DequeModule _DequeSlot.swift
[50/119] Compiling DequeModule _UnsafeWrappedBuffer.swift
[51/119] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[52/119] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[53/119] Compiling OrderedCollections OrderedDictionary+Codable.swift
[54/119] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[55/119] Compiling OrderedCollections _HashTable+Bucket.swift
[56/119] Compiling OrderedCollections _HashTable+BucketIterator.swift
[57/119] Compiling OrderedCollections _HashTable+Constants.swift
[58/119] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[59/119] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/119] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/119] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/119] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/119] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/119] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/119] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/119] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/119] Compiling OrderedCollections OrderedSet+Initializers.swift
[68/119] Compiling OrderedCollections OrderedSet+Insertions.swift
[69/119] Compiling OrderedCollections OrderedSet+Invariants.swift
[70/119] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[71/119] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[72/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[73/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[74/119] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[75/119] Compiling OrderedCollections OrderedDictionary.swift
[76/119] Compiling OrderedCollections OrderedSet+Codable.swift
[77/119] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[78/119] Compiling OrderedCollections OrderedSet+Descriptions.swift
[79/119] Compiling OrderedCollections OrderedSet+Diffing.swift
[80/119] Compiling OrderedCollections OrderedSet+Equatable.swift
[81/119] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[82/119] Compiling OrderedCollections OrderedSet+Hashable.swift
[91/119] Emitting module DequeModule
[93/120] Compiling OrderedCollections OrderedSet+Sendable.swift
[94/120] Compiling OrderedCollections OrderedSet+SubSequence.swift
[95/120] Compiling OrderedCollections OrderedSet+Testing.swift
[96/120] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[97/120] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[98/120] Compiling OrderedCollections OrderedSet.swift
[99/120] Compiling OrderedCollections _UnsafeBitset.swift
[108/120] Compiling VexilMacros Plugin.swift
[109/120] Compiling VexilMacros String+Snakecase.swift
[110/120] Emitting module OrderedCollections
[112/121] Compiling VexilMacros SimpleVariables.swift
[113/121] Compiling VexilMacros FlagMacro.swift
[114/121] Compiling VexilMacros PatternBindingSyntax.swift
[115/170] Compiling VexilMacros AttributeArgument.swift
[116/170] Compiling VexilMacros DisplayName.swift
[117/170] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
/host/spi-builder-workspace/Sources/VexilMacros/FlagContainerMacro.swift:21:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 19 | public enum FlagContainerMacro {}
 20 |
 21 | extension FlagContainerMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 22 |
 23 |     public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[118/170] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
/host/spi-builder-workspace/Sources/VexilMacros/FlagContainerMacro.swift:21:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 19 | public enum FlagContainerMacro {}
 20 |
 21 | extension FlagContainerMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
 22 |
 23 |     public static func expansion(
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 |   public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
  |             `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/171] Wrapping AST for VexilMacros for debugging
[120/171] Write Objects.LinkFileList
[122/171] Compiling AsyncAlgorithms ChannelStorage.swift
[123/171] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[124/171] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[125/171] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[126/171] Compiling AsyncAlgorithms CombineLatestStorage.swift
[127/171] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[128/171] Compiling AsyncAlgorithms DebounceStateMachine.swift
[129/171] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[130/171] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[131/171] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[132/171] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[133/171] Compiling AsyncAlgorithms AsyncChannel.swift
[134/171] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[135/171] Compiling AsyncAlgorithms ChannelStateMachine.swift
[135/177] Linking VexilMacros-tool
[137/177] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[138/177] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[139/177] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[140/177] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[141/177] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[142/177] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[143/177] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[144/177] Emitting module AsyncAlgorithms
[145/177] Compiling AsyncAlgorithms AsyncShareSequence.swift
[146/177] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[147/177] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[148/177] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[149/177] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[150/177] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[151/177] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[154/177] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[155/177] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[156/177] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[157/177] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[158/177] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[159/177] Compiling AsyncAlgorithms SetAlgebra.swift
[160/177] Compiling AsyncAlgorithms UnsafeTransfer.swift
[161/177] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[162/177] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[163/177] Compiling AsyncAlgorithms ZipStateMachine.swift
[164/177] Compiling AsyncAlgorithms ZipStorage.swift
[165/177] Compiling AsyncAlgorithms DebounceStorage.swift
[166/177] Compiling AsyncAlgorithms Dictionary.swift
[167/177] Compiling AsyncAlgorithms _TinyArray.swift
[168/177] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[169/177] Compiling AsyncAlgorithms Locking.swift
[170/177] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[171/177] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[172/177] Compiling AsyncAlgorithms MergeStateMachine.swift
[173/177] Compiling AsyncAlgorithms MergeStorage.swift
[174/177] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[175/177] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[176/177] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[177/177] Compiling AsyncAlgorithms Rethrow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[179/212] Emitting module Vexil
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[180/216] Compiling Vexil Snapshot+Lookup.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[181/216] Compiling Vexil Snapshot.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[182/216] Compiling Vexil SnapshotBuilder.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[183/216] Compiling Vexil BoxedFlagValue+NSObject.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[184/216] Compiling Vexil FlagValueDictionary+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[185/216] Compiling Vexil KeyPath.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[186/216] Compiling Vexil Lookup.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[187/216] Compiling Vexil FlagGroupWigwag.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[188/216] Compiling Vexil FlagWigwag.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[189/216] Compiling Vexil Observing.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[190/216] Compiling Vexil CollectionDifference.Change+Element.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[191/216] Compiling Vexil FlagChangeStream.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[192/216] Compiling Vexil Lock.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[193/216] Compiling Vexil Value.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[194/216] Compiling Vexil UserDefaults+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[195/216] Compiling Vexil StreamManager.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[196/216] Compiling Vexil AsyncCurrentValue.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[197/216] Compiling Vexil BoxedFlagValue+Codable.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[198/216] Compiling Vexil FlagValueDictionary.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[199/216] Compiling Vexil FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[200/216] Compiling Vexil FlagValueSourceCoordinator.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[201/216] Compiling Vexil NSUbiquitousKeyValueStore+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[202/216] Compiling Vexil NonSendableFlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[203/216] Compiling Vexil Configuration.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[204/216] Compiling Vexil Container.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[205/216] Compiling Vexil DisplayOptions.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[206/216] Compiling Vexil Flag.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[207/216] Compiling Vexil Group.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[208/216] Compiling Vexil Pole+Observability.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[209/216] Compiling Vexil Pole.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[210/216] Compiling Vexil MutableFlagContainer.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[211/216] Compiling Vexil Snapshot+Extensions.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[212/216] Compiling Vexil Snapshot+FlagValueSource.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[213/216] Compiling Vexil Visitor.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[214/216] Compiling Vexil FlagDescriber.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[215/216] Compiling Vexil FlagRemover.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
[216/216] Compiling Vexil FlagSetter.swift
/host/spi-builder-workspace/Sources/Vexil/Lookup.swift:15:8: error: no such module 'Combine'
13 |
14 | #if !os(Linux)
15 | import Combine
   |        `- error: no such module 'Combine'
16 | #endif
17 |
BUILD FAILURE 6.2 wasm