The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Macro, reference 1.0.52 (811229), with Swift 6.1 for macOS (SPM) on 30 Apr 2026 12:50:46 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: 1.0.52
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Macro-swift/Macro
 * tag               1.0.52     -> FETCH_HEAD
HEAD is now at 8112290 Merge branch 'develop'
Cloned https://github.com/Macro-swift/Macro.git
Revision (git rev-parse @):
811229004375afa1684b66ea599c12de30a92e11
SUCCESS checkout https://github.com/Macro-swift/Macro.git at 1.0.52
========================================
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
[9/41] Copying PrivacyInfo.xcprivacy
[9/41] Write sources
[24/41] Compiling CNIOWindows WSAStartup.c
[24/41] Compiling CNIOWindows shim.c
[26/41] Write swift-version-2F0A5646E1D333AE.txt
[27/41] Compiling CNIOWASI CNIOWASI.c
[28/41] Compiling CNIOOpenBSD shim.c
[28/41] Compiling CNIOLinux shim.c
[29/41] Compiling CNIOLinux liburing_shims.c
[31/66] Compiling _AtomicsShims.c
[31/67] 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
[35/67] Write sources
[37/105] Compiling CNIOLLHTTP c_nio_llhttp.c
[38/105] Compiling CNIODarwin shim.c
[40/105] Compiling Atomics OptionalRawRepresentable.swift
[41/105] Compiling Atomics RawRepresentable.swift
[42/106] Emitting module _NIOBase64
[43/106] Compiling _NIOBase64 Base64.swift
[44/106] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/106] Compiling Atomics ManagedAtomicLazyReference.swift
[46/106] Compiling Atomics UnsafeAtomic.swift
[47/106] Compiling Atomics DoubleWord.swift
[48/106] Compiling Atomics ManagedAtomic.swift
[49/106] Compiling Atomics AtomicValue.swift
[50/106] Compiling Atomics AtomicMemoryOrderings.swift
[51/106] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/106] Compiling Atomics IntegerOperations.swift
[55/107] Compiling Atomics PointerConformances.swift
[56/107] Compiling Atomics Primitives.native.swift
[59/107] Compiling Atomics AtomicReference.swift
[60/107] Compiling Atomics AtomicStorage.swift
[65/107] Compiling Atomics AtomicInteger.swift
[66/107] Compiling Atomics AtomicOptionalWrappable.swift
[67/107] Emitting module InternalCollectionsUtilities
[68/107] Compiling Atomics AtomicBool.swift
[69/107] Compiling Atomics IntegerConformances.swift
[74/107] Compiling Atomics Unmanaged extensions.swift
[75/107] Compiling Logging LogEvent.swift
[80/129] Compiling Logging MetadataProvider.swift
[81/139] Compiling _NIODataStructures _TinyArray.swift
[82/141] Emitting module Logging
[83/141] Compiling Logging Locks.swift
[84/141] Compiling ContainersPreview OutputSpan+Extras.swift
[85/141] Compiling ContainersPreview TemporaryAllocation.swift
[86/141] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[87/141] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[88/144] Compiling _NIODataStructures Heap.swift
[89/144] Emitting module _NIODataStructures
[90/144] Compiling _NIODataStructures PriorityQueue.swift
[91/144] Emitting module ContainersPreview
[92/144] Compiling ContainersPreview ContainerIterator.swift
[93/144] Compiling ContainersPreview DynamicContainer.swift
[94/144] Compiling ContainersPreview MutableContainer.swift
[95/144] Compiling ContainersPreview PermutableContainer.swift
[96/144] Compiling ContainersPreview RandomAccessContainer.swift
[97/144] Compiling ContainersPreview RangeExpression2.swift
[98/144] Compiling ContainersPreview RangeReplaceableContainer.swift
[99/144] Compiling ContainersPreview Drain+Map.swift
[100/144] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[101/144] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[102/144] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[103/144] Compiling ContainersPreview BorrowingSequence.swift
[104/144] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[105/144] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[106/144] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[107/144] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[108/144] Compiling ContainersPreview BidirectionalContainer.swift
[109/144] Compiling ContainersPreview Container+Filter.swift
[110/144] Compiling ContainersPreview Container+SpanwiseZip.swift
[111/144] Compiling ContainersPreview Container.swift
[112/144] Compiling ContainersPreview Drain+Reduce.swift
[113/144] Compiling ContainersPreview Drain.swift
[114/144] Compiling ContainersPreview Producer+Collect.swift
[115/144] Compiling ContainersPreview Producer+Filter.swift
[116/144] Compiling ContainersPreview Producer+Map.swift
[117/144] Compiling ContainersPreview Producer+Reduce.swift
[118/144] Compiling ContainersPreview Producer.swift
[119/144] Compiling ContainersPreview Borrow.swift
[120/144] Compiling ContainersPreview Box.swift
[121/144] Compiling ContainersPreview Inout.swift
[122/144] Compiling ContainersPreview InputSpan.swift
[123/144] Compiling ContainersPreview Shared.swift
[126/144] Emitting module Atomics
[127/185] Compiling Logging LogHandler.swift
[128/185] Compiling Logging Logging.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 RigidDeque+Removals.swift
[147/189] Compiling DequeModule RigidDeque+Replacements.swift
[148/189] Compiling DequeModule RigidDeque+Testing.swift
[149/189] Compiling DequeModule RigidDeque.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 UniqueDeque+Append.swift
[157/189] Compiling DequeModule UniqueDeque+Consumption.swift
[158/189] Compiling DequeModule UniqueDeque+Container.swift
[159/189] Compiling DequeModule UniqueDeque+Descriptions.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
[164/189] Compiling c-atomics.c
[166/196] Emitting module DequeModule
[167/196] Compiling DequeModule Deque+Codable.swift
[168/196] Compiling DequeModule Deque+Collection.swift
[169/196] Compiling DequeModule Deque+CustomReflectable.swift
[170/196] Compiling DequeModule Deque+Descriptions.swift
[171/196] Compiling DequeModule Deque+Equatable.swift
[172/196] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[173/196] Compiling DequeModule UniqueDeque.swift
[174/196] Compiling DequeModule _DequeSlot.swift
[175/196] Compiling DequeModule _UnsafeDequeHandle.swift
[176/196] Compiling DequeModule _UnsafeDequeSegments.swift
[177/196] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[178/196] Emitting module NIOConcurrencyHelpers
[179/196] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[180/196] Compiling NIOConcurrencyHelpers lock.swift
[181/196] Compiling NIOConcurrencyHelpers NIOLock.swift
[182/196] Compiling NIOConcurrencyHelpers atomics.swift
[183/261] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[184/261] Compiling NIOCore NIOScheduledCallback.swift
[185/261] Compiling NIOCore NIOSendable.swift
[186/261] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[187/261] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[188/261] Compiling NIOCore RecvByteBufferAllocator.swift
[189/261] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[190/268] Compiling NIOCore MarkedCircularBuffer.swift
[191/268] Compiling NIOCore MulticastChannel.swift
[192/268] Compiling NIOCore NIOAny.swift
[193/268] Compiling NIOCore NIOCloseOnErrorHandler.swift
[194/268] Compiling NIOCore NIOCoreSendableMetatype.swift
[195/268] Compiling NIOCore NIODecodedAsyncSequence.swift
[196/268] Compiling NIOCore NIOLoopBound.swift
[197/268] Compiling NIOCore ConvenienceOptionSupport.swift
[198/268] Compiling NIOCore DeadChannel.swift
[199/268] Compiling NIOCore DispatchQueue+WithFuture.swift
[200/268] Compiling NIOCore EventLoop+Deprecated.swift
[201/268] Compiling NIOCore EventLoop+SerialExecutor.swift
[202/268] Compiling NIOCore EventLoop.swift
[203/268] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[204/268] Compiling NIOCore AddressedEnvelope.swift
[205/268] Compiling NIOCore AsyncAwaitSupport.swift
[206/268] Compiling NIOCore AsyncChannel.swift
[207/268] Compiling NIOCore AsyncChannelHandler.swift
[208/268] Compiling NIOCore AsyncChannelInboundStream.swift
[209/268] Compiling NIOCore AsyncChannelOutboundWriter.swift
[210/268] Compiling NIOCore NIOAsyncSequenceProducer.swift
[211/268] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[212/268] Compiling NIOCore EventLoopFuture+Deprecated.swift
[213/268] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[214/268] Compiling NIOCore EventLoopFuture.swift
[215/268] Compiling NIOCore FileDescriptor.swift
[216/268] Compiling NIOCore FileHandle.swift
[217/268] Compiling NIOCore FileRegion.swift
[218/268] Compiling NIOCore GlobalSingletons.swift
[219/268] Compiling xsys time.swift
[222/268] Compiling xsys timespec.swift
[223/268] Compiling xsys socket.swift
[224/268] Compiling xsys sockaddr_any.swift
[226/268] Compiling NIOCore ChannelHandler.swift
[227/268] Compiling xsys ntohs.swift
[230/268] Emitting module xsys
[233/269] Compiling NIOCore SocketAddresses.swift
[234/269] Compiling NIOCore SocketOptionProvider.swift
[235/269] Compiling NIOCore SystemCallHelpers.swift
[236/269] Compiling NIOCore TimeAmount+Duration.swift
[237/269] Compiling NIOCore TypeAssistedChannelHandler.swift
[238/269] Compiling NIOCore UniversalBootstrapSupport.swift
[239/269] Compiling NIOCore Utilities.swift
[241/269] Compiling NIOCore ChannelHandlers.swift
[242/269] Compiling NIOCore ChannelInvoker.swift
[243/269] Compiling NIOCore ChannelOption.swift
[244/269] Compiling NIOCore ChannelPipeline.swift
[245/269] Compiling NIOCore CircularBuffer.swift
[246/269] Compiling NIOCore Codec.swift
[247/269] Compiling xsys timeval_any.swift
[248/269] Compiling NIOCore IO.swift
[249/269] Compiling NIOCore IOData.swift
[250/269] Compiling NIOCore IPProtocol.swift
[251/269] Compiling NIOCore IntegerBitPacking.swift
[252/269] Compiling NIOCore IntegerTypes.swift
[253/269] Compiling NIOCore Interfaces.swift
[254/269] Compiling NIOCore Linux.swift
[255/269] Compiling NIOCore NIOAsyncWriter.swift
[256/269] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[257/269] Compiling NIOCore BSDSocketAPI.swift
[258/269] Compiling NIOCore ByteBuffer-aux.swift
[259/269] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[260/269] Compiling NIOCore ByteBuffer-conversions.swift
[261/269] Compiling NIOCore ByteBuffer-core.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 AsyncTestingChannel.swift
[272/328] Emitting module NIOEmbedded
[273/328] Compiling NIOEmbedded Embedded.swift
[274/328] Compiling NIOFoundationEssentialsCompat Codable+ByteBuffer.swift
[275/328] Emitting module NIOFoundationEssentialsCompat
[276/328] Compiling NIOFoundationEssentialsCompat ByteBuffer-foundation.swift
[277/328] Compiling NIOPosix FileDescriptor.swift
[278/328] Compiling NIOPosix GetaddrinfoResolver.swift
[279/328] Compiling NIOPosix HappyEyeballs.swift
[280/328] Compiling NIOPosix IO.swift
[281/328] Compiling NIOPosix IntegerBitPacking.swift
[282/328] Compiling NIOPosix IntegerTypes.swift
[283/333] Compiling NIOPosix BSDSocketAPICommon.swift
[284/333] Compiling NIOPosix BSDSocketAPIPosix.swift
[285/333] Compiling NIOPosix BSDSocketAPIWindows.swift
[286/333] Compiling NIOPosix BaseSocket.swift
[287/333] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[288/333] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[289/333] Emitting module NIOPosix
[290/333] Compiling NIOPosix SelectorWSAPoll.swift
[291/333] Compiling NIOPosix ServerSocket.swift
[292/333] Compiling NIOPosix Socket.swift
[293/333] Compiling NIOPosix SocketChannel.swift
[294/333] Compiling NIOPosix SocketProtocols.swift
[295/333] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[296/333] Compiling NIOPosix PosixSingletons.swift
[297/333] Compiling NIOPosix RawSocketBootstrap.swift
[298/333] Compiling NIOPosix Resolver.swift
[299/333] Compiling NIOPosix Selectable.swift
[300/333] Compiling NIOPosix SelectableChannel.swift
[301/333] Compiling NIOPosix SelectableEventLoop.swift
[302/333] Compiling NIOPosix SelectorEpoll.swift
[303/333] Compiling NIOPosix SelectorGeneric.swift
[304/333] Compiling NIOPosix SelectorKqueue.swift
[305/333] Compiling NIOPosix SelectorUring.swift
[306/333] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[307/333] Compiling NIOPosix System.swift
[308/333] Compiling NIOPosix Thread.swift
[309/333] Compiling NIOPosix ThreadPosix.swift
[310/333] Compiling NIOPosix ThreadWindows.swift
[311/333] Compiling NIOPosix Utilities.swift
[312/333] Compiling NIOPosix VsockAddress.swift
[313/333] Compiling NIOPosix VsockChannelEvents.swift
[314/333] Compiling NIOPosix Windows.swift
[315/333] Compiling NIOPosix resource_bundle_accessor.swift
[316/333] Compiling NIOPosix Linux.swift
[317/333] Compiling NIOPosix LinuxCPUSet.swift
[318/333] Compiling NIOPosix LinuxUring.swift
[319/333] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[320/333] Compiling NIOPosix NIOPosixSendableMetatype.swift
[321/333] Compiling NIOPosix NIOThreadPool.swift
[322/333] Compiling NIOPosix NonBlockingFileIO.swift
[323/333] Compiling NIOPosix PendingDatagramWritesManager.swift
[324/333] Compiling NIOPosix PendingWritesManager.swift
[325/333] Compiling NIOPosix PipeChannel.swift
[326/333] Compiling NIOPosix PipePair.swift
[327/333] Compiling NIOPosix Pool.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] Compiling NIO Exports.swift
[335/335] Emitting module NIO
[336/356] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[337/356] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[338/356] Compiling NIOFoundationCompat Exports.swift
[339/356] Emitting module NIOFoundationCompat
[340/356] Compiling NIOHTTP1 HTTPEncoder.swift
[341/356] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[342/357] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[343/357] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[344/397] Compiling MacroCore Regex.swift
[345/397] Compiling MacroCore Buffer.swift
[346/397] Compiling MacroCore Dirname.swift
[347/397] Compiling MacroCore Environment.swift
[348/397] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[349/397] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[350/397] Compiling MacroCore Process.swift
[351/397] Compiling MacroCore Warnings.swift
[352/397] Emitting module NIOHTTP1
[353/397] Compiling MacroCore BufferData.swift
[354/397] Compiling MacroCore BufferDeprecations.swift
[355/397] Compiling MacroCore Concurrency.swift
[356/397] Compiling MacroCore Console.swift
[357/397] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[358/407] Compiling MacroCore Concat.swift
[359/407] Compiling MacroCore DuplexStreamType.swift
[360/407] Compiling MacroCore Pipe.swift
[361/407] Compiling MacroCore ReadableByteStream.swift
[362/407] Compiling MacroCore MacroError.swift
[363/407] Compiling MacroCore NextTick.swift
[364/407] Compiling MacroCore CommandLine.swift
[365/407] Compiling MacroCore DetectXcode.swift
[366/407] Compiling MacroCore ReadableByteStreamType.swift
[367/407] Compiling MacroCore ReadableStreamBase.swift
[368/407] Compiling MacroCore ReadableStreamType.swift
[369/407] Compiling MacroCore WritableByteStream.swift
[370/407] Compiling MacroCore JSON.swift
[371/407] Compiling MacroCore CollectionStubs.swift
[372/407] Compiling MacroCore Math.swift
[373/407] Compiling MacroCore Object.swift
[374/411] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[375/411] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[376/411] Compiling NIOWebSocket WebSocketOpcode.swift
[377/411] Compiling MacroCore EnvironmentValues.swift
[378/411] Compiling MacroCore ErrorEmitter.swift
[379/411] Compiling MacroCore EventListenerSet.swift
[380/411] Compiling MacroCore ListenerType.swift
[381/411] Compiling MacroCore JSError.swift
[382/411] Compiling MacroCore StringStubs.swift
[383/411] Compiling MacroCore ToString.swift
[384/411] Compiling MacroCore LeftPad.swift
[385/411] Compiling MacroCore MacroCore.swift
[393/412] Compiling MacroCore BufferHexEncoding.swift
[394/412] Compiling MacroCore BufferSpan.swift
[395/412] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[396/412] Compiling NIOWebSocket WebSocketErrorCodes.swift
[397/412] Emitting module NIOWebSocket
[398/412] Compiling NIOWebSocket SHA1.swift
[399/412] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[400/412] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[401/412] Compiling NIOWebSocket WebSocketFrame.swift
[402/412] Compiling MacroCore BufferStrings.swift
[403/412] Compiling MacroCore CollectionUtils.swift
[407/412] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[408/412] Emitting module MacroCore
[409/412] Compiling MacroCore WritableByteStreamType.swift
[410/412] Compiling MacroCore WritableStreamBase.swift
[411/412] Compiling MacroCore WritableStreamType.swift
[412/412] Compiling MacroCore StringEncoding.swift
[413/445] Compiling fs Run.swift
[414/445] Compiling fs StatStruct.swift
[415/445] Compiling fs AsyncWrapper.swift
[416/445] Compiling fs ResultExtensions.swift
[417/445] Compiling fs fs.swift
[418/446] Compiling http QueryString.swift
[419/446] Compiling http Connection.swift
[420/446] Emitting module fs
[421/446] Compiling http OutgoingMessage.swift
[422/446] Compiling http HTTPHeadersHolder.swift
[423/446] Compiling http ServerResponse.swift
[424/447] Compiling http URLRequestInit.swift
[425/447] Compiling http URLSessionAgent.swift
[426/447] Compiling http URLSessionClientRequest.swift
[427/447] Compiling http BasicAuth.swift
[428/447] Compiling http Globals.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?
[429/447] Compiling http IncomingMessage.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?
[430/447] Compiling http Agent.swift
[431/447] Compiling http ClientRequest.swift
[432/447] Compiling fs fsAwait.swift
[433/447] Compiling http http.swift
[442/447] Emitting module http
[443/447] Compiling http Server.swift
[446/452] Compiling ws ws.swift
[447/452] Compiling ws WebSocketConnection.swift
[448/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 {
[449/452] Emitting module ws
[450/452] Compiling ws Server.swift
[451/452] Compiling Macro6 MainActorDefault.swift
[452/452] Emitting module Macro6
[453/454] Emitting module Macro
[454/454] Compiling Macro Macro.swift
[455/456] Compiling MacroTestUtilities TestServerResponse.swift
[456/456] Emitting module MacroTestUtilities
Build complete! (28.17s)
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.98s)
Fetched https://github.com/apple/swift-log.git from cache (3.01s)
Fetched https://github.com/apple/swift-nio.git from cache (3.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (3.84s)
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.28s)
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.49s)
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-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/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.