The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacroExpress, reference 1.0.52 (59e190), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 21:10:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroExpress.git
Reference: 1.0.52
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Macro-swift/MacroExpress
 * tag               1.0.52     -> FETCH_HEAD
HEAD is now at 59e190f Merge branch 'develop'
Cloned https://github.com/Macro-swift/MacroExpress.git
Revision (git rev-parse @):
59e190f632257d43ddd70c7f9eb4d7683b0d8513
SUCCESS checkout https://github.com/Macro-swift/MacroExpress.git at 1.0.52
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/MacroExpress.git
https://github.com/Macro-swift/MacroExpress.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.52",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    }
  ],
  "manifest_display_name" : "MacroExpress",
  "name" : "MacroExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "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",
        "QueryParser.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift",
        "View.swift",
        "dirname.swift"
      ],
      "target_dependencies" : [
        "connect",
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "dotenvTests",
      "module_type" : "SwiftTarget",
      "name" : "dotenvTests",
      "path" : "Tests/dotenvTests",
      "sources" : [
        "XCTestManifests.swift",
        "dotenvTests.swift"
      ],
      "target_dependencies" : [
        "dotenv"
      ],
      "type" : "test"
    },
    {
      "c99name" : "dotenv",
      "module_type" : "SwiftTarget",
      "name" : "dotenv",
      "path" : "Sources/dotenv",
      "product_dependencies" : [
        "MacroCore",
        "fs"
      ],
      "product_memberships" : [
        "MacroExpress",
        "dotenv"
      ],
      "sources" : [
        "dotenv.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "connect",
      "module_type" : "SwiftTarget",
      "name" : "connect",
      "path" : "Sources/connect",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "multer"
      ],
      "sources" : [
        "AsyncMiddleware.swift",
        "BodyParser.swift",
        "CORS.swift",
        "Connect.swift",
        "CookieParser.swift",
        "Cookies.swift",
        "CrossCompile.swift",
        "Helmet.swift",
        "Logger.swift",
        "MethodOverride.swift",
        "Middleware.swift",
        "NoCache.swift",
        "OriginalURL.swift",
        "Pause.swift",
        "QS.swift",
        "ResponseTime.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",
        "MacroCore"
      ],
      "sources" : [
        "AsyncMiddlewareTests.swift",
        "ClearAttachedStateTests.swift",
        "ErrorMiddlewareTests.swift",
        "ExactMatchTests.swift",
        "FreshStaleTests.swift",
        "HeadGetTests.swift",
        "RecursionTests.swift",
        "RouteMountingTests.swift",
        "SimpleRouteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "connect",
        "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" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/42] Write sources
[7/42] Copying PrivacyInfo.xcprivacy
[8/42] Write sources
[26/42] Compiling CNIOWindows shim.c
[27/42] Compiling CNIOWindows WSAStartup.c
[28/42] Compiling CNIOWASI CNIOWASI.c
[29/42] Compiling CNIOLinux liburing_shims.c
[30/42] Compiling CNIOOpenBSD shim.c
[31/42] Compiling CNIOLinux shim.c
[32/42] Write sources
[33/42] Write swift-version-2F0A5646E1D333AE.txt
[34/42] Compiling _AtomicsShims.c
[35/42] Compiling CNIOPosix event_loop_id.c
[36/58] Compiling CNIOLLHTTP c_nio_http.c
[37/72] Compiling CNIOLLHTTP c_nio_api.c
[38/73] Compiling CNIOLLHTTP c_nio_llhttp.c
[39/98] Compiling CNIODarwin shim.c
[41/117] Emitting module _NIOBase64
[42/117] Compiling _NIOBase64 Base64.swift
[43/117] Compiling Atomics UnsafeAtomicLazyReference.swift
[44/117] Compiling Atomics IntegerOperations.swift
[45/118] Compiling Atomics ManagedAtomicLazyReference.swift
[46/118] Compiling Atomics UnsafeAtomic.swift
[47/119] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/119] Compiling Atomics DoubleWord.swift
[49/119] Compiling Atomics ManagedAtomic.swift
[52/119] Compiling Atomics AtomicReference.swift
[53/119] Compiling Atomics AtomicStorage.swift
[54/119] Compiling Atomics Unmanaged extensions.swift
[55/119] Compiling _NIODataStructures PriorityQueue.swift
[56/119] Compiling _NIODataStructures _TinyArray.swift
[57/119] Compiling Atomics AtomicInteger.swift
[58/119] Compiling Atomics AtomicOptionalWrappable.swift
[59/119] Compiling Atomics PointerConformances.swift
[60/119] Compiling Atomics Primitives.native.swift
[61/119] Compiling Atomics OptionalRawRepresentable.swift
[62/119] Compiling Atomics RawRepresentable.swift
[65/119] Compiling Atomics AtomicValue.swift
[66/119] Compiling Atomics AtomicMemoryOrderings.swift
[69/119] Emitting module InternalCollectionsUtilities
[70/119] Compiling Atomics AtomicBool.swift
[71/119] Compiling Atomics IntegerConformances.swift
[72/119] Compiling _NIODataStructures Heap.swift
[73/119] Emitting module _NIODataStructures
[78/153] Emitting module ContainersPreview
[79/156] Compiling ContainersPreview OutputSpan+Extras.swift
[80/156] Compiling ContainersPreview TemporaryAllocation.swift
[81/156] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[82/156] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[83/156] Compiling ContainersPreview ContainerIterator.swift
[84/156] Compiling ContainersPreview DynamicContainer.swift
[85/156] Compiling ContainersPreview MutableContainer.swift
[86/156] Compiling ContainersPreview PermutableContainer.swift
[87/156] Compiling ContainersPreview Drain+Reduce.swift
[88/156] Compiling ContainersPreview Drain.swift
[89/156] Compiling ContainersPreview Producer+Collect.swift
[90/156] Compiling ContainersPreview RandomAccessContainer.swift
[91/156] Compiling ContainersPreview RangeExpression2.swift
[92/156] Compiling ContainersPreview RangeReplaceableContainer.swift
[93/156] Compiling ContainersPreview Drain+Map.swift
[94/156] Compiling ContainersPreview Producer.swift
[95/156] Compiling ContainersPreview Borrow.swift
[96/156] Compiling ContainersPreview Box.swift
[97/156] Compiling ContainersPreview Producer+Filter.swift
[98/156] Compiling ContainersPreview Producer+Map.swift
[99/156] Compiling ContainersPreview Producer+Reduce.swift
[100/156] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[101/156] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[102/156] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[103/156] Compiling ContainersPreview BorrowingSequence.swift
[104/156] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[105/156] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[106/156] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[107/156] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[108/156] Compiling ContainersPreview BidirectionalContainer.swift
[109/156] Compiling ContainersPreview Container+Filter.swift
[110/156] Compiling ContainersPreview Container+SpanwiseZip.swift
[111/156] Compiling ContainersPreview Container.swift
[112/156] Compiling ContainersPreview Inout.swift
[113/156] Compiling ContainersPreview InputSpan.swift
[114/156] Compiling ContainersPreview Shared.swift
[117/156] Emitting module Logging
[118/156] Compiling Logging MetadataProvider.swift
[119/156] Compiling Logging Logging.swift
[120/156] Compiling Logging LogHandler.swift
[121/156] Compiling Logging Locks.swift
[122/156] Compiling Logging LogEvent.swift
[122/156] Compiling c-nioatomics.c
[124/197] Compiling DequeModule RigidDeque+Consumption.swift
[125/197] Compiling DequeModule RigidDeque+Container.swift
[126/197] Compiling DequeModule RigidDeque+Descriptions.swift
[127/197] Compiling DequeModule RigidDeque+Equatable.swift
[128/197] Compiling DequeModule RigidDeque+Experimental.swift
[129/197] Compiling DequeModule UniqueDeque+Append.swift
[130/197] Compiling DequeModule UniqueDeque+Consumption.swift
[131/197] Compiling DequeModule UniqueDeque+Container.swift
[132/197] Compiling DequeModule UniqueDeque+Descriptions.swift
[133/197] Compiling DequeModule RigidDeque+Hashable.swift
[134/197] Compiling DequeModule RigidDeque+Initializers.swift
[135/197] Compiling DequeModule RigidDeque+Insertions.swift
[136/197] Compiling DequeModule RigidDeque+Prepend.swift
[137/201] Compiling DequeModule UniqueDeque+Equatable.swift
[138/201] Compiling DequeModule UniqueDeque+Experimental.swift
[139/201] Compiling DequeModule UniqueDeque+Hashable.swift
[140/201] Compiling DequeModule UniqueDeque+Initializers.swift
[141/201] Compiling DequeModule UniqueDeque+Insertions.swift
[142/201] Compiling DequeModule UniqueDeque+Prepend.swift
[143/201] Compiling DequeModule UniqueDeque+Removals.swift
[144/201] Compiling DequeModule UniqueDeque+Replacements.swift
[145/201] Compiling DequeModule RigidDeque+Removals.swift
[146/201] Compiling DequeModule RigidDeque+Replacements.swift
[147/201] Compiling DequeModule RigidDeque+Testing.swift
[148/201] Compiling DequeModule RigidDeque.swift
[149/201] Compiling DequeModule Deque+Hashable.swift
[150/201] Compiling DequeModule Deque+Testing.swift
[151/201] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[152/201] Compiling DequeModule Deque+Extras.swift
[153/201] Emitting module Atomics
[154/201] Compiling DequeModule Deque+Collection.swift
[155/201] Compiling DequeModule Deque+CustomReflectable.swift
[155/201] Compiling c-atomics.c
[161/201] Compiling DequeModule Deque._Storage.swift
[162/201] Compiling DequeModule Deque._UnsafeHandle.swift
[163/201] Compiling DequeModule Deque.swift
[164/201] Compiling DequeModule _DequeBuffer.swift
[165/201] Compiling DequeModule _DequeBufferHeader.swift
[166/201] Compiling DequeModule RigidDeque+Append.swift
[167/201] Compiling DequeModule Deque+Codable.swift
[170/201] Compiling DequeModule Deque+Descriptions.swift
[171/201] Compiling DequeModule Deque+Equatable.swift
[172/208] Compiling xsys timespec.swift
[173/209] Compiling xsys time.swift
[174/209] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[175/209] Compiling NIOConcurrencyHelpers NIOLock.swift
[176/209] Emitting module mime
[177/209] Compiling xsys timeval_any.swift
[178/209] Compiling xsys socket.swift
[179/209] Compiling xsys ntohs.swift
[180/209] Compiling xsys sockaddr_any.swift
[187/209] Emitting module NIOConcurrencyHelpers
[188/209] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[189/209] Compiling NIOConcurrencyHelpers atomics.swift
[190/209] Compiling NIOConcurrencyHelpers lock.swift
[191/209] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[192/209] Emitting module DequeModule
[193/209] Compiling DequeModule UniqueDeque.swift
[194/209] Compiling DequeModule _DequeSlot.swift
[195/209] Compiling DequeModule _UnsafeDequeHandle.swift
[196/209] Compiling DequeModule _UnsafeDequeSegments.swift
[197/209] Compiling Mustache MustacheRendering.swift
[198/209] Compiling Mustache MustacheRenderingContext.swift
[199/274] Compiling mime MIME.swift
[200/274] Emitting module xsys
[201/274] Compiling NIOCore NIOAsyncWriter.swift
[202/274] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[203/274] Compiling Mustache HTMLEscape.swift
[204/274] Compiling Mustache Helpers.swift
[205/274] Compiling Mustache MustacheNode.swift
[206/274] Compiling Mustache MustacheParser.swift
[207/274] Compiling Mustache Mustachable.swift
[208/274] Compiling Mustache SimpleKVC.swift
[209/274] Emitting module Mustache
[210/274] Compiling NIOCore MarkedCircularBuffer.swift
[211/274] Compiling NIOCore MulticastChannel.swift
[212/274] Compiling NIOCore NIOAny.swift
[213/274] Compiling NIOCore NIOCloseOnErrorHandler.swift
[214/274] Compiling NIOCore NIOCoreSendableMetatype.swift
[215/274] Compiling NIOCore NIODecodedAsyncSequence.swift
[216/274] Compiling NIOCore NIOLoopBound.swift
[217/281] Compiling NIOCore IO.swift
[218/281] Compiling NIOCore IOData.swift
[219/281] Compiling NIOCore IPProtocol.swift
[220/281] Compiling NIOCore IntegerBitPacking.swift
[221/281] Compiling NIOCore IntegerTypes.swift
[222/281] Compiling NIOCore Interfaces.swift
[223/281] Compiling NIOCore Linux.swift
[224/281] Compiling NIOCore ConvenienceOptionSupport.swift
[225/281] Compiling NIOCore DeadChannel.swift
[226/281] Compiling NIOCore DispatchQueue+WithFuture.swift
[227/281] Compiling NIOCore EventLoop+Deprecated.swift
[228/281] Compiling NIOCore EventLoop+SerialExecutor.swift
[229/281] Compiling NIOCore EventLoop.swift
[230/281] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[231/281] Compiling NIOCore AddressedEnvelope.swift
[232/281] Compiling NIOCore AsyncAwaitSupport.swift
[233/281] Compiling NIOCore AsyncChannel.swift
[234/281] Compiling NIOCore AsyncChannelHandler.swift
[235/281] Compiling NIOCore AsyncChannelInboundStream.swift
[236/281] Compiling NIOCore AsyncChannelOutboundWriter.swift
[237/281] Compiling NIOCore NIOAsyncSequenceProducer.swift
[238/281] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[239/281] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[240/281] Compiling NIOCore NIOScheduledCallback.swift
[241/281] Compiling NIOCore NIOSendable.swift
[242/281] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[243/281] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[244/281] Compiling NIOCore RecvByteBufferAllocator.swift
[245/281] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[246/281] Compiling NIOCore EventLoopFuture+Deprecated.swift
[247/281] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[248/281] Compiling NIOCore EventLoopFuture.swift
[249/281] Compiling NIOCore FileDescriptor.swift
[250/281] Compiling NIOCore FileHandle.swift
[251/281] Compiling NIOCore FileRegion.swift
[252/281] Compiling NIOCore GlobalSingletons.swift
[253/281] Compiling NIOCore SocketAddresses.swift
[254/281] Compiling NIOCore SocketOptionProvider.swift
[255/281] Compiling NIOCore SystemCallHelpers.swift
[256/281] Compiling NIOCore TimeAmount+Duration.swift
[257/281] Compiling NIOCore TypeAssistedChannelHandler.swift
[258/281] Compiling NIOCore UniversalBootstrapSupport.swift
[259/281] Compiling NIOCore Utilities.swift
[260/281] Compiling NIOCore ChannelHandler.swift
[261/281] Compiling NIOCore ChannelHandlers.swift
[262/281] Compiling NIOCore ChannelInvoker.swift
[263/281] Compiling NIOCore ChannelOption.swift
[264/281] Compiling NIOCore ChannelPipeline.swift
[265/281] Compiling NIOCore CircularBuffer.swift
[266/281] Compiling NIOCore Codec.swift
[269/281] Compiling NIOCore BSDSocketAPI.swift
[270/281] Compiling NIOCore ByteBuffer-aux.swift
[271/281] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[272/281] Compiling NIOCore ByteBuffer-conversions.swift
[273/281] Compiling NIOCore ByteBuffer-core.swift
[274/281] Compiling NIOCore ByteBuffer-hex.swift
[275/281] Compiling NIOCore ByteBuffer-int.swift
[276/281] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[277/281] Compiling NIOCore ByteBuffer-multi-int.swift
[278/281] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[279/281] Compiling NIOCore ByteBuffer-views.swift
[280/281] Compiling NIOCore Channel.swift
[281/281] Emitting module NIOCore
[282/340] Emitting module NIOEmbedded
[283/340] Compiling NIOEmbedded AsyncTestingChannel.swift
[284/340] Compiling NIOEmbedded Embedded.swift
[285/340] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[286/340] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[287/340] Emitting module NIOFoundationEssentialsCompat
[288/340] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[289/340] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[290/340] Compiling NIOPosix System.swift
[291/340] Compiling NIOPosix Thread.swift
[292/340] Compiling NIOPosix ThreadPosix.swift
[293/340] Compiling NIOPosix ThreadWindows.swift
[294/345] Compiling NIOPosix BSDSocketAPICommon.swift
[295/345] Compiling NIOPosix BSDSocketAPIPosix.swift
[296/345] Compiling NIOPosix BSDSocketAPIWindows.swift
[297/345] Compiling NIOPosix BaseSocket.swift
[298/345] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[299/345] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[300/345] Compiling NIOPosix SelectorWSAPoll.swift
[301/345] Compiling NIOPosix ServerSocket.swift
[302/345] Compiling NIOPosix Socket.swift
[303/345] Compiling NIOPosix SocketChannel.swift
[304/345] Compiling NIOPosix SocketProtocols.swift
[305/345] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[306/345] Compiling NIOPosix PosixSingletons.swift
[307/345] Compiling NIOPosix RawSocketBootstrap.swift
[308/345] Compiling NIOPosix Resolver.swift
[309/345] Compiling NIOPosix Selectable.swift
[310/345] Compiling NIOPosix SelectableChannel.swift
[311/345] Compiling NIOPosix SelectableEventLoop.swift
[312/345] Compiling NIOPosix SelectorEpoll.swift
[313/345] Compiling NIOPosix SelectorGeneric.swift
[314/345] Compiling NIOPosix SelectorKqueue.swift
[315/345] Compiling NIOPosix SelectorUring.swift
[316/345] Emitting module NIOPosix
[317/345] Compiling NIOPosix Utilities.swift
[318/345] Compiling NIOPosix VsockAddress.swift
[319/345] Compiling NIOPosix VsockChannelEvents.swift
[320/345] Compiling NIOPosix Windows.swift
[321/345] Compiling NIOPosix resource_bundle_accessor.swift
[322/345] Compiling NIOPosix Linux.swift
[323/345] Compiling NIOPosix LinuxCPUSet.swift
[324/345] Compiling NIOPosix LinuxUring.swift
[325/345] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[326/345] Compiling NIOPosix NIOPosixSendableMetatype.swift
[327/345] Compiling NIOPosix NIOThreadPool.swift
[328/345] Compiling NIOPosix FileDescriptor.swift
[329/345] Compiling NIOPosix GetaddrinfoResolver.swift
[330/345] Compiling NIOPosix HappyEyeballs.swift
[331/345] Compiling NIOPosix IO.swift
[332/345] Compiling NIOPosix IntegerBitPacking.swift
[333/345] Compiling NIOPosix IntegerTypes.swift
[334/345] Compiling NIOPosix NonBlockingFileIO.swift
[335/345] Compiling NIOPosix PendingDatagramWritesManager.swift
[336/345] Compiling NIOPosix PendingWritesManager.swift
[337/345] Compiling NIOPosix PipeChannel.swift
[338/345] Compiling NIOPosix PipePair.swift
[339/345] Compiling NIOPosix Pool.swift
[340/345] Compiling NIOPosix BaseSocketChannel.swift
[341/345] Compiling NIOPosix BaseStreamSocketChannel.swift
[342/345] Compiling NIOPosix Bootstrap.swift
[343/345] Compiling NIOPosix ControlMessage.swift
[344/345] Compiling NIOPosix DatagramVectorReadManager.swift
[345/345] Compiling NIOPosix Errors+Any.swift
[346/347] Emitting module NIO
[347/347] Compiling NIO Exports.swift
[348/368] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[349/368] Compiling NIOFoundationCompat Exports.swift
[350/368] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[351/368] Emitting module NIOFoundationCompat
[352/368] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[353/368] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[354/409] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[355/409] Emitting module NIOHTTP1
[356/409] Compiling MacroCore Buffer.swift
[357/409] Compiling MacroCore BufferData.swift
[358/409] Compiling MacroCore MacroCore.swift
[359/409] Compiling MacroCore BufferStrings.swift
[360/409] Compiling MacroCore BufferSpan.swift
[361/409] Compiling MacroCore ReadableByteStreamType.swift
[362/409] Compiling MacroCore WritableByteStream.swift
[363/409] Compiling MacroCore StringStubs.swift
[364/409] Compiling MacroCore BufferDeprecations.swift
[365/409] Compiling MacroCore BufferHexEncoding.swift
[366/409] Compiling MacroCore ToString.swift
[367/409] Compiling MacroCore LeftPad.swift
[368/409] Compiling MacroCore ReadableStreamBase.swift
[369/409] Compiling MacroCore ReadableStreamType.swift
[374/413] Compiling MacroCore Concat.swift
[375/413] Compiling MacroCore DuplexStreamType.swift
[376/413] Compiling MacroCore Pipe.swift
[377/413] Compiling MacroCore ReadableByteStream.swift
[378/413] Compiling MacroCore Environment.swift
[379/413] Compiling MacroCore Process.swift
[380/413] Compiling MacroCore Warnings.swift
[381/413] Compiling MacroCore Regex.swift
[382/413] Compiling MacroCore MacroError.swift
[383/413] Compiling MacroCore NextTick.swift
[384/413] Compiling MacroCore CommandLine.swift
[385/413] Compiling MacroCore DetectXcode.swift
[386/413] Compiling MacroCore JSON.swift
[387/413] Compiling MacroCore CollectionStubs.swift
[388/413] Compiling MacroCore Math.swift
[389/413] Compiling MacroCore Object.swift
[390/413] Compiling MacroCore EnvironmentValues.swift
[391/413] Compiling MacroCore ErrorEmitter.swift
[392/413] Compiling MacroCore EventListenerSet.swift
[393/413] Compiling MacroCore ListenerType.swift
[394/413] Compiling MacroCore JSError.swift
[405/413] Compiling MacroCore CollectionUtils.swift
[406/413] Compiling MacroCore Concurrency.swift
[407/413] Compiling MacroCore Console.swift
[408/413] Compiling MacroCore Dirname.swift
[409/413] Compiling MacroCore WritableByteStreamType.swift
[410/413] Compiling MacroCore WritableStreamBase.swift
[411/413] Compiling MacroCore WritableStreamType.swift
[412/413] Compiling MacroCore StringEncoding.swift
[413/413] Emitting module MacroCore
[414/444] Compiling fs Run.swift
[415/444] Compiling fs fs.swift
[416/444] Compiling fs StatStruct.swift
[417/444] Compiling fs AsyncWrapper.swift
[418/444] Compiling fs ResultExtensions.swift
[419/445] Compiling fs Directory.swift
[420/445] Compiling fs FSWatcher.swift
[421/446] Compiling fs FileStream.swift
[422/446] Compiling fs FileWriteStream.swift
[423/446] Compiling fs Path.swift
[424/446] Compiling fs PosixWrappers.swift
[425/446] Compiling fs Promise.swift
[426/446] Compiling fs FileReadStream.swift
[427/446] Emitting module http
[428/446] Compiling fs fsAwait.swift
[429/446] Compiling fs File.swift
[430/446] Compiling fs JSONFile.swift
[433/446] Emitting module fs
[434/446] Compiling http http.swift
[435/448] Emitting module dotenv
[436/448] Compiling dotenv dotenv.swift
[437/448] Compiling http HTTPHeadersHolder.swift
[442/448] Compiling http ServerResponse.swift
[445/448] Compiling http Server.swift
[446/448] Compiling http OutgoingMessage.swift
[449/467] Compiling connect QS.swift
[450/467] Compiling connect ResponseTime.swift
[451/467] Compiling connect ServeStatic.swift
[452/467] Compiling connect Session.swift
[453/467] Compiling connect OriginalURL.swift
[454/467] Compiling connect Pause.swift
[455/467] Compiling connect CookieParser.swift
[456/467] Compiling connect Cookies.swift
[457/467] Compiling connect CrossCompile.swift
[458/467] Compiling connect Helmet.swift
[459/467] Emitting module connect
[460/467] Compiling connect CORS.swift
[461/467] Compiling connect Connect.swift
[462/467] Compiling connect Middleware.swift
[463/467] Compiling connect NoCache.swift
[464/467] Compiling connect Logger.swift
[465/467] Compiling connect MethodOverride.swift
[466/467] Compiling connect AsyncMiddleware.swift
[467/467] Compiling connect BodyParser.swift
[468/468] Compiling connect TypeIs.swift
[469/501] Compiling multer MulterStorage.swift
[470/501] Compiling multer ProcessingContext.swift
[471/501] Compiling multer MulterError.swift
[472/501] Compiling multer Multer.swift
[473/501] Emitting module multer
[474/501] Compiling express ExpressWrappedDictionary.swift
[475/501] Compiling express IncomingMessage.swift
[476/501] Compiling multer PartType.swift
[477/501] Compiling multer MultiPartParser.swift
[478/501] Compiling express RouteKeeper.swift
[479/501] Compiling express RouteMounts.swift
[480/501] Compiling express JSON.swift
[481/501] Compiling express MiddlewareObject.swift
[482/502] Compiling express ServerResponse.swift
[483/502] Compiling express Settings.swift
[484/504] Emitting module express
[485/504] Compiling express RoutePattern.swift
[486/504] Compiling express Router.swift
[487/504] Compiling express QueryParser.swift
[488/504] Compiling express Render.swift
[491/504] Compiling express Module.swift
[492/504] Compiling express Mustache.swift
[493/504] Compiling express Route.swift
[494/504] Compiling express RouteFactories.swift
[497/504] Compiling multer Utilities.swift
[498/504] Compiling express BasicAuth.swift
[499/504] Compiling express ErrorMiddleware.swift
[500/504] Compiling express Express.swift
[503/504] Compiling express View.swift
[504/504] Compiling express dirname.swift
[505/506] Compiling MacroExpress MacroExpress.swift
[506/506] Emitting module MacroExpress
Build complete! (38.50s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
Fetching https://github.com/Macro-swift/Macro.git
Fetching https://github.com/apple/swift-log.git from cache
[1/581] Fetching mustache
[25/2930] Fetching mustache, macro
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.84s)
Fetched https://github.com/Macro-swift/Macro.git from cache (1.05s)
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.52 (1.62s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-nio.git from cache (2.74s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.4 (5.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.71s)
Fetched https://github.com/apple/swift-collections.git from cache (1.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.54s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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.52
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
warning: 'spi-builder-workspace': dependency 'swift-log' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.11.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.52",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    }
  ],
  "manifest_display_name" : "MacroExpress",
  "name" : "MacroExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "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",
        "QueryParser.swift",
        "Render.swift",
        "Route.swift",
        "RouteFactories.swift",
        "RouteKeeper.swift",
        "RouteMounts.swift",
        "RoutePattern.swift",
        "Router.swift",
        "ServerResponse.swift",
        "Settings.swift",
        "View.swift",
        "dirname.swift"
      ],
      "target_dependencies" : [
        "connect",
        "mime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "dotenvTests",
      "module_type" : "SwiftTarget",
      "name" : "dotenvTests",
      "path" : "Tests/dotenvTests",
      "sources" : [
        "XCTestManifests.swift",
        "dotenvTests.swift"
      ],
      "target_dependencies" : [
        "dotenv"
      ],
      "type" : "test"
    },
    {
      "c99name" : "dotenv",
      "module_type" : "SwiftTarget",
      "name" : "dotenv",
      "path" : "Sources/dotenv",
      "product_dependencies" : [
        "MacroCore",
        "fs"
      ],
      "product_memberships" : [
        "MacroExpress",
        "dotenv"
      ],
      "sources" : [
        "dotenv.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "connect",
      "module_type" : "SwiftTarget",
      "name" : "connect",
      "path" : "Sources/connect",
      "product_dependencies" : [
        "MacroCore",
        "fs",
        "http"
      ],
      "product_memberships" : [
        "MacroExpress",
        "express",
        "connect",
        "multer"
      ],
      "sources" : [
        "AsyncMiddleware.swift",
        "BodyParser.swift",
        "CORS.swift",
        "Connect.swift",
        "CookieParser.swift",
        "Cookies.swift",
        "CrossCompile.swift",
        "Helmet.swift",
        "Logger.swift",
        "MethodOverride.swift",
        "Middleware.swift",
        "NoCache.swift",
        "OriginalURL.swift",
        "Pause.swift",
        "QS.swift",
        "ResponseTime.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",
        "MacroCore"
      ],
      "sources" : [
        "AsyncMiddlewareTests.swift",
        "ClearAttachedStateTests.swift",
        "ErrorMiddlewareTests.swift",
        "ExactMatchTests.swift",
        "FreshStaleTests.swift",
        "HeadGetTests.swift",
        "RecursionTests.swift",
        "RouteMountingTests.swift",
        "SimpleRouteTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "connect",
        "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" : "6.0"
}
Done.