The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of MacroExpress, reference develop (fd81ba), with Swift 6.0 for Linux on 14 Dec 2024 20:16:02 UTC.

Swift 6 data race errors: 14

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroExpress.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Macro-swift/MacroExpress
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at fd81ba9 The settings engine returns `self` for chaining now
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
fd81ba977ef4f1ccd9377fdc1fea88b80fa4032d
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Macro-swift/MacroExpress.git
https://github.com/Macro-swift/MacroExpress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    }
  ],
  "manifest_display_name" : "MacroExpress",
  "name" : "MacroExpress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MacroExpress",
      "targets" : [
        "MacroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "express",
      "targets" : [
        "express"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "connect",
      "targets" : [
        "connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mime",
      "targets" : [
        "mime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dotenv",
      "targets" : [
        "dotenv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "multer",
      "targets" : [
        "multer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "multerTests",
      "module_type" : "SwiftTarget",
      "name" : "multerTests",
      "path" : "Tests/multerTests",
      "sources" : [
        "Fixtures.swift",
        "MultiPartParserTests.swift",
        "XCTestManifests.swift",
        "multerTests.swift"
      ],
      "target_dependencies" : [
        "multer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "multer",
      "module_type" : "SwiftTarget",
      "name" : "multer",
      "path" : "Sources/multer",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "multer"
      ],
      "sources" : [
        "DiskStorage.swift",
        "File.swift",
        "IncomingMessageMulter.swift",
        "Limits.swift",
        "MemoryStorage.swift",
        "Middleware.swift",
        "Multer.swift",
        "MulterError.swift",
        "MulterStorage.swift",
        "MultiPartParser.swift",
        "PartType.swift",
        "ProcessingContext.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "mime",
        "connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "mimeTests",
      "module_type" : "SwiftTarget",
      "name" : "mimeTests",
      "path" : "Tests/mimeTests",
      "sources" : [
        "XCTestManifests.swift",
        "mimeTests.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mime",
      "module_type" : "SwiftTarget",
      "name" : "mime",
      "path" : "Sources/mime",
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "mime",
        "multer"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "express",
      "module_type" : "SwiftTarget",
      "name" : "express",
      "path" : "Sources/express",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "Mustache"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express"
      ],
      "sources" : [
        "BasicAuth.swift",
        "ErrorMiddleware.swift",
        "Express.swift",
        "ExpressWrappedDictionary.swift",
        "IncomingMessage.swift",
        "JSON.swift",
        "MiddlewareObject.swift",
        "Module.swift",
        "Mustache.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift"
      ],
      "target_dependencies" : [
        "connect",
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "dotenvTests",
      "module_type" : "SwiftTarget",
      "name" : "dotenvTests",
      "path" : "Tests/dotenvTests",
      "sources" : [
        "XCTestManifests.swift",
        "dotenvTests.swift"
      ],
      "target_dependencies" : [
        "dotenv"
      ],
      "type" : "test"
    },
    {
      "c99name" : "dotenv",
      "module_type" : "SwiftTarget",
      "name" : "dotenv",
      "path" : "Sources/dotenv",
      "product_dependencies" : [
        "MacroCore",
        "fs"
      ],
      "product_memberships" : [
        "MacroExpress",
        "dotenv"
      ],
      "sources" : [
        "dotenv.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "connect",
      "module_type" : "SwiftTarget",
      "name" : "connect",
      "path" : "Sources/connect",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "multer"
      ],
      "sources" : [
        "BodyParser.swift",
        "CORS.swift",
        "Connect.swift",
        "CookieParser.swift",
        "Cookies.swift",
        "CrossCompile.swift",
        "Logger.swift",
        "MethodOverride.swift",
        "Middleware.swift",
        "Pause.swift",
        "QS.swift",
        "ServeStatic.swift",
        "Session.swift",
        "TypeIs.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "bodyParserTests",
      "module_type" : "SwiftTarget",
      "name" : "bodyParserTests",
      "path" : "Tests/bodyParserTests",
      "product_dependencies" : [
        "Macro"
      ],
      "sources" : [
        "XCTestManifests.swift",
        "bodyParserTests.swift"
      ],
      "target_dependencies" : [
        "connect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouteTests",
      "module_type" : "SwiftTarget",
      "name" : "RouteTests",
      "path" : "Tests/RouteTests",
      "product_dependencies" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "ErrorMiddlewareTests.swift",
        "RouteMountingTests.swift",
        "SimpleRouteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "express"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroExpress",
      "module_type" : "SwiftTarget",
      "name" : "MacroExpress",
      "path" : "Sources/MacroExpress",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "xsys"
      ],
      "product_memberships" : [
        "MacroExpress"
      ],
      "sources" : [
        "MacroExpress.swift"
      ],
      "target_dependencies" : [
        "dotenv",
        "mime",
        "connect",
        "express",
        "multer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/Macro-swift/Macro.git
[1/559] Fetching mustache
[560/2167] Fetching mustache, macro
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.24s)
Fetched https://github.com/Macro-swift/Macro.git from cache (0.26s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.55s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.3 (1.43s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3727] Fetching swift-log
[225/5296] Fetching swift-log, swift-atomics
[5297/77664] Fetching swift-log, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[5912/73937] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (5.80s)
Fetched https://github.com/apple/swift-nio.git from cache (5.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (1.04s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.96s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3953] Fetching swift-system
[3954/19556] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
[1717/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.99s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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.1.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.4.0
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.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.2.0
Building for debugging...
[0/37] Write sources
[23/37] Compiling CNIOWASI CNIOWASI.c
[23/37] Compiling CNIOWindows shim.c
[25/37] Compiling CNIOWindows WSAStartup.c
[26/37] Compiling CNIOLinux liburing_shims.c
[27/37] Compiling CNIODarwin shim.c
[28/37] Compiling CNIOLLHTTP c_nio_http.c
[28/37] Write sources
[30/37] Compiling CNIOLinux shim.c
[31/37] Compiling CNIOLLHTTP c_nio_api.c
[32/37] Compiling _AtomicsShims.c
[33/37] Write swift-version-24593BA9C3E375BF.txt
[34/37] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/72] Emitting module _NIOBase64
[36/72] Compiling c-atomics.c
[37/89] Compiling c-nioatomics.c
[39/108] Compiling Mustache MustacheRendering.swift
[40/109] Compiling Atomics IntegerConformances.swift
[41/109] Compiling Atomics PointerConformances.swift
[42/111] Emitting module Mustache
[43/111] Compiling Mustache HTMLEscape.swift
[44/111] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/111] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/113] Compiling Atomics AtomicMemoryOrderings.swift
[47/113] Compiling Atomics DoubleWord.swift
[48/113] Compiling Atomics OptionalRawRepresentable.swift
[49/113] Compiling Atomics RawRepresentable.swift
[50/113] Compiling Atomics AtomicBool.swift
[51/113] Emitting module InternalCollectionsUtilities
[52/113] Compiling Mustache MustacheRenderingContext.swift
[53/113] Compiling Atomics ManagedAtomic.swift
[54/113] Compiling Atomics ManagedAtomicLazyReference.swift
[55/113] Compiling _NIOBase64 Base64.swift
[58/114] Compiling Atomics AtomicStorage.swift
[59/114] Compiling Atomics AtomicValue.swift
[62/114] Compiling Atomics Primitives.shims.swift
[63/114] Compiling Atomics AtomicInteger.swift
[64/114] Compiling Atomics AtomicOptionalWrappable.swift
[65/114] Compiling Atomics AtomicReference.swift
[68/114] Compiling Atomics Primitives.native.swift
[73/114] Compiling _NIODataStructures _TinyArray.swift
[74/114] Compiling _NIODataStructures PriorityQueue.swift
[78/121] Compiling Atomics IntegerOperations.swift
[79/121] Compiling Atomics Unmanaged extensions.swift
[81/121] Compiling Mustache Mustachable.swift
[82/121] Compiling Mustache MustacheNode.swift
[83/121] Compiling Mustache MustacheParser.swift
[84/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[85/121] Emitting module Logging
[86/121] Compiling Logging Locks.swift
[87/121] Compiling xsys timespec.swift
[90/121] Compiling Logging LogHandler.swift
[91/122] Compiling Logging MetadataProvider.swift
[92/122] Compiling _NIODataStructures Heap.swift
[93/122] Emitting module _NIODataStructures
[94/122] Emitting module xsys
[105/123] Compiling Logging Logging.swift
[107/139] Compiling NIOConcurrencyHelpers lock.swift
[109/139] Compiling xsys timeval_any.swift
[110/139] Compiling DequeModule Deque+CustomReflectable.swift
[111/139] Compiling DequeModule Deque+Descriptions.swift
[112/139] Compiling DequeModule Deque+Equatable.swift
[113/139] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[114/142] Compiling DequeModule _DequeBuffer.swift
[115/142] Compiling DequeModule _DequeBufferHeader.swift
[117/142] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[118/142] Emitting module NIOConcurrencyHelpers
[119/142] Compiling NIOConcurrencyHelpers NIOLock.swift
[120/142] Compiling NIOConcurrencyHelpers atomics.swift
[121/143] Compiling DequeModule Deque+Extras.swift
[122/143] Compiling DequeModule Deque+Hashable.swift
[123/143] Compiling DequeModule Deque+Testing.swift
[124/143] Compiling DequeModule Deque._Storage.swift
[126/143] Compiling DequeModule _DequeSlot.swift
[127/143] Compiling DequeModule _UnsafeWrappedBuffer.swift
[128/143] Compiling DequeModule Deque._UnsafeHandle.swift
[129/143] Compiling DequeModule Deque.swift
[130/143] Compiling DequeModule Deque+Codable.swift
[131/143] Compiling DequeModule Deque+Collection.swift
[133/143] Emitting module Atomics
[140/144] Emitting module DequeModule
[142/145] Compiling Mustache Helpers.swift
[143/145] Compiling Mustache SimpleKVC.swift
[144/180] Compiling mime MIME.swift
[145/180] Emitting module mime
[148/207] Compiling NIOCore IO.swift
[149/207] Compiling NIOCore IOData.swift
[150/207] Compiling NIOCore IPProtocol.swift
[151/207] Compiling NIOCore IntegerBitPacking.swift
[152/207] Compiling NIOCore IntegerTypes.swift
[153/207] Compiling NIOCore Interfaces.swift
[154/207] Compiling NIOCore Linux.swift
[155/207] Compiling NIOCore MarkedCircularBuffer.swift
[156/207] Compiling NIOCore MulticastChannel.swift
[157/207] Compiling NIOCore NIOAny.swift
[158/207] Compiling NIOCore NIOCloseOnErrorHandler.swift
[159/207] Compiling NIOCore NIOLoopBound.swift
[160/207] Compiling NIOCore NIOScheduledCallback.swift
[161/207] Compiling NIOCore NIOSendable.swift
[162/207] Compiling NIOCore PointerHelpers.swift
[163/207] Compiling NIOCore RecvByteBufferAllocator.swift
[164/215] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[165/215] Compiling NIOCore EventLoopFuture+Deprecated.swift
[166/215] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[167/215] Compiling NIOCore EventLoopFuture.swift
[168/215] Compiling NIOCore FileDescriptor.swift
[169/215] Compiling NIOCore FileHandle.swift
[170/215] Compiling NIOCore FileRegion.swift
[171/215] Compiling NIOCore GlobalSingletons.swift
[172/215] Compiling NIOCore AddressedEnvelope.swift
[173/215] Compiling NIOCore AsyncAwaitSupport.swift
[174/215] Compiling NIOCore AsyncChannel.swift
[175/215] Compiling NIOCore AsyncChannelHandler.swift
[176/215] Compiling NIOCore AsyncChannelInboundStream.swift
[177/215] Compiling NIOCore AsyncChannelOutboundWriter.swift
[178/215] Compiling NIOCore NIOAsyncSequenceProducer.swift
[179/215] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[180/215] Compiling NIOCore NIOAsyncWriter.swift
[181/215] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[182/215] Compiling NIOCore BSDSocketAPI.swift
[183/215] Compiling NIOCore ByteBuffer-aux.swift
[184/215] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[185/215] Compiling NIOCore ByteBuffer-conversions.swift
[186/215] Compiling NIOCore ByteBuffer-core.swift
[187/215] Compiling NIOCore ByteBuffer-hex.swift
[188/215] Compiling NIOCore ByteBuffer-int.swift
[189/215] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[190/215] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[191/215] Compiling NIOCore SocketAddresses.swift
[192/215] Compiling NIOCore SocketOptionProvider.swift
[193/215] Compiling NIOCore SystemCallHelpers.swift
[194/215] Compiling NIOCore TimeAmount+Duration.swift
[195/215] Compiling NIOCore TypeAssistedChannelHandler.swift
[196/215] Compiling NIOCore UniversalBootstrapSupport.swift
[197/215] Compiling NIOCore Utilities.swift
[198/215] Compiling NIOCore CircularBuffer.swift
[199/215] Compiling NIOCore Codec.swift
[200/215] Compiling NIOCore ConvenienceOptionSupport.swift
[201/215] Compiling NIOCore DeadChannel.swift
[202/215] Compiling NIOCore DispatchQueue+WithFuture.swift
[203/215] Compiling NIOCore EventLoop+Deprecated.swift
[204/215] Compiling NIOCore EventLoop+SerialExecutor.swift
[205/215] Compiling NIOCore EventLoop.swift
[206/215] Compiling NIOCore ByteBuffer-multi-int.swift
[207/215] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[208/215] Compiling NIOCore ByteBuffer-views.swift
[209/215] Compiling NIOCore Channel.swift
[210/215] Compiling NIOCore ChannelHandler.swift
[211/215] Compiling NIOCore ChannelHandlers.swift
[212/215] Compiling NIOCore ChannelInvoker.swift
[213/215] Compiling NIOCore ChannelOption.swift
[214/215] Compiling NIOCore ChannelPipeline.swift
[215/215] Emitting module NIOCore
[217/268] Compiling NIOEmbedded AsyncTestingChannel.swift
[218/268] Emitting module NIOEmbedded
[219/268] Compiling NIOEmbedded Embedded.swift
[220/268] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[222/269] Emitting module NIOPosix
[223/275] Compiling NIOPosix Pool.swift
[224/275] Compiling NIOPosix PooledRecvBufferAllocator.swift
[225/275] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[226/275] Compiling NIOPosix PosixSingletons.swift
[227/275] Compiling NIOPosix RawSocketBootstrap.swift
[228/275] Compiling NIOPosix Resolver.swift
[229/275] Compiling NIOPosix Selectable.swift
[230/275] Compiling NIOPosix SelectableChannel.swift
[231/275] Compiling NIOPosix SelectableEventLoop.swift
[232/275] Compiling NIOPosix SelectorEpoll.swift
[233/275] Compiling NIOPosix SelectorGeneric.swift
[234/275] Compiling NIOPosix SelectorKqueue.swift
[235/275] Compiling NIOPosix SelectorUring.swift
[236/275] Compiling NIOPosix ServerSocket.swift
[237/275] Compiling NIOPosix Socket.swift
[238/275] Compiling NIOPosix SocketChannel.swift
[239/275] Compiling NIOPosix SocketProtocols.swift
[240/275] Compiling NIOPosix System.swift
[241/275] Compiling NIOPosix Thread.swift
[242/275] Compiling NIOPosix ThreadPosix.swift
[243/275] Compiling NIOPosix ThreadWindows.swift
[244/275] Compiling NIOPosix UnsafeTransfer.swift
[245/275] Compiling NIOPosix Utilities.swift
[246/275] Compiling NIOPosix VsockAddress.swift
[247/275] Compiling NIOPosix VsockChannelEvents.swift
[248/275] Compiling NIOPosix Bootstrap.swift
[249/275] Compiling NIOPosix ControlMessage.swift
[250/275] Compiling NIOPosix DatagramVectorReadManager.swift
[251/275] Compiling NIOPosix Errors+Any.swift
[252/275] Compiling NIOPosix FileDescriptor.swift
[253/275] Compiling NIOPosix GetaddrinfoResolver.swift
[254/275] Compiling NIOPosix HappyEyeballs.swift
[255/275] Compiling NIOPosix BSDSocketAPICommon.swift
[256/275] Compiling NIOPosix BSDSocketAPIPosix.swift
[257/275] Compiling NIOPosix BSDSocketAPIWindows.swift
[258/275] Compiling NIOPosix BaseSocket.swift
[259/275] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[260/275] Compiling NIOPosix BaseSocketChannel.swift
[261/275] Compiling NIOPosix BaseStreamSocketChannel.swift
[262/275] Compiling NIOPosix NIOThreadPool.swift
[263/275] Compiling NIOPosix NonBlockingFileIO.swift
[264/275] Compiling NIOPosix PendingDatagramWritesManager.swift
[265/275] Compiling NIOPosix PendingWritesManager.swift
[266/275] Compiling NIOPosix PipeChannel.swift
[267/275] Compiling NIOPosix PipePair.swift
[268/275] Compiling NIOPosix PointerHelpers.swift
[269/275] Compiling NIOPosix IO.swift
[270/275] Compiling NIOPosix IntegerBitPacking.swift
[271/275] Compiling NIOPosix IntegerTypes.swift
[272/275] Compiling NIOPosix Linux.swift
[273/275] Compiling NIOPosix LinuxCPUSet.swift
[274/275] Compiling NIOPosix LinuxUring.swift
[275/275] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[277/278] Compiling NIO Exports.swift
[278/278] Emitting module NIO
[280/300] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[281/300] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[282/300] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[283/300] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[284/300] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[285/302] Emitting module NIOFoundationCompat
[286/302] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[288/303] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[289/303] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[290/303] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[291/303] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[292/303] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[293/303] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[294/340] Compiling MacroCore MacroCore.swift
[295/340] Compiling MacroCore Process.swift
[296/340] Compiling MacroCore JSError.swift
[297/340] Compiling MacroCore JSON.swift
[298/340] Compiling MacroCore CollectionStubs.swift
[299/340] Compiling MacroCore Math.swift
[300/340] Compiling MacroCore ListenerType.swift
[305/345] Compiling MacroCore Pipe.swift
[306/345] Compiling MacroCore ReadableByteStream.swift
[307/345] Compiling MacroCore ReadableByteStreamType.swift
[308/345] Compiling MacroCore ReadableStreamBase.swift
[309/345] Compiling MacroCore ReadableStreamType.swift
[310/345] Compiling MacroCore MacroError.swift
[311/345] Compiling MacroCore NextTick.swift
[312/345] Compiling MacroCore CommandLine.swift
[313/345] Compiling MacroCore DetectXcode.swift
[314/345] Compiling MacroCore Environment.swift
[315/345] Compiling MacroCore Object.swift
[316/345] Compiling MacroCore StringStubs.swift
[317/345] Compiling MacroCore ToString.swift
[318/345] Compiling MacroCore LeftPad.swift
[321/345] Compiling MacroCore Warnings.swift
[322/345] Compiling MacroCore Regex.swift
[323/345] Compiling MacroCore Concat.swift
[324/345] Compiling MacroCore DuplexStreamType.swift
[325/345] Compiling MacroCore Console.swift
[326/345] Compiling MacroCore Dirname.swift
[327/345] Compiling MacroCore EnvironmentValues.swift
[328/345] Compiling MacroCore ErrorEmitter.swift
[329/345] Compiling MacroCore EventListenerSet.swift
[330/345] Compiling MacroCore WritableByteStream.swift
[331/345] Compiling MacroCore WritableByteStreamType.swift
[332/345] Compiling MacroCore WritableStreamBase.swift
[333/345] Compiling MacroCore WritableStreamType.swift
[334/345] Compiling MacroCore StringEncoding.swift
[335/345] Emitting module MacroCore
[336/345] Compiling MacroCore Buffer.swift
[337/345] Compiling MacroCore BufferData.swift
[338/345] Compiling MacroCore BufferDeprecations.swift
[339/345] Compiling MacroCore BufferHexEncoding.swift
[340/345] Compiling MacroCore BufferStrings.swift
[341/345] Compiling MacroCore CollectionUtils.swift
[345/346] Emitting module NIOHTTP1
[348/375] Compiling fs StatStruct.swift
[349/375] Compiling http ServerResponse.swift
[350/375] Compiling http HTTPHeadersHolder.swift
[351/376] Compiling http Globals.swift
[352/376] Compiling http IncomingMessage.swift
[353/376] Compiling http OutgoingMessage.swift
[354/376] Compiling http Agent.swift
[355/376] Compiling http ClientRequest.swift
[356/376] Compiling http URLRequestInit.swift
[357/376] Compiling http URLSessionAgent.swift
[358/377] Compiling http http.swift
[359/377] Compiling http QueryString.swift
[360/377] Compiling http Server.swift
[361/377] Emitting module fs
[364/377] Compiling http URLSessionClientRequest.swift
[365/377] Compiling http BasicAuth.swift
[366/377] Compiling fs fs.swift
[367/378] Emitting module http
[369/380] Compiling dotenv dotenv.swift
[370/380] Emitting module dotenv
[383/396] Compiling connect Session.swift
/host/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
 14 | import struct   NIOConcurrencyHelpers.NIOLock
 15 |
 16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
    |                 |- warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: annotate 'sessionIdCookie' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 | fileprivate var sessionIdCounter = 0
/host/spi-builder-workspace/Sources/connect/Cookies.swift:131:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
129 | import struct Foundation.Date
130 |
131 | public struct Cookie {
    |               `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
132 |   public let name     : String
133 |   public var value    : String
/host/spi-builder-workspace/Sources/connect/Session.swift:18:17: warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
 17 |
 18 | fileprivate var sessionIdCounter = 0
    |                 |- warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert 'sessionIdCounter' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate 'sessionIdCounter' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |
 20 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:177:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
140 | // MARK: - Session Class
141 |
142 | public class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
143 |   // Reference type, so that we can do stuff like:
144 |   //
    :
175 |
176 | private enum SessionKey: EnvironmentKey {
177 |   static let defaultValue : Session? = nil
    |              |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |   static let loggingKey   = "session"
179 | }
[384/397] Compiling connect Connect.swift
[385/397] Compiling connect CookieParser.swift
[386/397] Compiling connect Cookies.swift
[387/397] Compiling connect CrossCompile.swift
[388/397] Compiling connect BodyParser.swift
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
[389/397] Compiling connect CORS.swift
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
[390/397] Emitting module connect
/host/spi-builder-workspace/Sources/connect/BodyParser.swift:372:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
 53 |  */
 54 | @dynamicMemberLookup
 55 | public enum BodyParserBody {
    |             `- note: consider making enum 'BodyParserBody' conform to the 'Sendable' protocol
 56 |
 57 |   /// The request has not been parsed yet by the ``bodyParser`` middleware.
    :
370 |
371 |   fileprivate enum BodyKey: EnvironmentKey {
372 |     static let defaultValue : BodyParserBody = .notParsed
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'BodyParserBody' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
373 |     static let loggingKey   = "body"
374 |   }
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'urlPadLen' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private class EmptyArraySlot {}
 28 |   static let sparseArrayDefaultValue : Any = EmptyArraySlot()
    |              |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'sparseArrayDefaultValue' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |   static func parse(_ string              : String,
/host/spi-builder-workspace/Sources/connect/Session.swift:16:17: warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
 14 | import struct   NIOConcurrencyHelpers.NIOLock
 15 |
 16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
    |                 |- warning: let 'sessionIdCookie' is not concurrency-safe because non-'Sendable' type 'Cookie' may have shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: annotate 'sessionIdCookie' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 | fileprivate var sessionIdCounter = 0
/host/spi-builder-workspace/Sources/connect/Cookies.swift:131:15: note: consider making struct 'Cookie' conform to the 'Sendable' protocol
129 | import struct Foundation.Date
130 |
131 | public struct Cookie {
    |               `- note: consider making struct 'Cookie' conform to the 'Sendable' protocol
132 |   public let name     : String
133 |   public var value    : String
/host/spi-builder-workspace/Sources/connect/Session.swift:18:17: warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 16 | fileprivate let sessionIdCookie = Cookie(name: "NzSID", maxAge: 3600)
 17 |
 18 | fileprivate var sessionIdCounter = 0
    |                 |- warning: var 'sessionIdCounter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                 |- note: convert 'sessionIdCounter' to a 'let' constant to make 'Sendable' shared state immutable
    |                 |- note: annotate 'sessionIdCounter' with '@MainActor' if property should only be accessed from the main actor
    |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 19 |
 20 | public typealias SessionIdGenerator = ( IncomingMessage ) -> String
/host/spi-builder-workspace/Sources/connect/Session.swift:177:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
140 | // MARK: - Session Class
141 |
142 | public class Session {
    |              `- note: class 'Session' does not conform to the 'Sendable' protocol
143 |   // Reference type, so that we can do stuff like:
144 |   //
    :
175 |
176 | private enum SessionKey: EnvironmentKey {
177 |   static let defaultValue : Session? = nil
    |              |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Session?' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
178 |   static let loggingKey   = "session"
179 | }
[391/397] Compiling connect TypeIs.swift
[392/397] Compiling connect Middleware.swift
[393/397] Compiling connect Pause.swift
[394/397] Compiling connect Logger.swift
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'urlPadLen' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
[395/397] Compiling connect MethodOverride.swift
/host/spi-builder-workspace/Sources/connect/Logger.swift:157:14: warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |   }
156 |
157 |   static var urlPadLen = 28
    |              |- warning: static property 'urlPadLen' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: convert 'urlPadLen' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'urlPadLen' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |   var paddedURL : String {
159 |     let url       = req.url
[396/397] Compiling connect QS.swift
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private class EmptyArraySlot {}
 28 |   static let sparseArrayDefaultValue : Any = EmptyArraySlot()
    |              |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'sparseArrayDefaultValue' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |   static func parse(_ string              : String,
[397/397] Compiling connect ServeStatic.swift
/host/spi-builder-workspace/Sources/connect/QS.swift:28:14: warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
 26 |
 27 |   private class EmptyArraySlot {}
 28 |   static let sparseArrayDefaultValue : Any = EmptyArraySlot()
    |              |- warning: static property 'sparseArrayDefaultValue' is not concurrency-safe because non-'Sendable' type 'Any' may have shared mutable state; this is an error in the Swift 6 language mode
    |              |- note: annotate 'sparseArrayDefaultValue' with '@MainActor' if property should only be accessed from the main actor
    |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 29 |
 30 |   static func parse(_ string              : String,
[399/428] Compiling express Express.swift
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
 11 | public extension multer {
 12 |
 13 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 14 |
 15 |     /// Name in form field
[400/428] Compiling express ExpressWrappedDictionary.swift
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
 11 | public extension multer {
 12 |
 13 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 14 |
 15 |     /// Name in form field
[401/428] Compiling express BasicAuth.swift
[402/428] Compiling express ErrorMiddleware.swift
[403/429] Compiling express MiddlewareObject.swift
[404/429] Compiling express Module.swift
[405/429] Emitting module multer
/host/spi-builder-workspace/Sources/multer/IncomingMessageMulter.swift:15:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
13 |
14 |   enum FilesKey: EnvironmentKey {
15 |     static let defaultValue : [ String : [ multer.File ] ]? = nil
   |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type '[String : [multer.File]]?' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |     static let loggingKey   = "files"
17 |   }
/host/spi-builder-workspace/Sources/multer/File.swift:13:15: note: class 'File' does not conform to the 'Sendable' protocol
 11 | public extension multer {
 12 |
 13 |   final class File: Equatable {
    |               `- note: class 'File' does not conform to the 'Sendable' protocol
 14 |
 15 |     /// Name in form field
[406/429] Compiling express IncomingMessage.swift
[407/429] Compiling express JSON.swift
[408/429] Compiling express RouteKeeper.swift
[409/429] Compiling express RouteMounts.swift
[410/429] Compiling express RoutePattern.swift
[411/429] Compiling express Router.swift
[415/431] Compiling express Mustache.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
[416/431] Compiling express Render.swift
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
[417/431] Compiling express Route.swift
[418/431] Compiling express RouteFactories.swift
[421/431] Compiling multer Utilities.swift
[422/431] Compiling multer PartType.swift
[423/431] Compiling multer ProcessingContext.swift
[426/432] Emitting module express
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
 75 |  *
 76 |  */
 77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 78 |                     RouteKeeper
 79 | {
    :
297 |   /// A reference to the active application. Updated when subapps are triggered.
298 |   enum App: EnvironmentKey {
299 |     static let defaultValue : Express? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
300 |     static let loggingKey   = "app"
301 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 11 | import enum     MacroCore.EventListenerSet
 12 | import protocol MacroCore.EnvironmentKey
 13 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 14 | import class    http.ServerResponse
 15 |
    :
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 |   /// The active route.
310 |   enum RouteKey: EnvironmentKey {
311 |     static let defaultValue : Route? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |     static let loggingKey   = "route"
313 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
 51 |  * and companions.
 52 |  */
 53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 54 |                   CustomStringConvertible
 55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 |   enum Params: EnvironmentKey {
332 |     // TBD: Should the value be `Any`?
333 |     static let defaultValue = IncomingMessage.Params([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
334 |     static let loggingKey   = "params"
335 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 |    */
340 |   enum Query: EnvironmentKey {
341 |     static let defaultValue : IncomingMessage.Query? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |     static let loggingKey   = "query"
343 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 |    */
352 |   enum Locals: EnvironmentKey {
353 |     static let defaultValue : ServerResponse.Locals = .init([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
354 |     static let loggingKey   = "locals"
355 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
[428/432] Compiling express ServerResponse.swift
[429/432] Compiling express Settings.swift
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
 75 |  *
 76 |  */
 77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 78 |                     RouteKeeper
 79 | {
    :
297 |   /// A reference to the active application. Updated when subapps are triggered.
298 |   enum App: EnvironmentKey {
299 |     static let defaultValue : Express? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
300 |     static let loggingKey   = "app"
301 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 11 | import enum     MacroCore.EventListenerSet
 12 | import protocol MacroCore.EnvironmentKey
 13 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 14 | import class    http.ServerResponse
 15 |
    :
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 |   /// The active route.
310 |   enum RouteKey: EnvironmentKey {
311 |     static let defaultValue : Route? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |     static let loggingKey   = "route"
313 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
 51 |  * and companions.
 52 |  */
 53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 54 |                   CustomStringConvertible
 55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 |   enum Params: EnvironmentKey {
332 |     // TBD: Should the value be `Any`?
333 |     static let defaultValue = IncomingMessage.Params([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
334 |     static let loggingKey   = "params"
335 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 |    */
340 |   enum Query: EnvironmentKey {
341 |     static let defaultValue : IncomingMessage.Query? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |     static let loggingKey   = "query"
343 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 |    */
352 |   enum Locals: EnvironmentKey {
353 |     static let defaultValue : ServerResponse.Locals = .init([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
354 |     static let loggingKey   = "locals"
355 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
 75 |  *
 76 |  */
 77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 78 |                     RouteKeeper
 79 | {
    :
297 |   /// A reference to the active application. Updated when subapps are triggered.
298 |   enum App: EnvironmentKey {
299 |     static let defaultValue : Express? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
300 |     static let loggingKey   = "app"
301 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 11 | import enum     MacroCore.EventListenerSet
 12 | import protocol MacroCore.EnvironmentKey
 13 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 14 | import class    http.ServerResponse
 15 |
    :
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 |   /// The active route.
310 |   enum RouteKey: EnvironmentKey {
311 |     static let defaultValue : Route? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |     static let loggingKey   = "route"
313 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
 51 |  * and companions.
 52 |  */
 53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 54 |                   CustomStringConvertible
 55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 |   enum Params: EnvironmentKey {
332 |     // TBD: Should the value be `Any`?
333 |     static let defaultValue = IncomingMessage.Params([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
334 |     static let loggingKey   = "params"
335 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 |    */
340 |   enum Query: EnvironmentKey {
341 |     static let defaultValue : IncomingMessage.Query? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |     static let loggingKey   = "query"
343 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 |    */
352 |   enum Locals: EnvironmentKey {
353 |     static let defaultValue : ServerResponse.Locals = .init([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
354 |     static let loggingKey   = "locals"
355 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
/host/spi-builder-workspace/Sources/express/Express.swift:299:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
 75 |  *
 76 |  */
 77 | open class Express: SettingsHolder, MountableMiddlewareObject, MiddlewareObject,
    |            `- note: class 'Express' does not conform to the 'Sendable' protocol
 78 |                     RouteKeeper
 79 | {
    :
297 |   /// A reference to the active application. Updated when subapps are triggered.
298 |   enum App: EnvironmentKey {
299 |     static let defaultValue : Express? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Express?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
300 |     static let loggingKey   = "app"
301 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:305:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                `- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage?' may have shared mutable state; this is an error in the Swift 6 language mode
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/.build/checkouts/Macro/Sources/http/IncomingMessage.swift:45:12: note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 43 |  *       * IncomingMessage
 44 |  */
 45 | open class IncomingMessage: ReadableByteStream, CustomStringConvertible {
    |            `- note: class 'IncomingMessage' does not conform to the 'Sendable' protocol
 46 |
 47 |   public enum IncomingType {
/host/spi-builder-workspace/Sources/express/Express.swift:13:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 11 | import enum     MacroCore.EventListenerSet
 12 | import protocol MacroCore.EnvironmentKey
 13 | import class    http.IncomingMessage
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'http'
 14 | import class    http.ServerResponse
 15 |
    :
303 |   /// A reference to the request associated with a response.
304 |   enum RequestKey: EnvironmentKey {
305 |     static let defaultValue : IncomingMessage? = nil
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
306 |     static let loggingKey   = "request"
307 |   }
/host/spi-builder-workspace/Sources/express/Express.swift:311:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
309 |   /// The active route.
310 |   enum RouteKey: EnvironmentKey {
311 |     static let defaultValue : Route? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Route?' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |     static let loggingKey   = "route"
313 |   }
/host/spi-builder-workspace/Sources/express/Route.swift:53:12: note: class 'Route' does not conform to the 'Sendable' protocol
 51 |  * and companions.
 52 |  */
 53 | open class Route: MiddlewareObject, ErrorMiddlewareObject, RouteKeeper,
    |            `- note: class 'Route' does not conform to the 'Sendable' protocol
 54 |                   CustomStringConvertible
 55 | {
/host/spi-builder-workspace/Sources/express/Express.swift:333:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
331 |   enum Params: EnvironmentKey {
332 |     // TBD: Should the value be `Any`?
333 |     static let defaultValue = IncomingMessage.Params([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Params' (aka 'ExpressWrappedDictionary<String>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
334 |     static let loggingKey   = "params"
335 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:341:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
339 |    */
340 |   enum Query: EnvironmentKey {
341 |     static let defaultValue : IncomingMessage.Query? = nil
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'IncomingMessage.Query?' (aka 'Optional<ExpressWrappedDictionary<Any>>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |     static let loggingKey   = "query"
343 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
/host/spi-builder-workspace/Sources/express/Express.swift:353:16: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
351 |    */
352 |   enum Locals: EnvironmentKey {
353 |     static let defaultValue : ServerResponse.Locals = .init([:])
    |                |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ServerResponse.Locals' (aka 'ExpressWrappedDictionary<Any>') may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
354 |     static let loggingKey   = "locals"
355 |   }
/host/spi-builder-workspace/Sources/express/ExpressWrappedDictionary.swift:19:15: note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 17 |  */
 18 | @dynamicMemberLookup
 19 | public struct ExpressWrappedDictionary<V>: Collection {
    |               `- note: consider making generic struct 'ExpressWrappedDictionary' conform to the 'Sendable' protocol
 20 |
 21 |   public typealias WrappedType = [ String : V ]
<unknown>:0: note: a function type must be marked '@Sendable' to conform to 'Sendable'
/host/spi-builder-workspace/Sources/express/Mustache.swift:15:5: warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
13 | import Mustache
14 |
15 | let mustacheExpress : ExpressEngine = { path, options, done in
   |     |- warning: let 'mustacheExpress' is not concurrency-safe because non-'Sendable' type 'ExpressEngine' (aka '(String, Optional<Any>, @escaping (Optional<Any>...) -> ()) -> ()') may have shared mutable state; this is an error in the Swift 6 language mode
   |     |- note: annotate 'mustacheExpress' with '@MainActor' if property should only be accessed from the main actor
   |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |   fs.readFile(path, "utf8") { err, str in
17 |     guard err == nil else {
[434/435] Compiling MacroExpress MacroExpress.swift
[435/435] Emitting module MacroExpress
Build complete! (80.06s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    }
  ],
  "manifest_display_name" : "MacroExpress",
  "name" : "MacroExpress",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MacroExpress",
      "targets" : [
        "MacroExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "express",
      "targets" : [
        "express"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "connect",
      "targets" : [
        "connect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "mime",
      "targets" : [
        "mime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dotenv",
      "targets" : [
        "dotenv"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "multer",
      "targets" : [
        "multer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "multerTests",
      "module_type" : "SwiftTarget",
      "name" : "multerTests",
      "path" : "Tests/multerTests",
      "sources" : [
        "Fixtures.swift",
        "MultiPartParserTests.swift",
        "XCTestManifests.swift",
        "multerTests.swift"
      ],
      "target_dependencies" : [
        "multer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "multer",
      "module_type" : "SwiftTarget",
      "name" : "multer",
      "path" : "Sources/multer",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "multer"
      ],
      "sources" : [
        "DiskStorage.swift",
        "File.swift",
        "IncomingMessageMulter.swift",
        "Limits.swift",
        "MemoryStorage.swift",
        "Middleware.swift",
        "Multer.swift",
        "MulterError.swift",
        "MulterStorage.swift",
        "MultiPartParser.swift",
        "PartType.swift",
        "ProcessingContext.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "mime",
        "connect"
      ],
      "type" : "library"
    },
    {
      "c99name" : "mimeTests",
      "module_type" : "SwiftTarget",
      "name" : "mimeTests",
      "path" : "Tests/mimeTests",
      "sources" : [
        "XCTestManifests.swift",
        "mimeTests.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mime",
      "module_type" : "SwiftTarget",
      "name" : "mime",
      "path" : "Sources/mime",
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "mime",
        "multer"
      ],
      "sources" : [
        "MIME.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "express",
      "module_type" : "SwiftTarget",
      "name" : "express",
      "path" : "Sources/express",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "Mustache"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express"
      ],
      "sources" : [
        "BasicAuth.swift",
        "ErrorMiddleware.swift",
        "Express.swift",
        "ExpressWrappedDictionary.swift",
        "IncomingMessage.swift",
        "JSON.swift",
        "MiddlewareObject.swift",
        "Module.swift",
        "Mustache.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift"
      ],
      "target_dependencies" : [
        "connect",
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "dotenvTests",
      "module_type" : "SwiftTarget",
      "name" : "dotenvTests",
      "path" : "Tests/dotenvTests",
      "sources" : [
        "XCTestManifests.swift",
        "dotenvTests.swift"
      ],
      "target_dependencies" : [
        "dotenv"
      ],
      "type" : "test"
    },
    {
      "c99name" : "dotenv",
      "module_type" : "SwiftTarget",
      "name" : "dotenv",
      "path" : "Sources/dotenv",
      "product_dependencies" : [
        "MacroCore",
        "fs"
      ],
      "product_memberships" : [
        "MacroExpress",
        "dotenv"
      ],
      "sources" : [
        "dotenv.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "connect",
      "module_type" : "SwiftTarget",
      "name" : "connect",
      "path" : "Sources/connect",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "multer"
      ],
      "sources" : [
        "BodyParser.swift",
        "CORS.swift",
        "Connect.swift",
        "CookieParser.swift",
        "Cookies.swift",
        "CrossCompile.swift",
        "Logger.swift",
        "MethodOverride.swift",
        "Middleware.swift",
        "Pause.swift",
        "QS.swift",
        "ServeStatic.swift",
        "Session.swift",
        "TypeIs.swift"
      ],
      "target_dependencies" : [
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "bodyParserTests",
      "module_type" : "SwiftTarget",
      "name" : "bodyParserTests",
      "path" : "Tests/bodyParserTests",
      "product_dependencies" : [
        "Macro"
      ],
      "sources" : [
        "XCTestManifests.swift",
        "bodyParserTests.swift"
      ],
      "target_dependencies" : [
        "connect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RouteTests",
      "module_type" : "SwiftTarget",
      "name" : "RouteTests",
      "path" : "Tests/RouteTests",
      "product_dependencies" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "ErrorMiddlewareTests.swift",
        "RouteMountingTests.swift",
        "SimpleRouteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "express"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroExpress",
      "module_type" : "SwiftTarget",
      "name" : "MacroExpress",
      "path" : "Sources/MacroExpress",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http",
        "xsys"
      ],
      "product_memberships" : [
        "MacroExpress"
      ],
      "sources" : [
        "MacroExpress.swift"
      ],
      "target_dependencies" : [
        "dotenv",
        "mime",
        "connect",
        "express",
        "multer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.