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 Macro, reference develop (5757e4), with Swift 6.1 for Wasm on 11 Jun 2025 21:04:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/Macro.git
Reference: develop
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/Macro-swift/Macro
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 5757e40 EnvironmentValuesHolder is now AnyObject constrained
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
5757e4006a739778f5a92050d0a882a6708dd3ac
SUCCESS checkout https://github.com/Macro-swift/Macro.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/Macro.git
https://github.com/Macro-swift/Macro.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Macro",
  "name" : "Macro",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroCore",
      "targets" : [
        "MacroCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xsys",
      "targets" : [
        "xsys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "http",
      "targets" : [
        "http"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "fs",
      "targets" : [
        "fs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroTestUtilities",
      "targets" : [
        "MacroTestUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xsys",
      "module_type" : "SwiftTarget",
      "name" : "xsys",
      "path" : "Sources/xsys",
      "product_memberships" : [
        "Macro",
        "MacroCore",
        "xsys",
        "http",
        "fs",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Module.swift",
        "POSIXError.swift",
        "SocketAddress.swift",
        "UUID.swift",
        "dylib.swift",
        "fd.swift",
        "ioctl.swift",
        "misc.swift",
        "ntohs.swift",
        "sockaddr_any.swift",
        "socket.swift",
        "time.swift",
        "timespec.swift",
        "timeval_any.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "http",
      "module_type" : "SwiftTarget",
      "name" : "http",
      "path" : "Sources/http",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "Macro",
        "http",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Agent/Agent.swift",
        "Agent/ClientRequest.swift",
        "Agent/Foundation/URLRequestInit.swift",
        "Agent/Foundation/URLSessionAgent.swift",
        "Agent/Foundation/URLSessionClientRequest.swift",
        "BasicAuth.swift",
        "Globals.swift",
        "IncomingMessage.swift",
        "QueryString.swift",
        "Server/Server.swift",
        "Server/ServerResponse.swift",
        "Support/HTTPHeadersHolder.swift",
        "Support/OutgoingMessage.swift",
        "http.swift"
      ],
      "target_dependencies" : [
        "MacroCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "fs",
      "module_type" : "SwiftTarget",
      "name" : "fs",
      "path" : "Sources/fs",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Macro",
        "fs",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Directory.swift",
        "FSWatcher.swift",
        "File.swift",
        "JSONFile.swift",
        "Path.swift",
        "PosixWrappers.swift",
        "Promise.swift",
        "Streams/FileReadStream.swift",
        "Streams/FileStream.swift",
        "Streams/FileWriteStream.swift",
        "Utils/AsyncWrapper.swift",
        "Utils/ResultExtensions.swift",
        "Utils/StatStruct.swift",
        "fs.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "sources" : [
        "AgentTests.swift",
        "BufferTests.swift",
        "ByteBufferTests.swift",
        "CollectionTests.swift",
        "MacroTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MacroTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroTestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "MacroTestUtilities",
      "path" : "Sources/MacroTestUtilities",
      "product_memberships" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "TestServerResponse.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroCore",
      "module_type" : "SwiftTarget",
      "name" : "MacroCore",
      "path" : "Sources/MacroCore",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "Logging"
      ],
      "product_memberships" : [
        "Macro",
        "MacroCore",
        "http",
        "fs",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Buffer/Buffer.swift",
        "Buffer/BufferData.swift",
        "Buffer/BufferDeprecations.swift",
        "Buffer/BufferHexEncoding.swift",
        "Buffer/BufferStrings.swift",
        "Buffer/CollectionUtils.swift",
        "Console.swift",
        "Dirname.swift",
        "EnvironmentValues.swift",
        "Events/ErrorEmitter.swift",
        "Events/EventListenerSet.swift",
        "Events/ListenerType.swift",
        "JSError.swift",
        "JSON.swift",
        "JSStubs/CollectionStubs.swift",
        "JSStubs/Math.swift",
        "JSStubs/Object.swift",
        "JSStubs/StringStubs.swift",
        "JSStubs/ToString.swift",
        "LeftPad.swift",
        "MacroCore.swift",
        "MacroError.swift",
        "NextTick.swift",
        "Process/CommandLine.swift",
        "Process/DetectXcode.swift",
        "Process/Environment.swift",
        "Process/Process.swift",
        "Process/Warnings.swift",
        "Regex.swift",
        "Streams/Concat.swift",
        "Streams/DuplexStreamType.swift",
        "Streams/Pipe.swift",
        "Streams/ReadableByteStream.swift",
        "Streams/ReadableByteStreamType.swift",
        "Streams/ReadableStreamBase.swift",
        "Streams/ReadableStreamType.swift",
        "Streams/WritableByteStream.swift",
        "Streams/WritableByteStreamType.swift",
        "Streams/WritableStreamBase.swift",
        "Streams/WritableStreamType.swift",
        "StringEncoding.swift"
      ],
      "target_dependencies" : [
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_memberships" : [
        "Macro",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Macro.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys",
        "http",
        "fs"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[2073/5633] Fetching swift-log, swift-atomics
[5634/81876] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
[6124/80079] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (6.34s)
Fetched https://github.com/apple/swift-nio.git from cache (6.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.94s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.71s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4428] Fetching swift-system
[931/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.26s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/32] Write sources
[18/32] Compiling CNIOWindows shim.c
[18/32] Compiling CNIOWindows WSAStartup.c
[20/32] Compiling CNIOWASI CNIOWASI.c
[21/32] Compiling CNIOLinux shim.c
[22/32] Compiling CNIOLinux liburing_shims.c
[23/32] Compiling CNIODarwin shim.c
[24/32] Write sources
[25/32] Compiling CNIOLLHTTP c_nio_http.c
[26/32] Compiling CNIOLLHTTP c_nio_api.c
[27/32] Compiling _AtomicsShims.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[30/71] Emitting module _NIODataStructures
[31/71] Emitting module InternalCollectionsUtilities
[31/72] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/90] Compiling c-nioatomics.c
[33/90] Compiling c-atomics.c
[35/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/90] Compiling Atomics ManagedAtomic.swift
[37/90] Compiling Atomics ManagedAtomicLazyReference.swift
[38/90] Emitting module Logging
[39/90] Compiling Logging Locks.swift
[40/90] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[41/92] Compiling Atomics OptionalRawRepresentable.swift
[42/92] Compiling Atomics RawRepresentable.swift
[43/92] Emitting module _NIOBase64
[44/92] Compiling _NIOBase64 Base64.swift
[45/92] Compiling Atomics AtomicInteger.swift
[46/92] Compiling Atomics AtomicOptionalWrappable.swift
[47/92] Compiling Atomics AtomicReference.swift
[48/94] Compiling Atomics AtomicBool.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[49/94] Compiling Atomics AtomicStorage.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[51/94] Compiling Atomics AtomicValue.swift
[52/94] Compiling Atomics AtomicMemoryOrderings.swift
[53/94] Compiling Atomics DoubleWord.swift
[56/94] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/94] Compiling _NIODataStructures _TinyArray.swift
[61/94] Compiling Atomics IntegerConformances.swift
[62/94] Compiling Atomics PointerConformances.swift
[63/94] Compiling Atomics Primitives.native.swift
[64/94] Compiling Atomics UnsafeAtomic.swift
[65/94] Compiling Atomics UnsafeAtomicLazyReference.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[72/95] Compiling _NIODataStructures PriorityQueue.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[76/95] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[78/101] Compiling Atomics IntegerOperations.swift
[79/101] Compiling Atomics Unmanaged extensions.swift
[80/101] Emitting module Atomics
[81/116] Compiling NIOConcurrencyHelpers lock.swift
[82/116] Compiling Logging MetadataProvider.swift
[83/116] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/116] Compiling Logging LogHandler.swift
[85/116] Compiling Logging Logging.swift
[86/117] Compiling _NIODataStructures Heap.swift
[87/118] Compiling DequeModule Deque+CustomReflectable.swift
[88/118] Compiling DequeModule Deque+Descriptions.swift
[91/120] Compiling DequeModule Deque+Extras.swift
[92/120] Compiling DequeModule Deque+Hashable.swift
[93/120] Compiling DequeModule Deque._UnsafeHandle.swift
[95/120] Compiling DequeModule Deque+Equatable.swift
[96/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/120] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[98/121] Emitting module NIOConcurrencyHelpers
[99/121] Compiling DequeModule _DequeBuffer.swift
[100/121] Compiling DequeModule _DequeBufferHeader.swift
[106/121] Compiling NIOConcurrencyHelpers atomics.swift
[107/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[108/122] Compiling DequeModule _DequeSlot.swift
[109/122] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/122] Compiling DequeModule Deque.swift
[113/122] Compiling DequeModule Deque+Testing.swift
[114/122] Compiling DequeModule Deque._Storage.swift
[115/122] Compiling DequeModule Deque+Codable.swift
[116/122] Compiling DequeModule Deque+Collection.swift
[117/122] Emitting module DequeModule
[119/183] Compiling NIOCore MulticastChannel.swift
[120/183] Compiling NIOCore NIOAny.swift
[121/183] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/183] Compiling NIOCore NIOLoopBound.swift
[123/183] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[124/183] Compiling NIOCore NIOScheduledCallback.swift
[125/183] Compiling NIOCore NIOSendable.swift
[126/183] Compiling NIOCore RecvByteBufferAllocator.swift
[127/191] Compiling NIOCore IO.swift
[128/191] Compiling NIOCore IOData.swift
[129/191] Compiling NIOCore IPProtocol.swift
[130/191] Compiling NIOCore IntegerBitPacking.swift
[131/191] Compiling NIOCore IntegerTypes.swift
[132/191] Compiling NIOCore Interfaces.swift
[133/191] Compiling NIOCore Linux.swift
[134/191] Compiling NIOCore MarkedCircularBuffer.swift
[135/191] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[136/191] Compiling NIOCore EventLoopFuture+Deprecated.swift
[137/191] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[138/191] Compiling NIOCore EventLoopFuture.swift
[139/191] Compiling NIOCore FileDescriptor.swift
[140/191] Compiling NIOCore FileHandle.swift
[141/191] Compiling NIOCore FileRegion.swift
[142/191] Compiling NIOCore GlobalSingletons.swift
[143/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[144/191] Compiling NIOCore SocketAddresses.swift
[145/191] Compiling NIOCore SocketOptionProvider.swift
[146/191] Compiling NIOCore SystemCallHelpers.swift
[147/191] Compiling NIOCore TimeAmount+Duration.swift
[148/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[149/191] Compiling NIOCore UniversalBootstrapSupport.swift
[150/191] Compiling NIOCore Utilities.swift
[151/191] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[152/191] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[153/191] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[154/191] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[155/191] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[156/191] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[157/191] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[158/191] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[159/191] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[160/191] Compiling NIOCore CircularBuffer.swift
[161/191] Compiling NIOCore Codec.swift
[162/191] Compiling NIOCore ConvenienceOptionSupport.swift
[163/191] Compiling NIOCore DeadChannel.swift
[164/191] Compiling NIOCore DispatchQueue+WithFuture.swift
[165/191] Compiling NIOCore EventLoop+Deprecated.swift
[166/191] Compiling NIOCore EventLoop+SerialExecutor.swift
[167/191] Compiling NIOCore EventLoop.swift
[168/191] Compiling NIOCore AddressedEnvelope.swift
[169/191] Compiling NIOCore AsyncAwaitSupport.swift
[170/191] Compiling NIOCore AsyncChannel.swift
[171/191] Compiling NIOCore AsyncChannelHandler.swift
[172/191] Compiling NIOCore AsyncChannelInboundStream.swift
[173/191] Compiling NIOCore AsyncChannelOutboundWriter.swift
[174/191] Compiling NIOCore NIOAsyncSequenceProducer.swift
[175/191] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[176/191] Compiling NIOCore NIOAsyncWriter.swift
[177/191] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[178/191] Compiling NIOCore BSDSocketAPI.swift
[179/191] Compiling NIOCore ByteBuffer-aux.swift
[180/191] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[181/191] Compiling NIOCore ByteBuffer-conversions.swift
[182/191] Compiling NIOCore ByteBuffer-core.swift
[183/191] Compiling NIOCore ByteBuffer-hex.swift
[184/191] Compiling NIOCore ByteBuffer-int.swift
[185/191] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[186/191] Emitting module NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[187/191] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/64] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[3/64] Compiling InternalCollectionsUtilities UInt+reversed.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[4/64] Compiling Atomics OptionalRawRepresentable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[5/64] Compiling Atomics RawRepresentable.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[6/65] Compiling Logging Locks.swift
[7/65] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/66] Compiling InternalCollectionsUtilities Descriptions.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[9/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[10/66] Compiling xsys timeval_any.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[11/66] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/66] Compiling InternalCollectionsUtilities Debugging.swift
[16/66] Compiling Logging MetadataProvider.swift
[17/66] Compiling NIOConcurrencyHelpers lock.swift
[18/66] Compiling Atomics ManagedAtomic.swift
[19/66] Compiling Atomics ManagedAtomicLazyReference.swift
[22/68] Compiling Atomics UnsafeAtomic.swift
[23/68] Compiling Atomics UnsafeAtomicLazyReference.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[26/68] Compiling xsys timespec.swift
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
[28/68] Compiling Atomics DoubleWord.swift
[31/68] Compiling _NIODataStructures _TinyArray.swift
[32/68] Compiling _NIODataStructures PriorityQueue.swift
[33/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/68] Emitting module NIOConcurrencyHelpers
[35/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[36/68] Compiling _NIODataStructures Heap.swift
[37/68] Emitting module _NIODataStructures
[38/69] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[39/69] Compiling NIOConcurrencyHelpers atomics.swift
[41/69] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/69] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/70] Compiling _NIOBase64 Base64.swift
[45/70] Emitting module _NIOBase64
[46/70] Compiling Atomics IntegerOperations.swift
[47/70] Compiling Atomics Unmanaged extensions.swift
[52/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/71] Compiling Atomics IntegerConformances.swift
[54/71] Emitting module InternalCollectionsUtilities
[58/72] Compiling Logging LogHandler.swift
[59/72] Emitting module Logging
[60/72] Compiling Logging Logging.swift
[62/88] Compiling DequeModule Deque+Extras.swift
[63/88] Compiling DequeModule Deque+Hashable.swift
[64/90] Compiling DequeModule _DequeBuffer.swift
[65/90] Compiling DequeModule _DequeBufferHeader.swift
[66/90] Compiling DequeModule Deque+Testing.swift
[67/90] Compiling DequeModule Deque._Storage.swift
[68/90] Compiling DequeModule _DequeSlot.swift
[69/90] Compiling DequeModule _UnsafeWrappedBuffer.swift
[70/90] Compiling DequeModule Deque._UnsafeHandle.swift
[71/90] Compiling DequeModule Deque.swift
[72/90] Compiling DequeModule Deque+Equatable.swift
[73/90] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[74/90] Emitting module DequeModule
[75/90] Compiling DequeModule Deque+CustomReflectable.swift
[76/90] Compiling DequeModule Deque+Descriptions.swift
[77/90] Compiling DequeModule Deque+Codable.swift
[78/90] Compiling DequeModule Deque+Collection.swift
[85/91] Emitting module Atomics
[88/152] Compiling NIOCore MulticastChannel.swift
[89/152] Compiling NIOCore NIOAny.swift
[90/152] Compiling NIOCore NIOCloseOnErrorHandler.swift
[91/152] Compiling NIOCore NIOLoopBound.swift
[92/152] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[93/152] Compiling NIOCore NIOScheduledCallback.swift
[94/152] Compiling NIOCore NIOSendable.swift
[95/152] Compiling NIOCore RecvByteBufferAllocator.swift
[96/160] Compiling NIOCore IO.swift
[97/160] Compiling NIOCore IOData.swift
[98/160] Compiling NIOCore IPProtocol.swift
[99/160] Compiling NIOCore IntegerBitPacking.swift
[100/160] Compiling NIOCore IntegerTypes.swift
[101/160] Compiling NIOCore Interfaces.swift
[102/160] Compiling NIOCore Linux.swift
[103/160] Compiling NIOCore MarkedCircularBuffer.swift
[104/160] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[105/160] Compiling NIOCore EventLoopFuture+Deprecated.swift
[106/160] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[107/160] Compiling NIOCore EventLoopFuture.swift
[108/160] Compiling NIOCore FileDescriptor.swift
[109/160] Compiling NIOCore FileHandle.swift
[110/160] Compiling NIOCore FileRegion.swift
[111/160] Compiling NIOCore GlobalSingletons.swift
[112/160] Compiling NIOCore CircularBuffer.swift
[113/160] Compiling NIOCore Codec.swift
[114/160] Compiling NIOCore ConvenienceOptionSupport.swift
[115/160] Compiling NIOCore DeadChannel.swift
[116/160] Compiling NIOCore DispatchQueue+WithFuture.swift
[117/160] Compiling NIOCore EventLoop+Deprecated.swift
[118/160] Compiling NIOCore EventLoop+SerialExecutor.swift
[119/160] Compiling NIOCore EventLoop.swift
[120/160] Compiling NIOCore AddressedEnvelope.swift
[121/160] Compiling NIOCore AsyncAwaitSupport.swift
[122/160] Compiling NIOCore AsyncChannel.swift
[123/160] Compiling NIOCore AsyncChannelHandler.swift
[124/160] Compiling NIOCore AsyncChannelInboundStream.swift
[125/160] Compiling NIOCore AsyncChannelOutboundWriter.swift
[126/160] Compiling NIOCore NIOAsyncSequenceProducer.swift
[127/160] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[128/160] Compiling NIOCore NIOAsyncWriter.swift
[129/160] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/160] Compiling NIOCore SocketAddresses.swift
[131/160] Compiling NIOCore SocketOptionProvider.swift
[132/160] Compiling NIOCore SystemCallHelpers.swift
[133/160] Compiling NIOCore TimeAmount+Duration.swift
[134/160] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/160] Compiling NIOCore UniversalBootstrapSupport.swift
[136/160] Compiling NIOCore Utilities.swift
[137/160] Compiling NIOCore ByteBuffer-multi-int.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[138/160] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[139/160] Compiling NIOCore ByteBuffer-views.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[140/160] Compiling NIOCore Channel.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[141/160] Compiling NIOCore ChannelHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[142/160] Compiling NIOCore ChannelHandlers.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[143/160] Compiling NIOCore ChannelInvoker.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[144/160] Compiling NIOCore ChannelOption.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[145/160] Compiling NIOCore ChannelPipeline.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[146/160] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[147/160] Compiling NIOCore BSDSocketAPI.swift
[148/160] Compiling NIOCore ByteBuffer-aux.swift
[149/160] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[150/160] Compiling NIOCore ByteBuffer-conversions.swift
[151/160] Compiling NIOCore ByteBuffer-core.swift
[152/160] Compiling NIOCore ByteBuffer-hex.swift
[153/160] Compiling NIOCore ByteBuffer-int.swift
[154/160] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[155/160] Emitting module NIOCore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[156/160] Emitting module xsys
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
/host/spi-builder-workspace/Sources/xsys/Module.swift:14:10: error: no such module 'Darwin'
12 |   import Glibc
13 | #else
14 |   import Darwin
   |          `- error: no such module 'Darwin'
15 | #endif
16 |
BUILD FAILURE 6.1 wasm