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 MacroApp, reference develop (dee175), with Swift 6.1 for Linux on 27 Apr 2025 07:51:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Macro-swift/MacroApp.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/MacroApp
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at dee175e Merge branch 'develop' of github.com:Macro-swift/MacroApp into develop
Cloned https://github.com/Macro-swift/MacroApp.git
Revision (git rev-parse @):
dee175e4b12047244abffe6c91d0429c4671252f
SUCCESS checkout https://github.com/Macro-swift/MacroApp.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/MacroApp.git
https://github.com/Macro-swift/MacroApp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "macroexpress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/MacroExpress.git"
    }
  ],
  "manifest_display_name" : "MacroApp",
  "name" : "MacroApp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroApp",
      "targets" : [
        "MacroApp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroAppTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroAppTests",
      "path" : "Tests/MacroAppTests",
      "product_dependencies" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "MacroAppTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MacroApp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroApp",
      "module_type" : "SwiftTarget",
      "name" : "MacroApp",
      "path" : "Sources/MacroApp",
      "product_dependencies" : [
        "MacroCore",
        "MacroExpress"
      ],
      "product_memberships" : [
        "MacroApp"
      ],
      "sources" : [
        "App.swift",
        "Builder/EndpointsBuilder.swift",
        "Builder/EndpointsPrimitive.swift",
        "Builder/Tuples.swift",
        "Endpoints.swift",
        "Endpoints/MethodEndpoints.swift",
        "Endpoints/Mount.swift",
        "Endpoints/Render.swift",
        "Endpoints/Route.swift",
        "Endpoints/RouteEndpoint.swift",
        "Endpoints/Use.swift",
        "ReExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Macro-swift/MacroExpress.git
Fetching https://github.com/Macro-swift/Macro.git
[1/1628] Fetching macro
[1629/2919] Fetching macro, macroexpress
Fetched https://github.com/Macro-swift/Macro.git from cache (0.32s)
Fetched https://github.com/Macro-swift/MacroExpress.git from cache (0.33s)
Computing version for https://github.com/Macro-swift/Macro.git
Computed https://github.com/Macro-swift/Macro.git at 1.0.4 (1.07s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/1705] Fetching swift-atomics
[445/5541] Fetching swift-atomics, swift-log
[5542/80972] Fetching swift-atomics, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (3.98s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.98s)
Fetched https://github.com/apple/swift-nio.git from cache (4.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.90s)
Computing version for https://github.com/Macro-swift/MacroExpress.git
Computed https://github.com/Macro-swift/MacroExpress.git at 1.0.6 (0.90s)
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/559] Fetching mustache
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (0.20s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[45/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.38s)
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.94s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Macro-swift/Macro.git
Working copy of https://github.com/Macro-swift/Macro.git resolved at 1.0.4
Creating working copy for https://github.com/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/Macro-swift/MacroExpress.git
Working copy of https://github.com/Macro-swift/MacroExpress.git resolved at 1.0.6
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
Building for debugging...
[0/38] Write sources
[24/38] Compiling CNIOWindows shim.c
[24/38] Compiling CNIOWASI CNIOWASI.c
[26/38] Compiling CNIOWindows WSAStartup.c
[27/38] Compiling _AtomicsShims.c
[28/38] Compiling CNIOLinux liburing_shims.c
[29/38] Compiling CNIOLLHTTP c_nio_http.c
[30/38] Write sources
[31/38] Compiling CNIODarwin shim.c
[32/38] Compiling CNIOLinux shim.c
[33/38] Compiling CNIOLLHTTP c_nio_api.c
[34/38] Write swift-version-24593BA9C3E375BF.txt
[35/38] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/73] Compiling c-nioatomics.c
[37/73] Compiling c-atomics.c
[39/109] Compiling Mustache MustacheRenderingContext.swift
[40/109] Compiling Mustache MustacheNode.swift
[41/110] Compiling Atomics UnsafeAtomic.swift
[42/110] Compiling Atomics UnsafeAtomicLazyReference.swift
[43/110] Compiling Atomics ManagedAtomic.swift
[44/110] Compiling Atomics ManagedAtomicLazyReference.swift
[45/110] Compiling _NIODataStructures _TinyArray.swift
[46/112] Emitting module _NIOBase64
[47/112] Compiling _NIOBase64 Base64.swift
[50/112] Compiling Atomics AtomicOptionalWrappable.swift
[51/112] Compiling Atomics AtomicMemoryOrderings.swift
[52/112] Compiling Atomics DoubleWord.swift
[53/115] Compiling Mustache Mustachable.swift
[55/115] Compiling Mustache MustacheRendering.swift
[56/115] Emitting module Mustache
[57/115] Compiling _NIODataStructures PriorityQueue.swift
[58/115] Emitting module InternalCollectionsUtilities
[61/118] Compiling Atomics IntegerOperations.swift
[62/118] Compiling Atomics Unmanaged extensions.swift
[63/121] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/121] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/121] Compiling Atomics AtomicReference.swift
[66/121] Compiling Atomics AtomicStorage.swift
[67/121] Compiling Atomics AtomicValue.swift
[68/121] Compiling Atomics Primitives.shims.swift
[69/121] Compiling Atomics AtomicInteger.swift
[71/121] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[74/121] Compiling Atomics IntegerConformances.swift
[75/121] Compiling Atomics PointerConformances.swift
[76/121] Compiling Atomics Primitives.native.swift
[77/121] Compiling Atomics OptionalRawRepresentable.swift
[81/121] Compiling Atomics RawRepresentable.swift
[82/121] Compiling Atomics AtomicBool.swift
[83/122] Compiling NIOConcurrencyHelpers lock.swift
[84/122] Compiling xsys timespec.swift
[85/123] Emitting module _NIODataStructures
[86/123] Compiling _NIODataStructures Heap.swift
[94/124] Emitting module Logging
[95/124] Compiling Logging Locks.swift
[96/124] Compiling Logging MetadataProvider.swift
[97/124] Compiling Logging LogHandler.swift
[98/124] Compiling Logging Logging.swift
[103/125] Emitting module xsys
[106/125] Compiling Mustache MustacheParser.swift
[107/125] Compiling NIOConcurrencyHelpers NIOLock.swift
[110/125] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[111/125] Compiling xsys timeval_any.swift
[112/131] Compiling NIOConcurrencyHelpers atomics.swift
[113/133] Emitting module NIOConcurrencyHelpers
[116/142] Emitting module mime
[117/142] Compiling mime MIME.swift
[118/143] Compiling Mustache SimpleKVC.swift
[119/143] Compiling Mustache HTMLEscape.swift
[120/143] Compiling Mustache Helpers.swift
[123/144] Compiling DequeModule Deque+Equatable.swift
[124/144] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[125/144] Compiling DequeModule Deque+CustomReflectable.swift
[126/144] Compiling DequeModule Deque+Descriptions.swift
[127/146] Compiling DequeModule Deque+Extras.swift
[128/146] Compiling DequeModule Deque+Hashable.swift
[129/146] Emitting module Atomics
[130/146] Compiling DequeModule _DequeSlot.swift
[131/146] Compiling DequeModule _UnsafeWrappedBuffer.swift
[132/146] Compiling DequeModule Deque+Codable.swift
[133/146] Compiling DequeModule Deque+Collection.swift
[134/146] Compiling DequeModule _DequeBuffer.swift
[135/146] Compiling DequeModule _DequeBufferHeader.swift
[136/146] Compiling DequeModule Deque+Testing.swift
[137/146] Compiling DequeModule Deque._Storage.swift
[138/146] Compiling DequeModule Deque._UnsafeHandle.swift
[139/146] Compiling DequeModule Deque.swift
[140/146] Emitting module DequeModule
[149/207] Compiling NIOCore ChannelPipeline.swift
[150/207] Compiling NIOCore CircularBuffer.swift
[151/207] Compiling NIOCore Codec.swift
[152/207] Compiling NIOCore ConvenienceOptionSupport.swift
[153/207] Compiling NIOCore DeadChannel.swift
[154/207] Compiling NIOCore DispatchQueue+WithFuture.swift
[155/207] Compiling NIOCore EventLoop+Deprecated.swift
[156/207] Compiling NIOCore EventLoop+SerialExecutor.swift
[157/215] Compiling NIOCore GlobalSingletons.swift
[158/215] Compiling NIOCore IO.swift
[159/215] Compiling NIOCore IOData.swift
[160/215] Compiling NIOCore IPProtocol.swift
[161/215] Compiling NIOCore IntegerBitPacking.swift
[162/215] Compiling NIOCore IntegerTypes.swift
[163/215] Compiling NIOCore Interfaces.swift
[164/215] Compiling NIOCore Linux.swift
[165/215] Compiling NIOCore EventLoop.swift
[166/215] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[167/215] Compiling NIOCore EventLoopFuture+Deprecated.swift
[168/215] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[169/215] Compiling NIOCore EventLoopFuture.swift
[170/215] Compiling NIOCore FileDescriptor.swift
[171/215] Compiling NIOCore FileHandle.swift
[172/215] Compiling NIOCore FileRegion.swift
[173/215] Compiling NIOCore MarkedCircularBuffer.swift
[174/215] Compiling NIOCore MulticastChannel.swift
[175/215] Compiling NIOCore NIOAny.swift
[176/215] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/215] Compiling NIOCore NIOLoopBound.swift
[178/215] Compiling NIOCore NIOScheduledCallback.swift
[179/215] Compiling NIOCore NIOSendable.swift
[180/215] Compiling NIOCore RecvByteBufferAllocator.swift
[181/215] Compiling NIOCore AddressedEnvelope.swift
[182/215] Compiling NIOCore AsyncAwaitSupport.swift
[183/215] Compiling NIOCore AsyncChannel.swift
[184/215] Compiling NIOCore AsyncChannelHandler.swift
[185/215] Compiling NIOCore AsyncChannelInboundStream.swift
[186/215] Compiling NIOCore AsyncChannelOutboundWriter.swift
[187/215] Compiling NIOCore NIOAsyncSequenceProducer.swift
[188/215] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[189/215] Compiling NIOCore NIOAsyncWriter.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 ByteBuffer-multi-int.swift
[199/215] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[200/215] Compiling NIOCore ByteBuffer-views.swift
[201/215] Compiling NIOCore Channel.swift
[202/215] Compiling NIOCore ChannelHandler.swift
[203/215] Compiling NIOCore ChannelHandlers.swift
[204/215] Compiling NIOCore ChannelInvoker.swift
[205/215] Compiling NIOCore ChannelOption.swift
[206/215] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[207/215] Compiling NIOCore BSDSocketAPI.swift
[208/215] Compiling NIOCore ByteBuffer-aux.swift
[209/215] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[210/215] Compiling NIOCore ByteBuffer-conversions.swift
[211/215] Compiling NIOCore ByteBuffer-core.swift
[212/215] Compiling NIOCore ByteBuffer-hex.swift
[213/215] Compiling NIOCore ByteBuffer-int.swift
[214/215] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[215/215] Emitting module NIOCore
[217/267] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[218/267] Compiling NIOEmbedded AsyncTestingChannel.swift
[219/267] Emitting module NIOEmbedded
[220/267] Compiling NIOEmbedded Embedded.swift
[222/268] Compiling NIOPosix IO.swift
[223/268] Compiling NIOPosix IntegerBitPacking.swift
[224/268] Compiling NIOPosix IntegerTypes.swift
[225/268] Compiling NIOPosix Linux.swift
[226/268] Compiling NIOPosix LinuxCPUSet.swift
[227/268] Compiling NIOPosix LinuxUring.swift
[228/268] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[229/274] Emitting module NIOPosix
[230/274] Compiling NIOPosix PooledRecvBufferAllocator.swift
[231/274] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[232/274] Compiling NIOPosix PosixSingletons.swift
[233/274] Compiling NIOPosix RawSocketBootstrap.swift
[234/274] Compiling NIOPosix Resolver.swift
[235/274] Compiling NIOPosix Selectable.swift
[236/274] Compiling NIOPosix SelectableChannel.swift
[237/274] Compiling NIOPosix SelectableEventLoop.swift
[238/274] Compiling NIOPosix SelectorEpoll.swift
[239/274] Compiling NIOPosix SelectorGeneric.swift
[240/274] Compiling NIOPosix SelectorKqueue.swift
[241/274] Compiling NIOPosix SelectorUring.swift
[242/274] Compiling NIOPosix ThreadPosix.swift
[243/274] Compiling NIOPosix ThreadWindows.swift
[244/274] Compiling NIOPosix UnsafeTransfer.swift
[245/274] Compiling NIOPosix Utilities.swift
[246/274] Compiling NIOPosix VsockAddress.swift
[247/274] Compiling NIOPosix VsockChannelEvents.swift
[248/274] Compiling NIOPosix ServerSocket.swift
[249/274] Compiling NIOPosix Socket.swift
[250/274] Compiling NIOPosix SocketChannel.swift
[251/274] Compiling NIOPosix SocketProtocols.swift
[252/274] Compiling NIOPosix System.swift
[253/274] Compiling NIOPosix Thread.swift
[254/274] Compiling NIOPosix BSDSocketAPICommon.swift
[255/274] Compiling NIOPosix BSDSocketAPIPosix.swift
[256/274] Compiling NIOPosix BSDSocketAPIWindows.swift
[257/274] Compiling NIOPosix BaseSocket.swift
[258/274] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[259/274] Compiling NIOPosix BaseSocketChannel.swift
[260/274] Compiling NIOPosix BaseStreamSocketChannel.swift
[261/274] Compiling NIOPosix Bootstrap.swift
[262/274] Compiling NIOPosix ControlMessage.swift
[263/274] Compiling NIOPosix DatagramVectorReadManager.swift
[264/274] Compiling NIOPosix Errors+Any.swift
[265/274] Compiling NIOPosix FileDescriptor.swift
[266/274] Compiling NIOPosix GetaddrinfoResolver.swift
[267/274] Compiling NIOPosix HappyEyeballs.swift
[268/274] Compiling NIOPosix NIOThreadPool.swift
[269/274] Compiling NIOPosix NonBlockingFileIO.swift
[270/274] Compiling NIOPosix PendingDatagramWritesManager.swift
[271/274] Compiling NIOPosix PendingWritesManager.swift
[272/274] Compiling NIOPosix PipeChannel.swift
[273/274] Compiling NIOPosix PipePair.swift
[274/274] Compiling NIOPosix Pool.swift
[276/277] Compiling NIO Exports.swift
[277/277] Emitting module NIO
[279/299] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[280/299] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[281/299] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[282/299] Emitting module NIOFoundationCompat
[283/299] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[285/300] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[286/300] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[287/302] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[288/302] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[289/302] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[290/302] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[291/302] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[292/302] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[293/339] Compiling MacroCore Warnings.swift
[294/339] Compiling MacroCore Regex.swift
[295/339] Compiling MacroCore Concat.swift
[296/339] Compiling MacroCore DuplexStreamType.swift
[297/339] Compiling MacroCore Math.swift
[298/339] Compiling MacroCore Pipe.swift
[300/339] Compiling MacroCore ReadableByteStream.swift
[301/339] Compiling MacroCore ReadableByteStreamType.swift
[302/339] Compiling MacroCore ReadableStreamBase.swift
[303/339] Compiling MacroCore ReadableStreamType.swift
[304/344] Compiling MacroCore MacroError.swift
[305/344] Compiling MacroCore NextTick.swift
[306/344] Compiling MacroCore CommandLine.swift
[307/344] Compiling MacroCore DetectXcode.swift
[308/344] Compiling MacroCore Environment.swift
[309/344] Compiling MacroCore Console.swift
[310/344] Compiling MacroCore Dirname.swift
[311/344] Compiling MacroCore EnvironmentValues.swift
[312/344] Compiling MacroCore ErrorEmitter.swift
[313/344] Compiling MacroCore EventListenerSet.swift
[314/344] Emitting module NIOHTTP1
[315/344] Compiling MacroCore BufferStrings.swift
[316/344] Compiling MacroCore CollectionUtils.swift
[317/344] Compiling MacroCore Process.swift
[318/345] Compiling MacroCore Object.swift
[319/345] Compiling MacroCore StringStubs.swift
[320/345] Compiling MacroCore ToString.swift
[321/345] Compiling MacroCore LeftPad.swift
[322/345] Compiling MacroCore MacroCore.swift
[329/345] Compiling MacroCore WritableByteStream.swift
[330/345] Compiling MacroCore WritableByteStreamType.swift
[331/345] Compiling MacroCore WritableStreamBase.swift
[332/345] Compiling MacroCore WritableStreamType.swift
[333/345] Compiling MacroCore StringEncoding.swift
[334/345] Compiling MacroCore ListenerType.swift
[335/345] Compiling MacroCore JSError.swift
[336/345] Compiling MacroCore JSON.swift
[337/345] Compiling MacroCore CollectionStubs.swift
[339/345] Compiling MacroCore Buffer.swift
[340/345] Compiling MacroCore BufferData.swift
[341/345] Compiling MacroCore BufferDeprecations.swift
[342/345] Compiling MacroCore BufferHexEncoding.swift
[345/345] Emitting module MacroCore
[347/374] Compiling fs File.swift
[348/374] Compiling fs JSONFile.swift
[349/374] Compiling fs Directory.swift
[350/374] Compiling fs FSWatcher.swift
[355/375] Compiling fs StatStruct.swift
[356/375] Compiling http Globals.swift
[357/375] Compiling http IncomingMessage.swift
[358/376] Compiling http OutgoingMessage.swift
[359/376] Compiling http ServerResponse.swift
[360/376] Compiling http HTTPHeadersHolder.swift
[361/376] Emitting module http
[362/376] Compiling fs Promise.swift
[363/376] Compiling fs FileReadStream.swift
[364/376] Compiling http QueryString.swift
[365/376] Compiling http Server.swift
[366/376] Compiling http http.swift
[369/376] Compiling fs fs.swift
[370/376] Emitting module fs
[374/379] Emitting module dotenv
[375/379] Compiling dotenv dotenv.swift
[382/395] Compiling connect Session.swift
[383/396] Compiling connect Middleware.swift
[384/396] Compiling connect Pause.swift
[385/396] Compiling connect Logger.swift
[386/396] Compiling connect MethodOverride.swift
[387/396] Compiling connect Connect.swift
[388/396] Compiling connect CookieParser.swift
[389/396] Compiling connect BodyParser.swift
[390/396] Compiling connect CORS.swift
[391/396] Emitting module connect
[392/396] Compiling connect Cookies.swift
[393/396] Compiling connect CrossCompile.swift
[394/396] Compiling connect TypeIs.swift
[395/396] Compiling connect QS.swift
[396/396] Compiling connect ServeStatic.swift
[398/427] Compiling multer PartType.swift
[399/428] Compiling express JSON.swift
[400/428] Compiling express BasicAuth.swift
[401/428] Compiling express ErrorMiddleware.swift
[402/428] Compiling express Express.swift
[403/428] Compiling express MiddlewareObject.swift
[404/428] Compiling express Module.swift
[405/428] Compiling express ExpressWrappedDictionary.swift
[406/428] Compiling express IncomingMessage.swift
[407/428] Emitting module multer
[408/428] Compiling express Mustache.swift
[409/428] Compiling express Render.swift
[410/428] Compiling express RoutePattern.swift
[411/428] Compiling express Router.swift
[412/428] Compiling express RouteKeeper.swift
[413/428] Compiling express RouteMounts.swift
[414/430] Compiling multer Utilities.swift
[415/430] Compiling multer ProcessingContext.swift
[419/431] Emitting module express
[424/431] Compiling express Route.swift
[425/431] Compiling express RouteFactories.swift
[430/431] Compiling express ServerResponse.swift
[431/431] Compiling express Settings.swift
[433/434] Compiling MacroExpress MacroExpress.swift
[434/434] Emitting module MacroExpress
[436/447] Compiling MacroApp Route.swift
[437/447] Compiling MacroApp RouteEndpoint.swift
[438/448] Compiling MacroApp Use.swift
[439/448] Compiling MacroApp Endpoints.swift
[440/448] Compiling MacroApp MethodEndpoints.swift
[441/448] Compiling MacroApp Mount.swift
[442/448] Compiling MacroApp Render.swift
[443/448] Compiling MacroApp ReExports.swift
[444/448] Compiling MacroApp App.swift
[445/448] Compiling MacroApp EndpointsBuilder.swift
[446/448] Emitting module MacroApp
[447/448] Compiling MacroApp EndpointsPrimitive.swift
[448/448] Compiling MacroApp Tuples.swift
Build complete! (53.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "macro",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/Macro.git"
    },
    {
      "identity" : "macroexpress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Macro-swift/MacroExpress.git"
    }
  ],
  "manifest_display_name" : "MacroApp",
  "name" : "MacroApp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroApp",
      "targets" : [
        "MacroApp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroAppTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroAppTests",
      "path" : "Tests/MacroAppTests",
      "product_dependencies" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "MacroAppTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MacroApp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroApp",
      "module_type" : "SwiftTarget",
      "name" : "MacroApp",
      "path" : "Sources/MacroApp",
      "product_dependencies" : [
        "MacroCore",
        "MacroExpress"
      ],
      "product_memberships" : [
        "MacroApp"
      ],
      "sources" : [
        "App.swift",
        "Builder/EndpointsBuilder.swift",
        "Builder/EndpointsPrimitive.swift",
        "Builder/Tuples.swift",
        "Endpoints.swift",
        "Endpoints/MethodEndpoints.swift",
        "Endpoints/Mount.swift",
        "Endpoints/Render.swift",
        "Endpoints/Route.swift",
        "Endpoints/RouteEndpoint.swift",
        "Endpoints/Use.swift",
        "ReExports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.