The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WebSocketActors, reference main (11cae6), with Swift 6.0 for Linux on 3 Dec 2024 12:29:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samalone/websocket-actor-system.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2288] Fetching swift-nio-transport-services
[2289/4332] Fetching swift-nio-transport-services, swift-docc-plugin
[2514/8055] Fetching swift-nio-transport-services, swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
[4439/5767] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
[1/72075] Fetching swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Fetched https://github.com/apple/swift-nio.git from cache (4.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.56s)
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.80s)
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.78s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.09s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3919] Fetching swift-system
[3920/19522] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.09s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/33] Write sources
[14/33] Compiling CNIOLinux liburing_shims.c
[15/33] Write sources
[16/33] Compiling CNIODarwin shim.c
[17/33] Write sources
[20/33] Compiling CNIOLLHTTP c_nio_http.c
[20/33] Compiling CNIOSHA1 c_nio_sha1.c
[22/33] Compiling _AtomicsShims.c
[23/33] Compiling CNIOLLHTTP c_nio_api.c
[24/33] Compiling CNIOWindows WSAStartup.c
[24/33] Compiling CNIOWASI CNIOWASI.c
[26/33] Write sources
[27/33] Compiling CNIOWindows shim.c
[28/33] Compiling CNIOLinux shim.c
[29/33] Write swift-version-24593BA9C3E375BF.txt
[30/33] Compiling CNIOLLHTTP c_nio_llhttp.c
[32/80] Emitting module InternalCollectionsUtilities
[32/82] Compiling c-nioatomics.c
[33/82] Compiling c-atomics.c
[35/88] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/88] Compiling InternalCollectionsUtilities Specialize.swift
[37/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/88] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/88] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/88] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/88] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[43/88] Compiling InternalCollectionsUtilities Debugging.swift
[44/88] Compiling InternalCollectionsUtilities Descriptions.swift
[45/88] Compiling _NIODataStructures _TinyArray.swift
[46/90] Emitting module _NIOBase64
[47/90] Compiling _NIOBase64 Base64.swift
[50/90] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[51/90] Compiling InternalCollectionsUtilities Integer rank.swift
[52/90] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[55/90] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[59/91] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[60/91] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[61/91] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[71/92] Compiling _NIODataStructures PriorityQueue.swift
[77/92] Compiling Atomics IntegerOperations.swift
[78/92] Compiling Atomics Unmanaged extensions.swift
[79/103] Emitting module Atomics
[81/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[82/108] Emitting module NIOConcurrencyHelpers
[83/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/108] Compiling DequeModule _DequeBuffer.swift
[85/108] Compiling DequeModule _DequeBufferHeader.swift
[86/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/110] Compiling Logging LogHandler.swift
[88/110] Emitting module _NIODataStructures
[89/110] Compiling _NIODataStructures Heap.swift
[90/111] Compiling NIOConcurrencyHelpers lock.swift
[91/111] Compiling NIOConcurrencyHelpers atomics.swift
[92/111] Compiling Logging Logging.swift
[93/111] Compiling Logging MetadataProvider.swift
[94/112] Compiling Logging Locks.swift
[95/112] Emitting module Logging
[99/113] Compiling DequeModule Deque+Extras.swift
[100/113] Compiling DequeModule Deque+Hashable.swift
[101/113] Compiling DequeModule Deque+Equatable.swift
[102/113] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[103/113] Compiling DequeModule _DequeSlot.swift
[104/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/113] Compiling DequeModule Deque+Testing.swift
[106/113] Compiling DequeModule Deque._Storage.swift
[107/113] Compiling DequeModule Deque._UnsafeHandle.swift
[108/113] Compiling DequeModule Deque.swift
[109/113] Compiling DequeModule Deque+CustomReflectable.swift
[110/113] Compiling DequeModule Deque+Descriptions.swift
[111/113] Compiling DequeModule Deque+Codable.swift
[112/113] Compiling DequeModule Deque+Collection.swift
[113/113] Emitting module DequeModule
[115/174] Compiling NIOCore IO.swift
[116/174] Compiling NIOCore IOData.swift
[117/174] Compiling NIOCore IPProtocol.swift
[118/174] Compiling NIOCore IntegerBitPacking.swift
[119/174] Compiling NIOCore IntegerTypes.swift
[120/174] Compiling NIOCore Interfaces.swift
[121/174] Compiling NIOCore Linux.swift
[122/174] Compiling NIOCore MarkedCircularBuffer.swift
[123/182] Compiling NIOCore AddressedEnvelope.swift
[124/182] Compiling NIOCore AsyncAwaitSupport.swift
[125/182] Compiling NIOCore AsyncChannel.swift
[126/182] Compiling NIOCore AsyncChannelHandler.swift
[127/182] Compiling NIOCore AsyncChannelInboundStream.swift
[128/182] Compiling NIOCore AsyncChannelOutboundWriter.swift
[129/182] Compiling NIOCore NIOAsyncSequenceProducer.swift
[130/182] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[131/182] Compiling NIOCore NIOAsyncWriter.swift
[132/182] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[133/182] Compiling NIOCore BSDSocketAPI.swift
[134/182] Compiling NIOCore ByteBuffer-aux.swift
[135/182] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[136/182] Compiling NIOCore ByteBuffer-conversions.swift
[137/182] Compiling NIOCore ByteBuffer-core.swift
[138/182] Compiling NIOCore ByteBuffer-hex.swift
[139/182] Compiling NIOCore ByteBuffer-int.swift
[140/182] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/182] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[142/182] Compiling NIOCore SocketAddresses.swift
[143/182] Compiling NIOCore SocketOptionProvider.swift
[144/182] Compiling NIOCore SystemCallHelpers.swift
[145/182] Compiling NIOCore TimeAmount+Duration.swift
[146/182] Compiling NIOCore TypeAssistedChannelHandler.swift
[147/182] Compiling NIOCore UniversalBootstrapSupport.swift
[148/182] Compiling NIOCore Utilities.swift
[149/182] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/182] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/182] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/182] Compiling NIOCore EventLoopFuture.swift
[153/182] Compiling NIOCore FileDescriptor.swift
[154/182] Compiling NIOCore FileHandle.swift
[155/182] Compiling NIOCore FileRegion.swift
[156/182] Compiling NIOCore GlobalSingletons.swift
[157/182] Compiling NIOCore CircularBuffer.swift
[158/182] Compiling NIOCore Codec.swift
[159/182] Compiling NIOCore ConvenienceOptionSupport.swift
[160/182] Compiling NIOCore DeadChannel.swift
[161/182] Compiling NIOCore DispatchQueue+WithFuture.swift
[162/182] Compiling NIOCore EventLoop+Deprecated.swift
[163/182] Compiling NIOCore EventLoop+SerialExecutor.swift
[164/182] Compiling NIOCore EventLoop.swift
[165/182] Compiling NIOCore ByteBuffer-multi-int.swift
[166/182] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[167/182] Compiling NIOCore ByteBuffer-views.swift
[168/182] Compiling NIOCore Channel.swift
[169/182] Compiling NIOCore ChannelHandler.swift
[170/182] Compiling NIOCore ChannelHandlers.swift
[171/182] Compiling NIOCore ChannelInvoker.swift
[172/182] Compiling NIOCore ChannelOption.swift
[173/182] Compiling NIOCore ChannelPipeline.swift
[174/182] Compiling NIOCore MulticastChannel.swift
[175/182] Compiling NIOCore NIOAny.swift
[176/182] Compiling NIOCore NIOCloseOnErrorHandler.swift
[177/182] Compiling NIOCore NIOLoopBound.swift
[178/182] Compiling NIOCore NIOScheduledCallback.swift
[179/182] Compiling NIOCore NIOSendable.swift
[180/182] Compiling NIOCore PointerHelpers.swift
[181/182] Compiling NIOCore RecvByteBufferAllocator.swift
[182/182] Emitting module NIOCore
[184/235] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[185/235] Compiling NIOEmbedded AsyncTestingChannel.swift
[186/235] Emitting module NIOEmbedded
[187/235] Compiling NIOEmbedded Embedded.swift
[189/236] Compiling NIOPosix SelectableChannel.swift
[190/236] Compiling NIOPosix SelectableEventLoop.swift
[191/236] Compiling NIOPosix SelectorEpoll.swift
[192/236] Compiling NIOPosix SelectorGeneric.swift
[193/236] Compiling NIOPosix SelectorKqueue.swift
[194/236] Compiling NIOPosix SelectorUring.swift
[195/236] Compiling NIOPosix Pool.swift
[196/236] Compiling NIOPosix PooledRecvBufferAllocator.swift
[197/236] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[198/236] Compiling NIOPosix PosixSingletons.swift
[199/236] Compiling NIOPosix RawSocketBootstrap.swift
[200/236] Compiling NIOPosix Resolver.swift
[201/236] Compiling NIOPosix Selectable.swift
[202/242] Compiling NIOPosix ServerSocket.swift
[203/242] Compiling NIOPosix Socket.swift
[204/242] Compiling NIOPosix SocketChannel.swift
[205/242] Compiling NIOPosix SocketProtocols.swift
[206/242] Compiling NIOPosix System.swift
[207/242] Compiling NIOPosix Thread.swift
[208/242] Emitting module NIOPosix
[209/242] Compiling NIOPosix ThreadPosix.swift
[210/242] Compiling NIOPosix ThreadWindows.swift
[211/242] Compiling NIOPosix UnsafeTransfer.swift
[212/242] Compiling NIOPosix Utilities.swift
[213/242] Compiling NIOPosix VsockAddress.swift
[214/242] Compiling NIOPosix VsockChannelEvents.swift
[215/242] Compiling NIOPosix BSDSocketAPICommon.swift
[216/242] Compiling NIOPosix BSDSocketAPIPosix.swift
[217/242] Compiling NIOPosix BSDSocketAPIWindows.swift
[218/242] Compiling NIOPosix BaseSocket.swift
[219/242] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[220/242] Compiling NIOPosix BaseSocketChannel.swift
[221/242] Compiling NIOPosix BaseStreamSocketChannel.swift
[222/242] Compiling NIOPosix Bootstrap.swift
[223/242] Compiling NIOPosix ControlMessage.swift
[224/242] Compiling NIOPosix DatagramVectorReadManager.swift
[225/242] Compiling NIOPosix Errors+Any.swift
[226/242] Compiling NIOPosix FileDescriptor.swift
[227/242] Compiling NIOPosix GetaddrinfoResolver.swift
[228/242] Compiling NIOPosix HappyEyeballs.swift
[229/242] Compiling NIOPosix NIOThreadPool.swift
[230/242] Compiling NIOPosix NonBlockingFileIO.swift
[231/242] Compiling NIOPosix PendingDatagramWritesManager.swift
[232/242] Compiling NIOPosix PendingWritesManager.swift
[233/242] Compiling NIOPosix PipeChannel.swift
[234/242] Compiling NIOPosix PipePair.swift
[235/242] Compiling NIOPosix PointerHelpers.swift
[236/242] Compiling NIOPosix IO.swift
[237/242] Compiling NIOPosix IntegerBitPacking.swift
[238/242] Compiling NIOPosix IntegerTypes.swift
[239/242] Compiling NIOPosix Linux.swift
[240/242] Compiling NIOPosix LinuxCPUSet.swift
[241/242] Compiling NIOPosix LinuxUring.swift
[242/242] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[244/245] Compiling NIO Exports.swift
[245/245] Emitting module NIO
[247/273] Emitting module NIOTLS
[248/273] Compiling NIOTLS TLSEvents.swift
[249/273] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[250/273] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[251/273] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[252/275] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[253/275] Compiling NIOTLS SNIHandler.swift
[254/275] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/276] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[257/276] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[258/276] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[259/276] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[260/276] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[261/276] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[262/276] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[263/276] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[264/276] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[265/276] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[266/276] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[267/276] Compiling NIOHTTP1 HTTPTypes.swift
[268/276] Emitting module NIOHTTP1
[269/276] Compiling NIOHTTP1 ByteCollectionUtils.swift
[270/276] Compiling NIOHTTP1 HTTPDecoder.swift
[271/276] Compiling NIOHTTP1 HTTPEncoder.swift
[273/287] Compiling NIOWebSocket WebSocketErrorCodes.swift
[274/288] Compiling NIOWebSocket WebSocketOpcode.swift
[275/288] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[276/288] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[277/288] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[278/288] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[279/288] Compiling NIOWebSocket SHA1.swift
[280/288] Emitting module NIOWebSocket
[281/288] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[282/288] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[283/288] Compiling NIOWebSocket WebSocketFrame.swift
[285/289] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[286/289] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[287/289] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[288/289] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[289/289] Emitting module NIOFoundationCompat
[291/312] Emitting module NIOTransportServices
[292/314] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[293/314] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[294/314] Compiling NIOTransportServices NIOTSListenerChannel.swift
[295/314] Compiling NIOTransportServices AcceptHandler.swift
[296/314] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[297/314] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[298/314] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[299/314] Compiling NIOTransportServices NIOTSErrors.swift
[300/314] Compiling NIOTransportServices NIOTSEventLoop.swift
[301/314] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[302/314] Compiling NIOTransportServices NIOTSSingletons.swift
[303/314] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[304/314] Compiling NIOTransportServices StateManagedChannel.swift
[305/314] Compiling NIOTransportServices StateManagedListenerChannel.swift
[306/314] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[307/314] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[308/314] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[309/314] Compiling NIOTransportServices NIOTSDatagramListener.swift
[310/314] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[311/314] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[312/314] Compiling NIOTransportServices NIOTSBootstraps.swift
[313/314] Compiling NIOTransportServices NIOTSChannelOptions.swift
[314/314] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[316/335] Compiling WebSocketActors TimedPing.swift
[317/335] Compiling WebSocketActors WebSocketActorSystem+Client.swift
[318/337] Compiling WebSocketActors NodeIdentity.swift
[319/337] Compiling WebSocketActors PendingReplies.swift
[320/337] Compiling WebSocketActors RemoteNode.swift
[321/337] Compiling WebSocketActors RemoteNodeDirectory.swift
[322/337] Compiling WebSocketActors ResilientTask.swift
[323/337] Compiling WebSocketActors ServerAddress.swift
[324/337] Emitting module WebSocketActors
[325/337] Compiling WebSocketActors Manager.swift
[326/337] Compiling WebSocketActors NIOInvocationDecoder.swift
[327/337] Compiling WebSocketActors NIOInvocationEncoder.swift
[328/337] Compiling WebSocketActors ServerManager.swift
[329/337] Compiling WebSocketActors TaskPath.swift
[330/337] Compiling WebSocketActors ActorIdentity.swift
[331/337] Compiling WebSocketActors ActorSystemUserInfoKey.swift
[332/337] Compiling WebSocketActors ClientManager.swift
[333/337] Compiling WebSocketActors Continuation.swift
[334/337] Compiling WebSocketActors ExponentialBackoff.swift
[335/337] Compiling WebSocketActors LoggingExtensions.swift
[336/337] Compiling WebSocketActors WebSocketActorSystem+Server.swift
[337/337] Compiling WebSocketActors WebSocketActorSystem.swift
Build complete! (91.42s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.