Build Information
Successful build of MacroExpress, reference 1.0.6 (16893d
), with Swift 6.1 for Linux on 30 Apr 2025 03:33:34 UTC.
Swift 6 data race errors: 14
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroExpress.git
Reference: 1.0.6
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/MacroExpress
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at 16893d8 Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
16893d8dd5a10c66c475f571136a2270cb47ca89
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at 1.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Macro-swift/MacroExpress.git
https://github.com/Macro-swift/MacroExpress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "mustache",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlwaysRightInstitute/mustache.git"
}
],
"manifest_display_name" : "MacroExpress",
"name" : "MacroExpress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MacroExpress",
"targets" : [
"MacroExpress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "express",
"targets" : [
"express"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "connect",
"targets" : [
"connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "mime",
"targets" : [
"mime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dotenv",
"targets" : [
"dotenv"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "multer",
"targets" : [
"multer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "multerTests",
"module_type" : "SwiftTarget",
"name" : "multerTests",
"path" : "Tests/multerTests",
"sources" : [
"Fixtures.swift",
"MultiPartParserTests.swift",
"XCTestManifests.swift",
"multerTests.swift"
],
"target_dependencies" : [
"multer"
],
"type" : "test"
},
{
"c99name" : "multer",
"module_type" : "SwiftTarget",
"name" : "multer",
"path" : "Sources/multer",
"product_dependencies" : [
"MacroCore",
"fs",
"http"
],
"product_memberships" : [
"MacroExpress",
"multer"
],
"sources" : [
"DiskStorage.swift",
"File.swift",
"IncomingMessageMulter.swift",
"Limits.swift",
"MemoryStorage.swift",
"Middleware.swift",
"Multer.swift",
"MulterError.swift",
"MulterStorage.swift",
"MultiPartParser.swift",
"PartType.swift",
"ProcessingContext.swift",
"Utilities.swift"
],
"target_dependencies" : [
"mime",
"connect"
],
"type" : "library"
},
{
"c99name" : "mimeTests",
"module_type" : "SwiftTarget",
"name" : "mimeTests",
"path" : "Tests/mimeTests",
"sources" : [
"XCTestManifests.swift",
"mimeTests.swift"
],
"target_dependencies" : [
"mime"
],
"type" : "test"
},
{
"c99name" : "mime",
"module_type" : "SwiftTarget",
"name" : "mime",
"path" : "Sources/mime",
"product_memberships" : [
"MacroExpress",
"express",
"connect",
"mime",
"multer"
],
"sources" : [
"MIME.swift"
],
"type" : "library"
},
{
"c99name" : "express",
"module_type" : "SwiftTarget",
"name" : "express",
"path" : "Sources/express",
"product_dependencies" : [
"MacroCore",
"fs",
"http",
"Mustache"
],
"product_memberships" : [
"MacroExpress",
"express"
],
"sources" : [
"BasicAuth.swift",
"ErrorMiddleware.swift",
"Express.swift",
"ExpressWrappedDictionary.swift",
"IncomingMessage.swift",
"JSON.swift",
"MiddlewareObject.swift",
"Module.swift",
"Mustache.swift",
"Render.swift",
"Route.swift",
"RouteFactories.swift",
"RouteKeeper.swift",
"RouteMounts.swift",
"RoutePattern.swift",
"Router.swift",
"ServerResponse.swift",
"Settings.swift"
],
"target_dependencies" : [
"connect",
"mime"
],
"type" : "library"
},
{
"c99name" : "dotenvTests",
"module_type" : "SwiftTarget",
"name" : "dotenvTests",
"path" : "Tests/dotenvTests",
"sources" : [
"XCTestManifests.swift",
"dotenvTests.swift"
],
"target_dependencies" : [
"dotenv"
],
"type" : "test"
},
{
"c99name" : "dotenv",
"module_type" : "SwiftTarget",
"name" : "dotenv",
"path" : "Sources/dotenv",
"product_dependencies" : [
"MacroCore",
"fs"
],
"product_memberships" : [
"MacroExpress",
"dotenv"
],
"sources" : [
"dotenv.swift"
],
"type" : "library"
},
{
"c99name" : "connect",
"module_type" : "SwiftTarget",
"name" : "connect",
"path" : "Sources/connect",
"product_dependencies" : [
"MacroCore",
"fs",
"http"
],
"product_memberships" : [
"MacroExpress",
"express",
"connect",
"multer"
],
"sources" : [
"BodyParser.swift",
"CORS.swift",
"Connect.swift",
"CookieParser.swift",
"Cookies.swift",
"CrossCompile.swift",
"Logger.swift",
"MethodOverride.swift",
"Middleware.swift",
"Pause.swift",
"QS.swift",
"ServeStatic.swift",
"Session.swift",
"TypeIs.swift"
],
"target_dependencies" : [
"mime"
],
"type" : "library"
},
{
"c99name" : "bodyParserTests",
"module_type" : "SwiftTarget",
"name" : "bodyParserTests",
"path" : "Tests/bodyParserTests",
"product_dependencies" : [
"Macro"
],
"sources" : [
"XCTestManifests.swift",
"bodyParserTests.swift"
],
"target_dependencies" : [
"connect"
],
"type" : "test"
},
{
"c99name" : "RouteTests",
"module_type" : "SwiftTarget",
"name" : "RouteTests",
"path" : "Tests/RouteTests",
"product_dependencies" : [
"MacroTestUtilities"
],
"sources" : [
"ErrorMiddlewareTests.swift",
"RouteMountingTests.swift",
"SimpleRouteTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"express"
],
"type" : "test"
},
{
"c99name" : "MacroExpress",
"module_type" : "SwiftTarget",
"name" : "MacroExpress",
"path" : "Sources/MacroExpress",
"product_dependencies" : [
"MacroCore",
"fs",
"http",
"xsys"
],
"product_memberships" : [
"MacroExpress"
],
"sources" : [
"MacroExpress.swift"
],
"target_dependencies" : [
"dotenv",
"mime",
"connect",
"express",
"multer"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/AlwaysRightInstitute/mustache.git
[1/1628] Fetching macro
[2/2187] Fetching macro, mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.46s)
Fetched https://github.com/Macro-swift/Macro.git from cache (0.48s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (1.63s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.4 (0.92s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[3837/5541] Fetching swift-log, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
[1245/1705] Fetching swift-atomics
[1672/77266] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
[3779/75561] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.89s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[1529/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.06s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
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.1
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/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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/37] Write sources
[24/37] Compiling CNIOWindows shim.c
[25/37] Compiling _AtomicsShims.c
[26/37] Compiling CNIOWindows WSAStartup.c
[27/37] Compiling CNIOWASI CNIOWASI.c
[28/37] Compiling CNIOLinux liburing_shims.c
[29/37] Compiling CNIODarwin shim.c
[30/37] Compiling CNIOLLHTTP c_nio_http.c
[31/37] Compiling CNIOLLHTTP c_nio_api.c
[32/37] Compiling CNIOLinux shim.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[34/37] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/72] Compiling c-atomics.c
[36/72] Compiling c-nioatomics.c
[38/95] Compiling InternalCollectionsUtilities UInt+reversed.swift
[39/95] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[40/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/97] Compiling InternalCollectionsUtilities Specialize.swift
[42/97] Compiling _NIOBase64 Base64.swift
[43/97] Emitting module _NIOBase64
[44/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[45/97] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[46/97] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[47/98] Compiling InternalCollectionsUtilities _SortedCollection.swift
[48/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[49/98] Compiling Mustache MustacheNode.swift
[50/98] Compiling Mustache Mustachable.swift
[51/99] Compiling InternalCollectionsUtilities Debugging.swift
[52/99] Compiling InternalCollectionsUtilities Descriptions.swift
[53/99] Compiling Mustache MustacheRendering.swift
[54/99] Compiling Mustache MustacheRenderingContext.swift
[55/99] Emitting module InternalCollectionsUtilities
[56/99] Compiling _NIODataStructures PriorityQueue.swift
[57/99] Compiling _NIODataStructures _TinyArray.swift
[59/116] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[60/118] Compiling Atomics ManagedAtomic.swift
[61/118] Compiling Atomics ManagedAtomicLazyReference.swift
[62/118] Emitting module NIOConcurrencyHelpers
[63/118] Emitting module _NIODataStructures
[64/118] Compiling _NIODataStructures Heap.swift
[65/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[66/119] Compiling Mustache MustacheParser.swift
[67/119] Compiling NIOConcurrencyHelpers lock.swift
[68/119] Compiling Logging MetadataProvider.swift
[69/119] Compiling Atomics DoubleWord.swift
[70/119] Compiling Atomics UnsafeAtomic.swift
[71/119] Compiling xsys timespec.swift
[72/120] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[73/120] Compiling NIOConcurrencyHelpers atomics.swift
[74/121] Compiling Logging Logging.swift
[75/121] Emitting module xsys
[77/121] Compiling Logging LogHandler.swift
[78/121] Emitting module Logging
[79/121] Compiling Logging Locks.swift
[80/121] Compiling Atomics AtomicValue.swift
[81/121] Compiling Atomics AtomicMemoryOrderings.swift
[82/121] Compiling Atomics AtomicOptionalWrappable.swift
[83/121] Compiling Atomics IntegerConformances.swift
[84/121] Compiling Atomics Primitives.shims.swift
[85/121] Compiling Atomics AtomicInteger.swift
[86/121] Compiling Atomics PointerConformances.swift
[87/121] Compiling Atomics Primitives.native.swift
[88/121] Compiling Atomics AtomicReference.swift
[89/121] Compiling Atomics AtomicStorage.swift
[93/121] Compiling Atomics UnsafeAtomicLazyReference.swift
[104/125] Compiling xsys timeval_any.swift
[111/126] Compiling mime MIME.swift
[112/126] Emitting module mime
[114/127] Compiling Mustache HTMLEscape.swift
[115/127] Compiling Mustache Helpers.swift
[117/127] Emitting module Mustache
[118/127] Compiling Atomics IntegerOperations.swift
[119/127] Compiling Atomics Unmanaged extensions.swift
[120/127] Compiling Mustache SimpleKVC.swift
[125/128] Compiling Atomics OptionalRawRepresentable.swift
[126/128] Compiling Atomics RawRepresentable.swift
[127/128] Compiling Atomics AtomicBool.swift
[128/128] Emitting module Atomics
[130/144] Compiling DequeModule _DequeBuffer.swift
[131/144] Compiling DequeModule _DequeBufferHeader.swift
[132/146] Compiling DequeModule _DequeSlot.swift
[133/146] Compiling DequeModule _UnsafeWrappedBuffer.swift
[134/146] Compiling DequeModule Deque+Extras.swift
[135/146] Compiling DequeModule Deque+Hashable.swift
[136/146] Compiling DequeModule Deque+CustomReflectable.swift
[137/146] Compiling DequeModule Deque+Descriptions.swift
[138/146] Compiling DequeModule Deque+Equatable.swift
[139/146] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/146] Compiling DequeModule Deque+Testing.swift
[141/146] Compiling DequeModule Deque._Storage.swift
[142/146] Compiling DequeModule Deque._UnsafeHandle.swift
[143/146] Compiling DequeModule Deque.swift
[144/146] Compiling DequeModule Deque+Codable.swift
[145/146] Compiling DequeModule Deque+Collection.swift
[146/146] Emitting module DequeModule
[148/206] Compiling NIOCore MarkedCircularBuffer.swift
[149/206] Compiling NIOCore MulticastChannel.swift
[150/206] Compiling NIOCore NIOAny.swift
[151/206] Compiling NIOCore NIOCloseOnErrorHandler.swift
[152/206] Compiling NIOCore NIOLoopBound.swift
[153/206] Compiling NIOCore NIOScheduledCallback.swift
[154/206] Compiling NIOCore NIOSendable.swift
[155/206] Compiling NIOCore RecvByteBufferAllocator.swift
[156/214] Compiling NIOCore AddressedEnvelope.swift
[157/214] Compiling NIOCore AsyncAwaitSupport.swift
[158/214] Compiling NIOCore AsyncChannel.swift
[159/214] Compiling NIOCore AsyncChannelHandler.swift
[160/214] Compiling NIOCore AsyncChannelInboundStream.swift
[161/214] Compiling NIOCore AsyncChannelOutboundWriter.swift
[162/214] Compiling NIOCore NIOAsyncSequenceProducer.swift
[163/214] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[164/214] Compiling NIOCore NIOAsyncWriter.swift
[165/214] Compiling NIOCore ChannelPipeline.swift
[166/214] Compiling NIOCore CircularBuffer.swift
[167/214] Compiling NIOCore Codec.swift
[168/214] Compiling NIOCore ConvenienceOptionSupport.swift
[169/214] Compiling NIOCore DeadChannel.swift
[170/214] Compiling NIOCore DispatchQueue+WithFuture.swift
[171/214] Compiling NIOCore EventLoop+Deprecated.swift
[172/214] Compiling NIOCore EventLoop+SerialExecutor.swift
[173/214] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[174/214] Compiling NIOCore BSDSocketAPI.swift
[175/214] Compiling NIOCore ByteBuffer-aux.swift
[176/214] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[177/214] Compiling NIOCore ByteBuffer-conversions.swift
[178/214] Compiling NIOCore ByteBuffer-core.swift
[179/214] Compiling NIOCore ByteBuffer-hex.swift
[180/214] Compiling NIOCore ByteBuffer-int.swift
[181/214] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[182/214] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[183/214] Compiling NIOCore SocketAddresses.swift
[184/214] Compiling NIOCore SocketOptionProvider.swift
[185/214] Compiling NIOCore SystemCallHelpers.swift
[186/214] Compiling NIOCore TimeAmount+Duration.swift
[187/214] Compiling NIOCore TypeAssistedChannelHandler.swift
[188/214] Compiling NIOCore UniversalBootstrapSupport.swift
[189/214] Compiling NIOCore Utilities.swift
[190/214] Compiling NIOCore EventLoop.swift
[191/214] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[192/214] Compiling NIOCore EventLoopFuture+Deprecated.swift
[193/214] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[194/214] Compiling NIOCore EventLoopFuture.swift
[195/214] Compiling NIOCore FileDescriptor.swift
[196/214] Compiling NIOCore FileHandle.swift
[197/214] Compiling NIOCore FileRegion.swift
[198/214] Compiling NIOCore ByteBuffer-multi-int.swift
[199/214] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[200/214] Compiling NIOCore ByteBuffer-views.swift
[201/214] Compiling NIOCore Channel.swift
[202/214] Compiling NIOCore ChannelHandler.swift
[203/214] Compiling NIOCore ChannelHandlers.swift
[204/214] Compiling NIOCore ChannelInvoker.swift
[205/214] Compiling NIOCore ChannelOption.swift
[206/214] Compiling NIOCore GlobalSingletons.swift
[207/214] Compiling NIOCore IO.swift
[208/214] Compiling NIOCore IOData.swift
[209/214] Compiling NIOCore IPProtocol.swift
[210/214] Compiling NIOCore IntegerBitPacking.swift
[211/214] Compiling NIOCore IntegerTypes.swift
[212/214] Compiling NIOCore Interfaces.swift
[213/214] Compiling NIOCore Linux.swift
[214/214] Emitting module NIOCore
[216/266] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[217/266] Emitting module NIOEmbedded
[218/266] Compiling NIOEmbedded AsyncTestingChannel.swift
[219/266] Compiling NIOEmbedded Embedded.swift
[221/267] Emitting module NIOPosix
[222/273] Compiling NIOPosix PooledRecvBufferAllocator.swift
[223/273] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[224/273] Compiling NIOPosix PosixSingletons.swift
[225/273] Compiling NIOPosix RawSocketBootstrap.swift
[226/273] Compiling NIOPosix Resolver.swift
[227/273] Compiling NIOPosix Selectable.swift
[228/273] Compiling NIOPosix SelectableChannel.swift
[229/273] Compiling NIOPosix SelectableEventLoop.swift
[230/273] Compiling NIOPosix SelectorEpoll.swift
[231/273] Compiling NIOPosix SelectorGeneric.swift
[232/273] Compiling NIOPosix SelectorKqueue.swift
[233/273] Compiling NIOPosix SelectorUring.swift
[234/273] Compiling NIOPosix ServerSocket.swift
[235/273] Compiling NIOPosix Socket.swift
[236/273] Compiling NIOPosix SocketChannel.swift
[237/273] Compiling NIOPosix SocketProtocols.swift
[238/273] Compiling NIOPosix System.swift
[239/273] Compiling NIOPosix Thread.swift
[240/273] Compiling NIOPosix ThreadPosix.swift
[241/273] Compiling NIOPosix ThreadWindows.swift
[242/273] Compiling NIOPosix UnsafeTransfer.swift
[243/273] Compiling NIOPosix Utilities.swift
[244/273] Compiling NIOPosix VsockAddress.swift
[245/273] Compiling NIOPosix VsockChannelEvents.swift
[246/273] Compiling NIOPosix BSDSocketAPICommon.swift
[247/273] Compiling NIOPosix BSDSocketAPIPosix.swift
[248/273] Compiling NIOPosix BSDSocketAPIWindows.swift
[249/273] Compiling NIOPosix BaseSocket.swift
[250/273] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[251/273] Compiling NIOPosix BaseSocketChannel.swift
[252/273] Compiling NIOPosix BaseStreamSocketChannel.swift
[253/273] Compiling NIOPosix Bootstrap.swift
[254/273] Compiling NIOPosix ControlMessage.swift
[255/273] Compiling NIOPosix DatagramVectorReadManager.swift
[256/273] Compiling NIOPosix Errors+Any.swift
[257/273] Compiling NIOPosix FileDescriptor.swift
[258/273] Compiling NIOPosix GetaddrinfoResolver.swift
[259/273] Compiling NIOPosix HappyEyeballs.swift
[260/273] Compiling NIOPosix NIOThreadPool.swift
[261/273] Compiling NIOPosix NonBlockingFileIO.swift
[262/273] Compiling NIOPosix PendingDatagramWritesManager.swift
[263/273] Compiling NIOPosix PendingWritesManager.swift
[264/273] Compiling NIOPosix PipeChannel.swift
[265/273] Compiling NIOPosix PipePair.swift
[266/273] Compiling NIOPosix Pool.swift
[267/273] Compiling NIOPosix IO.swift
[268/273] Compiling NIOPosix IntegerBitPacking.swift
[269/273] Compiling NIOPosix IntegerTypes.swift
[270/273] Compiling NIOPosix Linux.swift
[271/273] Compiling NIOPosix LinuxCPUSet.swift
[272/273] Compiling NIOPosix LinuxUring.swift
[273/273] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[275/276] Compiling NIO Exports.swift
[276/276] Emitting module NIO
[278/298] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[279/298] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[280/298] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[281/298] Emitting module NIOFoundationCompat
[282/298] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[284/299] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[285/299] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[286/301] Emitting module NIOHTTP1
[287/338] Compiling MacroCore CollectionStubs.swift
[288/338] Compiling MacroCore Math.swift
[289/338] Compiling MacroCore Buffer.swift
[290/338] Compiling MacroCore BufferData.swift
[291/338] Compiling MacroCore ToString.swift
[292/338] Compiling MacroCore LeftPad.swift
[293/338] Compiling MacroCore Pipe.swift
[294/338] Compiling MacroCore ReadableByteStream.swift
[295/338] Compiling MacroCore ReadableByteStreamType.swift
[296/338] Compiling MacroCore ReadableStreamBase.swift
[297/338] Compiling MacroCore ReadableStreamType.swift
[298/343] Compiling MacroCore BufferDeprecations.swift
[299/343] Compiling MacroCore BufferHexEncoding.swift
[300/343] Compiling MacroCore BufferStrings.swift
[301/343] Compiling MacroCore CollectionUtils.swift
[302/343] Compiling MacroCore MacroError.swift
[303/343] Compiling MacroCore NextTick.swift
[304/343] Compiling MacroCore CommandLine.swift
[305/343] Compiling MacroCore DetectXcode.swift
[306/343] Compiling MacroCore Environment.swift
[307/343] Compiling MacroCore ListenerType.swift
[308/343] Compiling MacroCore JSError.swift
[309/343] Compiling MacroCore JSON.swift
[312/343] Compiling MacroCore Object.swift
[313/343] Compiling MacroCore StringStubs.swift
[316/343] Compiling MacroCore MacroCore.swift
[320/343] Compiling MacroCore Console.swift
[321/343] Compiling MacroCore Dirname.swift
[322/343] Compiling MacroCore EnvironmentValues.swift
[323/343] Compiling MacroCore ErrorEmitter.swift
[324/343] Compiling MacroCore EventListenerSet.swift
[327/344] Compiling MacroCore WritableByteStream.swift
[328/344] Compiling MacroCore WritableByteStreamType.swift
[329/344] Compiling MacroCore WritableStreamBase.swift
[330/344] Compiling MacroCore WritableStreamType.swift
[331/344] Compiling MacroCore StringEncoding.swift
[333/344] Compiling MacroCore Process.swift
[334/344] Compiling MacroCore Warnings.swift
[335/344] Compiling MacroCore Regex.swift
[336/344] Compiling MacroCore Concat.swift
[337/344] Compiling MacroCore DuplexStreamType.swift
[344/344] Emitting module MacroCore
[346/373] Compiling fs StatStruct.swift
[347/374] Compiling http ServerResponse.swift
[348/374] Compiling http HTTPHeadersHolder.swift
[349/374] Compiling http QueryString.swift
[350/374] Compiling http Server.swift
[351/374] Compiling fs fs.swift
[352/374] Compiling http OutgoingMessage.swift
[353/375] Emitting module fs
[354/375] Compiling http URLRequestInit.swift
[355/375] Compiling http URLSessionAgent.swift
[356/375] Compiling http http.swift
[357/375] Compiling http URLSessionClientRequest.swift
[358/375] Compiling http BasicAuth.swift
[361/375] Compiling http Agent.swift
[362/375] Compiling http ClientRequest.swift
[363/375] Compiling http Globals.swift
[364/375] Compiling http IncomingMessage.swift
[367/376] Emitting module http
[373/378] Emitting module dotenv
[374/378] Compiling dotenv dotenv.swift
[381/394] Compiling connect Logger.swift
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | }
156 |
157 | static var urlPadLen = 28
| |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | var paddedURL : String {
159 | let url = req.url
[382/394] Compiling connect MethodOverride.swift
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | }
156 |
157 | static var urlPadLen = 28
| |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | var paddedURL : String {
159 | let url = req.url
[383/395] Compiling connect Session.swift
/host/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import struct NIOConcurrencyHelpers.NIOLock
15 |
16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
| |- warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sessionIdCookie' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | fileprivate var sessionIdCounter = 0
/host/spi-builder-workspace/Sources/connect/Cookies.swift:131:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
129 | import struct Foundation.Date
130 |
131 | public struct Cookie {
| `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
132 | public let name : String
133 | public var value : String
/host/spi-builder-workspace/Sources/connect/Session.swift:18:17: warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
17 |
18 | fileprivate var sessionIdCounter = 0
| |- warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sessionIdCounter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sessionIdCounter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:177:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
140 | // MARK: - Session Class
141 |
142 | public class Session {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
143 | // Reference type, so that we can do stuff like:
144 | //
:
175 |
176 | private enum SessionKey: EnvironmentKey {
177 | static let defaultValue : Session? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 | static let loggingKey = "session"
179 | }
[384/395] Compiling connect Connect.swift
[385/395] Compiling connect CookieParser.swift
[386/395] Compiling connect Cookies.swift
[387/395] Compiling connect CrossCompile.swift
[388/395] Compiling connect TypeIs.swift
[389/395] Emitting module connect
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
53 | */
54 | @dynamicMemberLookup
55 | public enum BodyParserBody {
| `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
56 |
57 | /// The request has not been parsed yet by the ``bodyParser`` middleware.
:
370 |
371 | fileprivate enum BodyKey: EnvironmentKey {
372 | static let defaultValue : BodyParserBody = .notParsed
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
373 | static let loggingKey = "body"
374 | }
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 | }
156 |
157 | static var urlPadLen = 28
| |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 | var paddedURL : String {
159 | let url = req.url
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | private class EmptyArraySlot {}
28 | static let sparseArrayDefaultValue : Any = EmptyArraySlot()
| |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sparseArrayDefaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | static func parse(_ string : String,
/host/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import struct NIOConcurrencyHelpers.NIOLock
15 |
16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
| |- warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'sessionIdCookie' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 | fileprivate var sessionIdCounter = 0
/host/spi-builder-workspace/Sources/connect/Cookies.swift:131:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
129 | import struct Foundation.Date
130 |
131 | public struct Cookie {
| `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
132 | public let name : String
133 | public var value : String
/host/spi-builder-workspace/Sources/connect/Session.swift:18:17: warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
17 |
18 | fileprivate var sessionIdCounter = 0
| |- warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'sessionIdCounter' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'sessionIdCounter' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:177:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
140 | // MARK: - Session Class
141 |
142 | public class Session {
| `- note: class 'Session' does not conform to the 'Sendable' protocol
143 | // Reference type, so that we can do stuff like:
144 | //
:
175 |
176 | private enum SessionKey: EnvironmentKey {
177 | static let defaultValue : Session? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
178 | static let loggingKey = "session"
179 | }
[390/395] Compiling connect BodyParser.swift
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
53 | */
54 | @dynamicMemberLookup
55 | public enum BodyParserBody {
| `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
56 |
57 | /// The request has not been parsed yet by the ``bodyParser`` middleware.
:
370 |
371 | fileprivate enum BodyKey: EnvironmentKey {
372 | static let defaultValue : BodyParserBody = .notParsed
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
373 | static let loggingKey = "body"
374 | }
[391/395] Compiling connect CORS.swift
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
53 | */
54 | @dynamicMemberLookup
55 | public enum BodyParserBody {
| `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
56 |
57 | /// The request has not been parsed yet by the ``bodyParser`` middleware.
:
370 |
371 | fileprivate enum BodyKey: EnvironmentKey {
372 | static let defaultValue : BodyParserBody = .notParsed
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
373 | static let loggingKey = "body"
374 | }
[392/395] Compiling connect QS.swift
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | private class EmptyArraySlot {}
28 | static let sparseArrayDefaultValue : Any = EmptyArraySlot()
| |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sparseArrayDefaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | static func parse(_ string : String,
[393/395] Compiling connect ServeStatic.swift
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | private class EmptyArraySlot {}
28 | static let sparseArrayDefaultValue : Any = EmptyArraySlot()
| |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sparseArrayDefaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | static func parse(_ string : String,
[394/395] Compiling connect Middleware.swift
[395/395] Compiling connect Pause.swift
[397/426] Compiling express Express.swift
[398/426] Compiling express MiddlewareObject.swift
[399/426] Compiling express BasicAuth.swift
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum FilesKey: EnvironmentKey {
15 | static let defaultValue : [ String : [ multer.File ] ]? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
16 | static let loggingKey = "files"
17 | }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
11 | public extension multer {
12 |
13 | final class File: Equatable {
| `- note: class 'File' does not conform to the 'Sendable' protocol
14 |
15 | /// Name in form field
[400/426] Compiling express ErrorMiddleware.swift
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum FilesKey: EnvironmentKey {
15 | static let defaultValue : [ String : [ multer.File ] ]? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
16 | static let loggingKey = "files"
17 | }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
11 | public extension multer {
12 |
13 | final class File: Equatable {
| `- note: class 'File' does not conform to the 'Sendable' protocol
14 |
15 | /// Name in form field
[401/427] Emitting module multer
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum FilesKey: EnvironmentKey {
15 | static let defaultValue : [ String : [ multer.File ] ]? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
16 | static let loggingKey = "files"
17 | }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
11 | public extension multer {
12 |
13 | final class File: Equatable {
| `- note: class 'File' does not conform to the 'Sendable' protocol
14 |
15 | /// Name in form field
[402/427] Compiling express Module.swift
[403/427] Compiling express ExpressWrappedDictionary.swift
[404/427] Compiling express Mustache.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
| |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | fs.readFile(path, "utf8") { err, str in
17 | guard err == nil else {
[405/427] Compiling express Render.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
| |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | fs.readFile(path, "utf8") { err, str in
17 | guard err == nil else {
[406/429] Compiling express RouteKeeper.swift
[407/429] Compiling express RouteMounts.swift
[408/429] Compiling express RoutePattern.swift
[409/429] Compiling express Router.swift
[410/429] Compiling multer ProcessingContext.swift
[411/429] Compiling multer PartType.swift
[413/429] Compiling express IncomingMessage.swift
[414/429] Compiling express JSON.swift
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
75 | *
76 | */
77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
| `- note: class 'Express' does not conform to the 'Sendable' protocol
78 | RouteKeeper
79 | {
:
297 | /// A reference to the active application. Updated when subapps are triggered.
298 | enum App: EnvironmentKey {
299 | static let defaultValue : Express? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
300 | static let loggingKey = "app"
301 | }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
43 | * * IncomingMessage
44 | */
45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
| `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
46 |
47 | public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
11 | import enum MacroCore.EventListenerSet
12 | import protocol MacroCore.EnvironmentKey
13 | import class http.IncomingMessage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
14 | import class http.ServerResponse
15 |
:
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = 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
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 | /// The active route.
310 | enum RouteKey: EnvironmentKey {
311 | static let defaultValue : Route? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
312 | static let loggingKey = "route"
313 | }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
51 | * and companions.
52 | */
53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
| `- note: class 'Route' does not conform to the 'Sendable' protocol
54 | CustomStringConvertible
55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 | enum Params: EnvironmentKey {
332 | // TBD: Should the value be `Any`?
333 | static let defaultValue = IncomingMessage.Params([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
334 | static let loggingKey = "params"
335 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 | */
340 | enum Query: EnvironmentKey {
341 | static let defaultValue : IncomingMessage.Query? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
342 | static let loggingKey = "query"
343 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 | */
352 | enum Locals: EnvironmentKey {
353 | static let defaultValue : ServerResponse.Locals = .init([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
354 | static let loggingKey = "locals"
355 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
75 | *
76 | */
77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
| `- note: class 'Express' does not conform to the 'Sendable' protocol
78 | RouteKeeper
79 | {
:
297 | /// A reference to the active application. Updated when subapps are triggered.
298 | enum App: EnvironmentKey {
299 | static let defaultValue : Express? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
300 | static let loggingKey = "app"
301 | }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
43 | * * IncomingMessage
44 | */
45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
| `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
46 |
47 | public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
11 | import enum MacroCore.EventListenerSet
12 | import protocol MacroCore.EnvironmentKey
13 | import class http.IncomingMessage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
14 | import class http.ServerResponse
15 |
:
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = 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
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 | /// The active route.
310 | enum RouteKey: EnvironmentKey {
311 | static let defaultValue : Route? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
312 | static let loggingKey = "route"
313 | }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
51 | * and companions.
52 | */
53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
| `- note: class 'Route' does not conform to the 'Sendable' protocol
54 | CustomStringConvertible
55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 | enum Params: EnvironmentKey {
332 | // TBD: Should the value be `Any`?
333 | static let defaultValue = IncomingMessage.Params([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
334 | static let loggingKey = "params"
335 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 | */
340 | enum Query: EnvironmentKey {
341 | static let defaultValue : IncomingMessage.Query? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
342 | static let loggingKey = "query"
343 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 | */
352 | enum Locals: EnvironmentKey {
353 | static let defaultValue : ServerResponse.Locals = .init([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
354 | static let loggingKey = "locals"
355 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
75 | *
76 | */
77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
| `- note: class 'Express' does not conform to the 'Sendable' protocol
78 | RouteKeeper
79 | {
:
297 | /// A reference to the active application. Updated when subapps are triggered.
298 | enum App: EnvironmentKey {
299 | static let defaultValue : Express? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
300 | static let loggingKey = "app"
301 | }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
43 | * * IncomingMessage
44 | */
45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
| `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
46 |
47 | public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
11 | import enum MacroCore.EventListenerSet
12 | import protocol MacroCore.EnvironmentKey
13 | import class http.IncomingMessage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
14 | import class http.ServerResponse
15 |
:
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = 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
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 | /// The active route.
310 | enum RouteKey: EnvironmentKey {
311 | static let defaultValue : Route? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
312 | static let loggingKey = "route"
313 | }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
51 | * and companions.
52 | */
53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
| `- note: class 'Route' does not conform to the 'Sendable' protocol
54 | CustomStringConvertible
55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 | enum Params: EnvironmentKey {
332 | // TBD: Should the value be `Any`?
333 | static let defaultValue = IncomingMessage.Params([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
334 | static let loggingKey = "params"
335 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 | */
340 | enum Query: EnvironmentKey {
341 | static let defaultValue : IncomingMessage.Query? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
342 | static let loggingKey = "query"
343 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 | */
352 | enum Locals: EnvironmentKey {
353 | static let defaultValue : ServerResponse.Locals = .init([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
354 | static let loggingKey = "locals"
355 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
[420/429] Compiling multer Utilities.swift
[421/429] Emitting module express
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
75 | *
76 | */
77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
| `- note: class 'Express' does not conform to the 'Sendable' protocol
78 | RouteKeeper
79 | {
:
297 | /// A reference to the active application. Updated when subapps are triggered.
298 | enum App: EnvironmentKey {
299 | static let defaultValue : Express? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
300 | static let loggingKey = "app"
301 | }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = nil
| `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
43 | * * IncomingMessage
44 | */
45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
| `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
46 |
47 | public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
11 | import enum MacroCore.EventListenerSet
12 | import protocol MacroCore.EnvironmentKey
13 | import class http.IncomingMessage
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
14 | import class http.ServerResponse
15 |
:
303 | /// A reference to the request associated with a response.
304 | enum RequestKey: EnvironmentKey {
305 | static let defaultValue : IncomingMessage? = 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
306 | static let loggingKey = "request"
307 | }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 | /// The active route.
310 | enum RouteKey: EnvironmentKey {
311 | static let defaultValue : Route? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
312 | static let loggingKey = "route"
313 | }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
51 | * and companions.
52 | */
53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
| `- note: class 'Route' does not conform to the 'Sendable' protocol
54 | CustomStringConvertible
55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 | enum Params: EnvironmentKey {
332 | // TBD: Should the value be `Any`?
333 | static let defaultValue = IncomingMessage.Params([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
334 | static let loggingKey = "params"
335 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 | */
340 | enum Query: EnvironmentKey {
341 | static let defaultValue : IncomingMessage.Query? = nil
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
342 | static let loggingKey = "query"
343 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 | */
352 | enum Locals: EnvironmentKey {
353 | static let defaultValue : ServerResponse.Locals = .init([:])
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
| |- 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
354 | static let loggingKey = "locals"
355 | }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
17 | */
18 | @dynamicMemberLookup
19 | public struct ExpressWrappedDictionary<V>: Collection {
| `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
20 |
21 | public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
| |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | fs.readFile(path, "utf8") { err, str in
17 | guard err == nil else {
[422/429] Compiling express Route.swift
[423/429] Compiling express RouteFactories.swift
[428/430] Compiling express ServerResponse.swift
[429/430] Compiling express Settings.swift
[432/433] Compiling MacroExpress MacroExpress.swift
[433/433] Emitting module MacroExpress
Build complete! (77.15s)
Build complete.
{
"dependencies" : [
{
"identity" : "macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Macro-swift/Macro.git"
},
{
"identity" : "mustache",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AlwaysRightInstitute/mustache.git"
}
],
"manifest_display_name" : "MacroExpress",
"name" : "MacroExpress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MacroExpress",
"targets" : [
"MacroExpress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "express",
"targets" : [
"express"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "connect",
"targets" : [
"connect"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "mime",
"targets" : [
"mime"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dotenv",
"targets" : [
"dotenv"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "multer",
"targets" : [
"multer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "multerTests",
"module_type" : "SwiftTarget",
"name" : "multerTests",
"path" : "Tests/multerTests",
"sources" : [
"Fixtures.swift",
"MultiPartParserTests.swift",
"XCTestManifests.swift",
"multerTests.swift"
],
"target_dependencies" : [
"multer"
],
"type" : "test"
},
{
"c99name" : "multer",
"module_type" : "SwiftTarget",
"name" : "multer",
"path" : "Sources/multer",
"product_dependencies" : [
"MacroCore",
"fs",
"http"
],
"product_memberships" : [
"MacroExpress",
"multer"
],
"sources" : [
"DiskStorage.swift",
"File.swift",
"IncomingMessageMulter.swift",
"Limits.swift",
"MemoryStorage.swift",
"Middleware.swift",
"Multer.swift",
"MulterError.swift",
"MulterStorage.swift",
"MultiPartParser.swift",
"PartType.swift",
"ProcessingContext.swift",
"Utilities.swift"
],
"target_dependencies" : [
"mime",
"connect"
],
"type" : "library"
},
{
"c99name" : "mimeTests",
"module_type" : "SwiftTarget",
"name" : "mimeTests",
"path" : "Tests/mimeTests",
"sources" : [
"XCTestManifests.swift",
"mimeTests.swift"
],
"target_dependencies" : [
"mime"
],
"type" : "test"
},
{
"c99name" : "mime",
"module_type" : "SwiftTarget",
"name" : "mime",
"path" : "Sources/mime",
"product_memberships" : [
"MacroExpress",
"express",
"connect",
"mime",
"multer"
],
"sources" : [
"MIME.swift"
],
"type" : "library"
},
{
"c99name" : "express",
"module_type" : "SwiftTarget",
"name" : "express",
"path" : "Sources/express",
"product_dependencies" : [
"MacroCore",
"fs",
"http",
"Mustache"
],
"product_memberships" : [
"MacroExpress",
"express"
],
"sources" : [
"BasicAuth.swift",
"ErrorMiddleware.swift",
"Express.swift",
"ExpressWrappedDictionary.swift",
"IncomingMessage.swift",
"JSON.swift",
"MiddlewareObject.swift",
"Module.swift",
"Mustache.swift",
"Render.swift",
"Route.swift",
"RouteFactories.swift",
"RouteKeeper.swift",
"RouteMounts.swift",
"RoutePattern.swift",
"Router.swift",
"ServerResponse.swift",
"Settings.swift"
],
"target_dependencies" : [
"connect",
"mime"
],
"type" : "library"
},
{
"c99name" : "dotenvTests",
"module_type" : "SwiftTarget",
"name" : "dotenvTests",
"path" : "Tests/dotenvTests",
"sources" : [
"XCTestManifests.swift",
"dotenvTests.swift"
],
"target_dependencies" : [
"dotenv"
],
"type" : "test"
},
{
"c99name" : "dotenv",
"module_type" : "SwiftTarget",
"name" : "dotenv",
"path" : "Sources/dotenv",
"product_dependencies" : [
"MacroCore",
"fs"
],
"product_memberships" : [
"MacroExpress",
"dotenv"
],
"sources" : [
"dotenv.swift"
],
"type" : "library"
},
{
"c99name" : "connect",
"module_type" : "SwiftTarget",
"name" : "connect",
"path" : "Sources/connect",
"product_dependencies" : [
"MacroCore",
"fs",
"http"
],
"product_memberships" : [
"MacroExpress",
"express",
"connect",
"multer"
],
"sources" : [
"BodyParser.swift",
"CORS.swift",
"Connect.swift",
"CookieParser.swift",
"Cookies.swift",
"CrossCompile.swift",
"Logger.swift",
"MethodOverride.swift",
"Middleware.swift",
"Pause.swift",
"QS.swift",
"ServeStatic.swift",
"Session.swift",
"TypeIs.swift"
],
"target_dependencies" : [
"mime"
],
"type" : "library"
},
{
"c99name" : "bodyParserTests",
"module_type" : "SwiftTarget",
"name" : "bodyParserTests",
"path" : "Tests/bodyParserTests",
"product_dependencies" : [
"Macro"
],
"sources" : [
"XCTestManifests.swift",
"bodyParserTests.swift"
],
"target_dependencies" : [
"connect"
],
"type" : "test"
},
{
"c99name" : "RouteTests",
"module_type" : "SwiftTarget",
"name" : "RouteTests",
"path" : "Tests/RouteTests",
"product_dependencies" : [
"MacroTestUtilities"
],
"sources" : [
"ErrorMiddlewareTests.swift",
"RouteMountingTests.swift",
"SimpleRouteTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"express"
],
"type" : "test"
},
{
"c99name" : "MacroExpress",
"module_type" : "SwiftTarget",
"name" : "MacroExpress",
"path" : "Sources/MacroExpress",
"product_dependencies" : [
"MacroCore",
"fs",
"http",
"xsys"
],
"product_memberships" : [
"MacroExpress"
],
"sources" : [
"MacroExpress.swift"
],
"target_dependencies" : [
"dotenv",
"mime",
"connect",
"express",
"multer"
],
"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.