The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Macro, reference develop (6d691c), with Swift 6.1 for macOS (SPM) on 1 May 2026 07:20:16 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/Macro.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Macro-swift/Macro
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 6d691c3 A few inline keys to support common Express patterns
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
6d691c3a0d2beb66c095809dc20ecd0c9ced7213
SUCCESS checkout https://github.com/Macro-swift/Macro.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Macro-swift/Macro.git
https://github.com/Macro-swift/Macro.git
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.97.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Macro",
  "name" : "Macro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro6",
      "targets" : [
        "Macro6"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroCore",
      "targets" : [
        "MacroCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xsys",
      "targets" : [
        "xsys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "http",
      "targets" : [
        "http"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "fs",
      "targets" : [
        "fs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ws",
      "targets" : [
        "ws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroTestUtilities",
      "targets" : [
        "MacroTestUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xsys",
      "module_type" : "SwiftTarget",
      "name" : "xsys",
      "path" : "Sources/xsys",
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroCore",
        "xsys",
        "http",
        "fs",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Module.swift",
        "POSIXError.swift",
        "SocketAddress.swift",
        "UUID.swift",
        "dylib.swift",
        "fd.swift",
        "ioctl.swift",
        "misc.swift",
        "ntohs.swift",
        "sockaddr_any.swift",
        "socket.swift",
        "time.swift",
        "timespec.swift",
        "timeval_any.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ws",
      "module_type" : "SwiftTarget",
      "name" : "ws",
      "path" : "Sources/ws",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "ws"
      ],
      "sources" : [
        "Server.swift",
        "WebSocket.swift",
        "WebSocketConnection.swift",
        "ws.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "http"
      ],
      "type" : "library"
    },
    {
      "c99name" : "http",
      "module_type" : "SwiftTarget",
      "name" : "http",
      "path" : "Sources/http",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "Macro",
        "http",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Agent/Agent.swift",
        "Agent/ClientRequest.swift",
        "Agent/Foundation/URLRequestInit.swift",
        "Agent/Foundation/URLSessionAgent.swift",
        "Agent/Foundation/URLSessionClientRequest.swift",
        "BasicAuth.swift",
        "Globals.swift",
        "IncomingMessage.swift",
        "QueryString.swift",
        "Server/Connection.swift",
        "Server/Server.swift",
        "Server/ServerResponse.swift",
        "Support/HTTPHeadersHolder.swift",
        "Support/OutgoingMessage.swift",
        "http.swift"
      ],
      "target_dependencies" : [
        "MacroCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "fs",
      "module_type" : "SwiftTarget",
      "name" : "fs",
      "path" : "Sources/fs",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Macro",
        "fs",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Directory.swift",
        "FSWatcher.swift",
        "File.swift",
        "JSONFile.swift",
        "Path.swift",
        "PosixWrappers.swift",
        "Promise.swift",
        "Streams/FileReadStream.swift",
        "Streams/FileStream.swift",
        "Streams/FileWriteStream.swift",
        "Utils/AsyncWrapper.swift",
        "Utils/ResultExtensions.swift",
        "Utils/Run.swift",
        "Utils/StatStruct.swift",
        "fs.swift",
        "fsAwait.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "sources" : [
        "AgentTests.swift",
        "BufferTests.swift",
        "ByteBufferTests.swift",
        "CollectionTests.swift",
        "KeepAliveTests.swift",
        "MacroTests.swift",
        "NextTickTests.swift",
        "PathTests.swift",
        "WebSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MacroTestUtilities",
        "ws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroTestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "MacroTestUtilities",
      "path" : "Sources/MacroTestUtilities",
      "product_memberships" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "TestServerResponse.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroCore",
      "module_type" : "SwiftTarget",
      "name" : "MacroCore",
      "path" : "Sources/MacroCore",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "Logging"
      ],
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroCore",
        "http",
        "fs",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Buffer/Buffer.swift",
        "Buffer/BufferData.swift",
        "Buffer/BufferDeprecations.swift",
        "Buffer/BufferHexEncoding.swift",
        "Buffer/BufferSpan.swift",
        "Buffer/BufferStrings.swift",
        "Buffer/CollectionUtils.swift",
        "Concurrency.swift",
        "Console.swift",
        "Dirname.swift",
        "EnvironmentValues.swift",
        "Events/ErrorEmitter.swift",
        "Events/EventListenerSet.swift",
        "Events/ListenerType.swift",
        "JSError.swift",
        "JSON.swift",
        "JSStubs/CollectionStubs.swift",
        "JSStubs/Math.swift",
        "JSStubs/Object.swift",
        "JSStubs/StringStubs.swift",
        "JSStubs/ToString.swift",
        "LeftPad.swift",
        "MacroCore.swift",
        "MacroError.swift",
        "NextTick.swift",
        "Process/CommandLine.swift",
        "Process/DetectXcode.swift",
        "Process/Environment.swift",
        "Process/Process.swift",
        "Process/Warnings.swift",
        "Regex.swift",
        "Streams/Concat.swift",
        "Streams/DuplexStreamType.swift",
        "Streams/Pipe.swift",
        "Streams/ReadableByteStream.swift",
        "Streams/ReadableByteStreamType.swift",
        "Streams/ReadableStreamBase.swift",
        "Streams/ReadableStreamType.swift",
        "Streams/WritableByteStream.swift",
        "Streams/WritableByteStreamType.swift",
        "Streams/WritableStreamBase.swift",
        "Streams/WritableStreamType.swift",
        "StringEncoding.swift"
      ],
      "target_dependencies" : [
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro6Tests",
      "module_type" : "SwiftTarget",
      "name" : "Macro6Tests",
      "path" : "Tests/Macro6Tests",
      "sources" : [
        "MainActorNextTickTests.swift",
        "NextTickTests.swift"
      ],
      "target_dependencies" : [
        "Macro6",
        "MacroTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Macro6",
      "module_type" : "SwiftTarget",
      "name" : "Macro6",
      "path" : "Sources/Macro6",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroTestUtilities"
      ],
      "sources" : [
        "MainActorDefault.swift"
      ],
      "target_dependencies" : [
        "MacroCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_memberships" : [
        "Macro",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Macro.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys",
        "http",
        "fs",
        "Macro6"
      ],
      "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/41] Write sources
[2/41] Copying PrivacyInfo.xcprivacy
[3/41] Write sources
[24/41] Compiling CNIOWindows WSAStartup.c
[25/41] Compiling CNIOWindows shim.c
[26/41] Write swift-version-2F0A5646E1D333AE.txt
[27/41] Compiling CNIOWASI CNIOWASI.c
[28/41] Compiling CNIOOpenBSD shim.c
[29/41] Compiling CNIOLinux shim.c
[29/41] Compiling CNIOLinux liburing_shims.c
[31/57] Compiling _AtomicsShims.c
[32/66] Compiling CNIOPosix event_loop_id.c
[33/67] Compiling CNIOLLHTTP c_nio_http.c
[34/67] Compiling CNIOSHA1 c_nio_sha1.c
[35/67] Compiling CNIOLLHTTP c_nio_api.c
[36/67] Write sources
[37/105] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/105] Compiling CNIODarwin shim.c
[40/105] Compiling _NIOBase64 Base64.swift
[41/105] Emitting module _NIOBase64
[42/105] Compiling Atomics AtomicInteger.swift
[43/105] Compiling Atomics AtomicOptionalWrappable.swift
[44/105] Compiling Atomics AtomicReference.swift
[45/105] Compiling Atomics AtomicStorage.swift
[46/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[47/106] Compiling Atomics DoubleWord.swift
[48/106] Compiling Atomics ManagedAtomic.swift
[49/106] Compiling Atomics ManagedAtomicLazyReference.swift
[50/106] Compiling Atomics UnsafeAtomic.swift
[51/106] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/106] Compiling Atomics IntegerOperations.swift
[53/106] Compiling Atomics AtomicValue.swift
[54/106] Compiling Atomics AtomicMemoryOrderings.swift
[55/107] Compiling Logging LogEvent.swift
[56/107] Compiling _NIODataStructures _TinyArray.swift
[57/107] Compiling Atomics OptionalRawRepresentable.swift
[58/107] Compiling Atomics RawRepresentable.swift
[67/107] Compiling Atomics PointerConformances.swift
[68/107] Compiling Atomics Primitives.native.swift
[69/107] Compiling Atomics AtomicBool.swift
[70/107] Compiling Atomics IntegerConformances.swift
[71/107] Emitting module InternalCollectionsUtilities
[72/107] Compiling Atomics Unmanaged extensions.swift
[73/107] Emitting module Logging
[74/107] Compiling Logging Locks.swift
[75/107] Compiling Logging MetadataProvider.swift
[76/107] Compiling _NIODataStructures PriorityQueue.swift
[87/107] Compiling _NIODataStructures Heap.swift
[88/141] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[89/141] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[90/141] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[91/141] Compiling ContainersPreview BorrowingSequence.swift
[92/144] Compiling ContainersPreview Producer+Filter.swift
[93/144] Compiling ContainersPreview Producer+Map.swift
[94/144] Compiling ContainersPreview Producer+Reduce.swift
[95/144] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[96/144] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[97/144] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[98/144] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[99/144] Compiling ContainersPreview OutputSpan+Extras.swift
[100/144] Compiling ContainersPreview TemporaryAllocation.swift
[101/144] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[102/144] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[103/144] Compiling ContainersPreview Producer.swift
[104/144] Compiling ContainersPreview Borrow.swift
[105/144] Compiling ContainersPreview Box.swift
[106/144] Compiling ContainersPreview Drain+Reduce.swift
[107/144] Compiling ContainersPreview Drain.swift
[108/144] Compiling ContainersPreview Producer+Collect.swift
[109/144] Compiling ContainersPreview RandomAccessContainer.swift
[110/144] Compiling ContainersPreview RangeExpression2.swift
[111/144] Compiling ContainersPreview RangeReplaceableContainer.swift
[112/144] Compiling ContainersPreview Drain+Map.swift
[113/144] Compiling ContainersPreview ContainerIterator.swift
[114/144] Compiling ContainersPreview DynamicContainer.swift
[115/144] Compiling ContainersPreview MutableContainer.swift
[116/144] Compiling ContainersPreview PermutableContainer.swift
[117/144] Compiling ContainersPreview BidirectionalContainer.swift
[118/144] Compiling ContainersPreview Container+Filter.swift
[119/144] Compiling ContainersPreview Container+SpanwiseZip.swift
[120/144] Compiling ContainersPreview Container.swift
[121/144] Emitting module ContainersPreview
[122/144] Emitting module _NIODataStructures
[123/144] Compiling ContainersPreview Inout.swift
[124/144] Compiling ContainersPreview InputSpan.swift
[125/144] Compiling ContainersPreview Shared.swift
[126/144] Emitting module Atomics
[127/144] Compiling Logging Logging.swift
[128/144] Compiling Logging LogHandler.swift
[129/185] Compiling DequeModule UniqueDeque+Insertions.swift
[130/185] Compiling DequeModule UniqueDeque+Prepend.swift
[131/185] Compiling DequeModule UniqueDeque+Removals.swift
[132/185] Compiling DequeModule UniqueDeque+Replacements.swift
[133/189] Compiling DequeModule UniqueDeque+Equatable.swift
[134/189] Compiling DequeModule UniqueDeque+Experimental.swift
[135/189] Compiling DequeModule UniqueDeque+Hashable.swift
[136/189] Compiling DequeModule UniqueDeque+Initializers.swift
[137/189] Compiling DequeModule RigidDeque+Consumption.swift
[138/189] Compiling DequeModule RigidDeque+Container.swift
[139/189] Compiling DequeModule RigidDeque+Descriptions.swift
[140/189] Compiling DequeModule RigidDeque+Equatable.swift
[141/189] Compiling DequeModule RigidDeque+Experimental.swift
[142/189] Compiling DequeModule RigidDeque+Hashable.swift
[143/189] Compiling DequeModule RigidDeque+Initializers.swift
[144/189] Compiling DequeModule RigidDeque+Insertions.swift
[145/189] Compiling DequeModule RigidDeque+Prepend.swift
[146/189] Compiling DequeModule UniqueDeque+Append.swift
[147/189] Compiling DequeModule UniqueDeque+Consumption.swift
[148/189] Compiling DequeModule UniqueDeque+Container.swift
[149/189] Compiling DequeModule UniqueDeque+Descriptions.swift
[149/189] Compiling c-nioatomics.c
[151/189] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[152/189] Compiling DequeModule Deque+Extras.swift
[153/189] Compiling DequeModule Deque+Hashable.swift
[154/189] Compiling DequeModule Deque+Testing.swift
[155/189] Compiling DequeModule Deque._Storage.swift
[156/189] Compiling DequeModule RigidDeque+Removals.swift
[157/189] Compiling DequeModule RigidDeque+Replacements.swift
[158/189] Compiling DequeModule RigidDeque+Testing.swift
[159/189] Compiling DequeModule RigidDeque.swift
[160/189] Compiling DequeModule Deque._UnsafeHandle.swift
[161/189] Compiling DequeModule Deque.swift
[162/189] Compiling DequeModule _DequeBuffer.swift
[163/189] Compiling DequeModule _DequeBufferHeader.swift
[164/189] Compiling DequeModule RigidDeque+Append.swift
[165/189] Compiling DequeModule Deque+Codable.swift
[166/189] Compiling DequeModule Deque+Collection.swift
[167/189] Compiling DequeModule Deque+CustomReflectable.swift
[168/189] Compiling DequeModule Deque+Descriptions.swift
[169/189] Compiling DequeModule Deque+Equatable.swift
[169/189] Compiling c-atomics.c
[171/196] Emitting module DequeModule
[172/196] Compiling DequeModule UniqueDeque.swift
[173/196] Compiling DequeModule _DequeSlot.swift
[174/196] Compiling DequeModule _UnsafeDequeHandle.swift
[175/196] Compiling DequeModule _UnsafeDequeSegments.swift
[176/196] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[177/196] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[178/196] Compiling NIOConcurrencyHelpers NIOLock.swift
[179/196] Emitting module NIOConcurrencyHelpers
[180/196] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[181/196] Compiling NIOConcurrencyHelpers lock.swift
[182/196] Compiling NIOConcurrencyHelpers atomics.swift
[183/261] Compiling xsys timespec.swift
[184/262] Compiling xsys socket.swift
[185/262] Compiling xsys time.swift
[186/262] Compiling xsys sockaddr_any.swift
[187/262] Compiling xsys ntohs.swift
[188/262] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[189/262] Compiling NIOCore ByteBuffer-conversions.swift
[190/262] Compiling NIOCore ByteBuffer-core.swift
[191/262] Compiling NIOCore ConvenienceOptionSupport.swift
[192/262] Compiling NIOCore NIOAsyncWriter.swift
[193/262] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[194/262] Compiling xsys timeval_any.swift
[195/262] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[196/262] Compiling NIOCore NIOScheduledCallback.swift
[197/262] Compiling NIOCore NIOSendable.swift
[198/262] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[199/262] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[200/262] Compiling NIOCore RecvByteBufferAllocator.swift
[201/262] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[202/262] Compiling NIOCore IO.swift
[203/262] Compiling NIOCore IOData.swift
[204/262] Compiling NIOCore IPProtocol.swift
[205/262] Compiling NIOCore IntegerBitPacking.swift
[206/262] Compiling NIOCore IntegerTypes.swift
[207/262] Compiling NIOCore Interfaces.swift
[208/262] Compiling NIOCore Linux.swift
[209/262] Compiling NIOCore MarkedCircularBuffer.swift
[210/262] Compiling NIOCore MulticastChannel.swift
[211/262] Compiling NIOCore NIOAny.swift
[212/262] Compiling NIOCore NIOCloseOnErrorHandler.swift
[213/262] Compiling NIOCore NIOCoreSendableMetatype.swift
[214/262] Compiling NIOCore NIODecodedAsyncSequence.swift
[215/262] Compiling NIOCore NIOLoopBound.swift
[217/269] Compiling NIOCore DeadChannel.swift
[218/269] Compiling NIOCore DispatchQueue+WithFuture.swift
[219/269] Compiling NIOCore EventLoop+Deprecated.swift
[220/269] Compiling NIOCore EventLoop+SerialExecutor.swift
[221/269] Compiling NIOCore EventLoop.swift
[222/269] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[223/269] Compiling NIOCore AddressedEnvelope.swift
[224/269] Compiling NIOCore AsyncAwaitSupport.swift
[225/269] Compiling NIOCore AsyncChannel.swift
[226/269] Compiling NIOCore AsyncChannelHandler.swift
[227/269] Compiling NIOCore AsyncChannelInboundStream.swift
[228/269] Compiling NIOCore AsyncChannelOutboundWriter.swift
[229/269] Compiling NIOCore NIOAsyncSequenceProducer.swift
[230/269] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[231/269] Emitting module xsys
[232/269] Compiling NIOCore BSDSocketAPI.swift
[233/269] Compiling NIOCore ByteBuffer-aux.swift
[234/269] Compiling NIOCore EventLoopFuture+Deprecated.swift
[235/269] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[236/269] Compiling NIOCore EventLoopFuture.swift
[237/269] Compiling NIOCore FileDescriptor.swift
[238/269] Compiling NIOCore FileHandle.swift
[239/269] Compiling NIOCore FileRegion.swift
[240/269] Compiling NIOCore GlobalSingletons.swift
[241/269] Compiling NIOCore SocketAddresses.swift
[242/269] Compiling NIOCore SocketOptionProvider.swift
[243/269] Compiling NIOCore SystemCallHelpers.swift
[244/269] Compiling NIOCore TimeAmount+Duration.swift
[245/269] Compiling NIOCore TypeAssistedChannelHandler.swift
[246/269] Compiling NIOCore UniversalBootstrapSupport.swift
[247/269] Compiling NIOCore Utilities.swift
[248/269] Compiling NIOCore ChannelHandler.swift
[249/269] Compiling NIOCore ChannelHandlers.swift
[250/269] Compiling NIOCore ChannelInvoker.swift
[251/269] Compiling NIOCore ChannelOption.swift
[252/269] Compiling NIOCore ChannelPipeline.swift
[253/269] Compiling NIOCore CircularBuffer.swift
[254/269] Compiling NIOCore Codec.swift
[262/269] Compiling NIOCore ByteBuffer-hex.swift
[263/269] Compiling NIOCore ByteBuffer-int.swift
[264/269] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[265/269] Compiling NIOCore ByteBuffer-multi-int.swift
[266/269] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[267/269] Compiling NIOCore ByteBuffer-views.swift
[268/269] Compiling NIOCore Channel.swift
[269/269] Emitting module NIOCore
[270/328] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[271/328] Compiling NIOEmbedded Embedded.swift
[272/328] Emitting module NIOEmbedded
[273/328] Compiling NIOEmbedded AsyncTestingChannel.swift
[274/328] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[275/328] Emitting module NIOFoundationEssentialsCompat
[276/328] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[277/328] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[278/328] Compiling NIOPosix System.swift
[279/328] Compiling NIOPosix Thread.swift
[280/328] Compiling NIOPosix ThreadPosix.swift
[281/328] Compiling NIOPosix ThreadWindows.swift
[282/333] Compiling NIOPosix SelectorWSAPoll.swift
[283/333] Compiling NIOPosix ServerSocket.swift
[284/333] Compiling NIOPosix Socket.swift
[285/333] Compiling NIOPosix SocketChannel.swift
[286/333] Compiling NIOPosix SocketProtocols.swift
[287/333] Compiling NIOPosix BSDSocketAPICommon.swift
[288/333] Compiling NIOPosix BSDSocketAPIPosix.swift
[289/333] Compiling NIOPosix BSDSocketAPIWindows.swift
[290/333] Compiling NIOPosix BaseSocket.swift
[291/333] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[292/333] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[293/333] Emitting module NIOPosix
[294/333] Compiling NIOPosix Utilities.swift
[295/333] Compiling NIOPosix VsockAddress.swift
[296/333] Compiling NIOPosix VsockChannelEvents.swift
[297/333] Compiling NIOPosix Windows.swift
[298/333] Compiling NIOPosix resource_bundle_accessor.swift
[299/333] Compiling NIOPosix SelectableEventLoop.swift
[300/333] Compiling NIOPosix SelectorEpoll.swift
[301/333] Compiling NIOPosix SelectorGeneric.swift
[302/333] Compiling NIOPosix SelectorKqueue.swift
[303/333] Compiling NIOPosix SelectorUring.swift
[304/333] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[305/333] Compiling NIOPosix PosixSingletons.swift
[306/333] Compiling NIOPosix RawSocketBootstrap.swift
[307/333] Compiling NIOPosix Resolver.swift
[308/333] Compiling NIOPosix Selectable.swift
[309/333] Compiling NIOPosix SelectableChannel.swift
[310/333] Compiling NIOPosix Linux.swift
[311/333] Compiling NIOPosix LinuxCPUSet.swift
[312/333] Compiling NIOPosix LinuxUring.swift
[313/333] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[314/333] Compiling NIOPosix NIOPosixSendableMetatype.swift
[315/333] Compiling NIOPosix NIOThreadPool.swift
[316/333] Compiling NIOPosix NonBlockingFileIO.swift
[317/333] Compiling NIOPosix PendingDatagramWritesManager.swift
[318/333] Compiling NIOPosix PendingWritesManager.swift
[319/333] Compiling NIOPosix PipeChannel.swift
[320/333] Compiling NIOPosix PipePair.swift
[321/333] Compiling NIOPosix Pool.swift
[322/333] Compiling NIOPosix FileDescriptor.swift
[323/333] Compiling NIOPosix GetaddrinfoResolver.swift
[324/333] Compiling NIOPosix HappyEyeballs.swift
[325/333] Compiling NIOPosix IO.swift
[326/333] Compiling NIOPosix IntegerBitPacking.swift
[327/333] Compiling NIOPosix IntegerTypes.swift
[328/333] Compiling NIOPosix BaseSocketChannel.swift
[329/333] Compiling NIOPosix BaseStreamSocketChannel.swift
[330/333] Compiling NIOPosix Bootstrap.swift
[331/333] Compiling NIOPosix ControlMessage.swift
[332/333] Compiling NIOPosix DatagramVectorReadManager.swift
[333/333] Compiling NIOPosix Errors+Any.swift
[334/335] Emitting module NIO
[335/335] Compiling NIO Exports.swift
[336/356] Emitting module NIOFoundationCompat
[337/356] Compiling NIOFoundationCompat Exports.swift
[338/356] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[339/356] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[340/356] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[341/357] Compiling NIOHTTP1 HTTPEncoder.swift
[342/357] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[343/373] Compiling MacroCore Console.swift
[344/373] Compiling MacroCore Dirname.swift
[345/373] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[346/373] Compiling MacroCore BufferDeprecations.swift
[347/373] Compiling MacroCore BufferHexEncoding.swift
[348/397] Compiling MacroCore Buffer.swift
[349/397] Compiling MacroCore BufferData.swift
[350/397] Compiling MacroCore CollectionUtils.swift
[351/397] Compiling MacroCore Concurrency.swift
[352/397] Compiling MacroCore JSError.swift
[353/397] Compiling MacroCore BufferStrings.swift
[354/397] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[355/397] Emitting module NIOHTTP1
[356/397] Compiling MacroCore EnvironmentValues.swift
[357/397] Compiling MacroCore ErrorEmitter.swift
[358/407] Compiling MacroCore MacroError.swift
[359/407] Compiling MacroCore NextTick.swift
[360/407] Compiling MacroCore CommandLine.swift
[361/407] Compiling MacroCore DetectXcode.swift
[364/411] Compiling MacroCore EventListenerSet.swift
[365/411] Compiling MacroCore ListenerType.swift
[367/411] Compiling NIOWebSocket WebSocketOpcode.swift
[368/411] Compiling NIOWebSocket WebSocketErrorCodes.swift
[369/411] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[370/411] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[371/412] Compiling MacroCore Concat.swift
[372/412] Compiling MacroCore DuplexStreamType.swift
[373/412] Compiling MacroCore Pipe.swift
[374/412] Compiling MacroCore ReadableByteStream.swift
[375/412] Compiling MacroCore ReadableByteStreamType.swift
[376/412] Compiling MacroCore ReadableStreamBase.swift
[377/412] Compiling MacroCore ReadableStreamType.swift
[378/412] Compiling MacroCore WritableByteStream.swift
[379/412] Compiling MacroCore StringStubs.swift
[380/412] Compiling MacroCore ToString.swift
[381/412] Compiling MacroCore LeftPad.swift
[382/412] Compiling MacroCore MacroCore.swift
[383/412] Compiling MacroCore JSON.swift
[384/412] Compiling MacroCore CollectionStubs.swift
[385/412] Compiling MacroCore Math.swift
[386/412] Compiling MacroCore Object.swift
[387/412] Compiling MacroCore Environment.swift
[388/412] Compiling MacroCore Process.swift
[389/412] Compiling MacroCore Warnings.swift
[390/412] Compiling MacroCore Regex.swift
[395/412] Compiling MacroCore BufferSpan.swift
[396/412] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[397/412] Compiling NIOWebSocket SHA1.swift
[398/412] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[399/412] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[400/412] Emitting module NIOWebSocket
[401/412] Compiling NIOWebSocket WebSocketFrame.swift
[402/412] Compiling MacroCore WritableByteStreamType.swift
[403/412] Compiling MacroCore WritableStreamBase.swift
[404/412] Compiling MacroCore WritableStreamType.swift
[405/412] Compiling MacroCore StringEncoding.swift
[406/412] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[412/412] Emitting module MacroCore
[413/445] Compiling fs AsyncWrapper.swift
[414/445] Compiling fs ResultExtensions.swift
[415/446] Compiling fs StatStruct.swift
[416/446] Compiling fs fs.swift
[417/446] Compiling fs Run.swift
[418/446] Compiling http HTTPHeadersHolder.swift
[419/446] Compiling http OutgoingMessage.swift
[420/447] Compiling http Globals.swift
[421/447] Compiling http IncomingMessage.swift
[422/447] Compiling http http.swift
[423/447] Compiling fs File.swift
[424/447] Compiling fs JSONFile.swift
[425/447] Compiling fs Directory.swift
[426/447] Compiling fs FSWatcher.swift
[427/447] Emitting module http
[428/447] Compiling http URLSessionClientRequest.swift
[429/447] Compiling http BasicAuth.swift
[430/447] Compiling fs Path.swift
[431/447] Compiling http ServerResponse.swift
[432/447] Compiling fs PosixWrappers.swift
[433/447] Compiling fs fsAwait.swift
/Users/admin/builder/spi-builder-workspace/Sources/fs/JSONFile.swift:139:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
137 |     let loop   = module.fallbackEventLoop(eventLoop)
138 |
139 |     nonisolated(unsafe) let type = type // avoid the Sendable type warning
    |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
140 |     FileSystemModule.threadPool.submit { shouldRun in
141 |       let result      : T?
/Users/admin/builder/spi-builder-workspace/Sources/fs/JSONFile.swift:139:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
137 |     let loop   = module.fallbackEventLoop(eventLoop)
138 |
139 |     nonisolated(unsafe) let type = type // avoid the Sendable type warning
    |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
140 |     FileSystemModule.threadPool.submit { shouldRun in
141 |       let result      : T?
[436/447] Emitting module fs
[443/447] Compiling http Server.swift
[446/452] Compiling ws ws.swift
[447/452] Compiling ws WebSocketConnection.swift
[448/452] Compiling ws Server.swift
[449/452] Emitting module ws
[450/452] Compiling ws WebSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/ws/WebSocket.swift:196:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
194 |   public func onMessage<T: Decodable>(execute: @escaping (T) -> Void) -> Self {
195 |     // Note: self-cycle, but that is OK, will be broken on close!
196 |     nonisolated(unsafe) let type = T.self // avoid sendable type warning
    |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'T.Type', consider removing it
197 |     _dataListeners.add { [self] data in
198 |       do {
[451/452] Emitting module Macro6
[452/452] Compiling Macro6 MainActorDefault.swift
[453/454] Compiling Macro Macro.swift
[454/454] Emitting module Macro
[455/456] Emitting module MacroTestUtilities
[456/456] Compiling MacroTestUtilities TestServerResponse.swift
Build complete! (27.73s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (2.32s)
Fetched https://github.com/apple/swift-log.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio.git from cache (2.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (3.15s)
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.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.48s)
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
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.97.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Macro",
  "name" : "Macro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro6",
      "targets" : [
        "Macro6"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroCore",
      "targets" : [
        "MacroCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "xsys",
      "targets" : [
        "xsys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "http",
      "targets" : [
        "http"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "fs",
      "targets" : [
        "fs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ws",
      "targets" : [
        "ws"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MacroTestUtilities",
      "targets" : [
        "MacroTestUtilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xsys",
      "module_type" : "SwiftTarget",
      "name" : "xsys",
      "path" : "Sources/xsys",
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroCore",
        "xsys",
        "http",
        "fs",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Module.swift",
        "POSIXError.swift",
        "SocketAddress.swift",
        "UUID.swift",
        "dylib.swift",
        "fd.swift",
        "ioctl.swift",
        "misc.swift",
        "ntohs.swift",
        "sockaddr_any.swift",
        "socket.swift",
        "time.swift",
        "timespec.swift",
        "timeval_any.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ws",
      "module_type" : "SwiftTarget",
      "name" : "ws",
      "path" : "Sources/ws",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "ws"
      ],
      "sources" : [
        "Server.swift",
        "WebSocket.swift",
        "WebSocketConnection.swift",
        "ws.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "http"
      ],
      "type" : "library"
    },
    {
      "c99name" : "http",
      "module_type" : "SwiftTarget",
      "name" : "http",
      "path" : "Sources/http",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "Macro",
        "http",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Agent/Agent.swift",
        "Agent/ClientRequest.swift",
        "Agent/Foundation/URLRequestInit.swift",
        "Agent/Foundation/URLSessionAgent.swift",
        "Agent/Foundation/URLSessionClientRequest.swift",
        "BasicAuth.swift",
        "Globals.swift",
        "IncomingMessage.swift",
        "QueryString.swift",
        "Server/Connection.swift",
        "Server/Server.swift",
        "Server/ServerResponse.swift",
        "Support/HTTPHeadersHolder.swift",
        "Support/OutgoingMessage.swift",
        "http.swift"
      ],
      "target_dependencies" : [
        "MacroCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "fs",
      "module_type" : "SwiftTarget",
      "name" : "fs",
      "path" : "Sources/fs",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Macro",
        "fs",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Directory.swift",
        "FSWatcher.swift",
        "File.swift",
        "JSONFile.swift",
        "Path.swift",
        "PosixWrappers.swift",
        "Promise.swift",
        "Streams/FileReadStream.swift",
        "Streams/FileStream.swift",
        "Streams/FileWriteStream.swift",
        "Utils/AsyncWrapper.swift",
        "Utils/ResultExtensions.swift",
        "Utils/Run.swift",
        "Utils/StatStruct.swift",
        "fs.swift",
        "fsAwait.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroTests",
      "path" : "Tests/MacroTests",
      "sources" : [
        "AgentTests.swift",
        "BufferTests.swift",
        "ByteBufferTests.swift",
        "CollectionTests.swift",
        "KeepAliveTests.swift",
        "MacroTests.swift",
        "NextTickTests.swift",
        "PathTests.swift",
        "WebSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MacroTestUtilities",
        "ws"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroTestUtilities",
      "module_type" : "SwiftTarget",
      "name" : "MacroTestUtilities",
      "path" : "Sources/MacroTestUtilities",
      "product_memberships" : [
        "MacroTestUtilities"
      ],
      "sources" : [
        "TestServerResponse.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroCore",
      "module_type" : "SwiftTarget",
      "name" : "MacroCore",
      "path" : "Sources/MacroCore",
      "product_dependencies" : [
        "Atomics",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "Logging"
      ],
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroCore",
        "http",
        "fs",
        "ws",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Buffer/Buffer.swift",
        "Buffer/BufferData.swift",
        "Buffer/BufferDeprecations.swift",
        "Buffer/BufferHexEncoding.swift",
        "Buffer/BufferSpan.swift",
        "Buffer/BufferStrings.swift",
        "Buffer/CollectionUtils.swift",
        "Concurrency.swift",
        "Console.swift",
        "Dirname.swift",
        "EnvironmentValues.swift",
        "Events/ErrorEmitter.swift",
        "Events/EventListenerSet.swift",
        "Events/ListenerType.swift",
        "JSError.swift",
        "JSON.swift",
        "JSStubs/CollectionStubs.swift",
        "JSStubs/Math.swift",
        "JSStubs/Object.swift",
        "JSStubs/StringStubs.swift",
        "JSStubs/ToString.swift",
        "LeftPad.swift",
        "MacroCore.swift",
        "MacroError.swift",
        "NextTick.swift",
        "Process/CommandLine.swift",
        "Process/DetectXcode.swift",
        "Process/Environment.swift",
        "Process/Process.swift",
        "Process/Warnings.swift",
        "Regex.swift",
        "Streams/Concat.swift",
        "Streams/DuplexStreamType.swift",
        "Streams/Pipe.swift",
        "Streams/ReadableByteStream.swift",
        "Streams/ReadableByteStreamType.swift",
        "Streams/ReadableStreamBase.swift",
        "Streams/ReadableStreamType.swift",
        "Streams/WritableByteStream.swift",
        "Streams/WritableByteStreamType.swift",
        "Streams/WritableStreamBase.swift",
        "Streams/WritableStreamType.swift",
        "StringEncoding.swift"
      ],
      "target_dependencies" : [
        "xsys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro6Tests",
      "module_type" : "SwiftTarget",
      "name" : "Macro6Tests",
      "path" : "Tests/Macro6Tests",
      "sources" : [
        "MainActorNextTickTests.swift",
        "NextTickTests.swift"
      ],
      "target_dependencies" : [
        "Macro6",
        "MacroTestUtilities"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Macro6",
      "module_type" : "SwiftTarget",
      "name" : "Macro6",
      "path" : "Sources/Macro6",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Macro",
        "Macro6",
        "MacroTestUtilities"
      ],
      "sources" : [
        "MainActorDefault.swift"
      ],
      "target_dependencies" : [
        "MacroCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_memberships" : [
        "Macro",
        "MacroTestUtilities"
      ],
      "sources" : [
        "Macro.swift"
      ],
      "target_dependencies" : [
        "MacroCore",
        "xsys",
        "http",
        "fs",
        "Macro6"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.