The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WebSocketActors, reference main (11cae6), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 02:17:59 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samalone/websocket-actor-system.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samalone/websocket-actor-system
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 11cae68 Remove NIOAsyncWebSockets dependency and update to Swift 6.0 in workflows
Cloned https://github.com/samalone/websocket-actor-system.git
Revision (git rev-parse @):
11cae68e6f012667927583604b148b1f4229c88b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/samalone/websocket-actor-system.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-log.git from cache (0.69s)
Fetched https://github.com/apple/swift-collections.git from cache (0.70s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.01s)
Fetched https://github.com/apple/swift-nio.git from cache (1.02s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.10s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.10s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.19s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.76.1 (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.76.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.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.2.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.4.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "websocket-actor-system",
      "name": "WebSocketActors",
      "url": "https://github.com/samalone/websocket-actor-system.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/websocket-actor-system",
      "dependencies": [
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "2.82.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
          "dependencies": [
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.2.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-collections",
              "name": "swift-collections",
              "url": "https://github.com/apple/swift-collections.git",
              "version": "1.1.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-system",
              "name": "swift-system",
              "url": "https://github.com/apple/swift-system.git",
              "version": "1.4.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-nio-transport-services",
          "name": "swift-nio-transport-services",
          "url": "https://github.com/apple/swift-nio-transport-services.git",
          "version": "1.24.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio-transport-services",
          "dependencies": [
            {
              "identity": "swift-nio",
              "name": "swift-nio",
              "url": "https://github.com/apple/swift-nio.git",
              "version": "2.82.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
              "dependencies": [
                {
                  "identity": "swift-atomics",
                  "name": "swift-atomics",
                  "url": "https://github.com/apple/swift-atomics.git",
                  "version": "1.2.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-collections",
                  "name": "swift-collections",
                  "url": "https://github.com/apple/swift-collections.git",
                  "version": "1.1.4",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-system",
                  "name": "swift-system",
                  "url": "https://github.com/apple/swift-system.git",
                  "version": "1.4.2",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "swift-atomics",
              "name": "swift-atomics",
              "url": "https://github.com/apple/swift-atomics.git",
              "version": "1.2.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/samalone/websocket-actor-system.git
[1/856] Fetching websocket-actor-system
Fetched https://github.com/samalone/websocket-actor-system.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.78s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.79s)
Fetched https://github.com/apple/swift-nio.git from cache (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.27s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.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 (0.54s)
Fetched https://github.com/apple/swift-collections.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.03s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/samalone/websocket-actor-system.git
Working copy of https://github.com/samalone/websocket-actor-system.git resolved at main (11cae68)
warning: '.resolve-product-dependencies': dependency 'websocket-actor-system' is not used by any target
Found 3 product dependencies
  - swift-nio
  - swift-nio-transport-services
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/samalone/websocket-actor-system.git
https://github.com/samalone/websocket-actor-system.git
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WebSocketActors",
  "name" : "WebSocketActors",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketActors",
      "targets" : [
        "WebSocketActors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketActors",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActors",
      "path" : "Sources/WebSocketActors",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix",
        "NIOTransportServices",
        "Logging"
      ],
      "product_memberships" : [
        "WebSocketActors"
      ],
      "sources" : [
        "ActorIdentity.swift",
        "ActorSystemUserInfoKey.swift",
        "ClientManager.swift",
        "Continuation.swift",
        "ExponentialBackoff.swift",
        "LoggingExtensions.swift",
        "Manager.swift",
        "NIOInvocationDecoder.swift",
        "NIOInvocationEncoder.swift",
        "NodeIdentity.swift",
        "PendingReplies.swift",
        "RemoteNode.swift",
        "RemoteNodeDirectory.swift",
        "ResilientTask.swift",
        "ServerAddress.swift",
        "ServerManager.swift",
        "TaskPath.swift",
        "TimedPing.swift",
        "WebSocketActorSystem+Client.swift",
        "WebSocketActorSystem+Server.swift",
        "WebSocketActorSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebSocketActorTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActorTests",
      "path" : "Tests/WebSocketActorTests",
      "sources" : [
        "ActorIdentityTests.swift",
        "WebSocketActorTests.swift"
      ],
      "target_dependencies" : [
        "WebSocketActors"
      ],
      "type" : "test"
    }
  ],
  "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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write sources
[13/34] Copying PrivacyInfo.xcprivacy
[13/34] Write sources
[19/34] Compiling CNIOWindows WSAStartup.c
[19/34] Compiling CNIOWindows shim.c
[21/34] Write swift-version-2F0A5646E1D333AE.txt
[22/34] Compiling CNIOWASI CNIOWASI.c
[23/34] Compiling CNIOLinux shim.c
[24/34] Compiling CNIOLinux liburing_shims.c
[25/45] Compiling _AtomicsShims.c
[26/45] Compiling CNIOLLHTTP c_nio_http.c
[27/45] Compiling CNIOSHA1 c_nio_sha1.c
[27/45] Write sources
[29/63] Compiling CNIOLLHTTP c_nio_api.c
[30/82] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/82] Compiling CNIODarwin shim.c
[33/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/83] Emitting module _NIOBase64
[35/83] Compiling _NIOBase64 Base64.swift
[36/83] Compiling Atomics ManagedAtomic.swift
[37/83] Compiling Atomics ManagedAtomicLazyReference.swift
[38/83] Emitting module InternalCollectionsUtilities
[39/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[40/83] Compiling Atomics UnsafeAtomic.swift
[41/83] Compiling Atomics UnsafeAtomicLazyReference.swift
[42/83] Compiling Atomics Primitives.shims.swift
[43/83] Compiling Atomics AtomicInteger.swift
[44/83] Compiling Atomics AtomicStorage.swift
[45/83] Compiling Atomics AtomicValue.swift
[48/85] Compiling Atomics AtomicMemoryOrderings.swift
[49/85] Compiling Atomics DoubleWord.swift
[50/85] Compiling Atomics AtomicOptionalWrappable.swift
[51/85] Compiling Atomics AtomicReference.swift
[58/85] Compiling Atomics PointerConformances.swift
[59/85] Compiling Atomics Primitives.native.swift
[60/85] Compiling Atomics OptionalRawRepresentable.swift
[61/85] Compiling Atomics RawRepresentable.swift
[62/85] Compiling Atomics AtomicBool.swift
[63/85] Compiling Atomics IntegerConformances.swift
[66/85] Compiling Atomics IntegerOperations.swift
[67/85] Compiling Atomics Unmanaged extensions.swift
[72/85] Compiling _NIODataStructures _TinyArray.swift
[73/85] Compiling Logging MetadataProvider.swift
[74/85] Compiling _NIODataStructures PriorityQueue.swift
[75/85] Compiling _NIODataStructures Heap.swift
[76/101] Emitting module _NIODataStructures
[77/101] Compiling DequeModule _DequeSlot.swift
[78/102] Compiling DequeModule _DequeBufferHeader.swift
[79/102] Compiling DequeModule _DequeBuffer.swift
[80/102] Compiling DequeModule Deque+CustomReflectable.swift
[81/102] Compiling DequeModule Deque+Descriptions.swift
[82/102] Compiling Logging LogHandler.swift
[83/102] Emitting module Logging
[84/102] Compiling Logging Locks.swift
[85/102] Compiling Logging Logging.swift
[86/102] Compiling DequeModule _UnsafeWrappedBuffer.swift
[87/102] Compiling DequeModule Deque+Testing.swift
[88/102] Compiling DequeModule Deque._Storage.swift
[89/102] Compiling DequeModule Deque+Extras.swift
[90/102] Compiling DequeModule Deque+Hashable.swift
[91/102] Compiling DequeModule Deque._UnsafeHandle.swift
[92/102] Compiling DequeModule Deque.swift
[93/102] Compiling DequeModule Deque+Equatable.swift
[94/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/102] Emitting module Atomics
[98/102] Emitting module DequeModule
[99/102] Compiling DequeModule Deque+Codable.swift
[100/102] Compiling DequeModule Deque+Collection.swift
[100/102] Compiling c-nioatomics.c
[101/102] Compiling c-atomics.c
[103/108] Compiling NIOConcurrencyHelpers lock.swift
[104/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[106/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[107/108] Compiling NIOConcurrencyHelpers atomics.swift
[108/108] Emitting module NIOConcurrencyHelpers
[109/170] Compiling NIOCore Linux.swift
[110/170] Compiling NIOCore MarkedCircularBuffer.swift
[111/170] Compiling NIOCore MulticastChannel.swift
[112/170] Compiling NIOCore NIOAny.swift
[113/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[114/170] Compiling NIOCore NIOLoopBound.swift
[115/176] Compiling NIOCore GlobalSingletons.swift
[116/176] Compiling NIOCore IO.swift
[117/176] Compiling NIOCore IOData.swift
[118/176] Compiling NIOCore IPProtocol.swift
[119/176] Compiling NIOCore IntegerBitPacking.swift
[120/176] Compiling NIOCore IntegerTypes.swift
[121/176] Compiling NIOCore Interfaces.swift
[122/176] Compiling NIOCore NIOScheduledCallback.swift
[123/176] Compiling NIOCore NIOSendable.swift
[124/176] Compiling NIOCore PointerHelpers.swift
[125/176] Compiling NIOCore RecvByteBufferAllocator.swift
[126/176] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/176] Compiling NIOCore SocketAddresses.swift
[128/176] Compiling NIOCore SocketOptionProvider.swift
[129/176] Compiling NIOCore SystemCallHelpers.swift
[130/176] Compiling NIOCore TimeAmount+Duration.swift
[131/176] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/176] Compiling NIOCore UniversalBootstrapSupport.swift
[133/176] Compiling NIOCore Utilities.swift
[134/176] Compiling NIOCore AddressedEnvelope.swift
[135/176] Compiling NIOCore AsyncAwaitSupport.swift
[136/176] Compiling NIOCore AsyncChannel.swift
[137/176] Compiling NIOCore AsyncChannelHandler.swift
[138/176] Compiling NIOCore AsyncChannelInboundStream.swift
[139/176] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/176] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/176] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[142/176] Compiling NIOCore EventLoopFuture+Deprecated.swift
[143/176] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[144/176] Compiling NIOCore EventLoopFuture.swift
[145/176] Compiling NIOCore FileDescriptor.swift
[146/176] Compiling NIOCore FileHandle.swift
[147/176] Compiling NIOCore FileRegion.swift
[148/176] Compiling NIOCore Codec.swift
[149/176] Compiling NIOCore ConvenienceOptionSupport.swift
[150/176] Compiling NIOCore DeadChannel.swift
[151/176] Compiling NIOCore DispatchQueue+WithFuture.swift
[152/176] Compiling NIOCore EventLoop+Deprecated.swift
[153/176] Compiling NIOCore EventLoop+SerialExecutor.swift
[154/176] Compiling NIOCore EventLoop.swift
[155/176] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[156/176] Compiling NIOCore NIOAsyncWriter.swift
[157/176] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[158/176] Compiling NIOCore BSDSocketAPI.swift
[159/176] Compiling NIOCore ByteBuffer-aux.swift
[160/176] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[161/176] Compiling NIOCore ByteBuffer-conversions.swift
[162/176] Compiling NIOCore Channel.swift
[163/176] Compiling NIOCore ChannelHandler.swift
[164/176] Compiling NIOCore ChannelHandlers.swift
[165/176] Compiling NIOCore ChannelInvoker.swift
[166/176] Compiling NIOCore ChannelOption.swift
[167/176] Compiling NIOCore ChannelPipeline.swift
[168/176] Compiling NIOCore CircularBuffer.swift
[169/176] Compiling NIOCore ByteBuffer-core.swift
[170/176] Compiling NIOCore ByteBuffer-hex.swift
[171/176] Compiling NIOCore ByteBuffer-int.swift
[172/176] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[173/176] Compiling NIOCore ByteBuffer-multi-int.swift
[174/176] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[175/176] Compiling NIOCore ByteBuffer-views.swift
[176/176] Emitting module NIOCore
[177/230] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[178/230] Compiling NIOEmbedded AsyncTestingChannel.swift
[179/230] Emitting module NIOEmbedded
[180/230] Compiling NIOEmbedded Embedded.swift
[181/230] Compiling NIOPosix PendingWritesManager.swift
[182/230] Compiling NIOPosix PipeChannel.swift
[183/230] Compiling NIOPosix PipePair.swift
[184/230] Compiling NIOPosix PointerHelpers.swift
[185/230] Compiling NIOPosix Pool.swift
[186/235] Compiling NIOPosix PooledRecvBufferAllocator.swift
[187/235] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[188/235] Compiling NIOPosix PosixSingletons.swift
[189/235] Compiling NIOPosix RawSocketBootstrap.swift
[190/235] Compiling NIOPosix Resolver.swift
[191/235] Compiling NIOPosix Selectable.swift
[192/235] Compiling NIOPosix SelectableChannel.swift
[193/235] Compiling NIOPosix SelectableEventLoop.swift
[194/235] Compiling NIOPosix SelectorEpoll.swift
[195/235] Compiling NIOPosix SelectorGeneric.swift
[196/235] Compiling NIOPosix BSDSocketAPICommon.swift
[197/235] Compiling NIOPosix BSDSocketAPIPosix.swift
[198/235] Compiling NIOPosix BSDSocketAPIWindows.swift
[199/235] Compiling NIOPosix BaseSocket.swift
[200/235] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[201/235] Compiling NIOPosix BaseSocketChannel.swift
[202/235] Compiling NIOPosix LinuxCPUSet.swift
[203/235] Compiling NIOPosix LinuxUring.swift
[204/235] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[205/235] Compiling NIOPosix NIOThreadPool.swift
[206/235] Compiling NIOPosix NonBlockingFileIO.swift
[207/235] Compiling NIOPosix PendingDatagramWritesManager.swift
[208/235] Compiling NIOPosix GetaddrinfoResolver.swift
[209/235] Compiling NIOPosix HappyEyeballs.swift
[210/235] Compiling NIOPosix IO.swift
[211/235] Compiling NIOPosix IntegerBitPacking.swift
[212/235] Compiling NIOPosix IntegerTypes.swift
[213/235] Compiling NIOPosix Linux.swift
[214/235] Emitting module NIOPosix
[215/235] Compiling NIOPosix SocketProtocols.swift
[216/235] Compiling NIOPosix System.swift
[217/235] Compiling NIOPosix Thread.swift
[218/235] Compiling NIOPosix ThreadPosix.swift
[219/235] Compiling NIOPosix ThreadWindows.swift
[220/235] Compiling NIOPosix SelectorKqueue.swift
[221/235] Compiling NIOPosix SelectorUring.swift
[222/235] Compiling NIOPosix ServerSocket.swift
[223/235] Compiling NIOPosix Socket.swift
[224/235] Compiling NIOPosix SocketChannel.swift
[225/235] Compiling NIOPosix BaseStreamSocketChannel.swift
[226/235] Compiling NIOPosix Bootstrap.swift
[227/235] Compiling NIOPosix ControlMessage.swift
[228/235] Compiling NIOPosix DatagramVectorReadManager.swift
[229/235] Compiling NIOPosix Errors+Any.swift
[230/235] Compiling NIOPosix FileDescriptor.swift
[231/235] Compiling NIOPosix UnsafeTransfer.swift
[232/235] Compiling NIOPosix Utilities.swift
[233/235] Compiling NIOPosix VsockAddress.swift
[234/235] Compiling NIOPosix VsockChannelEvents.swift
[235/235] Compiling NIOPosix resource_bundle_accessor.swift
[236/237] Emitting module NIO
[237/237] Compiling NIO Exports.swift
[238/264] Compiling NIOTLS SNIHandler.swift
[239/264] Compiling NIOTLS TLSEvents.swift
[240/264] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[241/264] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[242/264] Emitting module NIOTLS
[243/264] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[244/264] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[245/264] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[246/265] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[247/265] Compiling NIOHTTP1 HTTPEncoder.swift
[248/265] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[249/265] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[250/265] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[251/265] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[252/265] Emitting module NIOFoundationCompat
[253/265] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[254/265] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[255/265] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[256/265] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[257/287] Emitting module NIOHTTP1
[258/287] Compiling NIOTransportServices AcceptHandler.swift
[259/287] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[260/287] Compiling NIOTransportServices NIOTSDatagramListener.swift
[261/287] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[262/287] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[263/287] Compiling NIOTransportServices NIOTSEventLoop.swift
[264/287] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[265/287] Compiling NIOTransportServices NIOTSErrors.swift
[266/297] Emitting module NIOTransportServices
[267/299] Compiling NIOWebSocket WebSocketOpcode.swift
[268/300] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[269/300] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[270/300] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[271/300] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[272/300] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[273/300] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[274/300] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[275/300] Emitting module NIOWebSocket
[276/300] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[277/300] Compiling NIOWebSocket SHA1.swift
[278/300] Compiling NIOWebSocket WebSocketErrorCodes.swift
[279/300] Compiling NIOWebSocket WebSocketFrame.swift
[280/300] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[281/300] Compiling NIOTransportServices NIOTSListenerChannel.swift
[284/300] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[285/300] Compiling NIOTransportServices NIOTSBootstraps.swift
[286/300] Compiling NIOTransportServices NIOTSChannelOptions.swift
[287/300] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[290/300] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[291/300] Compiling NIOTransportServices NIOTSSingletons.swift
[292/300] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[293/300] Compiling NIOTransportServices StateManagedChannel.swift
[295/300] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[299/300] Compiling NIOTransportServices StateManagedListenerChannel.swift
[300/300] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[301/320] Compiling WebSocketActors Continuation.swift
[302/320] Compiling WebSocketActors ExponentialBackoff.swift
[303/322] Emitting module WebSocketActors
[304/322] Compiling WebSocketActors ActorIdentity.swift
[305/322] Compiling WebSocketActors ActorSystemUserInfoKey.swift
[306/322] Compiling WebSocketActors ClientManager.swift
[307/322] Compiling WebSocketActors NIOInvocationDecoder.swift
[308/322] Compiling WebSocketActors NIOInvocationEncoder.swift
[309/322] Compiling WebSocketActors LoggingExtensions.swift
[310/322] Compiling WebSocketActors Manager.swift
[311/322] Compiling WebSocketActors TimedPing.swift
[312/322] Compiling WebSocketActors WebSocketActorSystem+Client.swift
[313/322] Compiling WebSocketActors ServerManager.swift
[314/322] Compiling WebSocketActors TaskPath.swift
[315/322] Compiling WebSocketActors ResilientTask.swift
[316/322] Compiling WebSocketActors ServerAddress.swift
[317/322] Compiling WebSocketActors RemoteNode.swift
[318/322] Compiling WebSocketActors RemoteNodeDirectory.swift
[319/322] Compiling WebSocketActors NodeIdentity.swift
[320/322] Compiling WebSocketActors PendingReplies.swift
[321/322] Compiling WebSocketActors WebSocketActorSystem+Server.swift
[322/322] Compiling WebSocketActors WebSocketActorSystem.swift
Build complete! (27.36s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.12.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "WebSocketActors",
  "name" : "WebSocketActors",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "WebSocketActors",
      "targets" : [
        "WebSocketActors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketActors",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActors",
      "path" : "Sources/WebSocketActors",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOPosix",
        "NIOTransportServices",
        "Logging"
      ],
      "product_memberships" : [
        "WebSocketActors"
      ],
      "sources" : [
        "ActorIdentity.swift",
        "ActorSystemUserInfoKey.swift",
        "ClientManager.swift",
        "Continuation.swift",
        "ExponentialBackoff.swift",
        "LoggingExtensions.swift",
        "Manager.swift",
        "NIOInvocationDecoder.swift",
        "NIOInvocationEncoder.swift",
        "NodeIdentity.swift",
        "PendingReplies.swift",
        "RemoteNode.swift",
        "RemoteNodeDirectory.swift",
        "ResilientTask.swift",
        "ServerAddress.swift",
        "ServerManager.swift",
        "TaskPath.swift",
        "TimedPing.swift",
        "WebSocketActorSystem+Client.swift",
        "WebSocketActorSystem+Server.swift",
        "WebSocketActorSystem.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebSocketActorTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketActorTests",
      "path" : "Tests/WebSocketActorTests",
      "sources" : [
        "ActorIdentityTests.swift",
        "WebSocketActorTests.swift"
      ],
      "target_dependencies" : [
        "WebSocketActors"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Done.