The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MacroExpress, reference 1.0.6 (16893d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:38:33 UTC.

Swift 6 data race errors: 14

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/MacroExpress.git
https://github.com/Macro-swift/MacroExpress.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/38] Write sources
[0/38] Copying PrivacyInfo.xcprivacy
[4/38] Write sources
[24/38] Compiling CNIOWindows shim.c
[24/38] Compiling CNIOWindows WSAStartup.c
[25/38] Compiling CNIOWASI CNIOWASI.c
[27/38] Compiling CNIOLinux shim.c
[27/38] Compiling CNIOLinux liburing_shims.c
[29/38] Write sources
[30/38] Write swift-version-2F0A5646E1D333AE.txt
[31/38] Compiling _AtomicsShims.c
[32/58] Compiling CNIOLLHTTP c_nio_http.c
[33/60] Compiling CNIOLLHTTP c_nio_api.c
[34/74] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/92] Compiling CNIODarwin shim.c
[37/111] Compiling _NIOBase64 Base64.swift
[38/111] Emitting module _NIOBase64
[39/111] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/111] Compiling Atomics AtomicBool.swift
[41/111] Compiling Atomics IntegerConformances.swift
[42/111] Compiling Atomics UnsafeAtomic.swift
[43/111] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/112] Emitting module InternalCollectionsUtilities
[45/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/112] Compiling Atomics ManagedAtomic.swift
[49/112] Compiling Atomics ManagedAtomicLazyReference.swift
[50/112] Compiling Atomics AtomicMemoryOrderings.swift
[51/112] Compiling Atomics DoubleWord.swift
[52/114] Compiling Atomics AtomicStorage.swift
[53/114] Compiling Atomics AtomicValue.swift
[54/114] Compiling Atomics Primitives.shims.swift
[55/114] Compiling Atomics AtomicInteger.swift
[56/114] Compiling Atomics PointerConformances.swift
[57/114] Compiling Atomics Primitives.native.swift
[58/114] Compiling Atomics AtomicOptionalWrappable.swift
[59/114] Compiling Atomics AtomicReference.swift
[60/114] Compiling Atomics OptionalRawRepresentable.swift
[61/114] Compiling Atomics RawRepresentable.swift
[64/114] Compiling _NIODataStructures _TinyArray.swift
[65/114] Compiling Atomics IntegerOperations.swift
[66/114] Compiling Atomics Unmanaged extensions.swift
[67/130] Compiling _NIODataStructures PriorityQueue.swift
[68/130] Emitting module _NIODataStructures
[69/130] Compiling _NIODataStructures Heap.swift
[70/130] Compiling DequeModule _DequeSlot.swift
[71/131] Compiling DequeModule _DequeBufferHeader.swift
[72/131] Compiling Logging Locks.swift
[73/131] Compiling Logging MetadataProvider.swift
[74/131] Compiling Logging Logging.swift
[75/131] Emitting module Logging
[76/131] Compiling Logging LogHandler.swift
[76/131] Compiling c-nioatomics.c
[78/131] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/131] Compiling DequeModule _DequeBuffer.swift
[80/131] Compiling DequeModule Deque+Testing.swift
[81/131] Compiling DequeModule Deque._Storage.swift
[82/131] Compiling DequeModule Deque+CustomReflectable.swift
[83/131] Compiling DequeModule Deque+Descriptions.swift
[84/131] Compiling DequeModule Deque+Extras.swift
[85/131] Compiling DequeModule Deque+Hashable.swift
[86/131] Compiling DequeModule Deque._UnsafeHandle.swift
[87/131] Compiling DequeModule Deque.swift
[88/131] Compiling DequeModule Deque+Codable.swift
[89/131] Compiling DequeModule Deque+Collection.swift
[90/131] Compiling DequeModule Deque+Equatable.swift
[91/131] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/131] Emitting module DequeModule
[105/131] Emitting module Atomics
[105/131] Compiling c-atomics.c
[107/137] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[108/137] Compiling NIOConcurrencyHelpers lock.swift
[109/137] Emitting module NIOConcurrencyHelpers
[110/137] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/137] Compiling NIOConcurrencyHelpers atomics.swift
[112/137] Compiling NIOConcurrencyHelpers NIOLock.swift
[113/163] Compiling xsys time.swift
[114/163] Compiling xsys socket.swift
[115/163] Compiling xsys sockaddr_any.swift
[116/165] Compiling xsys timespec.swift
[117/166] Compiling xsys ntohs.swift
[118/199] Compiling Mustache MustacheRenderingContext.swift
[119/199] Compiling NIOCore ChannelOption.swift
[120/199] Compiling NIOCore ChannelPipeline.swift
[121/199] Compiling xsys timeval_any.swift
[122/199] Compiling NIOCore GlobalSingletons.swift
[123/199] Compiling NIOCore IO.swift
[124/199] Compiling NIOCore IOData.swift
[125/199] Compiling NIOCore IPProtocol.swift
[126/199] Compiling NIOCore IntegerBitPacking.swift
[127/199] Compiling NIOCore IntegerTypes.swift
[128/199] Compiling NIOCore Codec.swift
[129/199] Compiling NIOCore ConvenienceOptionSupport.swift
[130/199] Compiling NIOCore DeadChannel.swift
[131/199] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/199] Compiling NIOCore EventLoop+Deprecated.swift
[133/199] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/199] Compiling NIOCore EventLoop.swift
[135/205] Compiling NIOCore AddressedEnvelope.swift
[136/205] Compiling NIOCore AsyncAwaitSupport.swift
[137/205] Compiling NIOCore AsyncChannel.swift
[138/205] Compiling NIOCore AsyncChannelHandler.swift
[139/205] Compiling NIOCore AsyncChannelInboundStream.swift
[140/205] Compiling NIOCore AsyncChannelOutboundWriter.swift
[141/205] Compiling NIOCore NIOAsyncSequenceProducer.swift
[142/205] Compiling NIOCore Interfaces.swift
[143/205] Compiling NIOCore Linux.swift
[144/205] Compiling NIOCore MarkedCircularBuffer.swift
[145/205] Compiling NIOCore MulticastChannel.swift
[146/205] Compiling NIOCore NIOAny.swift
[147/205] Compiling NIOCore NIOCloseOnErrorHandler.swift
[148/205] Compiling NIOCore NIOLoopBound.swift
[149/205] Compiling NIOCore NIOScheduledCallback.swift
[150/205] Compiling NIOCore NIOSendable.swift
[151/205] Compiling NIOCore RecvByteBufferAllocator.swift
[152/205] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/205] Compiling NIOCore SocketAddresses.swift
[154/205] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[155/205] Compiling NIOCore EventLoopFuture+Deprecated.swift
[156/205] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[157/205] Compiling NIOCore EventLoopFuture.swift
[158/205] Compiling NIOCore FileDescriptor.swift
[159/205] Compiling NIOCore FileHandle.swift
[160/205] Compiling NIOCore FileRegion.swift
[161/205] Compiling Mustache MustacheParser.swift
[162/205] Compiling Mustache MustacheRendering.swift
[163/205] Compiling mime MIME.swift
[164/205] Compiling Mustache MustacheNode.swift
[165/205] Emitting module mime
[166/205] Compiling Mustache Mustachable.swift
[167/205] Compiling Mustache SimpleKVC.swift
[168/205] Emitting module Mustache
[169/205] Compiling Mustache HTMLEscape.swift
[170/205] Compiling Mustache Helpers.swift
[171/205] Compiling NIOCore CircularBuffer.swift
[172/205] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[173/205] Compiling NIOCore ChannelHandlers.swift
[174/205] Compiling NIOCore ChannelInvoker.swift
[175/205] Emitting module xsys
[176/205] Compiling NIOCore Channel.swift
[177/205] Compiling NIOCore ChannelHandler.swift
[178/205] Compiling NIOCore SocketOptionProvider.swift
[179/205] Compiling NIOCore SystemCallHelpers.swift
[180/205] Compiling NIOCore TimeAmount+Duration.swift
[181/205] Compiling NIOCore TypeAssistedChannelHandler.swift
[182/205] Compiling NIOCore UniversalBootstrapSupport.swift
[183/205] Compiling NIOCore Utilities.swift
[192/205] Compiling NIOCore NIOAsyncWriter.swift
[193/205] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[194/205] Compiling NIOCore BSDSocketAPI.swift
[195/205] Compiling NIOCore ByteBuffer-aux.swift
[196/205] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[197/205] Compiling NIOCore ByteBuffer-conversions.swift
[198/205] Compiling NIOCore ByteBuffer-core.swift
[199/205] Compiling NIOCore ByteBuffer-hex.swift
[200/205] Compiling NIOCore ByteBuffer-int.swift
[201/205] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[202/205] Compiling NIOCore ByteBuffer-multi-int.swift
[203/205] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[204/205] Compiling NIOCore ByteBuffer-views.swift
[205/205] Emitting module NIOCore
[206/258] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[207/258] Compiling NIOEmbedded Embedded.swift
[208/258] Compiling NIOEmbedded AsyncTestingChannel.swift
[209/258] Emitting module NIOEmbedded
[210/258] Compiling NIOPosix PooledRecvBufferAllocator.swift
[211/258] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[212/258] Compiling NIOPosix PosixSingletons.swift
[213/258] Compiling NIOPosix RawSocketBootstrap.swift
[214/258] Compiling NIOPosix Resolver.swift
[215/263] Compiling NIOPosix GetaddrinfoResolver.swift
[216/263] Compiling NIOPosix HappyEyeballs.swift
[217/263] Compiling NIOPosix IO.swift
[218/263] Compiling NIOPosix IntegerBitPacking.swift
[219/263] Compiling NIOPosix IntegerTypes.swift
[220/263] Compiling NIOPosix Linux.swift
[221/263] Compiling NIOPosix SocketProtocols.swift
[222/263] Compiling NIOPosix System.swift
[223/263] Compiling NIOPosix Thread.swift
[224/263] Compiling NIOPosix ThreadPosix.swift
[225/263] Compiling NIOPosix ThreadWindows.swift
[226/263] Compiling NIOPosix UnsafeTransfer.swift
[227/263] Compiling NIOPosix Utilities.swift
[228/263] Compiling NIOPosix VsockAddress.swift
[229/263] Compiling NIOPosix VsockChannelEvents.swift
[230/263] Compiling NIOPosix resource_bundle_accessor.swift
[231/263] Compiling NIOPosix BSDSocketAPICommon.swift
[232/263] Compiling NIOPosix BSDSocketAPIPosix.swift
[233/263] Compiling NIOPosix BSDSocketAPIWindows.swift
[234/263] Compiling NIOPosix BaseSocket.swift
[235/263] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[236/263] Compiling NIOPosix BaseSocketChannel.swift
[237/263] Emitting module NIOPosix
[238/263] Compiling NIOPosix Selectable.swift
[239/263] Compiling NIOPosix SelectableChannel.swift
[240/263] Compiling NIOPosix SelectableEventLoop.swift
[241/263] Compiling NIOPosix SelectorEpoll.swift
[242/263] Compiling NIOPosix SelectorGeneric.swift
[243/263] Compiling NIOPosix SelectorKqueue.swift
[244/263] Compiling NIOPosix SelectorUring.swift
[245/263] Compiling NIOPosix ServerSocket.swift
[246/263] Compiling NIOPosix Socket.swift
[247/263] Compiling NIOPosix SocketChannel.swift
[248/263] Compiling NIOPosix LinuxCPUSet.swift
[249/263] Compiling NIOPosix LinuxUring.swift
[250/263] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[251/263] Compiling NIOPosix NIOThreadPool.swift
[252/263] Compiling NIOPosix NonBlockingFileIO.swift
[253/263] Compiling NIOPosix PendingDatagramWritesManager.swift
[254/263] Compiling NIOPosix PendingWritesManager.swift
[255/263] Compiling NIOPosix PipeChannel.swift
[256/263] Compiling NIOPosix PipePair.swift
[257/263] Compiling NIOPosix Pool.swift
[258/263] Compiling NIOPosix BaseStreamSocketChannel.swift
[259/263] Compiling NIOPosix Bootstrap.swift
[260/263] Compiling NIOPosix ControlMessage.swift
[261/263] Compiling NIOPosix DatagramVectorReadManager.swift
[262/263] Compiling NIOPosix Errors+Any.swift
[263/263] Compiling NIOPosix FileDescriptor.swift
[264/265] Compiling NIO Exports.swift
[265/265] Emitting module NIO
[266/287] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[267/287] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[268/287] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[269/288] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[270/288] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[271/288] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[272/288] Emitting module NIOFoundationCompat
[273/309] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[274/317] Emitting module NIOHTTP1
[275/317] Compiling MacroCore JSON.swift
[276/317] Compiling MacroCore CollectionStubs.swift
[277/326] Compiling MacroCore ListenerType.swift
[278/326] Compiling MacroCore JSError.swift
[279/326] Compiling MacroCore ErrorEmitter.swift
[280/326] Compiling MacroCore EventListenerSet.swift
[281/326] Compiling MacroCore Dirname.swift
[282/326] Compiling MacroCore EnvironmentValues.swift
[283/326] Compiling MacroCore CollectionUtils.swift
[284/326] Compiling MacroCore Console.swift
[285/326] Compiling MacroCore Math.swift
[286/326] Compiling MacroCore Object.swift
[287/326] Compiling MacroCore Concat.swift
[288/326] Compiling MacroCore DuplexStreamType.swift
[291/326] Compiling MacroCore Pipe.swift
[292/326] Compiling MacroCore ReadableByteStream.swift
[293/330] Compiling MacroCore StringStubs.swift
[294/330] Compiling MacroCore ToString.swift
[295/330] Compiling MacroCore LeftPad.swift
[296/330] Compiling MacroCore MacroCore.swift
[301/330] Compiling MacroCore ReadableByteStreamType.swift
[302/330] Compiling MacroCore ReadableStreamBase.swift
[303/330] Compiling MacroCore ReadableStreamType.swift
[304/330] Compiling MacroCore WritableByteStream.swift
[313/330] Compiling MacroCore Environment.swift
[314/330] Compiling MacroCore Process.swift
[315/330] Compiling MacroCore Warnings.swift
[316/330] Compiling MacroCore Regex.swift
[317/330] Compiling MacroCore Buffer.swift
[318/330] Compiling MacroCore BufferData.swift
[319/330] Compiling MacroCore BufferDeprecations.swift
[320/330] Compiling MacroCore BufferHexEncoding.swift
[321/330] Compiling MacroCore BufferStrings.swift
[322/330] Compiling MacroCore MacroError.swift
[323/330] Compiling MacroCore NextTick.swift
[324/330] Compiling MacroCore CommandLine.swift
[325/330] Compiling MacroCore DetectXcode.swift
[326/330] Emitting module MacroCore
[327/330] Compiling MacroCore WritableByteStreamType.swift
[328/330] Compiling MacroCore WritableStreamBase.swift
[329/330] Compiling MacroCore WritableStreamType.swift
[330/330] Compiling MacroCore StringEncoding.swift
[331/358] Compiling fs StatStruct.swift
[332/359] Compiling http HTTPHeadersHolder.swift
[333/359] Compiling http OutgoingMessage.swift
[334/360] Compiling http ServerResponse.swift
[335/360] Compiling fs ResultExtensions.swift
[336/360] Compiling fs Promise.swift
[337/360] Compiling fs FileReadStream.swift
[338/360] Compiling fs Directory.swift
[339/360] Compiling fs FSWatcher.swift
[340/360] Compiling http URLRequestInit.swift
[341/360] Compiling http URLSessionAgent.swift
[342/360] Compiling fs FileWriteStream.swift
[343/360] Compiling fs AsyncWrapper.swift
[344/360] Compiling fs FileStream.swift
[345/360] Compiling fs fs.swift
[346/360] Compiling http http.swift
[347/360] Emitting module fs
[350/360] Compiling http URLSessionClientRequest.swift
[351/360] Compiling http BasicAuth.swift
[352/360] Emitting module http
[353/362] Compiling http QueryString.swift
[358/362] Compiling http Server.swift
[361/362] Emitting module dotenv
[362/362] Compiling dotenv dotenv.swift
[363/376] Compiling connect Session.swift
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[364/377] Compiling connect ServeStatic.swift
[365/377] Compiling connect Logger.swift
/Users/admin/builder/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
[366/377] Compiling connect MethodOverride.swift
/Users/admin/builder/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
[367/377] Compiling connect Cookies.swift
[368/377] Compiling connect CrossCompile.swift
[369/377] Compiling connect Middleware.swift
[370/377] Compiling connect Connect.swift
[371/377] Compiling connect CookieParser.swift
[372/377] Emitting module connect
/Users/admin/builder/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 |   }
/Users/admin/builder/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
/Users/admin/builder/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,
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[373/377] Compiling connect BodyParser.swift
/Users/admin/builder/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 |   }
[374/377] Compiling connect CORS.swift
/Users/admin/builder/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 |   }
[375/377] Compiling connect Pause.swift
[376/377] Compiling connect QS.swift
/Users/admin/builder/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,
[377/377] Compiling connect TypeIs.swift
[378/408] Emitting module multer
/Users/admin/builder/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 |   }
/Users/admin/builder/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
[379/409] Compiling multer Multer.swift
[380/409] Compiling express BasicAuth.swift
/Users/admin/builder/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 |   }
/Users/admin/builder/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
[381/409] Compiling express ErrorMiddleware.swift
/Users/admin/builder/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 |   }
/Users/admin/builder/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
[382/409] Compiling express MiddlewareObject.swift
[383/409] Compiling express Module.swift
[384/409] Compiling express RouteKeeper.swift
[385/409] Compiling express RouteMounts.swift
[386/409] Compiling express ServerResponse.swift
[387/410] Compiling multer PartType.swift
[388/410] Compiling multer MulterError.swift
[389/410] Compiling express Express.swift
[390/410] Compiling express ExpressWrappedDictionary.swift
[391/410] Compiling multer ProcessingContext.swift
[392/410] Compiling multer MulterStorage.swift
[393/410] Compiling multer MultiPartParser.swift
[394/410] Compiling multer Utilities.swift
[395/410] Compiling express Mustache.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/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 {
[396/410] Compiling express Render.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/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 {
[397/410] Compiling express RoutePattern.swift
[398/410] Compiling express Router.swift
[399/410] Compiling express IncomingMessage.swift
[400/410] Compiling express JSON.swift
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
[407/410] Emitting module express
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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 ]
/Users/admin/builder/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 |   }
/Users/admin/builder/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'
/Users/admin/builder/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 {
[408/410] Compiling express Route.swift
[409/410] Compiling express RouteFactories.swift
[410/410] Compiling express Settings.swift
[411/412] Emitting module MacroExpress
[412/412] Compiling MacroExpress MacroExpress.swift
Build complete! (29.22s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1628] Fetching macro
[2/2187] Fetching macro, mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.83s)
[1205/1628] Fetching macro
Fetched https://github.com/Macro-swift/Macro.git from cache (0.92s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (1.52s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.4 (0.57s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.69s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.63s)
Fetched https://github.com/apple/swift-collections.git from cache (0.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.18s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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" : "/Users/admin/builder/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"
}
Done.