The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MacroExpress, reference develop (66291c), with Swift 6.1 for Linux on 10 Sep 2025 23:10:26 UTC.

Swift 6 data race errors: 14

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroExpress.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Macro-swift/MacroExpress
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 66291cb Docs
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
66291cb23260875331b4713c7faebbfe1c19d031
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at develop
========================================
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.10",
            "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",
        "View.swift",
        "dirname.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",
        "NoCache.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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/1704] Fetching macro
[121/2263] Fetching macro, mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.41s)
Fetched https://github.com/Macro-swift/Macro.git from cache (0.41s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (1.38s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.10 (1.96s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
[1/1814] Fetching swift-atomics
[1562/5717] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
[1/78062] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.00s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4937] Fetching swift-system
[4938/22390] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.35s)
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (2.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.61s)
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.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.86.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.10
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
[0/38] Write sources
[23/38] Compiling CNIOWindows shim.c
[24/38] Compiling CNIOWASI CNIOWASI.c
[25/38] Compiling CNIOLinux liburing_shims.c
[26/38] Compiling CNIOWindows WSAStartup.c
[26/38] Compiling _AtomicsShims.c
[26/38] Compiling CNIOPosix event_loop_id.c
[29/38] Compiling CNIODarwin shim.c
[29/38] Write sources
[31/38] Compiling CNIOLLHTTP c_nio_http.c
[32/38] Compiling CNIOLLHTTP c_nio_api.c
[33/38] Compiling CNIOLinux shim.c
[34/38] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/38] Write swift-version-24593BA9C3E375BF.txt
[36/73] Compiling c-nioatomics.c
[38/87] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/87] Compiling InternalCollectionsUtilities Integer rank.swift
[40/88] Compiling _NIODataStructures _TinyArray.swift
[41/88] Compiling Mustache MustacheRenderingContext.swift
[42/88] Compiling Mustache MustacheRendering.swift
[43/89] Emitting module _NIOBase64
[44/89] Compiling _NIOBase64 Base64.swift
[45/90] Compiling Mustache Mustachable.swift
[46/90] Compiling InternalCollectionsUtilities Descriptions.swift
[47/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[49/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/90] Compiling InternalCollectionsUtilities Debugging.swift
[51/90] Compiling _NIODataStructures PriorityQueue.swift
[52/90] Compiling Logging LogHandler.swift
[53/90] Emitting module InternalCollectionsUtilities
[55/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/91] Compiling c-atomics.c
[64/115] Emitting module _NIODataStructures
[65/115] Compiling _NIODataStructures Heap.swift
[66/116] Emitting module xsys
[67/116] Compiling Atomics IntegerConformances.swift
[68/116] Compiling Atomics PointerConformances.swift
[69/132] Compiling xsys timespec.swift
[71/132] Compiling Logging Logging.swift
[72/132] Compiling DequeModule Deque+CustomReflectable.swift
[73/132] Compiling DequeModule Deque+Descriptions.swift
[74/132] Compiling Mustache MustacheParser.swift
[75/132] Compiling Mustache MustacheNode.swift
[76/132] Compiling DequeModule Deque+Equatable.swift
[77/132] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/132] Emitting module Logging
[79/132] Compiling Logging Locks.swift
[80/132] Compiling Logging MetadataProvider.swift
[81/133] Compiling DequeModule Deque+Testing.swift
[82/133] Compiling DequeModule Deque._Storage.swift
[83/133] Compiling DequeModule Deque._UnsafeHandle.swift
[84/133] Compiling DequeModule Deque.swift
[85/133] Compiling DequeModule Deque+Extras.swift
[86/133] Compiling DequeModule Deque+Hashable.swift
[87/133] Emitting module mime
[88/133] Compiling mime MIME.swift
[97/136] Compiling Mustache Helpers.swift
[98/136] Emitting module Mustache
[99/136] Compiling Mustache HTMLEscape.swift
[100/136] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/136] Compiling Atomics UnsafeAtomicLazyReference.swift
[102/136] Compiling DequeModule _DequeBufferHeader.swift
[103/136] Compiling DequeModule _DequeSlot.swift
[104/136] Compiling DequeModule _DequeBuffer.swift
[108/138] Compiling NIOConcurrencyHelpers NIOLock.swift
[109/138] Compiling xsys timeval_any.swift
[115/139] Compiling Mustache SimpleKVC.swift
[117/140] Emitting module Atomics
[120/140] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[121/140] Compiling NIOConcurrencyHelpers lock.swift
[122/140] Compiling NIOConcurrencyHelpers atomics.swift
[125/140] Emitting module DequeModule
[126/140] Compiling DequeModule Deque+Codable.swift
[127/140] Compiling DequeModule Deque+Collection.swift
[128/141] Emitting module NIOConcurrencyHelpers
[129/141] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[132/142] Compiling Atomics IntegerOperations.swift
[133/142] Compiling Atomics Unmanaged extensions.swift
[144/204] Compiling NIOCore NIOAny.swift
[145/204] Compiling NIOCore NIOCloseOnErrorHandler.swift
[146/204] Compiling NIOCore NIOCoreSendableMetatype.swift
[147/204] Compiling NIOCore NIOLoopBound.swift
[148/204] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[149/204] Compiling NIOCore NIOScheduledCallback.swift
[150/204] Compiling NIOCore NIOSendable.swift
[151/204] Compiling NIOCore RecvByteBufferAllocator.swift
[152/212] Compiling NIOCore IOData.swift
[153/212] Compiling NIOCore IPProtocol.swift
[154/212] Compiling NIOCore IntegerBitPacking.swift
[155/212] Compiling NIOCore IntegerTypes.swift
[156/212] Compiling NIOCore Interfaces.swift
[157/212] Compiling NIOCore Linux.swift
[158/212] Compiling NIOCore MarkedCircularBuffer.swift
[159/212] Compiling NIOCore MulticastChannel.swift
[160/212] Compiling NIOCore EventLoopFuture+Deprecated.swift
[161/212] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[162/212] Compiling NIOCore EventLoopFuture.swift
[163/212] Compiling NIOCore FileDescriptor.swift
[164/212] Compiling NIOCore FileHandle.swift
[165/212] Compiling NIOCore FileRegion.swift
[166/212] Compiling NIOCore GlobalSingletons.swift
[167/212] Compiling NIOCore IO.swift
[168/212] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[169/212] Compiling NIOCore SocketAddresses.swift
[170/212] Compiling NIOCore SocketOptionProvider.swift
[171/212] Compiling NIOCore SystemCallHelpers.swift
[172/212] Compiling NIOCore TimeAmount+Duration.swift
[173/212] Compiling NIOCore TypeAssistedChannelHandler.swift
[174/212] Compiling NIOCore UniversalBootstrapSupport.swift
[175/212] Compiling NIOCore Utilities.swift
[176/212] Compiling NIOCore CircularBuffer.swift
[177/212] Compiling NIOCore Codec.swift
[178/212] Compiling NIOCore ConvenienceOptionSupport.swift
[179/212] Compiling NIOCore DeadChannel.swift
[180/212] Compiling NIOCore DispatchQueue+WithFuture.swift
[181/212] Compiling NIOCore EventLoop+Deprecated.swift
[182/212] Compiling NIOCore EventLoop+SerialExecutor.swift
[183/212] Compiling NIOCore EventLoop.swift
[184/212] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[185/212] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[186/212] Compiling NIOCore BSDSocketAPI.swift
[187/212] Compiling NIOCore ByteBuffer-aux.swift
[188/212] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[189/212] Compiling NIOCore ByteBuffer-conversions.swift
[190/212] Compiling NIOCore ByteBuffer-core.swift
[191/212] Compiling NIOCore ByteBuffer-hex.swift
[192/212] Compiling NIOCore ByteBuffer-int.swift
[193/212] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[194/212] Compiling NIOCore AddressedEnvelope.swift
[195/212] Compiling NIOCore AsyncAwaitSupport.swift
[196/212] Compiling NIOCore AsyncChannel.swift
[197/212] Compiling NIOCore AsyncChannelHandler.swift
[198/212] Compiling NIOCore AsyncChannelInboundStream.swift
[199/212] Compiling NIOCore AsyncChannelOutboundWriter.swift
[200/212] Compiling NIOCore NIOAsyncSequenceProducer.swift
[201/212] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[202/212] Compiling NIOCore NIOAsyncWriter.swift
[203/212] Compiling NIOCore ByteBuffer-multi-int.swift
[204/212] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[205/212] Compiling NIOCore ByteBuffer-views.swift
[206/212] Compiling NIOCore Channel.swift
[207/212] Compiling NIOCore ChannelHandler.swift
[208/212] Compiling NIOCore ChannelHandlers.swift
[209/212] Compiling NIOCore ChannelInvoker.swift
[210/212] Compiling NIOCore ChannelOption.swift
[211/212] Compiling NIOCore ChannelPipeline.swift
[212/212] Emitting module NIOCore
[214/265] Compiling NIOEmbedded Embedded.swift
[215/265] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[216/265] Emitting module NIOEmbedded
[217/265] Compiling NIOEmbedded AsyncTestingChannel.swift
[219/266] Emitting module NIOPosix
[220/272] Compiling NIOPosix ThreadPosix.swift
[221/272] Compiling NIOPosix ThreadWindows.swift
[222/272] Compiling NIOPosix UnsafeTransfer.swift
[223/272] Compiling NIOPosix Utilities.swift
[224/272] Compiling NIOPosix VsockAddress.swift
[225/272] Compiling NIOPosix VsockChannelEvents.swift
[226/272] Compiling NIOPosix SelectableEventLoop.swift
[227/272] Compiling NIOPosix SelectorEpoll.swift
[228/272] Compiling NIOPosix SelectorGeneric.swift
[229/272] Compiling NIOPosix SelectorKqueue.swift
[230/272] Compiling NIOPosix SelectorUring.swift
[231/272] Compiling NIOPosix ServerSocket.swift
[232/272] Compiling NIOPosix Socket.swift
[233/272] Compiling NIOPosix SocketChannel.swift
[234/272] Compiling NIOPosix SocketProtocols.swift
[235/272] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[236/272] Compiling NIOPosix System.swift
[237/272] Compiling NIOPosix Thread.swift
[238/272] Compiling NIOPosix NIOPosixSendableMetatype.swift
[239/272] Compiling NIOPosix NIOThreadPool.swift
[240/272] Compiling NIOPosix NonBlockingFileIO.swift
[241/272] Compiling NIOPosix PendingDatagramWritesManager.swift
[242/272] Compiling NIOPosix PendingWritesManager.swift
[243/272] Compiling NIOPosix PipeChannel.swift
[244/272] Compiling NIOPosix PipePair.swift
[245/272] Compiling NIOPosix Pool.swift
[246/272] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[247/272] Compiling NIOPosix PosixSingletons.swift
[248/272] Compiling NIOPosix RawSocketBootstrap.swift
[249/272] Compiling NIOPosix Resolver.swift
[250/272] Compiling NIOPosix Selectable.swift
[251/272] Compiling NIOPosix SelectableChannel.swift
[252/272] Compiling NIOPosix IO.swift
[253/272] Compiling NIOPosix IntegerBitPacking.swift
[254/272] Compiling NIOPosix IntegerTypes.swift
[255/272] Compiling NIOPosix Linux.swift
[256/272] Compiling NIOPosix LinuxCPUSet.swift
[257/272] Compiling NIOPosix LinuxUring.swift
[258/272] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[259/272] Compiling NIOPosix BSDSocketAPICommon.swift
[260/272] Compiling NIOPosix BSDSocketAPIPosix.swift
[261/272] Compiling NIOPosix BSDSocketAPIWindows.swift
[262/272] Compiling NIOPosix BaseSocket.swift
[263/272] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[264/272] Compiling NIOPosix BaseSocketChannel.swift
[265/272] Compiling NIOPosix BaseStreamSocketChannel.swift
[266/272] Compiling NIOPosix Bootstrap.swift
[267/272] Compiling NIOPosix ControlMessage.swift
[268/272] Compiling NIOPosix DatagramVectorReadManager.swift
[269/272] Compiling NIOPosix Errors+Any.swift
[270/272] Compiling NIOPosix FileDescriptor.swift
[271/272] Compiling NIOPosix GetaddrinfoResolver.swift
[272/272] Compiling NIOPosix HappyEyeballs.swift
[274/275] Emitting module NIO
[275/275] Compiling NIO Exports.swift
[277/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[278/297] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[279/299] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[280/299] Emitting module NIOFoundationCompat
[281/299] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[282/299] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[283/299] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[284/299] Emitting module NIOHTTP1
[286/300] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[287/300] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[288/300] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[289/300] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[290/300] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[291/300] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[292/338] Compiling MacroCore Concat.swift
[293/338] Compiling MacroCore DuplexStreamType.swift
[294/338] Compiling MacroCore Warnings.swift
[295/338] Compiling MacroCore Regex.swift
[296/338] Compiling MacroCore ReadableStreamType.swift
[297/338] Compiling MacroCore Object.swift
[298/338] Compiling MacroCore Concurrency.swift
[299/338] Compiling MacroCore Console.swift
[300/338] Compiling MacroCore Dirname.swift
[301/338] Compiling MacroCore Pipe.swift
[302/338] Compiling MacroCore ReadableByteStream.swift
[303/338] Compiling MacroCore ReadableByteStreamType.swift
[304/338] Compiling MacroCore ReadableStreamBase.swift
[306/344] Compiling MacroCore Process.swift
[312/344] Compiling MacroCore WritableByteStream.swift
[313/344] Compiling MacroCore WritableByteStreamType.swift
[314/344] Compiling MacroCore WritableStreamBase.swift
[315/344] Compiling MacroCore WritableStreamType.swift
[316/344] Compiling MacroCore StringEncoding.swift
[317/344] Compiling MacroCore MacroError.swift
[318/344] Compiling MacroCore NextTick.swift
[319/344] Compiling MacroCore CommandLine.swift
[320/344] Compiling MacroCore DetectXcode.swift
[321/344] Compiling MacroCore Environment.swift
[323/344] Compiling MacroCore StringStubs.swift
[324/344] Compiling MacroCore ToString.swift
[325/344] Compiling MacroCore LeftPad.swift
[326/344] Compiling MacroCore MacroCore.swift
[330/344] Compiling MacroCore EnvironmentValues.swift
[331/344] Compiling MacroCore ErrorEmitter.swift
[332/344] Compiling MacroCore EventListenerSet.swift
[333/344] Compiling MacroCore ListenerType.swift
[334/344] Compiling MacroCore JSError.swift
[335/344] Compiling MacroCore JSON.swift
[336/344] Compiling MacroCore CollectionStubs.swift
[337/344] Compiling MacroCore Math.swift
[338/344] Compiling MacroCore Buffer.swift
[339/344] Compiling MacroCore BufferData.swift
[340/344] Compiling MacroCore BufferDeprecations.swift
[341/344] Compiling MacroCore BufferHexEncoding.swift
[342/344] Compiling MacroCore BufferStrings.swift
[343/344] Compiling MacroCore CollectionUtils.swift
[344/344] Emitting module MacroCore
[346/373] Compiling http OutgoingMessage.swift
[347/374] Compiling http ServerResponse.swift
[348/374] Compiling http HTTPHeadersHolder.swift
[349/374] Compiling fs StatStruct.swift
[350/375] Compiling http http.swift
[351/375] Compiling http URLRequestInit.swift
[352/375] Compiling http URLSessionAgent.swift
[353/375] Compiling http URLSessionClientRequest.swift
[354/375] Compiling http BasicAuth.swift
[357/375] Compiling fs fs.swift
[358/375] Compiling http QueryString.swift
[359/375] Compiling http Server.swift
[360/375] Compiling http Globals.swift
[361/375] Compiling http IncomingMessage.swift
[362/375] Emitting module fs
[363/375] Compiling http Agent.swift
[364/375] Compiling http ClientRequest.swift
[366/378] Emitting module dotenv
[367/378] Compiling dotenv dotenv.swift
[379/379] Emitting module http
[381/395] Compiling connect Connect.swift
[382/395] Compiling connect CookieParser.swift
[383/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 |   }
[384/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 |   }
[385/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(
    |                 |- 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 |   name: "NzSID",
 18 |   path: "/",
/host/spi-builder-workspace/Sources/connect/Cookies.swift:146:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
144 | import struct Foundation.Date
145 |
146 | public struct Cookie {
    |               `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
147 |
148 |   public let name     : String
/host/spi-builder-workspace/Sources/connect/Session.swift:23: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
 21 | )
 22 |
 23 | 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
 24 |
 25 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:183: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
146 | // MARK: - Session Class
147 |
148 | public class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
149 |   // Reference type, so that we can do stuff like:
150 |   //
    :
181 |
182 | private enum SessionKey: EnvironmentKey {
183 |   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
184 |   static let loggingKey   = "session"
185 | }
[386/395] Compiling connect Cookies.swift
[387/395] Compiling connect CrossCompile.swift
[388/396] Compiling connect ServeStatic.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(
    |                 |- 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 |   name: "NzSID",
 18 |   path: "/",
/host/spi-builder-workspace/Sources/connect/Cookies.swift:146:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
144 | import struct Foundation.Date
145 |
146 | public struct Cookie {
    |               `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
147 |
148 |   public let name     : String
/host/spi-builder-workspace/Sources/connect/Session.swift:23: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
 21 | )
 22 |
 23 | 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
 24 |
 25 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:183: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
146 | // MARK: - Session Class
147 |
148 | public class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
149 |   // Reference type, so that we can do stuff like:
150 |   //
    :
181 |
182 | private enum SessionKey: EnvironmentKey {
183 |   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
184 |   static let loggingKey   = "session"
185 | }
[389/396] 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(
    |                 |- 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 |   name: "NzSID",
 18 |   path: "/",
/host/spi-builder-workspace/Sources/connect/Cookies.swift:146:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
144 | import struct Foundation.Date
145 |
146 | public struct Cookie {
    |               `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
147 |
148 |   public let name     : String
/host/spi-builder-workspace/Sources/connect/Session.swift:23: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
 21 | )
 22 |
 23 | 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
 24 |
 25 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:183: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
146 | // MARK: - Session Class
147 |
148 | public class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
149 |   // Reference type, so that we can do stuff like:
150 |   //
    :
181 |
182 | private enum SessionKey: EnvironmentKey {
183 |   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
184 |   static let loggingKey   = "session"
185 | }
[390/396] 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
[391/396] 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
[392/396] Compiling connect Middleware.swift
[393/396] Compiling connect NoCache.swift
[394/396] Compiling connect Pause.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,
[395/396] 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,
[396/396] Compiling connect TypeIs.swift
[398/429] Compiling express IncomingMessage.swift
[399/429] Compiling express JSON.swift
[400/430] Compiling express BasicAuth.swift
[401/430] Compiling express ErrorMiddleware.swift
[402/430] Compiling express MiddlewareObject.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:18:15: note: class 'File' does not conform to the 'Sendable' protocol
 16 |    * the file contents.
 17 |    */
 18 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 19 |
 20 |     /// Name in form field
[403/430] Compiling express Module.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:18:15: note: class 'File' does not conform to the 'Sendable' protocol
 16 |    * the file contents.
 17 |    */
 18 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 19 |
 20 |     /// Name in form field
[404/430] 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:18:15: note: class 'File' does not conform to the 'Sendable' protocol
 16 |    * the file contents.
 17 |    */
 18 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 19 |
 20 |     /// Name in form field
[405/430] Compiling express Express.swift
[406/430] Compiling express ExpressWrappedDictionary.swift
[407/430] Compiling express RouteKeeper.swift
[408/430] Compiling express RouteMounts.swift
[409/432] Compiling multer Utilities.swift
[410/432] Compiling express ServerResponse.swift
[411/432] Compiling express Settings.swift
[412/432] Compiling express RoutePattern.swift
[413/432] Compiling express Router.swift
[414/432] Compiling multer ProcessingContext.swift
/host/spi-builder-workspace/Sources/express/Express.swift:319: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
 87 |  * just like in Node.js.
 88 |  */
 89 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 90 |                     RouteKeeper
 91 | {
    :
317 |   /// A reference to the active application. Updated when subapps are triggered.
318 |   enum App: EnvironmentKey {
319 |     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
320 |     static let loggingKey   = "app"
321 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:325: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
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/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:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 12 | import protocol MacroCore.EnvironmentKey
 13 | import struct   MacroCore.EnvironmentValues
 14 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 15 | import class    http.ServerResponse
 16 | import NIOConcurrencyHelpers
    :
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:331: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
329 |   /// The active route.
330 |   enum RouteKey: EnvironmentKey {
331 |     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
332 |     static let loggingKey   = "route"
333 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:60:12: note: class 'Route' does not conform to the 'Sendable' protocol
 58 |  * and companions.
 59 |  */
 60 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 61 |                   CustomStringConvertible
 62 | {
/host/spi-builder-workspace/Sources/express/Express.swift:353: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
351 |   enum Params: EnvironmentKey {
352 |     // TBD: Should the value be `Any`?
353 |     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
354 |     static let loggingKey   = "params"
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:361: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
359 |    */
360 |   enum Query: EnvironmentKey {
361 |     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
362 |     static let loggingKey   = "query"
363 |   }
/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:373: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
371 |    */
372 |   enum Locals: EnvironmentKey {
373 |     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
374 |     static let loggingKey   = "locals"
375 |   }
/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:319: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
 87 |  * just like in Node.js.
 88 |  */
 89 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 90 |                     RouteKeeper
 91 | {
    :
317 |   /// A reference to the active application. Updated when subapps are triggered.
318 |   enum App: EnvironmentKey {
319 |     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
320 |     static let loggingKey   = "app"
321 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:325: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
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/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:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 12 | import protocol MacroCore.EnvironmentKey
 13 | import struct   MacroCore.EnvironmentValues
 14 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 15 | import class    http.ServerResponse
 16 | import NIOConcurrencyHelpers
    :
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:331: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
329 |   /// The active route.
330 |   enum RouteKey: EnvironmentKey {
331 |     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
332 |     static let loggingKey   = "route"
333 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:60:12: note: class 'Route' does not conform to the 'Sendable' protocol
 58 |  * and companions.
 59 |  */
 60 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 61 |                   CustomStringConvertible
 62 | {
/host/spi-builder-workspace/Sources/express/Express.swift:353: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
351 |   enum Params: EnvironmentKey {
352 |     // TBD: Should the value be `Any`?
353 |     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
354 |     static let loggingKey   = "params"
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:361: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
359 |    */
360 |   enum Query: EnvironmentKey {
361 |     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
362 |     static let loggingKey   = "query"
363 |   }
/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:373: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
371 |    */
372 |   enum Locals: EnvironmentKey {
373 |     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
374 |     static let loggingKey   = "locals"
375 |   }
/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:319: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
 87 |  * just like in Node.js.
 88 |  */
 89 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 90 |                     RouteKeeper
 91 | {
    :
317 |   /// A reference to the active application. Updated when subapps are triggered.
318 |   enum App: EnvironmentKey {
319 |     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
320 |     static let loggingKey   = "app"
321 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:325: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
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/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:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 12 | import protocol MacroCore.EnvironmentKey
 13 | import struct   MacroCore.EnvironmentValues
 14 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 15 | import class    http.ServerResponse
 16 | import NIOConcurrencyHelpers
    :
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:331: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
329 |   /// The active route.
330 |   enum RouteKey: EnvironmentKey {
331 |     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
332 |     static let loggingKey   = "route"
333 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:60:12: note: class 'Route' does not conform to the 'Sendable' protocol
 58 |  * and companions.
 59 |  */
 60 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 61 |                   CustomStringConvertible
 62 | {
/host/spi-builder-workspace/Sources/express/Express.swift:353: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
351 |   enum Params: EnvironmentKey {
352 |     // TBD: Should the value be `Any`?
353 |     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
354 |     static let loggingKey   = "params"
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:361: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
359 |    */
360 |   enum Query: EnvironmentKey {
361 |     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
362 |     static let loggingKey   = "query"
363 |   }
/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:373: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
371 |    */
372 |   enum Locals: EnvironmentKey {
373 |     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
374 |     static let loggingKey   = "locals"
375 |   }
/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 ]
[421/432] Compiling express Mustache.swift
[422/432] Compiling express Render.swift
[423/432] Compiling multer PartType.swift
[424/433] Compiling express View.swift
[425/433] Compiling express dirname.swift
[427/433] Emitting module express
/host/spi-builder-workspace/Sources/express/Express.swift:319: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
 87 |  * just like in Node.js.
 88 |  */
 89 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 90 |                     RouteKeeper
 91 | {
    :
317 |   /// A reference to the active application. Updated when subapps are triggered.
318 |   enum App: EnvironmentKey {
319 |     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
320 |     static let loggingKey   = "app"
321 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:325: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
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/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:14:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 12 | import protocol MacroCore.EnvironmentKey
 13 | import struct   MacroCore.EnvironmentValues
 14 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 15 | import class    http.ServerResponse
 16 | import NIOConcurrencyHelpers
    :
323 |   /// A reference to the request associated with a response.
324 |   enum RequestKey: EnvironmentKey {
325 |     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
326 |     static let loggingKey   = "request"
327 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:331: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
329 |   /// The active route.
330 |   enum RouteKey: EnvironmentKey {
331 |     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
332 |     static let loggingKey   = "route"
333 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:60:12: note: class 'Route' does not conform to the 'Sendable' protocol
 58 |  * and companions.
 59 |  */
 60 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 61 |                   CustomStringConvertible
 62 | {
/host/spi-builder-workspace/Sources/express/Express.swift:353: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
351 |   enum Params: EnvironmentKey {
352 |     // TBD: Should the value be `Any`?
353 |     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
354 |     static let loggingKey   = "params"
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:361: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
359 |    */
360 |   enum Query: EnvironmentKey {
361 |     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
362 |     static let loggingKey   = "query"
363 |   }
/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:373: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
371 |    */
372 |   enum Locals: EnvironmentKey {
373 |     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
374 |     static let loggingKey   = "locals"
375 |   }
/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 |     if let error = err { return done(err) }
<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 |     if let error = err { return done(err) }
<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 |     if let error = err { return done(err) }
<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 |     if let error = err { return done(err) }
[432/433] Compiling express Route.swift
[433/433] Compiling express RouteFactories.swift
[435/436] Emitting module MacroExpress
[436/436] Compiling MacroExpress MacroExpress.swift
Build complete! (98.67s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.10",
            "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",
        "View.swift",
        "dirname.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",
        "NoCache.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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.