Build Information
Successful build of MacroLambda, reference develop (b923f7
), with Swift 6.1 for Linux on 27 Apr 2025 07:53:44 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroLambda.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/MacroLambda
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at b923f76 GHA: Build against Swift 6
Cloned https://github.com/Macro-swift/MacroLambda.git
Revision (git rev-parse @):
b923f7664262118438f6e668d5539d9008499d83
SUCCESS checkout https://github.com/Macro-swift/MacroLambda.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Macro-swift/MacroLambda.git
https://github.com/Macro-swift/MacroLambda.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "macroexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/MacroExpress.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
}
],
"manifest_display_name" : "MacroLambda",
"name" : "MacroLambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MacroLambdaCore",
"targets" : [
"MacroLambdaCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroLambda",
"targets" : [
"MacroLambda"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacroLambdaCore",
"module_type" : "SwiftTarget",
"name" : "MacroLambdaCore",
"path" : "Sources/MacroLambdaCore",
"product_dependencies" : [
"MacroCore",
"http",
"express",
"AWSLambdaRuntime",
"AWSLambdaEvents"
],
"product_memberships" : [
"MacroLambdaCore",
"MacroLambda"
],
"sources" : [
"LambdaNIOConversions.swift",
"LambdaRequest.swift",
"LambdaResponse.swift",
"LambdaServer.swift",
"Process.swift",
"lambda.swift"
],
"type" : "library"
},
{
"c99name" : "MacroLambda",
"module_type" : "SwiftTarget",
"name" : "MacroLambda",
"path" : "Sources/MacroLambda",
"product_dependencies" : [
"AWSLambdaRuntime",
"MacroExpress"
],
"product_memberships" : [
"MacroLambda"
],
"sources" : [
"LambdaExpress.swift",
"ReExports.swift"
],
"target_dependencies" : [
"MacroLambdaCore"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Macro-swift/Macro.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
[1/1628] Fetching macro
[1629/13142] Fetching macro, swift-aws-lambda-runtime
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetched https://github.com/Macro-swift/Macro.git from cache (0.31s)
[577/12805] Fetching swift-aws-lambda-runtime, macroexpress
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.25s)
[1037/11514] Fetching swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (2.20s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2 (3.08s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-backtrace.git
Fetching https://github.com/apple/swift-log.git
[1/631] Fetching swift-backtrace
[632/4467] Fetching swift-backtrace, swift-log
[4468/79898] Fetching swift-backtrace, swift-log, swift-nio
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.98s)
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
[3018/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.69s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.4 (7.03s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.79s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.6 (0.48s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/559] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.21s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.65s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.79s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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-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
Creating working copy for https://github.com/Macro-swift/Macro.git
Working copy of https://github.com/Macro-swift/Macro.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 0.5.2
Creating working copy for https://github.com/Macro-swift/MacroExpress.git
Working copy of https://github.com/Macro-swift/MacroExpress.git resolved at 1.0.6
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
Building for debugging...
[0/56] Write sources
[29/56] Compiling CNIOWindows shim.c
[30/56] Compiling CNIOWASI CNIOWASI.c
[30/56] Compiling CNIOLinux liburing_shims.c
[31/56] Compiling CNIOWindows WSAStartup.c
[33/56] Compiling _AtomicsShims.c
[34/56] Compiling CNIODarwin shim.c
[35/56] Compiling CNIOLLHTTP c_nio_http.c
[36/56] Compiling CBacktrace state.c
[37/56] Compiling CNIOLinux shim.c
[38/56] Compiling CNIOLLHTTP c_nio_api.c
[39/56] Compiling CBacktrace sort.c
[40/56] Compiling CBacktrace simple.c
[41/56] Compiling CBacktrace print.c
[42/56] Compiling CBacktrace posix.c
[43/56] Compiling CBacktrace mmapio.c
[44/56] Compiling CBacktrace fileline.c
[45/56] Compiling CBacktrace mmap.c
[46/56] Compiling CBacktrace atomic.c
[46/56] Compiling CBacktrace backtrace.c
[48/56] Write sources
[50/56] Write swift-version-24593BA9C3E375BF.txt
[51/56] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/56] Compiling CBacktrace dwarf.c
[53/56] Compiling CBacktrace elf.c
[55/91] Emitting module _NIOBase64
[55/91] Compiling c-nioatomics.c
[56/108] Compiling c-atomics.c
[58/111] Emitting module InternalCollectionsUtilities
[59/113] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/113] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/113] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/113] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/113] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/113] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/113] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[67/113] Emitting module Backtrace
[68/113] Compiling Backtrace Demangle.swift
[69/113] Compiling Backtrace Backtrace.swift
[70/114] Compiling _NIOBase64 Base64.swift
[71/115] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[72/115] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[73/115] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[74/115] Compiling Mustache MustacheRenderingContext.swift
[75/116] Emitting module Mustache
[76/116] Compiling _NIODataStructures _TinyArray.swift
[77/116] Compiling _NIODataStructures PriorityQueue.swift
[79/116] Compiling Mustache MustacheRendering.swift
[81/116] Compiling InternalCollectionsUtilities Debugging.swift
[82/116] Compiling InternalCollectionsUtilities Descriptions.swift
[83/116] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/116] Compiling InternalCollectionsUtilities Specialize.swift
[85/116] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/116] Compiling InternalCollectionsUtilities Integer rank.swift
[87/116] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/117] Compiling Mustache Mustachable.swift
[90/156] Compiling Mustache MustacheNode.swift
[91/156] Compiling Mustache MustacheParser.swift
[92/156] Compiling xsys timespec.swift
[93/156] Emitting module _NIODataStructures
[94/156] Compiling _NIODataStructures Heap.swift
[95/158] Emitting module xsys
[96/158] Compiling AWSLambdaEvents ALB.swift
[97/158] Compiling AWSLambdaEvents APIGateway+V2.swift
[98/158] Compiling AWSLambdaEvents DynamoDB.swift
[99/158] Compiling AWSLambdaEvents S3.swift
[100/158] Compiling AWSLambdaEvents SQS.swift
[101/158] Compiling AWSLambdaEvents Base64.swift
[102/158] Compiling Logging MetadataProvider.swift
[103/158] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[104/158] Compiling AWSLambdaEvents AppSync.swift
[105/158] Compiling AWSLambdaEvents Cloudwatch.swift
[106/158] Compiling AWSLambdaEvents SES.swift
[107/158] Compiling AWSLambdaEvents SNS.swift
[108/158] Compiling AWSLambdaEvents APIGateway.swift
[109/158] Compiling AWSLambdaEvents AWSRegion.swift
[110/158] Compiling Logging Logging.swift
[111/158] Compiling Logging LogHandler.swift
[112/158] Emitting module Logging
[113/158] Compiling Logging Locks.swift
[115/159] Compiling Mustache SimpleKVC.swift
[116/159] Compiling Atomics ManagedAtomic.swift
[117/159] Compiling Atomics ManagedAtomicLazyReference.swift
[118/159] Compiling Atomics UnsafeAtomic.swift
[119/159] Compiling Atomics UnsafeAtomicLazyReference.swift
[120/161] Compiling Atomics AtomicMemoryOrderings.swift
[121/161] Compiling Atomics DoubleWord.swift
[123/161] Compiling AWSLambdaEvents DateWrappers.swift
[124/161] Compiling Mustache HTMLEscape.swift
[125/162] Compiling Mustache Helpers.swift
[126/178] Compiling mime MIME.swift
[127/178] Emitting module mime
[128/179] Compiling Atomics IntegerOperations.swift
[129/179] Compiling Atomics Unmanaged extensions.swift
[131/179] Compiling NIOConcurrencyHelpers lock.swift
[132/179] Compiling xsys timeval_any.swift
[133/179] Emitting module NIOConcurrencyHelpers
[134/179] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[136/180] Compiling DequeModule Deque+CustomReflectable.swift
[137/180] Compiling DequeModule Deque+Descriptions.swift
[138/182] Compiling DequeModule _DequeBuffer.swift
[139/182] Compiling DequeModule _DequeBufferHeader.swift
[141/182] Compiling AWSLambdaEvents HTTP.swift
[142/182] Compiling DequeModule Deque._Storage.swift
[145/182] Compiling DequeModule Deque+Extras.swift
[146/182] Compiling DequeModule Deque+Hashable.swift
[147/182] Compiling DequeModule Deque+Testing.swift
[148/182] Compiling NIOConcurrencyHelpers NIOLock.swift
[149/182] Compiling NIOConcurrencyHelpers atomics.swift
[152/183] Compiling DequeModule Deque+Equatable.swift
[153/183] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[157/183] Compiling DequeModule _DequeSlot.swift
[158/183] Compiling DequeModule _UnsafeWrappedBuffer.swift
[161/183] Compiling DequeModule Deque+Codable.swift
[162/183] Compiling DequeModule Deque+Collection.swift
[165/183] Compiling DequeModule Deque._UnsafeHandle.swift
[166/183] Compiling DequeModule Deque.swift
[167/183] Emitting module AWSLambdaEvents
[172/183] Emitting module DequeModule
[179/185] Emitting module Atomics
[187/245] Compiling NIOCore EventLoop.swift
[188/245] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[189/245] Compiling NIOCore EventLoopFuture+Deprecated.swift
[190/245] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[191/245] Compiling NIOCore EventLoopFuture.swift
[192/245] Compiling NIOCore FileDescriptor.swift
[193/245] Compiling NIOCore FileHandle.swift
[194/245] Compiling NIOCore FileRegion.swift
[195/253] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[196/253] Compiling NIOCore BSDSocketAPI.swift
[197/253] Compiling NIOCore ByteBuffer-aux.swift
[198/253] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[199/253] Compiling NIOCore ByteBuffer-conversions.swift
[200/253] Compiling NIOCore ByteBuffer-core.swift
[201/253] Compiling NIOCore ByteBuffer-hex.swift
[202/253] Compiling NIOCore ByteBuffer-int.swift
[203/253] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[204/253] Compiling NIOCore AddressedEnvelope.swift
[205/253] Compiling NIOCore AsyncAwaitSupport.swift
[206/253] Compiling NIOCore AsyncChannel.swift
[207/253] Compiling NIOCore AsyncChannelHandler.swift
[208/253] Compiling NIOCore AsyncChannelInboundStream.swift
[209/253] Compiling NIOCore AsyncChannelOutboundWriter.swift
[210/253] Compiling NIOCore NIOAsyncSequenceProducer.swift
[211/253] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[212/253] Compiling NIOCore NIOAsyncWriter.swift
[213/253] Compiling NIOCore MarkedCircularBuffer.swift
[214/253] Compiling NIOCore MulticastChannel.swift
[215/253] Compiling NIOCore NIOAny.swift
[216/253] Compiling NIOCore NIOCloseOnErrorHandler.swift
[217/253] Compiling NIOCore NIOLoopBound.swift
[218/253] Compiling NIOCore NIOScheduledCallback.swift
[219/253] Compiling NIOCore NIOSendable.swift
[220/253] Compiling NIOCore RecvByteBufferAllocator.swift
[221/253] Compiling NIOCore GlobalSingletons.swift
[222/253] Compiling NIOCore IO.swift
[223/253] Compiling NIOCore IOData.swift
[224/253] Compiling NIOCore IPProtocol.swift
[225/253] Compiling NIOCore IntegerBitPacking.swift
[226/253] Compiling NIOCore IntegerTypes.swift
[227/253] Compiling NIOCore Interfaces.swift
[228/253] Compiling NIOCore Linux.swift
[229/253] Compiling NIOCore ChannelPipeline.swift
[230/253] Compiling NIOCore CircularBuffer.swift
[231/253] Compiling NIOCore Codec.swift
[232/253] Compiling NIOCore ConvenienceOptionSupport.swift
[233/253] Compiling NIOCore DeadChannel.swift
[234/253] Compiling NIOCore DispatchQueue+WithFuture.swift
[235/253] Compiling NIOCore EventLoop+Deprecated.swift
[236/253] Compiling NIOCore EventLoop+SerialExecutor.swift
[237/253] Compiling NIOCore ByteBuffer-multi-int.swift
[238/253] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[239/253] Compiling NIOCore ByteBuffer-views.swift
[240/253] Compiling NIOCore Channel.swift
[241/253] Compiling NIOCore ChannelHandler.swift
[242/253] Compiling NIOCore ChannelHandlers.swift
[243/253] Compiling NIOCore ChannelInvoker.swift
[244/253] Compiling NIOCore ChannelOption.swift
[245/253] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[246/253] Compiling NIOCore SocketAddresses.swift
[247/253] Compiling NIOCore SocketOptionProvider.swift
[248/253] Compiling NIOCore SystemCallHelpers.swift
[249/253] Compiling NIOCore TimeAmount+Duration.swift
[250/253] Compiling NIOCore TypeAssistedChannelHandler.swift
[251/253] Compiling NIOCore UniversalBootstrapSupport.swift
[252/253] Compiling NIOCore Utilities.swift
[253/253] Emitting module NIOCore
[255/305] Compiling NIOPosix IO.swift
[256/305] Compiling NIOPosix IntegerBitPacking.swift
[257/305] Compiling NIOPosix IntegerTypes.swift
[258/305] Compiling NIOPosix Linux.swift
[259/305] Compiling NIOPosix LinuxCPUSet.swift
[260/305] Compiling NIOPosix LinuxUring.swift
[261/305] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[262/311] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[263/311] Compiling NIOEmbedded AsyncTestingChannel.swift
[264/311] Emitting module NIOEmbedded
[265/311] Compiling NIOEmbedded Embedded.swift
[267/312] Emitting module NIOPosix
[268/312] Compiling NIOPosix ThreadPosix.swift
[269/312] Compiling NIOPosix ThreadWindows.swift
[270/312] Compiling NIOPosix UnsafeTransfer.swift
[271/312] Compiling NIOPosix Utilities.swift
[272/312] Compiling NIOPosix VsockAddress.swift
[273/312] Compiling NIOPosix VsockChannelEvents.swift
[274/312] Compiling NIOPosix SelectableChannel.swift
[275/312] Compiling NIOPosix SelectableEventLoop.swift
[276/312] Compiling NIOPosix SelectorEpoll.swift
[277/312] Compiling NIOPosix SelectorGeneric.swift
[278/312] Compiling NIOPosix SelectorKqueue.swift
[279/312] Compiling NIOPosix SelectorUring.swift
[280/312] Compiling NIOPosix PooledRecvBufferAllocator.swift
[281/312] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[282/312] Compiling NIOPosix PosixSingletons.swift
[283/312] Compiling NIOPosix RawSocketBootstrap.swift
[284/312] Compiling NIOPosix Resolver.swift
[285/312] Compiling NIOPosix Selectable.swift
[286/312] Compiling NIOPosix ServerSocket.swift
[287/312] Compiling NIOPosix Socket.swift
[288/312] Compiling NIOPosix SocketChannel.swift
[289/312] Compiling NIOPosix SocketProtocols.swift
[290/312] Compiling NIOPosix System.swift
[291/312] Compiling NIOPosix Thread.swift
[292/312] Compiling NIOPosix BSDSocketAPICommon.swift
[293/312] Compiling NIOPosix BSDSocketAPIPosix.swift
[294/312] Compiling NIOPosix BSDSocketAPIWindows.swift
[295/312] Compiling NIOPosix BaseSocket.swift
[296/312] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[297/312] Compiling NIOPosix BaseSocketChannel.swift
[298/312] Compiling NIOPosix BaseStreamSocketChannel.swift
[299/312] Compiling NIOPosix Bootstrap.swift
[300/312] Compiling NIOPosix ControlMessage.swift
[301/312] Compiling NIOPosix DatagramVectorReadManager.swift
[302/312] Compiling NIOPosix Errors+Any.swift
[303/312] Compiling NIOPosix FileDescriptor.swift
[304/312] Compiling NIOPosix GetaddrinfoResolver.swift
[305/312] Compiling NIOPosix HappyEyeballs.swift
[306/312] Compiling NIOPosix NIOThreadPool.swift
[307/312] Compiling NIOPosix NonBlockingFileIO.swift
[308/312] Compiling NIOPosix PendingDatagramWritesManager.swift
[309/312] Compiling NIOPosix PendingWritesManager.swift
[310/312] Compiling NIOPosix PipeChannel.swift
[311/312] Compiling NIOPosix PipePair.swift
[312/312] Compiling NIOPosix Pool.swift
[314/315] Emitting module NIO
[315/315] Compiling NIO Exports.swift
[317/339] Compiling _NIOConcurrency Empty.swift
[318/339] Emitting module _NIOConcurrency
[319/340] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[320/340] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[322/340] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[323/340] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[324/342] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[325/342] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[326/342] Emitting module NIOFoundationCompat
[327/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[328/343] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[329/343] Emitting module NIOHTTP1
[331/343] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[332/343] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[333/343] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[334/343] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[335/380] Compiling MacroCore ReadableStreamType.swift
[336/380] Compiling MacroCore Console.swift
[337/380] Compiling MacroCore Pipe.swift
[338/380] Compiling MacroCore ReadableByteStream.swift
[341/380] Compiling MacroCore ReadableByteStreamType.swift
[342/380] Compiling MacroCore ReadableStreamBase.swift
[344/380] Compiling MacroCore MacroError.swift
[345/380] Compiling MacroCore NextTick.swift
[346/380] Compiling MacroCore CommandLine.swift
[347/380] Compiling MacroCore DetectXcode.swift
[348/380] Compiling MacroCore Environment.swift
[349/380] Compiling MacroCore ListenerType.swift
[350/380] Compiling MacroCore JSError.swift
[351/380] Compiling MacroCore JSON.swift
[352/380] Compiling MacroCore CollectionStubs.swift
[353/380] Compiling MacroCore Math.swift
[354/385] Compiling MacroCore Buffer.swift
[355/385] Compiling MacroCore BufferData.swift
[356/385] Compiling MacroCore Process.swift
[357/385] Compiling MacroCore Warnings.swift
[358/385] Compiling MacroCore Regex.swift
[362/385] Compiling MacroCore Concat.swift
[363/385] Compiling MacroCore DuplexStreamType.swift
[365/385] Compiling MacroCore Dirname.swift
[366/386] Compiling MacroCore EnvironmentValues.swift
[367/386] Compiling MacroCore ErrorEmitter.swift
[368/386] Compiling MacroCore EventListenerSet.swift
[369/386] Compiling MacroCore Object.swift
[370/386] Compiling MacroCore StringStubs.swift
[371/386] Compiling MacroCore ToString.swift
[372/386] Compiling MacroCore LeftPad.swift
[373/386] Compiling MacroCore MacroCore.swift
[375/386] Compiling MacroCore WritableByteStream.swift
[376/386] Compiling MacroCore WritableByteStreamType.swift
[377/386] Compiling MacroCore WritableStreamBase.swift
[378/386] Compiling MacroCore WritableStreamType.swift
[379/386] Compiling MacroCore StringEncoding.swift
[380/397] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[381/397] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[382/397] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[383/397] Compiling AWSLambdaRuntimeCore Lambda.swift
[384/397] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[385/397] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[386/397] Emitting module MacroCore
[388/398] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
[391/398] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[394/399] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[395/399] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
[396/427] Compiling AWSLambdaRuntimeCore Utils.swift
[397/427] Compiling fs StatStruct.swift
[398/428] Emitting module AWSLambdaRuntimeCore
[399/428] Compiling http URLSessionClientRequest.swift
[400/428] Compiling http BasicAuth.swift
[401/429] Compiling http Globals.swift
[402/429] Compiling http IncomingMessage.swift
[404/429] Compiling http OutgoingMessage.swift
[405/430] Compiling http URLRequestInit.swift
[406/430] Compiling http URLSessionAgent.swift
[407/430] Compiling fs fs.swift
[408/433] Compiling http http.swift
[409/433] Compiling http Agent.swift
[410/433] Compiling http ClientRequest.swift
[411/433] Emitting module http
[416/433] Compiling http QueryString.swift
[417/433] Compiling http Server.swift
[420/433] Compiling http ServerResponse.swift
[421/433] Compiling http HTTPHeadersHolder.swift
[422/433] Emitting module fs
[426/434] Emitting module AWSLambdaRuntime
[427/434] Compiling AWSLambdaRuntime Context+Foundation.swift
[428/434] Compiling AWSLambdaRuntime Lambda+Codable.swift
[430/437] Compiling dotenv dotenv.swift
[431/437] Emitting module dotenv
[440/453] Compiling connect Connect.swift
[441/453] Compiling connect CookieParser.swift
[442/453] Compiling connect Cookies.swift
[443/453] Compiling connect CrossCompile.swift
[444/454] Emitting module connect
[445/454] Compiling connect BodyParser.swift
[446/454] Compiling connect CORS.swift
[447/454] Compiling connect Logger.swift
[448/454] Compiling connect MethodOverride.swift
[449/454] Compiling connect Session.swift
[450/454] Compiling connect Middleware.swift
[451/454] Compiling connect Pause.swift
[452/454] Compiling connect QS.swift
[453/454] Compiling connect ServeStatic.swift
[454/454] Compiling connect TypeIs.swift
[456/485] Compiling express JSON.swift
[457/485] Compiling express MiddlewareObject.swift
[458/485] Compiling express ExpressWrappedDictionary.swift
[459/485] Compiling express IncomingMessage.swift
[460/485] Emitting module multer
[461/485] Compiling express Module.swift
[462/485] Compiling express BasicAuth.swift
[468/488] Compiling multer ProcessingContext.swift
[469/488] Compiling express ErrorMiddleware.swift
[470/488] Compiling express Express.swift
[471/488] Compiling multer PartType.swift
[472/488] Compiling express Mustache.swift
[473/488] Compiling express Render.swift
[474/488] Compiling express RouteKeeper.swift
[475/488] Compiling express RouteMounts.swift
[476/488] Compiling express RoutePattern.swift
[477/488] Compiling express Router.swift
[478/488] Compiling multer Utilities.swift
[479/489] Emitting module express
[486/489] Compiling express Route.swift
[487/489] Compiling express RouteFactories.swift
[488/489] Compiling express ServerResponse.swift
[489/489] Compiling express Settings.swift
[491/499] Compiling MacroExpress MacroExpress.swift
[492/499] Emitting module MacroExpress
[493/499] Compiling MacroLambdaCore lambda.swift
[494/500] Compiling MacroLambdaCore Process.swift
[495/500] Compiling MacroLambdaCore LambdaRequest.swift
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaRequest.swift:92:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'APIGateway.V2.Request?' may have shared mutable state; this is an error in the Swift 6 language mode
90 |
91 | enum LambdaRequestKey: EnvironmentKey {
92 | static let defaultValue : APIGateway.V2.Request? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'APIGateway.V2.Request?' may have shared mutable state; this is an error in the Swift 6 language mode
93 | static let loggingKey = "lambda-request"
94 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:21:19: note: struct 'Request' does not conform to the 'Sendable' protocol
19 | extension APIGateway.V2 {
20 | /// APIGateway.V2.Request contains data coming from the new HTTP API Gateway
21 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
22 | /// Context contains the information to identify the AWS account and resources invoking the Lambda function.
23 | public struct Context: Codable {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaRequest.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
11 | import struct Logging.Logger
12 | import struct NIOHTTP1.HTTPRequestHead
13 | import enum AWSLambdaEvents.APIGateway
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
14 | import struct MacroCore.Buffer
15 | import protocol MacroCore.EnvironmentKey
:
90 |
91 | enum LambdaRequestKey: EnvironmentKey {
92 | static let defaultValue : APIGateway.V2.Request? = nil
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
93 | static let loggingKey = "lambda-request"
94 | }
[497/500] Emitting module MacroLambdaCore
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:89:15: warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
87 | for ( name, value ) in self {
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
| |- warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'Foundation' will be added implicitly
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
91 | {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:89:56: warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
87 | for ( name, value ) in self {
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
| |- warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
91 | {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:90:15: warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
| |- warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'Foundation' will be added implicitly
91 | {
92 | cookies.append(value)
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:90:56: warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
| |- warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
91 | {
92 | cookies.append(value)
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaRequest.swift:92:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'APIGateway.V2.Request?' may have shared mutable state; this is an error in the Swift 6 language mode
90 |
91 | enum LambdaRequestKey: EnvironmentKey {
92 | static let defaultValue : APIGateway.V2.Request? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'APIGateway.V2.Request?' may have shared mutable state; this is an error in the Swift 6 language mode
93 | static let loggingKey = "lambda-request"
94 | }
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:21:19: note: struct 'Request' does not conform to the 'Sendable' protocol
19 | extension APIGateway.V2 {
20 | /// APIGateway.V2.Request contains data coming from the new HTTP API Gateway
21 | public struct Request: Codable {
| `- note: struct 'Request' does not conform to the 'Sendable' protocol
22 | /// Context contains the information to identify the AWS account and resources invoking the Lambda function.
23 | public struct Context: Codable {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaRequest.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
11 | import struct Logging.Logger
12 | import struct NIOHTTP1.HTTPRequestHead
13 | import enum AWSLambdaEvents.APIGateway
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
14 | import struct MacroCore.Buffer
15 | import protocol MacroCore.EnvironmentKey
:
90 |
91 | enum LambdaRequestKey: EnvironmentKey {
92 | static let defaultValue : APIGateway.V2.Request? = nil
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
93 | static let loggingKey = "lambda-request"
94 | }
[498/500] Compiling MacroLambdaCore LambdaNIOConversions.swift
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:89:15: warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
87 | for ( name, value ) in self {
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
| |- warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'Foundation' will be added implicitly
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
91 | {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:89:56: warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
87 | for ( name, value ) in self {
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
| |- warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
91 | {
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:90:15: warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
| |- warning: instance method 'caseInsensitiveCompare' cannot be used in an '@inlinable' function because 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'Foundation' will be added implicitly
91 | {
92 | cookies.append(value)
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaNIOConversions.swift:90:56: warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
88 | // This is all not good. But neither is the JSON gateway :-)
89 | if name.caseInsensitiveCompare("Set-Cookie") == .orderedSame ||
90 | name.caseInsensitiveCompare("Cookie") == .orderedSame
| |- warning: enum case 'orderedSame' cannot be used in an '@inlinable' function because 'FoundationEssentials' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'FoundationEssentials' will be added implicitly
91 | {
92 | cookies.append(value)
[499/500] Compiling MacroLambdaCore LambdaResponse.swift
[500/500] Compiling MacroLambdaCore LambdaServer.swift
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaServer.swift:190:21: warning: type 'APIGatewayProxyLambda.Out' (aka 'APIGateway.V2.Response') does not conform to the 'Sendable' protocol
188 | let promise = context.eventLoop.makePromise(of: Out.self)
189 | server.handle(context: context, request: event) { result in
190 | promise.completeWith(result)
| `- warning: type 'APIGatewayProxyLambda.Out' (aka 'APIGateway.V2.Response') does not conform to the 'Sendable' protocol
191 | }
192 | return promise.futureResult
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaEvents/APIGateway+V2.swift:95:19: note: struct 'Response' does not conform to the 'Sendable' protocol
93 |
94 | extension APIGateway.V2 {
95 | public struct Response: Codable {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
96 | public var statusCode: HTTPResponseStatus
97 | public var headers: HTTPHeaders?
/host/spi-builder-workspace/Sources/MacroLambdaCore/LambdaServer.swift:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
20 | import protocol AWSLambdaRuntime.EventLoopLambdaHandler
21 | import enum AWSLambdaRuntime.Lambda
22 | import enum AWSLambdaEvents.APIGateway
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AWSLambdaEvents'
23 | import express
24 |
[502/504] Compiling MacroLambda ReExports.swift
[503/504] Emitting module MacroLambda
[504/504] Compiling MacroLambda LambdaExpress.swift
Build complete! (52.71s)
Build complete.
{
"dependencies" : [
{
"identity" : "macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "macroexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/MacroExpress.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
}
],
"manifest_display_name" : "MacroLambda",
"name" : "MacroLambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MacroLambdaCore",
"targets" : [
"MacroLambdaCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MacroLambda",
"targets" : [
"MacroLambda"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacroLambdaCore",
"module_type" : "SwiftTarget",
"name" : "MacroLambdaCore",
"path" : "Sources/MacroLambdaCore",
"product_dependencies" : [
"MacroCore",
"http",
"express",
"AWSLambdaRuntime",
"AWSLambdaEvents"
],
"product_memberships" : [
"MacroLambdaCore",
"MacroLambda"
],
"sources" : [
"LambdaNIOConversions.swift",
"LambdaRequest.swift",
"LambdaResponse.swift",
"LambdaServer.swift",
"Process.swift",
"lambda.swift"
],
"type" : "library"
},
{
"c99name" : "MacroLambda",
"module_type" : "SwiftTarget",
"name" : "MacroLambda",
"path" : "Sources/MacroLambda",
"product_dependencies" : [
"AWSLambdaRuntime",
"MacroExpress"
],
"product_memberships" : [
"MacroLambda"
],
"sources" : [
"LambdaExpress.swift",
"ReExports.swift"
],
"target_dependencies" : [
"MacroLambdaCore"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.