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 swift-aws-lambda-runtime, reference 0.5.2 (699ada), with Swift 6.1 for Wasm on 28 May 2025 02:03:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/swift-server/swift-aws-lambda-runtime.git
Reference: 0.5.2
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/swift-server/swift-aws-lambda-runtime
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at 699ada1 Add guards for code that relies on _Concurrency (#237)
Cloned https://github.com/swift-server/swift-aws-lambda-runtime.git
Revision (git rev-parse @):
699ada1724459582303c15aae64fa12ca4d33809
SUCCESS checkout https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server/swift-aws-lambda-runtime.git
https://github.com/swift-server/swift-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.32.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.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-backtrace",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-backtrace.git"
    }
  ],
  "manifest_display_name" : "swift-aws-lambda-runtime",
  "name" : "swift-aws-lambda-runtime",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSLambdaRuntime",
      "targets" : [
        "AWSLambdaRuntime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaRuntimeCore",
      "targets" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaEvents",
      "targets" : [
        "AWSLambdaEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AWSLambdaTesting",
      "targets" : [
        "AWSLambdaTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StringSample",
      "targets" : [
        "StringSample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MockServer",
      "targets" : [
        "MockServer"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CodableSample",
      "targets" : [
        "CodableSample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringSample",
      "module_type" : "SwiftTarget",
      "name" : "StringSample",
      "path" : "Sources/StringSample",
      "product_memberships" : [
        "StringSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MockServer",
      "module_type" : "SwiftTarget",
      "name" : "MockServer",
      "path" : "Sources/MockServer",
      "product_dependencies" : [
        "NIOHTTP1",
        "NIO"
      ],
      "product_memberships" : [
        "MockServer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CodableSample",
      "module_type" : "SwiftTarget",
      "name" : "CodableSample",
      "path" : "Sources/CodableSample",
      "product_memberships" : [
        "CodableSample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AWSLambdaTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTestingTests",
      "path" : "Tests/AWSLambdaTestingTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaTesting",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaTesting",
      "path" : "Sources/AWSLambdaTesting",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "AWSLambdaTesting"
      ],
      "sources" : [
        "Lambda+Testing.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntimeTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeTests",
      "path" : "Tests/AWSLambdaRuntimeTests",
      "sources" : [
        "Lambda+CodeableTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore",
        "AWSLambdaRuntime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCoreTests",
      "path" : "Tests/AWSLambdaRuntimeCoreTests",
      "product_dependencies" : [
        "NIOTestUtils",
        "NIOFoundationCompat"
      ],
      "sources" : [
        "LambdaHandlerTest.swift",
        "LambdaLifecycleTest.swift",
        "LambdaRunnerTest.swift",
        "LambdaRuntimeClientTest.swift",
        "LambdaTest.swift",
        "MockLambdaServer.swift",
        "Utils.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaRuntimeCore",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntimeCore",
      "path" : "Sources/AWSLambdaRuntimeCore",
      "product_dependencies" : [
        "Logging",
        "Backtrace",
        "NIOHTTP1",
        "NIO",
        "_NIOConcurrency"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaRuntimeCore",
        "AWSLambdaTesting",
        "StringSample",
        "CodableSample"
      ],
      "sources" : [
        "HTTPClient.swift",
        "Lambda+LocalServer.swift",
        "Lambda+String.swift",
        "Lambda.swift",
        "LambdaConfiguration.swift",
        "LambdaContext.swift",
        "LambdaHandler.swift",
        "LambdaLifecycle.swift",
        "LambdaRunner.swift",
        "LambdaRuntimeClient.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaRuntime",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaRuntime",
      "path" : "Sources/AWSLambdaRuntime",
      "product_dependencies" : [
        "NIO",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "AWSLambdaRuntime",
        "AWSLambdaTesting",
        "StringSample",
        "CodableSample"
      ],
      "sources" : [
        "Context+Foundation.swift",
        "Lambda+Codable.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaRuntimeCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSLambdaEventsTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaEventsTests",
      "path" : "Tests/AWSLambdaEventsTests",
      "sources" : [
        "ALBTests.swift",
        "APIGateway+V2Tests.swift",
        "APIGatewayTests.swift",
        "AppSyncTests.swift",
        "CloudwatchTests.swift",
        "DynamoDBTests.swift",
        "S3Tests.swift",
        "SESTests.swift",
        "SNSTests.swift",
        "SQSTests.swift",
        "Utils/Base64Tests.swift",
        "Utils/DateWrapperTests.swift"
      ],
      "target_dependencies" : [
        "AWSLambdaEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSLambdaEvents",
      "module_type" : "SwiftTarget",
      "name" : "AWSLambdaEvents",
      "path" : "Sources/AWSLambdaEvents",
      "product_memberships" : [
        "AWSLambdaEvents"
      ],
      "sources" : [
        "ALB.swift",
        "APIGateway+V2.swift",
        "APIGateway.swift",
        "AWSRegion.swift",
        "AppSync.swift",
        "Cloudwatch.swift",
        "DynamoDB.swift",
        "S3.swift",
        "SES.swift",
        "SNS.swift",
        "SQS.swift",
        "Utils/Base64.swift",
        "Utils/DateWrappers.swift",
        "Utils/HTTP.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
[4468/80522] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (8.32s)
Fetched https://github.com/swift-server/swift-backtrace.git from cache (8.33s)
Fetched https://github.com/apple/swift-nio.git from cache (8.48s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (9.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (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.47s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[45/20982] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-system.git from cache (2.56s)
Fetched https://github.com/apple/swift-collections.git from cache (2.61s)
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.27s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
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
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/73] Write sources
[17/73] Compiling CNIOWASI CNIOWASI.c
[18/73] Compiling _AtomicsShims.c
[18/73] Compiling CNIOWindows WSAStartup.c
[20/73] Compiling CNIOWindows shim.c
[20/73] Compiling CNIOLinux shim.c
[22/73] Compiling CNIODarwin shim.c
[23/73] Compiling CNIOLinux liburing_shims.c
[24/73] Compiling CBacktrace state.c
[25/73] Compiling CNIOLLHTTP c_nio_http.c
[26/73] Compiling CBacktrace simple.c
[27/73] Compiling CBacktrace sort.c
[27/73] Compiling CNIOLLHTTP c_nio_api.c
[29/73] Compiling CBacktrace print.c
[30/73] Compiling CBacktrace posix.c
[31/73] Compiling CBacktrace mmapio.c
[32/73] Compiling CBacktrace mmap.c
[33/73] Compiling CBacktrace fileline.c
[34/73] Compiling CBacktrace elf.c
[34/73] Write sources
[40/73] Write swift-version-24593BA9C3E375BF.txt
[41/73] Compiling CBacktrace dwarf.c
[42/73] Compiling CBacktrace atomic.c
[42/73] Compiling CBacktrace backtrace.c
[44/117] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/120] Emitting module Atomics
[46/122] Compiling c-nioatomics.c
[48/122] Compiling Backtrace Demangle.swift
[49/122] Compiling Atomics AtomicOptionalWrappable.swift
[50/122] Compiling Atomics IntegerConformances.swift
[51/123] Compiling Atomics OptionalRawRepresentable.swift
[52/123] Compiling Atomics RawRepresentable.swift
[53/123] Compiling Atomics AtomicBool.swift
[54/123] Compiling Atomics AtomicReference.swift
[55/123] Compiling Atomics AtomicStorage.swift
[56/123] Compiling Atomics AtomicValue.swift
[57/123] Compiling Atomics AtomicMemoryOrderings.swift
[58/123] Compiling Atomics DoubleWord.swift
[59/123] Emitting module Backtrace
[60/123] Compiling Backtrace Backtrace.swift
[61/123] Emitting module _NIOBase64
[62/123] Compiling _NIOBase64 Base64.swift
[63/125] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/125] Compiling Atomics Primitives.shims.swift
[65/125] Compiling Atomics AtomicInteger.swift
[67/125] Compiling _NIODataStructures _TinyArray.swift
[74/125] Emitting module InternalCollectionsUtilities
[75/125] Compiling Atomics ManagedAtomic.swift
[76/125] Compiling Atomics ManagedAtomicLazyReference.swift
[77/125] Compiling Atomics UnsafeAtomic.swift
[78/125] Compiling Atomics PointerConformances.swift
[79/125] Compiling Atomics UnsafeAtomicLazyReference.swift
[80/125] Compiling Atomics Primitives.native.swift
[81/125] Compiling _NIODataStructures PriorityQueue.swift
[87/125] Compiling Atomics IntegerOperations.swift
[88/125] Compiling Atomics Unmanaged extensions.swift
[91/140] Wrapping AST for _NIOBase64 for debugging
[93/140] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[94/140] Compiling _NIODataStructures Heap.swift
[95/140] Emitting module _NIODataStructures
[96/140] Compiling Logging LogHandler.swift
[97/140] Compiling Logging Locks.swift
[97/142] Wrapping AST for Backtrace for debugging
[99/142] Compiling Logging Logging.swift
[100/142] Compiling Logging MetadataProvider.swift
[101/142] Emitting module Logging
[101/143] Wrapping AST for Atomics for debugging
[105/158] Wrapping AST for InternalCollectionsUtilities for debugging
[106/158] Wrapping AST for _NIODataStructures for debugging
[107/158] Wrapping AST for Logging for debugging
[108/158] Compiling c-atomics.c
[110/158] Compiling DequeModule _DequeBuffer.swift
[111/158] Compiling DequeModule _DequeBufferHeader.swift
[112/166] Compiling NIOConcurrencyHelpers lock.swift
[113/166] Compiling DequeModule _DequeSlot.swift
[114/166] Compiling DequeModule _UnsafeWrappedBuffer.swift
[115/166] Compiling DequeModule Deque+Equatable.swift
[116/166] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[117/166] Compiling DequeModule Deque+Testing.swift
[118/166] Compiling DequeModule Deque._Storage.swift
[119/166] Compiling DequeModule Deque+CustomReflectable.swift
[120/166] Compiling DequeModule Deque+Descriptions.swift
[121/166] Compiling DequeModule Deque+Extras.swift
[122/166] Compiling DequeModule Deque+Hashable.swift
[123/166] Compiling DequeModule Deque._UnsafeHandle.swift
[124/166] Compiling DequeModule Deque.swift
[125/166] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[126/166] Emitting module NIOConcurrencyHelpers
[127/166] Compiling NIOConcurrencyHelpers atomics.swift
[128/166] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[129/166] Compiling NIOConcurrencyHelpers NIOLock.swift
[130/167] Compiling DequeModule Deque+Codable.swift
[131/167] Compiling DequeModule Deque+Collection.swift
[132/167] Emitting module DequeModule
[134/168] Wrapping AST for DequeModule for debugging
[135/168] Wrapping AST for NIOConcurrencyHelpers for debugging
[137/228] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[138/228] Compiling NIOCore ByteBuffer-views.swift
[139/228] Compiling AWSLambdaEvents DateWrappers.swift
[140/229] Compiling NIOCore AddressedEnvelope.swift
[141/229] Compiling NIOCore AsyncAwaitSupport.swift
[142/229] Compiling NIOCore NIOAsyncWriter.swift
[143/229] Compiling NIOCore ByteBuffer-multi-int.swift
[144/229] Compiling AWSLambdaEvents HTTP.swift
[145/229] Compiling NIOCore MulticastChannel.swift
[146/229] Compiling NIOCore NIOAny.swift
[147/229] Compiling NIOCore NIOCloseOnErrorHandler.swift
[148/229] Compiling NIOCore NIOLoopBound.swift
[149/229] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[150/229] Compiling NIOCore NIOScheduledCallback.swift
[151/229] Compiling NIOCore NIOSendable.swift
[152/229] Compiling NIOCore RecvByteBufferAllocator.swift
[153/237] Compiling NIOCore IO.swift
[154/237] Compiling NIOCore IOData.swift
[155/237] Compiling NIOCore IPProtocol.swift
[156/237] Compiling NIOCore IntegerBitPacking.swift
[157/237] Compiling NIOCore IntegerTypes.swift
[158/237] Compiling NIOCore Interfaces.swift
[159/237] Compiling NIOCore Linux.swift
[160/237] Compiling NIOCore MarkedCircularBuffer.swift
[161/237] Emitting module AWSLambdaEvents
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
[162/237] Compiling NIOCore AsyncChannel.swift
[163/237] Compiling NIOCore AsyncChannelHandler.swift
[164/237] Compiling NIOCore NIOAsyncSequenceProducer.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
[165/237] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/AWSRegion.swift:28:16: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 |     }
27 |
28 |     static var all: [AWSRegion] = [
   |                |- warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |         Self.ap_northeast_1,
30 |         Self.ap_northeast_2,
[166/237] Compiling NIOCore AsyncChannelInboundStream.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
[167/237] Compiling NIOCore AsyncChannelOutboundWriter.swift
/host/spi-builder-workspace/Sources/AWSLambdaEvents/Cloudwatch.swift:127:13: warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
125 |     struct DetailTypeMismatch: Error {
126 |         let name: String
127 |         let type: Any
    |             `- warning: stored property 'type' of 'Sendable'-conforming struct 'DetailTypeMismatch' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
128 |     }
129 | }
[169/238] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[170/238] Compiling NIOCore EventLoopFuture+Deprecated.swift
[171/238] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[172/238] Compiling NIOCore EventLoopFuture.swift
[173/238] Compiling NIOCore FileDescriptor.swift
[174/238] Compiling NIOCore FileHandle.swift
[175/238] Compiling NIOCore FileRegion.swift
[176/238] Compiling NIOCore GlobalSingletons.swift
[177/238] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[178/238] Compiling NIOCore SocketAddresses.swift
[179/238] Compiling NIOCore SocketOptionProvider.swift
[180/238] Compiling NIOCore SystemCallHelpers.swift
[181/238] Compiling NIOCore TimeAmount+Duration.swift
[182/238] Compiling NIOCore TypeAssistedChannelHandler.swift
[183/238] Compiling NIOCore UniversalBootstrapSupport.swift
[184/238] Compiling NIOCore Utilities.swift
[185/238] Compiling NIOCore CircularBuffer.swift
[186/238] Compiling NIOCore Codec.swift
[187/238] Compiling NIOCore ConvenienceOptionSupport.swift
[188/238] Compiling NIOCore DeadChannel.swift
[189/238] Compiling NIOCore DispatchQueue+WithFuture.swift
[190/238] Compiling NIOCore EventLoop+Deprecated.swift
[191/238] Compiling NIOCore EventLoop+SerialExecutor.swift
[192/238] Compiling NIOCore EventLoop.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:
/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:
/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:
[196/238] 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:
[197/238] 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:
[198/238] 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:
[199/238] 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:
[200/238] 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:
[201/238] 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:
[202/238] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[203/238] Compiling NIOCore BSDSocketAPI.swift
[204/238] Compiling NIOCore ByteBuffer-aux.swift
[205/238] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[206/238] Compiling NIOCore ByteBuffer-conversions.swift
[207/238] Compiling NIOCore ByteBuffer-core.swift
[208/238] Compiling NIOCore ByteBuffer-hex.swift
[209/238] Compiling NIOCore ByteBuffer-int.swift
[210/238] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[220/238] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/27] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling AWSLambdaEvents ALB.swift
[3/75] Compiling AWSLambdaEvents APIGateway+V2.swift
[4/76] Compiling Logging Locks.swift
[5/76] Compiling NIOConcurrencyHelpers lock.swift
[6/76] Compiling Backtrace Demangle.swift
[7/76] Compiling Backtrace Backtrace.swift
[8/76] Emitting module Backtrace
[9/96] Compiling Logging LogHandler.swift
[10/96] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/96] Compiling _NIODataStructures PriorityQueue.swift
[13/96] Compiling _NIODataStructures _TinyArray.swift
[14/96] Compiling Atomics AtomicOptionalWrappable.swift
[15/96] Compiling Atomics AtomicReference.swift
[16/96] Compiling Atomics Primitives.shims.swift
[17/96] Compiling Atomics AtomicInteger.swift
[18/96] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[20/95] Emitting module NIOConcurrencyHelpers
[21/95] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/95] Emitting module _NIOBase64
[23/95] Compiling _NIOBase64 Base64.swift
[24/96] Emitting module Logging
[25/96] Compiling AWSLambdaEvents DateWrappers.swift
[26/97] Compiling Atomics ManagedAtomic.swift
[27/97] Compiling Atomics ManagedAtomicLazyReference.swift
[28/97] Compiling Atomics UnsafeAtomic.swift
[29/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/98] Emitting module _NIODataStructures
[32/98] Compiling _NIODataStructures Heap.swift
[33/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[34/98] Compiling NIOConcurrencyHelpers atomics.swift
[35/100] Compiling Atomics AtomicStorage.swift
[36/100] Compiling Atomics AtomicValue.swift
[38/99] Compiling Atomics AtomicMemoryOrderings.swift
[39/99] Compiling Atomics DoubleWord.swift
[41/98] Compiling Atomics AtomicBool.swift
[42/98] Compiling Atomics IntegerConformances.swift
[43/98] Emitting module InternalCollectionsUtilities
[44/98] Compiling AWSLambdaEvents HTTP.swift
[53/98] Compiling Atomics IntegerOperations.swift
[54/98] Compiling Atomics Unmanaged extensions.swift
[55/98] Compiling Atomics PointerConformances.swift
[56/98] Compiling Atomics Primitives.native.swift
[59/99] Compiling Logging MetadataProvider.swift
[60/99] Compiling Logging Logging.swift
[62/115] Wrapping AST for InternalCollectionsUtilities for debugging
[64/115] Emitting module AWSLambdaEvents
[65/115] Compiling DequeModule Deque+CustomReflectable.swift
[66/115] Compiling DequeModule Deque+Descriptions.swift
[67/115] Compiling DequeModule _DequeBuffer.swift
[68/115] Compiling DequeModule _DequeBufferHeader.swift
[69/117] Compiling DequeModule Deque+Testing.swift
[70/117] Compiling DequeModule Deque._Storage.swift
[71/117] Compiling DequeModule Deque+Equatable.swift
[72/117] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[73/117] Compiling DequeModule Deque+Extras.swift
[74/117] Compiling DequeModule Deque+Hashable.swift
[76/117] Wrapping AST for Logging for debugging
[78/117] Compiling DequeModule Deque._UnsafeHandle.swift
[79/117] Compiling DequeModule Deque.swift
[85/118] Compiling DequeModule _DequeSlot.swift
[86/118] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/118] Compiling DequeModule Deque+Codable.swift
[90/118] Compiling DequeModule Deque+Collection.swift
[91/118] Emitting module DequeModule
[95/119] Emitting module Atomics
[100/120] Wrapping AST for DequeModule for debugging
[101/120] Wrapping AST for Atomics for debugging
[103/180] Compiling NIOCore MulticastChannel.swift
[104/180] Compiling NIOCore NIOAny.swift
[105/180] Compiling NIOCore NIOCloseOnErrorHandler.swift
[106/180] Compiling NIOCore NIOLoopBound.swift
[107/180] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[108/180] Compiling NIOCore NIOScheduledCallback.swift
[109/180] Compiling NIOCore NIOSendable.swift
[110/180] Compiling NIOCore RecvByteBufferAllocator.swift
[111/180] Compiling NIOCore IO.swift
[112/180] Compiling NIOCore IOData.swift
[113/180] Compiling NIOCore IPProtocol.swift
[114/180] Compiling NIOCore IntegerBitPacking.swift
[115/180] Compiling NIOCore IntegerTypes.swift
[116/180] Compiling NIOCore Interfaces.swift
[117/180] Compiling NIOCore Linux.swift
[118/180] Compiling NIOCore MarkedCircularBuffer.swift
[119/188] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/188] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/188] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/188] Compiling NIOCore EventLoopFuture.swift
[123/188] Compiling NIOCore FileDescriptor.swift
[124/188] Compiling NIOCore FileHandle.swift
[125/188] Compiling NIOCore FileRegion.swift
[126/188] Compiling NIOCore GlobalSingletons.swift
[127/188] 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:
[128/188] 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:
[129/188] 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:
[130/188] 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:
[131/188] 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:
[132/188] 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:
[133/188] 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:
[134/188] 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:
[135/188] 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:
[136/188] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[137/188] Compiling NIOCore SocketAddresses.swift
[138/188] Compiling NIOCore SocketOptionProvider.swift
[139/188] Compiling NIOCore SystemCallHelpers.swift
[140/188] Compiling NIOCore TimeAmount+Duration.swift
[141/188] Compiling NIOCore TypeAssistedChannelHandler.swift
[142/188] Compiling NIOCore UniversalBootstrapSupport.swift
[143/188] Compiling NIOCore Utilities.swift
[144/188] Compiling NIOCore CircularBuffer.swift
[145/188] Compiling NIOCore Codec.swift
[146/188] Compiling NIOCore ConvenienceOptionSupport.swift
[147/188] Compiling NIOCore DeadChannel.swift
[148/188] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/188] Compiling NIOCore EventLoop+Deprecated.swift
[150/188] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/188] Compiling NIOCore EventLoop.swift
[152/188] Compiling NIOCore AddressedEnvelope.swift
[153/188] Compiling NIOCore AsyncAwaitSupport.swift
[154/188] Compiling NIOCore AsyncChannel.swift
[155/188] Compiling NIOCore AsyncChannelHandler.swift
[156/188] Compiling NIOCore AsyncChannelInboundStream.swift
[157/188] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/188] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/188] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/188] Compiling NIOCore NIOAsyncWriter.swift
[161/188] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/188] Compiling NIOCore BSDSocketAPI.swift
[163/188] Compiling NIOCore ByteBuffer-aux.swift
[164/188] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/188] Compiling NIOCore ByteBuffer-conversions.swift
[166/188] Compiling NIOCore ByteBuffer-core.swift
[167/188] Compiling NIOCore ByteBuffer-hex.swift
[168/188] Compiling NIOCore ByteBuffer-int.swift
[169/188] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/188] Emitting module NIOCore
BUILD FAILURE 6.1 wasm