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 (833793), with Swift 6.1 for macOS (SPM) on 1 Oct 2025 19:36:39 UTC.

Swift 6 data race errors: 14

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroExpress.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Macro-swift/MacroExpress
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 833793d Fix some comments
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
833793dfd92494d276223c7800cd65d5d9fe5ebe
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/MacroExpress.git
https://github.com/Macro-swift/MacroExpress.git
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MacroExpress",
      "targets" : [
        "MacroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "express",
      "targets" : [
        "express"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "connect",
      "targets" : [
        "connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mime",
      "targets" : [
        "mime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dotenv",
      "targets" : [
        "dotenv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "multer",
      "targets" : [
        "multer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "multerTests",
      "module_type" : "SwiftTarget",
      "name" : "multerTests",
      "path" : "Tests/multerTests",
      "sources" : [
        "Fixtures.swift",
        "MultiPartParserTests.swift",
        "XCTestManifests.swift",
        "multerTests.swift"
      ],
      "target_dependencies" : [
        "multer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "multer",
      "module_type" : "SwiftTarget",
      "name" : "multer",
      "path" : "Sources/multer",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "multer"
      ],
      "sources" : [
        "DiskStorage.swift",
        "File.swift",
        "IncomingMessageMulter.swift",
        "Limits.swift",
        "MemoryStorage.swift",
        "Middleware.swift",
        "Multer.swift",
        "MulterError.swift",
        "MulterStorage.swift",
        "MultiPartParser.swift",
        "PartType.swift",
        "ProcessingContext.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "mime",
        "connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "mimeTests",
      "module_type" : "SwiftTarget",
      "name" : "mimeTests",
      "path" : "Tests/mimeTests",
      "sources" : [
        "XCTestManifests.swift",
        "mimeTests.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mime",
      "module_type" : "SwiftTarget",
      "name" : "mime",
      "path" : "Sources/mime",
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "mime",
        "multer"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "express",
      "module_type" : "SwiftTarget",
      "name" : "express",
      "path" : "Sources/express",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "Mustache"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express"
      ],
      "sources" : [
        "BasicAuth.swift",
        "ErrorMiddleware.swift",
        "Express.swift",
        "ExpressWrappedDictionary.swift",
        "IncomingMessage.swift",
        "JSON.swift",
        "MiddlewareObject.swift",
        "Module.swift",
        "Mustache.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift",
        "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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/39] Write sources
[13/39] Copying PrivacyInfo.xcprivacy
[14/39] Write sources
[24/39] Compiling CNIOWindows WSAStartup.c
[25/39] Compiling CNIOWindows shim.c
[26/39] Compiling CNIOWASI CNIOWASI.c
[27/39] Compiling CNIOLinux shim.c
[28/39] Compiling CNIOLinux liburing_shims.c
[29/39] Write sources
[30/39] Write swift-version-2F0A5646E1D333AE.txt
[31/39] Compiling _AtomicsShims.c
[32/39] Compiling CNIOPosix event_loop_id.c
[33/55] Compiling CNIOLLHTTP c_nio_http.c
[34/55] Compiling CNIOLLHTTP c_nio_api.c
[35/75] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/92] Compiling CNIODarwin shim.c
[38/111] Compiling _NIOBase64 Base64.swift
[39/111] Emitting module _NIOBase64
[40/111] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/112] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/112] Compiling Atomics DoubleWord.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/112] Compiling Atomics ManagedAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/112] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/112] Compiling Atomics AtomicBool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/112] Compiling Atomics IntegerConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/112] Compiling Atomics ManagedAtomicLazyReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/112] Compiling Atomics UnsafeAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/112] Compiling Atomics AtomicValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/112] Compiling Atomics AtomicMemoryOrderings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/112] Compiling Atomics AtomicInteger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/112] Compiling Atomics AtomicOptionalWrappable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/112] Compiling Atomics AtomicReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/112] Compiling Atomics AtomicStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/112] Compiling Atomics OptionalRawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/112] Compiling Atomics RawRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/112] Compiling _NIODataStructures PriorityQueue.swift
[59/112] Compiling _NIODataStructures _TinyArray.swift
[60/112] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/112] Compiling Atomics IntegerOperations.swift
[72/129] Compiling Atomics Unmanaged extensions.swift
[73/129] Emitting module _NIODataStructures
[74/129] Compiling _NIODataStructures Heap.swift
[75/129] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/130] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/130] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/130] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/130] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/130] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/130] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/130] Compiling Logging LogHandler.swift
[83/130] Compiling Logging MetadataProvider.swift
[84/130] Compiling Logging Logging.swift
[85/130] Compiling Logging Locks.swift
[86/130] Emitting module Logging
[86/130] Compiling c-nioatomics.c
[88/130] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/130] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/130] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/130] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/130] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/130] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/130] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/130] Emitting module Atomics
[98/130] Compiling DequeModule Deque+Codable.swift
[99/130] Compiling DequeModule Deque+Collection.swift
[100/130] Compiling Atomics PointerConformances.swift
[101/130] Compiling Atomics Primitives.native.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/130] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/130] Compiling c-atomics.c
[106/136] Compiling xsys timespec.swift
[107/137] Compiling xsys socket.swift
[108/137] Compiling xsys time.swift
[109/137] Compiling xsys sockaddr_any.swift
[110/137] Compiling xsys ntohs.swift
[115/137] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[116/137] Compiling NIOConcurrencyHelpers NIOLock.swift
[117/137] Compiling NIOConcurrencyHelpers lock.swift
[118/137] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[119/137] Compiling NIOConcurrencyHelpers atomics.swift
[120/137] Emitting module NIOConcurrencyHelpers
[121/137] Compiling xsys timeval_any.swift
[122/200] Compiling Mustache MustacheRendering.swift
[123/200] Compiling Mustache MustacheRenderingContext.swift
[124/200] Compiling Mustache SimpleKVC.swift
[125/200] Emitting module mime
[126/200] Compiling mime MIME.swift
[127/200] Emitting module xsys
[128/200] Compiling NIOCore ChannelHandlers.swift
[129/200] Compiling NIOCore ChannelInvoker.swift
[130/200] Compiling NIOCore Channel.swift
[131/200] Compiling NIOCore ChannelHandler.swift
[132/200] Compiling Mustache HTMLEscape.swift
[133/200] Compiling Mustache MustacheParser.swift
[134/200] Compiling Mustache Mustachable.swift
[135/200] Compiling Mustache MustacheNode.swift
[136/200] Emitting module Mustache
[137/200] Compiling Mustache Helpers.swift
[138/200] Compiling NIOCore GlobalSingletons.swift
[139/200] Compiling NIOCore IO.swift
[140/200] Compiling NIOCore IOData.swift
[141/200] Compiling NIOCore IPProtocol.swift
[142/200] Compiling NIOCore IntegerBitPacking.swift
[143/200] Compiling NIOCore IntegerTypes.swift
[144/200] Compiling NIOCore Interfaces.swift
[145/206] Compiling NIOCore Linux.swift
[146/206] Compiling NIOCore MarkedCircularBuffer.swift
[147/206] Compiling NIOCore MulticastChannel.swift
[148/206] Compiling NIOCore NIOAny.swift
[149/206] Compiling NIOCore NIOCloseOnErrorHandler.swift
[150/206] Compiling NIOCore NIOCoreSendableMetatype.swift
[151/206] Compiling NIOCore NIOLoopBound.swift
[152/206] Compiling NIOCore AddressedEnvelope.swift
[153/206] Compiling NIOCore AsyncAwaitSupport.swift
[154/206] Compiling NIOCore AsyncChannel.swift
[155/206] Compiling NIOCore AsyncChannelHandler.swift
[156/206] Compiling NIOCore AsyncChannelInboundStream.swift
[157/206] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/206] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/206] Compiling NIOCore Codec.swift
[160/206] Compiling NIOCore ConvenienceOptionSupport.swift
[161/206] Compiling NIOCore DeadChannel.swift
[162/206] Compiling NIOCore DispatchQueue+WithFuture.swift
[163/206] Compiling NIOCore EventLoop+Deprecated.swift
[164/206] Compiling NIOCore EventLoop+SerialExecutor.swift
[165/206] Compiling NIOCore EventLoop.swift
[166/206] Compiling NIOCore SocketOptionProvider.swift
[167/206] Compiling NIOCore SystemCallHelpers.swift
[168/206] Compiling NIOCore TimeAmount+Duration.swift
[169/206] Compiling NIOCore TypeAssistedChannelHandler.swift
[170/206] Compiling NIOCore UniversalBootstrapSupport.swift
[171/206] Compiling NIOCore Utilities.swift
[176/206] Compiling NIOCore ChannelOption.swift
[177/206] Compiling NIOCore ChannelPipeline.swift
[178/206] Compiling NIOCore CircularBuffer.swift
[179/206] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[180/206] Compiling NIOCore NIOScheduledCallback.swift
[181/206] Compiling NIOCore NIOSendable.swift
[182/206] Compiling NIOCore RecvByteBufferAllocator.swift
[183/206] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[184/206] Compiling NIOCore SocketAddresses.swift
[185/206] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[186/206] Compiling NIOCore NIOAsyncWriter.swift
[187/206] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[188/206] Compiling NIOCore BSDSocketAPI.swift
[189/206] Compiling NIOCore ByteBuffer-aux.swift
[190/206] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[191/206] Compiling NIOCore ByteBuffer-conversions.swift
[192/206] Compiling NIOCore ByteBuffer-core.swift
[193/206] Compiling NIOCore ByteBuffer-hex.swift
[194/206] Compiling NIOCore ByteBuffer-int.swift
[195/206] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[196/206] Compiling NIOCore ByteBuffer-multi-int.swift
[197/206] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[198/206] Compiling NIOCore ByteBuffer-views.swift
[199/206] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[200/206] Compiling NIOCore EventLoopFuture+Deprecated.swift
[201/206] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[202/206] Compiling NIOCore EventLoopFuture.swift
[203/206] Compiling NIOCore FileDescriptor.swift
[204/206] Compiling NIOCore FileHandle.swift
[205/206] Compiling NIOCore FileRegion.swift
[206/206] Emitting module NIOCore
[207/262] Compiling NIOEmbedded AsyncTestingChannel.swift
[208/262] Compiling NIOEmbedded Embedded.swift
[209/262] Emitting module NIOEmbedded
[210/262] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[211/262] Compiling NIOPosix SelectorEpoll.swift
[212/262] Compiling NIOPosix SelectorGeneric.swift
[213/262] Compiling NIOPosix SelectorKqueue.swift
[214/262] Compiling NIOPosix SelectorUring.swift
[215/262] Compiling NIOPosix SelectorWSAPoll.swift
[216/262] Compiling NIOPosix System.swift
[217/262] Compiling NIOPosix Thread.swift
[218/262] Compiling NIOPosix ThreadPosix.swift
[219/262] Compiling NIOPosix ThreadWindows.swift
[220/262] Compiling NIOPosix UnsafeTransfer.swift
[221/267] Compiling NIOPosix ServerSocket.swift
[222/267] Compiling NIOPosix Socket.swift
[223/267] Compiling NIOPosix SocketChannel.swift
[224/267] Compiling NIOPosix SocketProtocols.swift
[225/267] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[226/267] Emitting module NIOPosix
[227/267] Compiling NIOPosix BSDSocketAPICommon.swift
[228/267] Compiling NIOPosix BSDSocketAPIPosix.swift
[229/267] Compiling NIOPosix BSDSocketAPIWindows.swift
[230/267] Compiling NIOPosix BaseSocket.swift
[231/267] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[232/267] Compiling NIOPosix BaseSocketChannel.swift
[233/267] Compiling NIOPosix Utilities.swift
[234/267] Compiling NIOPosix VsockAddress.swift
[235/267] Compiling NIOPosix VsockChannelEvents.swift
[236/267] Compiling NIOPosix Windows.swift
[237/267] Compiling NIOPosix resource_bundle_accessor.swift
[238/267] Compiling NIOPosix PosixSingletons.swift
[239/267] Compiling NIOPosix RawSocketBootstrap.swift
[240/267] Compiling NIOPosix Resolver.swift
[241/267] Compiling NIOPosix Selectable.swift
[242/267] Compiling NIOPosix SelectableChannel.swift
[243/267] Compiling NIOPosix SelectableEventLoop.swift
[244/267] Compiling NIOPosix LinuxCPUSet.swift
[245/267] Compiling NIOPosix LinuxUring.swift
[246/267] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[247/267] Compiling NIOPosix NIOPosixSendableMetatype.swift
[248/267] Compiling NIOPosix NIOThreadPool.swift
[249/267] Compiling NIOPosix NonBlockingFileIO.swift
[250/267] Compiling NIOPosix PendingDatagramWritesManager.swift
[251/267] Compiling NIOPosix PendingWritesManager.swift
[252/267] Compiling NIOPosix PipeChannel.swift
[253/267] Compiling NIOPosix PipePair.swift
[254/267] Compiling NIOPosix Pool.swift
[255/267] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[256/267] Compiling NIOPosix BaseStreamSocketChannel.swift
[257/267] Compiling NIOPosix Bootstrap.swift
[258/267] Compiling NIOPosix ControlMessage.swift
[259/267] Compiling NIOPosix DatagramVectorReadManager.swift
[260/267] Compiling NIOPosix Errors+Any.swift
[261/267] Compiling NIOPosix FileDescriptor.swift
[262/267] Compiling NIOPosix GetaddrinfoResolver.swift
[263/267] Compiling NIOPosix HappyEyeballs.swift
[264/267] Compiling NIOPosix IO.swift
[265/267] Compiling NIOPosix IntegerBitPacking.swift
[266/267] Compiling NIOPosix IntegerTypes.swift
[267/267] Compiling NIOPosix Linux.swift
[268/269] Emitting module NIO
[269/269] Compiling NIO Exports.swift
[270/291] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[271/291] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[272/291] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[273/291] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[274/291] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[275/292] Emitting module NIOFoundationCompat
[276/292] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[277/292] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[278/292] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[279/292] Compiling NIOHTTP1 HTTPEncoder.swift
[280/292] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[281/331] Emitting module NIOHTTP1
[282/331] Compiling MacroCore BufferDeprecations.swift
[283/331] Compiling MacroCore BufferHexEncoding.swift
[284/331] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[285/331] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[286/331] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[287/331] Compiling MacroCore DetectXcode.swift
[288/331] Compiling MacroCore CollectionUtils.swift
[289/331] Compiling MacroCore NextTick.swift
[290/331] Compiling MacroCore CommandLine.swift
[291/331] Compiling MacroCore Concurrency.swift
[292/331] Compiling MacroCore Console.swift
[293/331] Compiling MacroCore MacroError.swift
[297/335] Compiling MacroCore StringStubs.swift
[298/335] Compiling MacroCore ToString.swift
[299/335] Compiling MacroCore LeftPad.swift
[300/335] Compiling MacroCore MacroCore.swift
[301/335] Compiling MacroCore Concat.swift
[302/335] Compiling MacroCore DuplexStreamType.swift
[303/335] Compiling MacroCore Pipe.swift
[304/335] Compiling MacroCore ReadableByteStream.swift
[305/335] Compiling MacroCore ReadableByteStreamType.swift
[306/335] Compiling MacroCore ReadableStreamBase.swift
[307/335] Compiling MacroCore ReadableStreamType.swift
[308/335] Compiling MacroCore WritableByteStream.swift
[309/335] Compiling MacroCore Environment.swift
[310/335] Compiling MacroCore Process.swift
[311/335] Compiling MacroCore Warnings.swift
[312/335] Compiling MacroCore Regex.swift
[313/335] Compiling MacroCore JSON.swift
[314/335] Compiling MacroCore CollectionStubs.swift
[315/335] Compiling MacroCore Math.swift
[316/335] Compiling MacroCore Object.swift
[317/335] Compiling MacroCore Buffer.swift
[318/335] Compiling MacroCore BufferData.swift
[321/335] Compiling MacroCore BufferStrings.swift
[325/335] Compiling MacroCore Dirname.swift
[326/335] Compiling MacroCore EnvironmentValues.swift
[327/335] Compiling MacroCore ErrorEmitter.swift
[328/335] Compiling MacroCore EventListenerSet.swift
[329/335] Compiling MacroCore ListenerType.swift
[330/335] Compiling MacroCore JSError.swift
[331/335] Compiling MacroCore WritableByteStreamType.swift
[332/335] Compiling MacroCore WritableStreamBase.swift
[333/335] Compiling MacroCore WritableStreamType.swift
[334/335] Compiling MacroCore StringEncoding.swift
[335/335] Emitting module MacroCore
[336/363] Compiling fs StatStruct.swift
[337/363] Compiling fs AsyncWrapper.swift
[338/363] Compiling fs ResultExtensions.swift
[339/364] Compiling http HTTPHeadersHolder.swift
[340/364] Compiling http OutgoingMessage.swift
[341/365] Compiling http ServerResponse.swift
[342/365] Compiling fs Promise.swift
[343/365] Compiling fs FileReadStream.swift
[344/365] Compiling fs FileStream.swift
[345/365] Compiling fs File.swift
[346/365] Compiling fs JSONFile.swift
[347/365] Compiling http URLSessionClientRequest.swift
[348/365] Compiling http BasicAuth.swift
[349/365] Compiling fs FileWriteStream.swift
[350/365] Compiling http URLRequestInit.swift
[351/365] Compiling http URLSessionAgent.swift
[352/365] Compiling fs fs.swift
[353/365] Compiling http http.swift
[354/365] Emitting module fs
[359/367] Compiling http QueryString.swift
[364/367] Compiling http Server.swift
[365/367] Emitting module http
[366/367] Emitting module dotenv
[367/367] Compiling dotenv dotenv.swift
[368/382] Compiling connect Cookies.swift
[369/382] Compiling connect CrossCompile.swift
[370/383] Compiling connect BodyParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
[371/383] Compiling connect CORS.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
[372/383] Emitting module connect
/Users/admin/builder/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
/Users/admin/builder/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
/Users/admin/builder/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private class EmptyArraySlot {}
 28 |   static let sparseArrayDefaultValue : Any = EmptyArraySlot()
    |              |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'sparseArrayDefaultValue' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |   static func parse(_ string              : String,
/Users/admin/builder/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
 14 | import struct   NIOConcurrencyHelpers.NIOLock
 15 |
 16 | fileprivate let sessionIdCookie = Cookie(
    |                 |- 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: "/",
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[373/383] Compiling connect Middleware.swift
[374/383] Compiling connect NoCache.swift
[375/383] Compiling connect QS.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private class EmptyArraySlot {}
 28 |   static let sparseArrayDefaultValue : Any = EmptyArraySlot()
    |              |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: add '@MainActor' to make static property 'sparseArrayDefaultValue' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |   static func parse(_ string              : String,
[376/383] Compiling connect Connect.swift
[377/383] Compiling connect CookieParser.swift
[378/383] Compiling connect Pause.swift
[379/383] Compiling connect Session.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
 14 | import struct   NIOConcurrencyHelpers.NIOLock
 15 |
 16 | fileprivate let sessionIdCookie = Cookie(
    |                 |- 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: "/",
/Users/admin/builder/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
/Users/admin/builder/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
/Users/admin/builder/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 | }
[380/383] Compiling connect ServeStatic.swift
[381/383] Compiling connect Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
[382/383] Compiling connect MethodOverride.swift
/Users/admin/builder/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: add '@MainActor' to make static property 'urlPadLen' part of global actor 'MainActor'
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
[383/383] Compiling connect TypeIs.swift
[384/415] Emitting module multer
/Users/admin/builder/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/Users/admin/builder/spi-builder-workspace/Sources/multer/File.swift: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
[385/416] Compiling express IncomingMessage.swift
[386/416] Compiling express JSON.swift
[387/416] Compiling express BasicAuth.swift
/Users/admin/builder/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/Users/admin/builder/spi-builder-workspace/Sources/multer/File.swift: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
[388/416] Compiling express ErrorMiddleware.swift
/Users/admin/builder/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/Users/admin/builder/spi-builder-workspace/Sources/multer/File.swift: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
[389/416] Compiling multer Multer.swift
[390/416] Compiling express ServerResponse.swift
[391/416] Compiling express Settings.swift
[392/418] Compiling express RouteKeeper.swift
[393/418] Compiling express RouteMounts.swift
[394/418] Compiling express RoutePattern.swift
[395/418] Compiling express Router.swift
[396/418] Compiling multer PartType.swift
[397/418] Compiling multer MulterStorage.swift
[398/418] Compiling multer ProcessingContext.swift
[399/418] Compiling multer MulterError.swift
[400/418] Compiling multer MultiPartParser.swift
[401/418] Compiling multer MemoryStorage.swift
[402/418] Compiling multer Middleware.swift
[403/418] Emitting module express
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     if let error = err { return done(err) }
[404/418] Compiling multer Utilities.swift
[407/418] Compiling express Mustache.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     if let error = err { return done(err) }
[408/418] Compiling express Render.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/Users/admin/builder/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: add '@MainActor' to make let 'mustacheExpress' part of global actor 'MainActor'
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     if let error = err { return done(err) }
[411/418] Compiling express Route.swift
[412/418] Compiling express RouteFactories.swift
[415/418] Compiling express Express.swift
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
[416/418] Compiling express ExpressWrappedDictionary.swift
/Users/admin/builder/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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/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 |   }
/Users/admin/builder/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 | {
/Users/admin/builder/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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/Users/admin/builder/spi-builder-workspace/Sources/express/Express.swift: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 |   }
/Users/admin/builder/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
[417/418] Compiling express View.swift
[418/418] Compiling express dirname.swift
[419/420] Emitting module MacroExpress
[420/420] Compiling MacroExpress MacroExpress.swift
Build complete! (31.46s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/Macro-swift/Macro.git
[1/559] Fetching mustache
[24/2281] Fetching mustache, macro
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.93s)
Fetched https://github.com/Macro-swift/Macro.git from cache (0.93s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (1.55s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.12 (0.58s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio.git from cache (1.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.63s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.89s)
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.60s)
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.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.12
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-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-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.3
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" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MacroExpress",
      "targets" : [
        "MacroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "express",
      "targets" : [
        "express"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "connect",
      "targets" : [
        "connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mime",
      "targets" : [
        "mime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dotenv",
      "targets" : [
        "dotenv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "multer",
      "targets" : [
        "multer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "multerTests",
      "module_type" : "SwiftTarget",
      "name" : "multerTests",
      "path" : "Tests/multerTests",
      "sources" : [
        "Fixtures.swift",
        "MultiPartParserTests.swift",
        "XCTestManifests.swift",
        "multerTests.swift"
      ],
      "target_dependencies" : [
        "multer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "multer",
      "module_type" : "SwiftTarget",
      "name" : "multer",
      "path" : "Sources/multer",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "multer"
      ],
      "sources" : [
        "DiskStorage.swift",
        "File.swift",
        "IncomingMessageMulter.swift",
        "Limits.swift",
        "MemoryStorage.swift",
        "Middleware.swift",
        "Multer.swift",
        "MulterError.swift",
        "MulterStorage.swift",
        "MultiPartParser.swift",
        "PartType.swift",
        "ProcessingContext.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "mime",
        "connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "mimeTests",
      "module_type" : "SwiftTarget",
      "name" : "mimeTests",
      "path" : "Tests/mimeTests",
      "sources" : [
        "XCTestManifests.swift",
        "mimeTests.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mime",
      "module_type" : "SwiftTarget",
      "name" : "mime",
      "path" : "Sources/mime",
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "mime",
        "multer"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "express",
      "module_type" : "SwiftTarget",
      "name" : "express",
      "path" : "Sources/express",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "Mustache"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express"
      ],
      "sources" : [
        "BasicAuth.swift",
        "ErrorMiddleware.swift",
        "Express.swift",
        "ExpressWrappedDictionary.swift",
        "IncomingMessage.swift",
        "JSON.swift",
        "MiddlewareObject.swift",
        "Module.swift",
        "Mustache.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift",
        "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"
}
Done.