The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Atem, reference master (b1ab46), with Swift 6.1 for Wasm on 27 May 2025 20:07:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/dev1an/swift-atem.git
Reference: master
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/dev1an/swift-atem
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1ab46e Add MediaPlayerFrameDescription change decoder
Cloned https://github.com/dev1an/swift-atem.git
Revision (git rev-parse @):
b1ab46e3e59353cf18a9093b8fc9ed53917f6e47
SUCCESS checkout https://github.com/dev1an/swift-atem.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dev1an/swift-atem.git
https://github.com/dev1an/swift-atem.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.18.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    }
  ],
  "manifest_display_name" : "Atem",
  "name" : "Atem",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Atem",
      "targets" : [
        "Atem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AtemAppleDiscovery",
      "targets" : [
        "AtemAppleDiscovery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VersionDump",
      "targets" : [
        "VersionDump"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Simulator",
      "targets" : [
        "Simulator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TitleGenerator",
      "targets" : [
        "TitleGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PreviewSwitcher",
      "targets" : [
        "PreviewSwitcher"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SourceLabeler",
      "targets" : [
        "SourceLabeler"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MessageDecoder",
      "targets" : [
        "MessageDecoder"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VersionDump",
      "module_type" : "SwiftTarget",
      "name" : "VersionDump",
      "path" : "Sources/VersionDump",
      "product_memberships" : [
        "VersionDump"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TitleGenerator",
      "module_type" : "SwiftTarget",
      "name" : "TitleGenerator",
      "path" : "Sources/TitleGenerator",
      "product_memberships" : [
        "TitleGenerator"
      ],
      "sources" : [
        "Renderer.swift",
        "Title.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SourceLabeler",
      "module_type" : "SwiftTarget",
      "name" : "SourceLabeler",
      "path" : "Sources/SourceLabeler",
      "product_memberships" : [
        "SourceLabeler"
      ],
      "sources" : [
        "Analyze grid.swift",
        "Label.swift",
        "connect.swift",
        "generate grid.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Simulator",
      "module_type" : "SwiftTarget",
      "name" : "Simulator",
      "path" : "Sources/Simulator",
      "product_memberships" : [
        "Simulator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PreviewSwitcher",
      "module_type" : "SwiftTarget",
      "name" : "PreviewSwitcher",
      "path" : "Sources/PreviewSwitcher",
      "product_memberships" : [
        "PreviewSwitcher"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MessageDecoder",
      "module_type" : "SwiftTarget",
      "name" : "MessageDecoder",
      "path" : "Sources/MessageDecoder",
      "product_memberships" : [
        "MessageDecoder"
      ],
      "sources" : [
        "IntOperators.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AtemTests",
      "module_type" : "SwiftTarget",
      "name" : "AtemTests",
      "path" : "Tests/AtemTests",
      "sources" : [
        "Atem_Tests.swift",
        "ColorConversionTests.swift",
        "DataTransferMessagesTests.swift",
        "EnvelopeWrapper.swift",
        "MessageTests.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AtemAppleDiscovery",
      "module_type" : "SwiftTarget",
      "name" : "AtemAppleDiscovery",
      "path" : "Sources/AtemAppleDiscovery",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "AtemAppleDiscovery"
      ],
      "sources" : [
        "NetService.swift",
        "Network-framework.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Atem",
      "module_type" : "SwiftTarget",
      "name" : "Atem",
      "path" : "Sources/Atem",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Atem",
        "VersionDump",
        "Simulator",
        "TitleGenerator",
        "PreviewSwitcher",
        "SourceLabeler",
        "MessageDecoder"
      ],
      "sources" : [
        "Connection.swift",
        "Controller.swift",
        "MediaConverter/422 ABLARL YUV.swift",
        "MediaConverter/Decode input labels.swift",
        "MediaConverter/RunLength.swift",
        "MediaConverter/accelerate.swift",
        "MediaPool.swift",
        "MessageHandler.swift",
        "Messages/Actions.swift",
        "Messages/Configuration.swift",
        "Messages/DataTransfer.swift",
        "Messages/Message.swift",
        "Model.swift",
        "Packet.swift",
        "PacketTypes.swift",
        "Switcher.swift",
        "TallyLight.swift",
        "UploadManager.swift",
        "Utilities/ArrayOperations.swift",
        "Utilities/HandlerWithTimer.swift",
        "Utilities/InitialSwitcherStateMessages.swift",
        "Utilities/IntOperators.swift",
        "Utilities/OptionSet+elements.swift",
        "Utilities/RawRepresentable+decode.swift",
        "VideoSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
[1/5914] Fetching swift-nio-extras
[5915/81969] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (8.99s)
Fetched https://github.com/apple/swift-nio.git from cache (9.21s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (10.46s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/4985] Fetching swift-async-algorithms
[500/6575] Fetching swift-async-algorithms, swift-asn1
[1603/9001] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle
[2955/12837] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-log
[10281/27680] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-log, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.79s)
[11666/25254] Fetching swift-async-algorithms, swift-asn1, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[10454/23664] Fetching swift-async-algorithms, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.04s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[5766/18679] Fetching swift-log, swift-nio-ssl
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-log.git from cache (1.21s)
[2524/14843] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[2970/20802] Fetching swift-nio-ssl, swift-algorithms
[6454/22512] Fetching swift-nio-ssl, swift-algorithms, swift-atomics
[11357/23653] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-structured-headers
[12929/29808] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-structured-headers, swift-certificates
[13615/30712] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-structured-headers, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.05s)
[15826/29571] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-algorithms.git from cache (1.33s)
[10113/23612] Fetching swift-nio-ssl, swift-atomics, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.94s)
Fetching https://github.com/apple/swift-nio-http2.git
[9690/22708] Fetching swift-nio-ssl, swift-atomics, swift-certificates
Fetched https://github.com/apple/swift-atomics.git from cache (1.78s)
[15952/20998] Fetching swift-nio-ssl, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.49s)
[10243/26370] Fetching swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.57s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.94s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.18s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.06s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.14s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.85s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.68s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (4.15s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.87s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.0.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.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.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
Building for debugging...
[0/57] Write sources
[15/57] Compiling CNIOWASI CNIOWASI.c
[16/57] Compiling CNIOLinux liburing_shims.c
[17/57] Compiling CNIOWindows WSAStartup.c
[18/57] Write sources
[21/57] Compiling CNIOWindows shim.c
[22/57] Compiling _AtomicsShims.c
[22/57] Compiling CNIOLinux shim.c
[24/57] Compiling CNIODarwin shim.c
[25/57] Write swift-version-24593BA9C3E375BF.txt
[27/96] Emitting module _NIODataStructures
[28/96] Emitting module Atomics
[29/98] Compiling Atomics Primitives.native.swift
[30/98] Compiling Atomics OptionalRawRepresentable.swift
[31/99] Compiling _NIODataStructures _TinyArray.swift
[32/99] Compiling Atomics AtomicReference.swift
[33/99] Compiling Atomics AtomicStorage.swift
[34/99] Compiling Atomics AtomicValue.swift
[35/99] Compiling Atomics IntegerConformances.swift
[36/99] Compiling Atomics PointerConformances.swift
[38/99] Compiling Atomics RawRepresentable.swift
[39/99] Compiling Atomics AtomicBool.swift
[40/99] Compiling Atomics Primitives.shims.swift
[41/99] Compiling Atomics AtomicInteger.swift
[44/99] Emitting module InternalCollectionsUtilities
[48/99] Compiling Atomics AtomicMemoryOrderings.swift
[49/99] Compiling Atomics DoubleWord.swift
[50/99] Compiling _NIODataStructures PriorityQueue.swift
[53/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/99] Compiling Atomics AtomicOptionalWrappable.swift
[59/99] Compiling Atomics ManagedAtomic.swift
[60/99] Compiling Atomics ManagedAtomicLazyReference.swift
[61/99] Compiling Atomics UnsafeAtomic.swift
[62/99] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/99] Emitting module _NIOBase64
[64/99] Compiling _NIOBase64 Base64.swift
[64/100] Compiling c-nioatomics.c
[66/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/101] Compiling Atomics IntegerOperations.swift
[69/101] Compiling Atomics Unmanaged extensions.swift
[71/102] Wrapping AST for _NIOBase64 for debugging
[72/102] Wrapping AST for InternalCollectionsUtilities for debugging
[73/113] Wrapping AST for Atomics for debugging
[75/117] Compiling _NIODataStructures Heap.swift
[76/118] Compiling DequeModule _DequeBuffer.swift
[77/118] Compiling DequeModule _DequeBufferHeader.swift
[79/120] Compiling DequeModule Deque+Equatable.swift
[80/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/120] Compiling DequeModule Deque+Extras.swift
[82/120] Compiling DequeModule Deque+Hashable.swift
[82/120] Compiling c-atomics.c
[84/120] Compiling DequeModule _DequeSlot.swift
[85/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/120] Compiling DequeModule Deque._UnsafeHandle.swift
[87/120] Compiling DequeModule Deque.swift
[88/120] Compiling DequeModule Deque+Testing.swift
[89/120] Compiling DequeModule Deque._Storage.swift
[89/125] Wrapping AST for _NIODataStructures for debugging
[91/126] Compiling NIOConcurrencyHelpers lock.swift
[92/126] Compiling DequeModule Deque+CustomReflectable.swift
[93/126] Compiling DequeModule Deque+Descriptions.swift
[94/126] Compiling DequeModule Deque+Codable.swift
[95/126] Compiling DequeModule Deque+Collection.swift
[96/126] Emitting module DequeModule
[97/127] Wrapping AST for DequeModule for debugging
[99/127] Emitting module NIOConcurrencyHelpers
[100/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/127] Compiling NIOConcurrencyHelpers atomics.swift
[104/128] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/188] Compiling NIOCore IO.swift
[107/188] Compiling NIOCore IOData.swift
[108/188] Compiling NIOCore IPProtocol.swift
[109/188] Compiling NIOCore IntegerBitPacking.swift
[110/188] Compiling NIOCore IntegerTypes.swift
[111/188] Compiling NIOCore Interfaces.swift
[112/188] Compiling NIOCore Linux.swift
[113/188] Compiling NIOCore MarkedCircularBuffer.swift
[114/196] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[115/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[116/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[117/196] Compiling NIOCore EventLoopFuture.swift
[118/196] Compiling NIOCore FileDescriptor.swift
[119/196] Compiling NIOCore FileHandle.swift
[120/196] Compiling NIOCore FileRegion.swift
[121/196] Compiling NIOCore GlobalSingletons.swift
[122/196] Compiling NIOCore CircularBuffer.swift
[123/196] Compiling NIOCore Codec.swift
[124/196] Compiling NIOCore ConvenienceOptionSupport.swift
[125/196] Compiling NIOCore DeadChannel.swift
[126/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[127/196] Compiling NIOCore EventLoop+Deprecated.swift
[128/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[129/196] Compiling NIOCore EventLoop.swift
[130/196] Compiling NIOCore MulticastChannel.swift
[131/196] Compiling NIOCore NIOAny.swift
[132/196] Compiling NIOCore NIOCloseOnErrorHandler.swift
[133/196] Compiling NIOCore NIOLoopBound.swift
[134/196] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[135/196] Compiling NIOCore NIOScheduledCallback.swift
[136/196] Compiling NIOCore NIOSendable.swift
[137/196] Compiling NIOCore RecvByteBufferAllocator.swift
[138/196] 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:
[139/196] 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:
[140/196] 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:
[141/196] 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:
[142/196] 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:
[143/196] 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:
[144/196] 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:
[145/196] 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:
[146/196] 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:
[147/196] Compiling NIOCore AddressedEnvelope.swift
[148/196] Compiling NIOCore AsyncAwaitSupport.swift
[149/196] Compiling NIOCore AsyncChannel.swift
[150/196] Compiling NIOCore AsyncChannelHandler.swift
[151/196] Compiling NIOCore AsyncChannelInboundStream.swift
[152/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/196] Compiling NIOCore NIOAsyncWriter.swift
[156/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[157/196] Compiling NIOCore SocketAddresses.swift
[158/196] Compiling NIOCore SocketOptionProvider.swift
[159/196] Compiling NIOCore SystemCallHelpers.swift
[160/196] Compiling NIOCore TimeAmount+Duration.swift
[161/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[162/196] Compiling NIOCore UniversalBootstrapSupport.swift
[163/196] Compiling NIOCore Utilities.swift
[164/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[165/196] Compiling NIOCore BSDSocketAPI.swift
[166/196] Compiling NIOCore ByteBuffer-aux.swift
[167/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[168/196] Compiling NIOCore ByteBuffer-conversions.swift
[169/196] Compiling NIOCore ByteBuffer-core.swift
[170/196] Compiling NIOCore ByteBuffer-hex.swift
[171/196] Compiling NIOCore ByteBuffer-int.swift
[172/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[173/196] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
[0/1] Planning build
Building for debugging...
[0/30] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/76] Compiling _NIODataStructures Heap.swift
[4/76] Compiling _NIODataStructures PriorityQueue.swift
[5/76] Emitting module _NIODataStructures
[6/76] Compiling NIOConcurrencyHelpers lock.swift
[7/76] Compiling NIOConcurrencyHelpers NIOLock.swift
[8/76] Emitting module NIOConcurrencyHelpers
[9/76] Compiling _NIODataStructures _TinyArray.swift
[10/77] Compiling _NIOBase64 Base64.swift
[11/77] Emitting module _NIOBase64
[12/77] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[14/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/78] Compiling Atomics AtomicStorage.swift
[17/78] Compiling Atomics AtomicValue.swift
[18/78] Compiling InternalCollectionsUtilities Descriptions.swift
[19/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/78] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[21/78] Compiling NIOConcurrencyHelpers atomics.swift
[22/78] Compiling Atomics ManagedAtomic.swift
[23/78] Compiling Atomics ManagedAtomicLazyReference.swift
[24/78] Compiling Atomics AtomicMemoryOrderings.swift
[25/78] Compiling Atomics DoubleWord.swift
[26/78] Compiling Atomics UnsafeAtomic.swift
[27/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/80] Compiling Atomics AtomicReference.swift
[32/81] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[33/81] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/81] Emitting module Atomics
[35/81] Compiling Atomics OptionalRawRepresentable.swift
[36/81] Compiling InternalCollectionsUtilities Integer rank.swift
[38/81] Compiling Atomics AtomicOptionalWrappable.swift
[40/81] Emitting module InternalCollectionsUtilities
[43/81] Compiling Atomics Primitives.shims.swift
[44/81] Compiling Atomics AtomicInteger.swift
[46/79] Compiling Atomics IntegerOperations.swift
[47/79] Compiling Atomics Unmanaged extensions.swift
[54/80] Wrapping AST for InternalCollectionsUtilities for debugging
[56/95] Compiling DequeModule _DequeBuffer.swift
[57/95] Compiling DequeModule _DequeBufferHeader.swift
[57/97] Wrapping AST for Atomics for debugging
[59/97] Compiling DequeModule Deque+Testing.swift
[60/97] Compiling DequeModule Deque._Storage.swift
[61/97] Compiling DequeModule Deque+Extras.swift
[62/97] Compiling DequeModule Deque+Hashable.swift
[63/97] Compiling DequeModule Deque._UnsafeHandle.swift
[64/97] Compiling DequeModule Deque.swift
[65/97] Compiling DequeModule Deque+Equatable.swift
[66/97] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/97] Compiling DequeModule Deque+CustomReflectable.swift
[68/97] Compiling DequeModule Deque+Descriptions.swift
[69/97] Emitting module DequeModule
[70/97] Compiling DequeModule Deque+Codable.swift
[71/97] Compiling DequeModule Deque+Collection.swift
[72/97] Compiling DequeModule _DequeSlot.swift
[73/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/98] Wrapping AST for DequeModule for debugging
[76/158] Compiling NIOCore MulticastChannel.swift
[77/158] Compiling NIOCore NIOAny.swift
[78/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/158] Compiling NIOCore NIOLoopBound.swift
[80/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/158] Compiling NIOCore NIOScheduledCallback.swift
[82/158] Compiling NIOCore NIOSendable.swift
[83/158] Compiling NIOCore RecvByteBufferAllocator.swift
[84/166] Compiling NIOCore IO.swift
[85/166] Compiling NIOCore IOData.swift
[86/166] Compiling NIOCore IPProtocol.swift
[87/166] Compiling NIOCore IntegerBitPacking.swift
[88/166] Compiling NIOCore IntegerTypes.swift
[89/166] Compiling NIOCore Interfaces.swift
[90/166] Compiling NIOCore Linux.swift
[91/166] Compiling NIOCore MarkedCircularBuffer.swift
[92/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[93/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[94/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[95/166] Compiling NIOCore EventLoopFuture.swift
[96/166] Compiling NIOCore FileDescriptor.swift
[97/166] Compiling NIOCore FileHandle.swift
[98/166] Compiling NIOCore FileRegion.swift
[99/166] Compiling NIOCore GlobalSingletons.swift
[100/166] Compiling NIOCore CircularBuffer.swift
[101/166] Compiling NIOCore Codec.swift
[102/166] Compiling NIOCore ConvenienceOptionSupport.swift
[103/166] Compiling NIOCore DeadChannel.swift
[104/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[105/166] Compiling NIOCore EventLoop+Deprecated.swift
[106/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[107/166] Compiling NIOCore EventLoop.swift
[108/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[109/166] Compiling NIOCore SocketAddresses.swift
[110/166] Compiling NIOCore SocketOptionProvider.swift
[111/166] Compiling NIOCore SystemCallHelpers.swift
[112/166] Compiling NIOCore TimeAmount+Duration.swift
[113/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[114/166] Compiling NIOCore UniversalBootstrapSupport.swift
[115/166] Compiling NIOCore Utilities.swift
[116/166] 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:
[117/166] 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:
[118/166] 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:
[119/166] 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:
[120/166] 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:
[121/166] 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:
[122/166] 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:
[123/166] 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:
[124/166] 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:
[125/166] Compiling NIOCore AddressedEnvelope.swift
[126/166] Compiling NIOCore AsyncAwaitSupport.swift
[127/166] Compiling NIOCore AsyncChannel.swift
[128/166] Compiling NIOCore AsyncChannelHandler.swift
[129/166] Compiling NIOCore AsyncChannelInboundStream.swift
[130/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/166] Compiling NIOCore NIOAsyncWriter.swift
[134/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[135/166] Compiling NIOCore BSDSocketAPI.swift
[136/166] Compiling NIOCore ByteBuffer-aux.swift
[137/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[138/166] Compiling NIOCore ByteBuffer-conversions.swift
[139/166] Compiling NIOCore ByteBuffer-core.swift
[140/166] Compiling NIOCore ByteBuffer-hex.swift
[141/166] Compiling NIOCore ByteBuffer-int.swift
[142/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[143/166] Emitting module NIOCore
BUILD FAILURE 6.1 wasm