The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nmtp, reference main (9613ed), with Swift 6.1 for macOS (SPM) on 17 Apr 2026 17:21:38 UTC.

Swift 6 data race errors: 1

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/OffskyLab/swift-nmtp.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OffskyLab/swift-nmtp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9613ed4 Merge pull request #5 from OffskyLab/feature/matter-type-rename
Cloned https://github.com/OffskyLab/swift-nmtp.git
Revision (git rev-parse @):
9613ed4144f2237fc2b75afdc195fdfbe30eaf79
SUCCESS checkout https://github.com/OffskyLab/swift-nmtp.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OffskyLab/swift-nmtp.git
https://github.com/OffskyLab/swift-nmtp.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-nmtp",
  "name" : "swift-nmtp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NMTP",
      "targets" : [
        "NMTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NMTPWebSocket",
      "targets" : [
        "NMTPWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NMTPeer",
      "targets" : [
        "NMTPeer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMTPeerTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPeerTests",
      "path" : "Tests/NMTPeerTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "PeerConnectTests.swift",
        "PeerDispatcherFactoryTests.swift",
        "PeerDispatcherTests.swift",
        "PeerListenerTests.swift"
      ],
      "target_dependencies" : [
        "NMTPeer",
        "NMTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTPeer",
      "module_type" : "SwiftTarget",
      "name" : "NMTPeer",
      "path" : "Sources/NMTPeer",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "NMTPeer"
      ],
      "sources" : [
        "Peer.swift",
        "PeerDispatcher.swift",
        "PeerDispatcherListener.swift",
        "PeerInboundHandler.swift",
        "PeerListener.swift",
        "PeerMessage.swift",
        "PeerStream.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NMTPWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPWebSocketTests",
      "path" : "Tests/NMTPWebSocketTests",
      "product_dependencies" : [
        "NIO",
        "NIOWebSocket"
      ],
      "sources" : [
        "WebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "NMTPWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTPWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NMTPWebSocket",
      "path" : "Sources/NMTPWebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "NMTPWebSocket"
      ],
      "sources" : [
        "NMTWebSocketFrameHandler.swift",
        "WebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NMTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPTests",
      "path" : "Tests/NMTPTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "MatterStreamTests.swift",
        "MatterTests.swift",
        "NMTIntegrationTests.swift",
        "NMTPErrorTests.swift",
        "NMTTransportTests.swift",
        "TLSContextTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTP",
      "module_type" : "SwiftTarget",
      "name" : "NMTP",
      "path" : "Sources/NMTP",
      "product_dependencies" : [
        "NIO",
        "NIOExtras",
        "Logging"
      ],
      "product_memberships" : [
        "NMTP",
        "NMTPWebSocket",
        "NMTPeer"
      ],
      "sources" : [
        "Extensions/Duration+TimeAmount.swift",
        "Extensions/UUID+Bytes.swift",
        "Matter/Matter+Coding.swift",
        "Matter/Matter.swift",
        "Matter/MatterPayload.swift",
        "Matter/MatterStream.swift",
        "Matter/MatterType.swift",
        "NMT/HeartbeatHandler.swift",
        "NMT/MatterDecoder.swift",
        "NMT/MatterEncoder.swift",
        "NMT/NMTClient.swift",
        "NMT/NMTHandler.swift",
        "NMT/NMTServer.swift",
        "NMT/PendingRequests.swift",
        "NMTPError.swift",
        "TLS/TLSContext.swift",
        "Transport/NMTTransport.swift",
        "Transport/TCPTransport.swift"
      ],
      "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/35] Write sources
[5/35] Copying PrivacyInfo.xcprivacy
[7/35] Write sources
[18/35] Compiling CNIOWindows shim.c
[19/35] Compiling CNIOWindows WSAStartup.c
[20/35] Write swift-version-2F0A5646E1D333AE.txt
[21/35] Compiling CNIOWASI CNIOWASI.c
[22/35] Compiling CNIOLinux shim.c
[23/35] Compiling CNIOLinux liburing_shims.c
[23/35] Compiling CNIOOpenBSD shim.c
[25/46] Compiling _AtomicsShims.c
[26/52] Compiling CNIOPosix event_loop_id.c
[27/66] Compiling CNIOLLHTTP c_nio_http.c
[28/66] Compiling CNIOSHA1 c_nio_sha1.c
[28/66] Write sources
[30/66] Compiling CNIOLLHTTP c_nio_api.c
[31/85] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/85] Compiling CNIODarwin shim.c
[34/85] Compiling Atomics UnsafeAtomicLazyReference.swift
[35/85] Compiling Atomics IntegerOperations.swift
[36/86] Compiling Atomics PointerConformances.swift
[37/86] Compiling Atomics Primitives.native.swift
[38/86] Compiling Atomics AtomicInteger.swift
[39/86] Compiling Atomics AtomicOptionalWrappable.swift
[40/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/86] Compiling Atomics AtomicValue.swift
[42/86] Compiling Atomics AtomicMemoryOrderings.swift
[43/86] Compiling Atomics AtomicBool.swift
[44/86] Compiling Atomics IntegerConformances.swift
[45/86] Emitting module InternalCollectionsUtilities
[46/86] Compiling Atomics OptionalRawRepresentable.swift
[47/86] Compiling Atomics RawRepresentable.swift
[48/86] Emitting module _NIOBase64
[49/86] Compiling _NIOBase64 Base64.swift
[50/86] Compiling Atomics AtomicReference.swift
[51/86] Compiling Atomics AtomicStorage.swift
[54/86] Compiling Atomics ManagedAtomicLazyReference.swift
[55/86] Compiling Atomics UnsafeAtomic.swift
[56/86] Compiling Atomics DoubleWord.swift
[57/86] Compiling Atomics ManagedAtomic.swift
[66/87] Compiling Atomics Unmanaged extensions.swift
[73/87] Compiling Logging MetadataProvider.swift
[74/121] Compiling Logging Locks.swift
[75/121] Compiling ContainersPreview Producer+Filter.swift
[76/121] Compiling ContainersPreview Producer+Map.swift
[77/121] Compiling ContainersPreview Producer+Reduce.swift
[78/124] Compiling ContainersPreview OutputSpan+Extras.swift
[79/124] Compiling ContainersPreview TemporaryAllocation.swift
[80/124] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[81/124] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[82/124] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[83/124] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[84/124] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[85/124] Compiling ContainersPreview BorrowingSequence.swift
[86/124] Emitting module ContainersPreview
[87/124] Compiling ContainersPreview ContainerIterator.swift
[88/124] Compiling ContainersPreview DynamicContainer.swift
[89/124] Compiling ContainersPreview MutableContainer.swift
[90/124] Compiling ContainersPreview PermutableContainer.swift
[91/124] Compiling ContainersPreview Producer.swift
[92/124] Compiling ContainersPreview Borrow.swift
[93/124] Compiling ContainersPreview Box.swift
[94/124] Compiling ContainersPreview Drain+Reduce.swift
[95/124] Compiling ContainersPreview Drain.swift
[96/124] Compiling ContainersPreview Producer+Collect.swift
[97/124] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[98/124] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[99/124] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[100/124] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[101/124] Compiling ContainersPreview BidirectionalContainer.swift
[102/124] Compiling ContainersPreview Container+Filter.swift
[103/124] Compiling ContainersPreview Container+SpanwiseZip.swift
[104/124] Compiling ContainersPreview Container.swift
[105/124] Compiling ContainersPreview RandomAccessContainer.swift
[106/124] Compiling ContainersPreview RangeExpression2.swift
[107/124] Compiling ContainersPreview RangeReplaceableContainer.swift
[108/124] Compiling ContainersPreview Drain+Map.swift
[109/124] Compiling ContainersPreview Inout.swift
[110/124] Compiling ContainersPreview InputSpan.swift
[111/124] Compiling ContainersPreview Shared.swift
[112/124] Emitting module _NIODataStructures
[113/124] Compiling _NIODataStructures PriorityQueue.swift
[114/124] Compiling _NIODataStructures Heap.swift
[115/124] Compiling _NIODataStructures _TinyArray.swift
[118/124] Emitting module Atomics
[119/124] Emitting module Logging
[120/124] Compiling Logging LogEvent.swift
[121/124] Compiling Logging LogHandler.swift
[122/124] Compiling Logging Logging.swift
[123/165] Compiling DequeModule RigidDeque+Hashable.swift
[124/165] Compiling DequeModule RigidDeque+Initializers.swift
[125/165] Compiling DequeModule RigidDeque+Insertions.swift
[126/165] Compiling DequeModule RigidDeque+Prepend.swift
[127/169] Compiling DequeModule UniqueDeque+Append.swift
[128/169] Compiling DequeModule UniqueDeque+Consumption.swift
[129/169] Compiling DequeModule UniqueDeque+Container.swift
[130/169] Compiling DequeModule UniqueDeque+Descriptions.swift
[131/169] Compiling DequeModule UniqueDeque+Equatable.swift
[132/169] Compiling DequeModule UniqueDeque+Experimental.swift
[133/169] Compiling DequeModule UniqueDeque+Hashable.swift
[134/169] Compiling DequeModule UniqueDeque+Initializers.swift
[135/169] Compiling DequeModule RigidDeque+Removals.swift
[136/169] Compiling DequeModule RigidDeque+Replacements.swift
[137/169] Compiling DequeModule RigidDeque+Testing.swift
[138/169] Compiling DequeModule RigidDeque.swift
[138/169] Compiling c-nioatomics.c
[140/169] Compiling DequeModule RigidDeque+Consumption.swift
[141/169] Compiling DequeModule RigidDeque+Container.swift
[142/169] Compiling DequeModule RigidDeque+Descriptions.swift
[143/169] Compiling DequeModule RigidDeque+Equatable.swift
[144/169] Compiling DequeModule RigidDeque+Experimental.swift
[145/169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[146/169] Compiling DequeModule Deque+Extras.swift
[147/169] Compiling DequeModule Deque+Hashable.swift
[148/169] Compiling DequeModule Deque+Testing.swift
[149/169] Compiling DequeModule Deque._Storage.swift
[150/169] Compiling DequeModule UniqueDeque+Insertions.swift
[151/169] Compiling DequeModule UniqueDeque+Prepend.swift
[152/169] Compiling DequeModule UniqueDeque+Removals.swift
[153/169] Compiling DequeModule UniqueDeque+Replacements.swift
[154/169] Compiling DequeModule Deque._UnsafeHandle.swift
[155/169] Compiling DequeModule Deque.swift
[156/169] Compiling DequeModule _DequeBuffer.swift
[157/169] Compiling DequeModule _DequeBufferHeader.swift
[158/169] Compiling DequeModule RigidDeque+Append.swift
[159/169] Compiling DequeModule Deque+Codable.swift
[160/169] Compiling DequeModule Deque+Collection.swift
[161/169] Compiling DequeModule Deque+CustomReflectable.swift
[162/169] Compiling DequeModule Deque+Descriptions.swift
[163/169] Compiling DequeModule Deque+Equatable.swift
[163/169] Compiling c-atomics.c
[165/176] Emitting module DequeModule
[166/176] Compiling DequeModule UniqueDeque.swift
[167/176] Compiling DequeModule _DequeSlot.swift
[168/176] Compiling DequeModule _UnsafeDequeHandle.swift
[169/176] Compiling DequeModule _UnsafeDequeSegments.swift
[170/176] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[171/176] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[172/176] Emitting module NIOConcurrencyHelpers
[173/176] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[174/176] Compiling NIOConcurrencyHelpers lock.swift
[175/176] Compiling NIOConcurrencyHelpers atomics.swift
[176/176] Compiling NIOConcurrencyHelpers NIOLock.swift
[177/241] Compiling NIOCore AddressedEnvelope.swift
[178/241] Compiling NIOCore AsyncAwaitSupport.swift
[179/241] Compiling NIOCore AsyncChannel.swift
[180/241] Compiling NIOCore AsyncChannelHandler.swift
[181/241] Compiling NIOCore AsyncChannelInboundStream.swift
[182/241] Compiling NIOCore AsyncChannelOutboundWriter.swift
[183/241] Compiling NIOCore NIOAsyncSequenceProducer.swift
[184/241] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[185/248] Compiling NIOCore IO.swift
[186/248] Compiling NIOCore IOData.swift
[187/248] Compiling NIOCore IPProtocol.swift
[188/248] Compiling NIOCore IntegerBitPacking.swift
[189/248] Compiling NIOCore IntegerTypes.swift
[190/248] Compiling NIOCore Interfaces.swift
[191/248] Compiling NIOCore Linux.swift
[192/248] Compiling NIOCore ConvenienceOptionSupport.swift
[193/248] Compiling NIOCore DeadChannel.swift
[194/248] Compiling NIOCore DispatchQueue+WithFuture.swift
[195/248] Compiling NIOCore EventLoop+Deprecated.swift
[196/248] Compiling NIOCore EventLoop+SerialExecutor.swift
[197/248] Compiling NIOCore EventLoop.swift
[198/248] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[199/248] Compiling NIOCore EventLoopFuture+Deprecated.swift
[200/248] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[201/248] Compiling NIOCore EventLoopFuture.swift
[202/248] Compiling NIOCore FileDescriptor.swift
[203/248] Compiling NIOCore FileHandle.swift
[204/248] Compiling NIOCore FileRegion.swift
[205/248] Compiling NIOCore GlobalSingletons.swift
[206/248] Compiling NIOCore MarkedCircularBuffer.swift
[207/248] Compiling NIOCore MulticastChannel.swift
[208/248] Compiling NIOCore NIOAny.swift
[209/248] Compiling NIOCore NIOCloseOnErrorHandler.swift
[210/248] Compiling NIOCore NIOCoreSendableMetatype.swift
[211/248] Compiling NIOCore NIODecodedAsyncSequence.swift
[212/248] Compiling NIOCore NIOLoopBound.swift
[213/248] Compiling NIOCore ChannelHandler.swift
[214/248] Compiling NIOCore ChannelHandlers.swift
[215/248] Compiling NIOCore ChannelInvoker.swift
[216/248] Compiling NIOCore ChannelOption.swift
[217/248] Compiling NIOCore ChannelPipeline.swift
[218/248] Compiling NIOCore CircularBuffer.swift
[219/248] Compiling NIOCore Codec.swift
[220/248] Compiling NIOCore SocketAddresses.swift
[221/248] Compiling NIOCore SocketOptionProvider.swift
[222/248] Compiling NIOCore SystemCallHelpers.swift
[223/248] Compiling NIOCore TimeAmount+Duration.swift
[224/248] Compiling NIOCore TypeAssistedChannelHandler.swift
[225/248] Compiling NIOCore UniversalBootstrapSupport.swift
[226/248] Compiling NIOCore Utilities.swift
[227/248] Compiling NIOCore NIOAsyncWriter.swift
[228/248] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[229/248] Compiling NIOCore BSDSocketAPI.swift
[230/248] Compiling NIOCore ByteBuffer-aux.swift
[231/248] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[232/248] Compiling NIOCore ByteBuffer-conversions.swift
[233/248] Compiling NIOCore ByteBuffer-core.swift
[234/248] Compiling NIOCore ByteBuffer-hex.swift
[235/248] Compiling NIOCore ByteBuffer-int.swift
[236/248] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[237/248] Compiling NIOCore ByteBuffer-multi-int.swift
[238/248] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[239/248] Compiling NIOCore ByteBuffer-views.swift
[240/248] Compiling NIOCore Channel.swift
[241/248] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[242/248] Compiling NIOCore NIOScheduledCallback.swift
[243/248] Compiling NIOCore NIOSendable.swift
[244/248] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[245/248] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[246/248] Compiling NIOCore RecvByteBufferAllocator.swift
[247/248] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[248/248] Emitting module NIOCore
[249/304] Compiling NIOEmbedded AsyncTestingChannel.swift
[250/304] Emitting module NIOEmbedded
[251/304] Compiling NIOEmbedded Embedded.swift
[252/304] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[253/304] Compiling NIOPosix BSDSocketAPICommon.swift
[254/304] Compiling NIOPosix BSDSocketAPIPosix.swift
[255/304] Compiling NIOPosix BSDSocketAPIWindows.swift
[256/304] Compiling NIOPosix BaseSocket.swift
[257/304] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[258/304] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[259/309] Compiling NIOPosix FileDescriptor.swift
[260/309] Compiling NIOPosix GetaddrinfoResolver.swift
[261/309] Compiling NIOPosix HappyEyeballs.swift
[262/309] Compiling NIOPosix IO.swift
[263/309] Compiling NIOPosix IntegerBitPacking.swift
[264/309] Compiling NIOPosix IntegerTypes.swift
[265/309] Compiling NIOPosix SelectorWSAPoll.swift
[266/309] Compiling NIOPosix ServerSocket.swift
[267/309] Compiling NIOPosix Socket.swift
[268/309] Compiling NIOPosix SocketChannel.swift
[269/309] Compiling NIOPosix SocketProtocols.swift
[270/309] Emitting module NIOPosix
[271/309] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[272/309] Compiling NIOPosix PosixSingletons.swift
[273/309] Compiling NIOPosix RawSocketBootstrap.swift
[274/309] Compiling NIOPosix Resolver.swift
[275/309] Compiling NIOPosix Selectable.swift
[276/309] Compiling NIOPosix SelectableChannel.swift
[277/309] Compiling NIOPosix NonBlockingFileIO.swift
[278/309] Compiling NIOPosix PendingDatagramWritesManager.swift
[279/309] Compiling NIOPosix PendingWritesManager.swift
[280/309] Compiling NIOPosix PipeChannel.swift
[281/309] Compiling NIOPosix PipePair.swift
[282/309] Compiling NIOPosix Pool.swift
[283/309] Compiling NIOPosix Linux.swift
[284/309] Compiling NIOPosix LinuxCPUSet.swift
[285/309] Compiling NIOPosix LinuxUring.swift
[286/309] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[287/309] Compiling NIOPosix NIOPosixSendableMetatype.swift
[288/309] Compiling NIOPosix NIOThreadPool.swift
[289/309] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[290/309] Compiling NIOPosix System.swift
[291/309] Compiling NIOPosix Thread.swift
[292/309] Compiling NIOPosix ThreadPosix.swift
[293/309] Compiling NIOPosix ThreadWindows.swift
[294/309] Compiling NIOPosix SelectableEventLoop.swift
[295/309] Compiling NIOPosix SelectorEpoll.swift
[296/309] Compiling NIOPosix SelectorGeneric.swift
[297/309] Compiling NIOPosix SelectorKqueue.swift
[298/309] Compiling NIOPosix SelectorUring.swift
[299/309] Compiling NIOPosix Utilities.swift
[300/309] Compiling NIOPosix VsockAddress.swift
[301/309] Compiling NIOPosix VsockChannelEvents.swift
[302/309] Compiling NIOPosix Windows.swift
[303/309] Compiling NIOPosix resource_bundle_accessor.swift
[304/309] Compiling NIOPosix BaseSocketChannel.swift
[305/309] Compiling NIOPosix BaseStreamSocketChannel.swift
[306/309] Compiling NIOPosix Bootstrap.swift
[307/309] Compiling NIOPosix ControlMessage.swift
[308/309] Compiling NIOPosix DatagramVectorReadManager.swift
[309/309] Compiling NIOPosix Errors+Any.swift
[310/311] Compiling NIO Exports.swift
[311/311] Emitting module NIO
[312/328] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[313/328] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[314/329] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[315/329] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[316/329] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[317/329] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[318/329] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[319/329] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[320/329] Compiling NIOHTTP1 HTTPEncoder.swift
[321/329] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[322/329] Compiling NIOHTTP1 ByteCollectionUtils.swift
[323/329] Compiling NIOHTTP1 HTTPDecoder.swift
[324/329] Emitting module NIOHTTP1
[325/329] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[326/329] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[327/329] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[328/329] Compiling NIOHTTP1 HTTPTypes.swift
[329/329] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[330/358] Compiling NIOExtras LineBasedFrameDecoder.swift
[331/358] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[332/359] Compiling NIOExtras NIOExtrasError.swift
[333/359] Compiling NIOExtras NIOLengthFieldBitLength.swift
[334/359] Compiling NIOExtras NIORequestIdentifiable.swift
[335/359] Compiling NIOExtras PCAPRingBuffer.swift
[336/359] Compiling NIOExtras QuiescingHelper.swift
[337/359] Compiling NIOExtras RequestResponseHandler.swift
[338/359] Compiling NIOExtras RequestResponseHandlers+State.swift
[339/359] Compiling NIOExtras RequestResponseWithIDHandler.swift
[340/359] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[341/359] Compiling NIOWebSocket WebSocketOpcode.swift
[342/359] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[343/359] Compiling NIOWebSocket SHA1.swift
[344/359] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[345/359] Compiling NIOWebSocket WebSocketErrorCodes.swift
[346/359] Compiling NIOWebSocket WebSocketFrame.swift
[347/359] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[348/359] Emitting module NIOWebSocket
[349/359] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[350/360] Compiling NIOExtras FixedLengthFrameDecoder.swift
[351/360] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[352/360] Compiling NIOExtras DebugInboundEventsHandler.swift
[353/360] Compiling NIOExtras DebugOutboundEventsHandler.swift
[354/360] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[355/360] Compiling NIOExtras JSONRPCFraming.swift
[356/360] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[357/360] Compiling NIOExtras LengthFieldPrepender.swift
[358/360] Emitting module NIOExtras
[359/360] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[360/360] Compiling NIOExtras WritePCAPHandler.swift
[361/378] Compiling NMTP NMTClient.swift
[362/378] Compiling NMTP NMTHandler.swift
[363/379] Compiling NMTP NMTTransport.swift
[364/379] Compiling NMTP NMTPError.swift
[365/379] Compiling NMTP TLSContext.swift
[366/379] Compiling NMTP MatterDecoder.swift
[367/379] Compiling NMTP MatterEncoder.swift
[368/379] Compiling NMTP MatterPayload.swift
[369/379] Compiling NMTP MatterStream.swift
[370/379] Compiling NMTP MatterType.swift
[371/379] Compiling NMTP HeartbeatHandler.swift
[372/379] Compiling NMTP Matter+Coding.swift
[373/379] Compiling NMTP Matter.swift
[374/379] Compiling NMTP NMTServer.swift
[375/379] Compiling NMTP PendingRequests.swift
[376/379] Emitting module NMTP
[377/379] Compiling NMTP Duration+TimeAmount.swift
[378/379] Compiling NMTP UUID+Bytes.swift
[379/379] Compiling NMTP TCPTransport.swift
[380/390] Emitting module NMTPWebSocket
[381/390] Compiling NMTPWebSocket NMTWebSocketFrameHandler.swift
[382/390] Compiling NMTPWebSocket WebSocketTransport.swift
[383/390] Compiling NMTPeer PeerDispatcherListener.swift
[384/390] Compiling NMTPeer PeerInboundHandler.swift
[385/390] Compiling NMTPeer PeerStream.swift
[386/390] Compiling NMTPeer PeerMessage.swift
[387/390] Compiling NMTPeer PeerListener.swift
[388/390] Compiling NMTPeer Peer.swift
[389/390] Emitting module NMTPeer
[390/390] Compiling NMTPeer PeerDispatcher.swift
Build complete! (53.01s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.01s)
Fetched https://github.com/apple/swift-log.git from cache (3.04s)
Fetched https://github.com/apple/swift-nio.git from cache (3.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (3.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.53s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[1/2745] Fetching swift-service-lifecycle
[84/8986] Fetching swift-service-lifecycle, swift-async-algorithms
[147/16137] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.20s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.28s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.28s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.29s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.31s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.85s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.44s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.30s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.47s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.52s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (2.18s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (0.64s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.08s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (3.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (0.59s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.46s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (1.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.4.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.45s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.98.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.34.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.43.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
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.4.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-nmtp",
  "name" : "swift-nmtp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NMTP",
      "targets" : [
        "NMTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NMTPWebSocket",
      "targets" : [
        "NMTPWebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NMTPeer",
      "targets" : [
        "NMTPeer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMTPeerTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPeerTests",
      "path" : "Tests/NMTPeerTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "PeerConnectTests.swift",
        "PeerDispatcherFactoryTests.swift",
        "PeerDispatcherTests.swift",
        "PeerListenerTests.swift"
      ],
      "target_dependencies" : [
        "NMTPeer",
        "NMTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTPeer",
      "module_type" : "SwiftTarget",
      "name" : "NMTPeer",
      "path" : "Sources/NMTPeer",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "NMTPeer"
      ],
      "sources" : [
        "Peer.swift",
        "PeerDispatcher.swift",
        "PeerDispatcherListener.swift",
        "PeerInboundHandler.swift",
        "PeerListener.swift",
        "PeerMessage.swift",
        "PeerStream.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NMTPWebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPWebSocketTests",
      "path" : "Tests/NMTPWebSocketTests",
      "product_dependencies" : [
        "NIO",
        "NIOWebSocket"
      ],
      "sources" : [
        "WebSocketTransportTests.swift"
      ],
      "target_dependencies" : [
        "NMTPWebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTPWebSocket",
      "module_type" : "SwiftTarget",
      "name" : "NMTPWebSocket",
      "path" : "Sources/NMTPWebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket"
      ],
      "product_memberships" : [
        "NMTPWebSocket"
      ],
      "sources" : [
        "NMTWebSocketFrameHandler.swift",
        "WebSocketTransport.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NMTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NMTPTests",
      "path" : "Tests/NMTPTests",
      "product_dependencies" : [
        "NIO"
      ],
      "sources" : [
        "MatterStreamTests.swift",
        "MatterTests.swift",
        "NMTIntegrationTests.swift",
        "NMTPErrorTests.swift",
        "NMTTransportTests.swift",
        "TLSContextTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "NMTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMTP",
      "module_type" : "SwiftTarget",
      "name" : "NMTP",
      "path" : "Sources/NMTP",
      "product_dependencies" : [
        "NIO",
        "NIOExtras",
        "Logging"
      ],
      "product_memberships" : [
        "NMTP",
        "NMTPWebSocket",
        "NMTPeer"
      ],
      "sources" : [
        "Extensions/Duration+TimeAmount.swift",
        "Extensions/UUID+Bytes.swift",
        "Matter/Matter+Coding.swift",
        "Matter/Matter.swift",
        "Matter/MatterPayload.swift",
        "Matter/MatterStream.swift",
        "Matter/MatterType.swift",
        "NMT/HeartbeatHandler.swift",
        "NMT/MatterDecoder.swift",
        "NMT/MatterEncoder.swift",
        "NMT/NMTClient.swift",
        "NMT/NMTHandler.swift",
        "NMT/NMTServer.swift",
        "NMT/PendingRequests.swift",
        "NMTPError.swift",
        "TLS/TLSContext.swift",
        "Transport/NMTTransport.swift",
        "Transport/TCPTransport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.