Build Information
Successful build of MacroLambda, reference 0.6.0 (b07897), with Swift 6.1 for Linux on 8 Mar 2026 15:50:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroLambda.git
Reference: 0.6.0
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
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at b078978 Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroLambda.git
Revision (git rev-parse @):
b07897842e35e72db851d7eb0920b95a4e123c10
SUCCESS checkout https://github.com/Macro-swift/MacroLambda.git at 0.6.0
========================================
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.22",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "macroexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.26",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/MacroExpress.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
}
],
"manifest_display_name" : "MacroLambda",
"name" : "MacroLambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"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" : [
"MacroExpress",
"AWSLambdaRuntime"
],
"product_memberships" : [
"MacroLambda"
],
"sources" : [
"LambdaExpress.swift",
"ReExports.swift"
],
"target_dependencies" : [
"MacroLambdaCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/swift-aws-lambda-events.git
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1852] Fetching macro
[372/3465] Fetching macro, macroexpress
[3466/6306] Fetching macro, macroexpress, swift-aws-lambda-events
[6307/22333] Fetching macro, macroexpress, swift-aws-lambda-events, swift-aws-lambda-runtime
Fetched https://github.com/Macro-swift/Macro.git from cache (0.37s)
[7019/20481] Fetching macroexpress, swift-aws-lambda-events, swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-events.git from cache (0.38s)
[4659/17640] Fetching macroexpress, swift-aws-lambda-runtime
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (1.90s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.95s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.26 (4.21s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/581] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.42s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.22 (1.11s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1820] Fetching swift-atomics
[693/7974] Fetching swift-atomics, swift-log
[7975/90665] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (6.67s)
Fetched https://github.com/apple/swift-log.git from cache (6.67s)
Fetched https://github.com/apple/swift-nio.git from cache (6.77s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.4 (7.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
Computing version for https://github.com/swift-server/swift-aws-lambda-events.git
Computed https://github.com/swift-server/swift-aws-lambda-events.git at 1.5.0 (0.51s)
Fetching https://github.com/apple/swift-http-types.git
[1/951] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.77s)
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 2.8.0 (0.56s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
[1/2650] Fetching swift-service-lifecycle
[2651/24668] Fetching swift-service-lifecycle, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.0 (2.07s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.59s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.93s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.66s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (0.96s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (4.08s)
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.10.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.0
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.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 2.8.0
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.26
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.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.6.4
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.5.1
Creating working copy for https://github.com/swift-server/swift-aws-lambda-events.git
Working copy of https://github.com/swift-server/swift-aws-lambda-events.git resolved at 1.5.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.22
[1/1] Compiling plugin AWSLambdaPackager
Building for debugging...
[1/51] Write sources
[35/51] Compiling CNIOOpenBSD shim.c
[36/51] Compiling CNIOWindows WSAStartup.c
[37/51] Compiling CNIODarwin shim.c
[38/51] Compiling CNIOWindows shim.c
[39/51] Compiling CNIOWASI CNIOWASI.c
[40/51] Compiling CNIOPosix event_loop_id.c
[41/51] Compiling CNIOLinux liburing_shims.c
[41/51] Compiling _AtomicsShims.c
[43/51] Write sources
[44/51] Compiling CNIOLinux shim.c
[45/51] Compiling CNIOLLHTTP c_nio_http.c
[46/51] Compiling CNIOLLHTTP c_nio_api.c
[47/51] Write swift-version-24593BA9C3E375BF.txt
[48/51] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/86] Compiling c-nioatomics.c
[51/104] Compiling Mustache MustacheRenderingContext.swift
[52/105] Emitting module Mustache
[53/105] Compiling Mustache MustacheRendering.swift
[54/105] Compiling Mustache Mustachable.swift
[55/105] Compiling _NIOBase64 Base64.swift
[56/105] Emitting module _NIOBase64
[57/105] Compiling _NIODataStructures _TinyArray.swift
[58/106] Compiling _NIODataStructures PriorityQueue.swift
[59/106] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[60/106] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[62/108] Compiling InternalCollectionsUtilities Debugging.swift
[63/108] Compiling InternalCollectionsUtilities Descriptions.swift
[64/108] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/108] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/108] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/108] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/108] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/108] Emitting module xsys
[73/108] Compiling InternalCollectionsUtilities Integer rank.swift
[74/108] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/108] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/109] Emitting module Logging
[77/109] Compiling Logging Locks.swift
[78/109] Compiling _NIODataStructures Heap.swift
[79/109] Emitting module _NIODataStructures
[80/110] Compiling InternalCollectionsUtilities String+Padding.swift
[81/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/110] Compiling xsys timespec.swift
[85/110] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/110] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/110] Compiling Logging Logging.swift
[88/110] Compiling Logging MetadataProvider.swift
[89/110] Compiling Logging LogHandler.swift
[90/111] Compiling Mustache MustacheParser.swift
[91/111] Compiling Mustache MustacheNode.swift
[93/111] Emitting module InternalCollectionsUtilities
[97/111] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[98/111] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[99/111] Compiling InternalCollectionsUtilities Span+Extras.swift
[104/112] Compiling c-atomics.c
[107/112] Compiling xsys timeval_any.swift
[108/113] Compiling Mustache Helpers.swift
[109/113] Compiling Mustache HTMLEscape.swift
[110/113] Emitting module mime
[111/113] Compiling mime MIME.swift
[113/121] Compiling Mustache SimpleKVC.swift
[116/122] Compiling NIOConcurrencyHelpers lock.swift
[117/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[118/122] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[119/122] Compiling NIOConcurrencyHelpers NIOLock.swift
[120/122] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[121/122] Compiling NIOConcurrencyHelpers atomics.swift
[122/122] Emitting module NIOConcurrencyHelpers
[124/223] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[125/223] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/224] Compiling OrderedCollections _HashTable+Bucket.swift
[127/224] Compiling OrderedCollections _HashTable+BucketIterator.swift
[128/224] Compiling OrderedCollections _HashTable+Constants.swift
[129/224] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/224] Compiling OrderedCollections _HashTable.swift
[131/224] Compiling OrderedCollections _Hashtable+Header.swift
[132/224] Compiling OrderedCollections _HashTable+Testing.swift
[133/224] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[134/224] Compiling ConcurrencyHelpers LockedValueBox.swift
[135/224] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[136/224] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[137/224] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[138/224] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/224] Emitting module ContainersPreview
[142/226] Compiling ContainersPreview Shared.swift
[143/227] Emitting module ConcurrencyHelpers
[148/227] Compiling OrderedCollections OrderedDictionary+Values.swift
[149/227] Compiling OrderedCollections OrderedDictionary+Codable.swift
[151/227] Compiling ConcurrencyHelpers Lock.swift
[152/228] Compiling HTTPTypes HTTPRequest+URL.swift
[153/229] Compiling HTTPTypes HTTPParsedFields.swift
[155/269] Compiling DequeModule RigidDeque+Descriptions.swift
[156/269] Compiling DequeModule UniqueDeque+Consumption.swift
[157/269] Compiling DequeModule Deque._Storage.swift
[158/269] Compiling DequeModule Deque._UnsafeHandle.swift
[159/269] Compiling DequeModule Deque.swift
[160/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[161/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[162/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[163/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[164/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[165/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[166/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[167/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[168/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[169/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[170/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[171/269] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[172/269] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[173/269] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[175/276] Compiling DequeModule UniqueDeque+Container.swift
[176/276] Compiling DequeModule UniqueDeque+Descriptions.swift
[177/276] Compiling DequeModule UniqueDeque+Equatable.swift
[178/276] Compiling DequeModule UniqueDeque+Experimental.swift
[179/276] Compiling DequeModule UniqueDeque+Hashable.swift
[180/276] Compiling DequeModule UniqueDeque+Initializers.swift
[181/276] Compiling DequeModule UniqueDeque+Insertions.swift
[182/276] Compiling DequeModule UniqueDeque+Prepend.swift
[183/276] Compiling DequeModule UniqueDeque+Removals.swift
[184/276] Compiling DequeModule RigidDeque+Equatable.swift
[185/276] Compiling DequeModule RigidDeque+Experimental.swift
[186/276] Compiling DequeModule RigidDeque+Hashable.swift
[187/276] Compiling DequeModule RigidDeque+Initializers.swift
[188/276] Compiling DequeModule RigidDeque+Insertions.swift
[189/276] Compiling DequeModule RigidDeque+Prepend.swift
[190/281] Compiling DequeModule RigidDeque+Removals.swift
[191/281] Compiling DequeModule RigidDeque+Replacements.swift
[192/281] Compiling DequeModule RigidDeque+Testing.swift
[193/281] Compiling DequeModule RigidDeque.swift
[194/281] Compiling DequeModule UniqueDeque+Append.swift
[195/281] Compiling HTTPTypes NIOLock.swift
[196/284] Compiling DequeModule _DequeBuffer.swift
[197/284] Compiling DequeModule _DequeBufferHeader.swift
[198/284] Compiling DequeModule RigidDeque+Append.swift
[199/284] Compiling DequeModule RigidDeque+Consumption.swift
[200/284] Compiling DequeModule RigidDeque+Container.swift
[202/284] Compiling DequeModule Deque+Testing.swift
[210/284] Compiling HTTPTypes ISOLatin1String.swift
[211/284] Compiling HTTPTypes HTTPRequest.swift
[212/284] Compiling HTTPTypes HTTPResponse.swift
[220/284] Compiling DequeModule UniqueDeque+Replacements.swift
[237/284] Emitting module UnixSignals
[238/284] Compiling UnixSignals UnixSignal.swift
[239/284] Compiling UnixSignals UnixSignalsSequence.swift
[241/285] Compiling DequeModule Deque+Codable.swift
[242/285] Compiling DequeModule Deque+Collection.swift
[243/285] Compiling DequeModule Deque+CustomReflectable.swift
[244/285] Compiling DequeModule Deque+Descriptions.swift
[245/285] Compiling DequeModule Deque+Equatable.swift
[246/285] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[247/285] Compiling DequeModule Deque+Extras.swift
[248/285] Compiling DequeModule Deque+Hashable.swift
[249/285] Compiling OrderedCollections OrderedSet+Sendable.swift
[250/285] Compiling OrderedCollections OrderedSet+SubSequence.swift
[251/285] Compiling OrderedCollections OrderedSet+Testing.swift
[252/285] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[253/285] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[254/285] Compiling OrderedCollections OrderedSet.swift
[255/285] Compiling OrderedCollections _UnsafeBitset.swift
[268/285] Emitting module Atomics
[269/285] Emitting module OrderedCollections
[271/286] Compiling DequeModule UniqueDeque.swift
[272/286] Compiling DequeModule _DequeSlot.swift
[273/286] Compiling DequeModule _UnsafeDequeHandle.swift
[274/286] Compiling DequeModule _UnsafeDequeSegments.swift
[276/286] Emitting module DequeModule
[285/405] Compiling NIOCore AddressedEnvelope.swift
[286/405] Compiling NIOCore AsyncAwaitSupport.swift
[287/405] Emitting module HTTPTypes
[288/405] Compiling HTTPTypes HTTPFields.swift
[290/430] Compiling AWSLambdaEvents APIGateway.swift
[291/430] Compiling AWSLambdaEvents APIGatewayLambdaAuthorizers.swift
[292/430] Compiling AWSLambdaEvents AWSRegion.swift
[293/430] Compiling AWSLambdaEvents AppSync.swift
[294/430] Compiling AWSLambdaEvents BedrockAgent.swift
[295/430] Compiling AWSLambdaEvents CloudFormation.swift
[296/430] Compiling AWSLambdaEvents Cloudwatch.swift
[297/430] Compiling AWSLambdaEvents ALB.swift
[298/437] Compiling NIOCore ConvenienceOptionSupport.swift
[299/437] Compiling NIOCore DeadChannel.swift
[300/437] Compiling NIOCore DispatchQueue+WithFuture.swift
[301/437] Compiling NIOCore EventLoop+Deprecated.swift
[302/437] Compiling NIOCore EventLoop+SerialExecutor.swift
[303/437] Compiling NIOCore EventLoop.swift
[304/437] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[305/437] Compiling AsyncAlgorithms UnsafeTransfer.swift
[306/437] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[307/437] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[308/437] Compiling AsyncAlgorithms ZipStateMachine.swift
[309/437] Compiling AsyncAlgorithms ZipStorage.swift
[310/437] Compiling NIOCore NIOSendable.swift
[311/437] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[312/437] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[313/437] Compiling NIOCore RecvByteBufferAllocator.swift
[314/445] Emitting module AsyncAlgorithms
[315/445] Compiling NIOCore ChannelInvoker.swift
[316/445] Compiling NIOCore ChannelOption.swift
[317/445] Compiling NIOCore ChannelPipeline.swift
[318/445] Compiling NIOCore EventLoopFuture+Deprecated.swift
[319/445] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[320/445] Compiling NIOCore EventLoopFuture.swift
[321/445] Compiling NIOCore FileDescriptor.swift
[322/445] Compiling NIOCore FileHandle.swift
[323/445] Compiling NIOCore FileRegion.swift
[324/445] Compiling NIOCore GlobalSingletons.swift
[325/445] Compiling NIOCore IO.swift
[326/445] Compiling NIOCore IOData.swift
[327/445] Compiling NIOCore CircularBuffer.swift
[328/445] Compiling NIOCore Codec.swift
[329/445] Compiling AWSLambdaEvents Base64.swift
[330/445] Compiling AWSLambdaEvents DecodableRequest.swift
[331/445] Compiling AWSLambdaEvents EncodableResponse.swift
[332/445] Compiling AWSLambdaEvents SQS+Decode.swift
[333/445] Compiling AWSLambdaEvents LambdaGatewayProxyEvent.swift
[334/445] Compiling AWSLambdaEvents S3.swift
[335/445] Compiling AWSLambdaEvents SES.swift
[336/445] Compiling NIOCore ChannelHandlers.swift
[337/445] Compiling AWSLambdaEvents APIGateway+Encodable.swift
[338/445] Compiling AWSLambdaEvents APIGateway+V2.swift
[339/445] Compiling AWSLambdaEvents APIGateway+WebSockets.swift
[340/445] Compiling AWSLambdaEvents Cognito.swift
[341/445] Compiling AWSLambdaEvents DynamoDB.swift
[342/445] Compiling AWSLambdaEvents FunctionURL.swift
[343/445] Compiling AWSLambdaEvents SNS.swift
[344/445] Compiling AWSLambdaEvents SQS.swift
[354/445] Compiling NIOCore IPProtocol.swift
[355/445] Compiling NIOCore IntegerBitPacking.swift
[356/445] Compiling NIOCore IntegerTypes.swift
[357/445] Compiling NIOCore Interfaces.swift
[358/445] Compiling NIOCore Linux.swift
[359/445] Compiling NIOCore MarkedCircularBuffer.swift
[360/445] Compiling NIOCore MulticastChannel.swift
[361/445] Compiling AsyncAlgorithms Rethrow.swift
[362/445] Compiling AsyncAlgorithms SetAlgebra.swift
[387/446] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[388/446] Compiling NIOCore SocketAddresses.swift
[389/446] Compiling NIOCore SocketOptionProvider.swift
[390/446] Compiling NIOCore SystemCallHelpers.swift
[391/446] Compiling NIOCore TimeAmount+Duration.swift
[392/446] Compiling NIOCore TypeAssistedChannelHandler.swift
[393/446] Compiling NIOCore UniversalBootstrapSupport.swift
[394/446] Compiling NIOCore Utilities.swift
[416/458] Compiling ServiceLifecycle CancellationWaiter.swift
[417/459] Emitting module ServiceLifecycle
[418/459] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[419/459] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[420/459] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[421/459] Compiling ServiceLifecycle ServiceRunnerError.swift
[425/459] Compiling ServiceLifecycle ClosureService.swift
[426/459] Compiling AWSLambdaEvents DateWrappers.swift
[427/459] Compiling AWSLambdaEvents HTTP.swift
[428/459] Compiling AWSLambdaEvents RFC5322DateParseStrategy.swift
[429/459] Emitting module AWSLambdaEvents
[430/459] Compiling ServiceLifecycle GracefulShutdown.swift
[431/459] Compiling ServiceLifecycle Service.swift
[432/459] Compiling ServiceLifecycle ServiceGroup.swift
[461/461] Emitting module NIOCore
[463/516] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[464/516] Compiling NIOEmbedded AsyncTestingChannel.swift
[465/516] Emitting module NIOEmbedded
[466/516] Compiling NIOEmbedded Embedded.swift
[467/517] Compiling NIOPosix PipePair.swift
[468/517] Compiling NIOPosix Pool.swift
[469/517] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[470/517] Compiling NIOPosix PosixSingletons.swift
[471/517] Compiling NIOPosix RawSocketBootstrap.swift
[472/517] Compiling NIOPosix Resolver.swift
[473/517] Compiling NIOPosix Selectable.swift
[475/523] Emitting module NIOPosix
[476/523] Compiling NIOPosix ThreadPosix.swift
[477/523] Compiling NIOPosix ThreadWindows.swift
[478/523] Compiling NIOPosix Utilities.swift
[479/523] Compiling NIOPosix VsockAddress.swift
[480/523] Compiling NIOPosix VsockChannelEvents.swift
[481/523] Compiling NIOPosix Windows.swift
[482/523] Compiling NIOPosix ServerSocket.swift
[483/523] Compiling NIOPosix Socket.swift
[484/523] Compiling NIOPosix SocketChannel.swift
[485/523] Compiling NIOPosix SocketProtocols.swift
[486/523] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[487/523] Compiling NIOPosix System.swift
[488/523] Compiling NIOPosix Thread.swift
[489/523] Compiling NIOPosix SelectableChannel.swift
[490/523] Compiling NIOPosix SelectableEventLoop.swift
[491/523] Compiling NIOPosix SelectorEpoll.swift
[492/523] Compiling NIOPosix SelectorGeneric.swift
[493/523] Compiling NIOPosix SelectorKqueue.swift
[494/523] Compiling NIOPosix SelectorUring.swift
[495/523] Compiling NIOPosix SelectorWSAPoll.swift
[496/523] Compiling NIOPosix HappyEyeballs.swift
[497/523] Compiling NIOPosix IO.swift
[498/523] Compiling NIOPosix IntegerBitPacking.swift
[499/523] Compiling NIOPosix IntegerTypes.swift
[500/523] Compiling NIOPosix Linux.swift
[501/523] Compiling NIOPosix LinuxCPUSet.swift
[502/523] Compiling NIOPosix LinuxUring.swift
[503/523] Compiling NIOPosix BaseStreamSocketChannel.swift
[504/523] Compiling NIOPosix Bootstrap.swift
[505/523] Compiling NIOPosix ControlMessage.swift
[506/523] Compiling NIOPosix DatagramVectorReadManager.swift
[507/523] Compiling NIOPosix Errors+Any.swift
[508/523] Compiling NIOPosix FileDescriptor.swift
[509/523] Compiling NIOPosix GetaddrinfoResolver.swift
[510/523] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[511/523] Compiling NIOPosix NIOPosixSendableMetatype.swift
[512/523] Compiling NIOPosix NIOThreadPool.swift
[513/523] Compiling NIOPosix NonBlockingFileIO.swift
[514/523] Compiling NIOPosix PendingDatagramWritesManager.swift
[515/523] Compiling NIOPosix PendingWritesManager.swift
[516/523] Compiling NIOPosix PipeChannel.swift
[517/523] Compiling NIOPosix BSDSocketAPICommon.swift
[518/523] Compiling NIOPosix BSDSocketAPIPosix.swift
[519/523] Compiling NIOPosix BSDSocketAPIWindows.swift
[520/523] Compiling NIOPosix BaseSocket.swift
[521/523] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[522/523] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[523/523] Compiling NIOPosix BaseSocketChannel.swift
[525/526] Compiling NIO Exports.swift
[526/526] Emitting module NIO
[528/548] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[529/548] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[530/548] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[531/548] Emitting module NIOFoundationCompat
[532/548] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[534/549] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[535/549] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[536/549] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[537/549] Compiling NIOHTTP1 HTTPTypes.swift
[538/549] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[539/549] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[540/549] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[541/549] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[542/549] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[543/549] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[544/590] Compiling MacroCore Object.swift
[545/590] Compiling MacroCore StringStubs.swift
[546/590] Compiling MacroCore MacroCore.swift
[547/590] Compiling MacroCore EventListenerSet.swift
[548/590] Compiling MacroCore ListenerType.swift
[549/590] Emitting module NIOHTTP1
[550/590] Compiling MacroCore Pipe.swift
[551/590] Compiling MacroCore ReadableByteStream.swift
[552/590] Compiling MacroCore ReadableByteStreamType.swift
[553/590] Compiling MacroCore ReadableStreamBase.swift
[554/590] Compiling MacroCore ReadableStreamType.swift
[555/595] Compiling MacroCore MacroError.swift
[556/595] Compiling MacroCore NextTick.swift
[557/595] Compiling MacroCore CommandLine.swift
[558/595] Compiling MacroCore DetectXcode.swift
[559/595] Compiling MacroCore Environment.swift
[560/595] Compiling MacroCore Process.swift
[561/595] Compiling MacroCore Warnings.swift
[562/595] Compiling MacroCore Regex.swift
[563/595] Compiling MacroCore Concat.swift
[564/595] Compiling MacroCore DuplexStreamType.swift
[565/595] Compiling MacroCore EnvironmentValues.swift
[566/595] Compiling MacroCore ErrorEmitter.swift
[568/596] Compiling MacroCore WritableByteStream.swift
[569/596] Compiling MacroCore WritableByteStreamType.swift
[570/596] Compiling MacroCore WritableStreamBase.swift
[571/596] Compiling MacroCore WritableStreamType.swift
[572/596] Compiling MacroCore StringEncoding.swift
[575/596] Compiling MacroCore JSError.swift
[576/596] Compiling MacroCore JSON.swift
[577/596] Compiling MacroCore CollectionStubs.swift
[578/596] Compiling MacroCore Math.swift
[579/596] Compiling MacroCore CollectionUtils.swift
[580/596] Compiling MacroCore Concurrency.swift
[581/596] Compiling MacroCore Console.swift
[582/596] Compiling MacroCore Dirname.swift
[587/596] Compiling MacroCore ToString.swift
[588/596] Compiling MacroCore LeftPad.swift
[590/596] Compiling MacroCore Buffer.swift
[591/596] Compiling MacroCore BufferData.swift
[592/596] Compiling MacroCore BufferDeprecations.swift
[593/596] Compiling MacroCore BufferHexEncoding.swift
[594/596] Compiling MacroCore BufferSpan.swift
[595/596] Compiling MacroCore BufferStrings.swift
[596/596] Emitting module MacroCore
[598/654] Compiling fs StatStruct.swift
[599/654] Compiling http Agent.swift
[600/654] Compiling http ClientRequest.swift
[601/655] Compiling http OutgoingMessage.swift
[602/656] Compiling fs fs.swift
[603/656] Compiling http Globals.swift
[604/656] Compiling http IncomingMessage.swift
[605/656] Compiling http http.swift
[608/656] Compiling http URLSessionClientRequest.swift
[609/656] Compiling http BasicAuth.swift
[612/656] Emitting module fs
[613/656] Compiling AWSLambdaRuntime LambdaRuntime+Codable.swift
[614/656] Compiling AWSLambdaRuntime LambdaRuntime+Handler.swift
[615/656] Compiling AWSLambdaRuntime LambdaRuntime+ServiceLifecycle.swift
[616/656] Compiling AWSLambdaRuntime LambdaRuntime.swift
[617/656] Compiling AWSLambdaRuntime LambdaManagedRuntime+ServiceLifecycle.swift
[618/656] Compiling AWSLambdaRuntime LambdaManagedRuntime.swift
[619/656] Compiling AWSLambdaRuntime LambdaManagedRuntimeHandlers.swift
[620/656] Compiling AWSLambdaRuntime LambdaHandlers.swift
[621/659] Compiling fs Path.swift
[622/659] Compiling fs PosixWrappers.swift
[623/659] Compiling AWSLambdaRuntime LambdaResponseStreamWriter+Headers.swift
[624/659] Compiling AWSLambdaRuntime LambdaRuntimeError.swift
[625/659] Compiling http QueryString.swift
[626/659] Compiling http Server.swift
[636/662] Compiling AWSLambdaRuntime SendableMetatype.swift
[637/662] Compiling AWSLambdaRuntime Utils.swift
[638/662] Compiling AWSLambdaRuntime Version.swift
[639/662] Emitting module dotenv
[640/662] Compiling dotenv dotenv.swift
[649/662] Emitting module AWSLambdaRuntime
[651/663] Compiling AWSLambdaRuntime Lambda.swift
[652/663] Compiling AWSLambdaRuntime LambdaClock.swift
[653/663] Compiling AWSLambdaRuntime LambdaContext.swift
[654/663] Compiling AWSLambdaRuntime LambdaRequestID.swift
[655/663] Compiling AWSLambdaRuntime LambdaRuntimeClient.swift
[656/663] Compiling AWSLambdaRuntime LambdaRuntimeClientProtocol.swift
[657/663] Compiling AWSLambdaRuntime Lambda+LocalServer+Pool.swift
[658/663] Compiling AWSLambdaRuntime Lambda+LocalServer.swift
[660/664] Emitting module http
[666/681] Emitting module connect
[667/683] Compiling connect Logger.swift
[668/683] Compiling connect MethodOverride.swift
[669/683] Compiling connect Middleware.swift
[670/683] Compiling connect NoCache.swift
[671/683] Compiling connect AsyncMiddleware.swift
[672/683] Compiling connect BodyParser.swift
[673/683] Compiling connect CORS.swift
[674/683] Compiling connect Cookies.swift
[675/683] Compiling connect CrossCompile.swift
[676/683] Compiling connect OriginalURL.swift
[677/683] Compiling connect Pause.swift
[678/683] Compiling connect Connect.swift
[679/683] Compiling connect CookieParser.swift
[680/683] Compiling connect QS.swift
[681/683] Compiling connect ServeStatic.swift
[682/683] Compiling connect Session.swift
[683/683] Compiling connect TypeIs.swift
[685/717] Compiling multer IncomingMessageMulter.swift
[686/717] Compiling multer Limits.swift
[687/718] Emitting module multer
[688/718] Compiling multer MemoryStorage.swift
[689/718] Compiling multer Middleware.swift
[690/718] Compiling multer DiskStorage.swift
[691/718] Compiling multer File.swift
[692/718] Compiling express RoutePattern.swift
[693/718] Compiling express Router.swift
[694/720] Compiling multer Utilities.swift
[695/720] Compiling multer PartType.swift
[696/720] Compiling multer ProcessingContext.swift
[698/720] Compiling multer Multer.swift
[699/720] Compiling multer MulterError.swift
[703/720] Compiling multer MulterStorage.swift
[704/720] Compiling multer MultiPartParser.swift
[708/721] Compiling express View.swift
[709/721] Compiling express dirname.swift
[710/721] Compiling express MiddlewareObject.swift
[711/721] Compiling express Module.swift
[712/721] Compiling express Mustache.swift
[713/721] Compiling express QueryParser.swift
[714/721] Compiling express Render.swift
[715/721] Compiling express Route.swift
[718/721] Compiling express RouteMounts.swift
[721/721] Emitting module express
[723/731] Emitting module MacroExpress
[724/731] Compiling MacroExpress MacroExpress.swift
[725/732] Compiling MacroLambdaCore Process.swift
[726/732] Compiling MacroLambdaCore lambda.swift
[728/732] Compiling MacroLambdaCore LambdaNIOConversions.swift
[729/732] Emitting module MacroLambdaCore
[730/732] Compiling MacroLambdaCore LambdaRequest.swift
[731/732] Compiling MacroLambdaCore LambdaResponse.swift
[732/732] Compiling MacroLambdaCore LambdaServer.swift
[734/736] Emitting module MacroLambda
[735/736] Compiling MacroLambda LambdaExpress.swift
[736/736] Compiling MacroLambda ReExports.swift
Build complete! (148.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.22",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "macroexpress",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.26",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/MacroExpress.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "swift-aws-lambda-events",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-events.git"
}
],
"manifest_display_name" : "MacroLambda",
"name" : "MacroLambda",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"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" : [
"MacroExpress",
"AWSLambdaRuntime"
],
"product_memberships" : [
"MacroLambda"
],
"sources" : [
"LambdaExpress.swift",
"ReExports.swift"
],
"target_dependencies" : [
"MacroLambdaCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.