The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WebSocketCompression with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-WebSocket-Compression.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kitura/Kitura-WebSocket-Compression
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 65c73ed Merge pull request #6 from fouadhatem/patch-1
Cloned https://github.com/Kitura/Kitura-WebSocket-Compression.git
Revision (git rev-parse @):
65c73eddd8763624f7fd1c94e5b99263058786fd
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket-Compression.git at master
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.62.0 (0.05s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git (0.26s)
Fetched https://github.com/apple/swift-collections.git (0.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.04s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.62.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.0.5
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kitura-websocket-compression",
      "name": "WebSocketCompression",
      "url": "https://github.com/Kitura/Kitura-WebSocket-Compression.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kitura-WebSocket-Compression",
      "dependencies": [
        {
          "identity": "swift-nio",
          "name": "swift-nio",
          "url": "https://github.com/apple/swift-nio.git",
          "version": "2.62.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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/builds/h8344Zi3/1/finestructure/swiftpackageindex-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.0.5",
              "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Kitura/Kitura-WebSocket-Compression.git
[1/108] Fetching kitura-websocket-compression
Fetched https://github.com/Kitura/Kitura-WebSocket-Compression.git (0.33s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-nio.git (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.62.0 (0.03s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git (0.26s)
Fetched https://github.com/apple/swift-collections.git (0.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.03s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.62.0
Creating working copy for https://github.com/Kitura/Kitura-WebSocket-Compression.git
Working copy of https://github.com/Kitura/Kitura-WebSocket-Compression.git resolved at master
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.5
warning: '.resolve-product-dependencies': dependency 'kitura-websocket-compression' is not used by any target
Found 1 product dependencies
  - swift-nio
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Compiling CNIOWindows WSAStartup.c
[1/12] Compiling CNIOWindows shim.c
[2/12] Compiling CNIOLinux liburing_shims.c
[3/12] Compiling CNIOLinux shim.c
[4/12] Compiling CNIOSHA1 c_nio_sha1.c
[5/12] Compiling CNIODarwin shim.c
[6/12] Compiling CNIOLLHTTP c_nio_llhttp.c
[7/18] Compiling CNIOLLHTTP c_nio_http.c
[8/36] Compiling _AtomicsShims.c
[9/36] Compiling CNIOLLHTTP c_nio_api.c
[11/55] Compiling Atomics Primitives.shims.swift
[12/55] Compiling Atomics AtomicInteger.swift
[13/57] Emitting module DequeModule
[14/57] Emitting module _NIOBase64
[15/57] Compiling _NIOBase64 Base64.swift
[16/57] Compiling Atomics AtomicStorage.swift
[17/57] Compiling Atomics AtomicValue.swift
[18/57] Compiling Atomics IntegerConformances.swift
[19/57] Compiling Atomics PointerConformances.swift
[20/57] Compiling Atomics Primitives.native.swift
[21/57] Compiling Atomics UnsafeAtomic.swift
[22/57] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/57] Compiling Atomics AtomicReference.swift
[24/57] Compiling Atomics OptionalRawRepresentable.swift
[25/57] Compiling Atomics RawRepresentable.swift
[26/57] Compiling Atomics AtomicBool.swift
[27/57] Compiling Atomics AtomicMemoryOrderings.swift
[28/57] Compiling Atomics DoubleWord.swift
[29/57] Compiling Atomics ManagedAtomic.swift
[30/57] Compiling Atomics ManagedAtomicLazyReference.swift
[31/57] Compiling DequeModule _DequeSlot.swift
[32/57] Compiling DequeModule _UnsafeWrappedBuffer.swift
[38/59] Compiling _NIODataStructures PriorityQueue.swift
[39/59] Compiling _NIODataStructures _TinyArray.swift
[40/59] Emitting module _NIODataStructures
[41/59] Compiling _NIODataStructures Heap.swift
[42/59] Compiling Atomics IntegerOperations.swift
[43/59] Compiling Atomics Unmanaged extensions.swift
[44/59] Emitting module Atomics
[57/59] Compiling c-nioatomics.c
[58/59] Compiling c-atomics.c
[60/65] Compiling NIOConcurrencyHelpers lock.swift
[61/65] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[62/65] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[63/65] Compiling NIOConcurrencyHelpers atomics.swift
[64/65] Emitting module NIOConcurrencyHelpers
[65/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[66/122] Compiling NIOCore MarkedCircularBuffer.swift
[67/122] Compiling NIOCore MulticastChannel.swift
[68/122] Compiling NIOCore NIOAny.swift
[69/122] Compiling NIOCore NIOCloseOnErrorHandler.swift
[70/122] Compiling NIOCore NIOLoopBound.swift
[71/122] Compiling NIOCore NIOSendable.swift
[72/122] Compiling NIOCore PointerHelpers.swift
[73/122] Compiling NIOCore RecvByteBufferAllocator.swift
[74/130] Compiling NIOCore GlobalSingletons.swift
[75/130] Compiling NIOCore IO.swift
[76/130] Compiling NIOCore IOData.swift
[77/130] Compiling NIOCore IPProtocol.swift
[78/130] Compiling NIOCore IntegerBitPacking.swift
[79/130] Compiling NIOCore IntegerTypes.swift
[80/130] Compiling NIOCore Interfaces.swift
[81/130] Compiling NIOCore Linux.swift
[82/130] Compiling NIOCore AddressedEnvelope.swift
[83/130] Compiling NIOCore AsyncAwaitSupport.swift
[84/130] Compiling NIOCore AsyncChannel.swift
[85/130] Compiling NIOCore AsyncChannelInboundStream.swift
[86/130] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[87/130] Compiling NIOCore AsyncChannelOutboundWriter.swift
[88/130] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[89/130] Compiling NIOCore NIOAsyncSequenceProducer.swift
[90/130] Compiling NIOCore EventLoop+SerialExecutor.swift
[91/130] Compiling NIOCore EventLoop.swift
[92/130] Compiling NIOCore EventLoopFuture+Deprecated.swift
[93/130] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[94/130] Compiling NIOCore EventLoopFuture.swift
[95/130] Compiling NIOCore FileDescriptor.swift
[96/130] Compiling NIOCore FileHandle.swift
[97/130] Compiling NIOCore FileRegion.swift
[98/130] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[99/130] Compiling NIOCore SocketAddresses.swift
[100/130] Compiling NIOCore SocketOptionProvider.swift
[101/130] Compiling NIOCore SystemCallHelpers.swift
[102/130] Compiling NIOCore TimeAmount+Duration.swift
[103/130] Compiling NIOCore TypeAssistedChannelHandler.swift
[104/130] Compiling NIOCore UniversalBootstrapSupport.swift
[105/130] Compiling NIOCore Utilities.swift
[106/130] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[107/130] Compiling NIOCore NIOAsyncWriter.swift
[108/130] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[109/130] Compiling NIOCore BSDSocketAPI.swift
[110/130] Compiling NIOCore ByteBuffer-aux.swift
[111/130] Compiling NIOCore ByteBuffer-conversions.swift
[112/130] Compiling NIOCore ByteBuffer-core.swift
[113/130] Compiling NIOCore ByteBuffer-hexdump.swift
[114/130] Compiling NIOCore ChannelOption.swift
[115/130] Compiling NIOCore ChannelPipeline.swift
[116/130] Compiling NIOCore CircularBuffer.swift
[117/130] Compiling NIOCore Codec.swift
[118/130] Compiling NIOCore ConvenienceOptionSupport.swift
[119/130] Compiling NIOCore DeadChannel.swift
[120/130] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/130] Compiling NIOCore EventLoop+Deprecated.swift
[122/130] Compiling NIOCore ByteBuffer-int.swift
[123/130] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[124/130] Compiling NIOCore ByteBuffer-multi-int.swift
[125/130] Compiling NIOCore ByteBuffer-views.swift
[126/130] Compiling NIOCore Channel.swift
[127/130] Compiling NIOCore ChannelHandler.swift
[128/130] Compiling NIOCore ChannelHandlers.swift
[129/130] Compiling NIOCore ChannelInvoker.swift
[130/130] Emitting module NIOCore
[131/179] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[132/179] Emitting module NIOEmbedded
[133/179] Compiling NIOEmbedded AsyncTestingChannel.swift
[134/179] Compiling NIOEmbedded Embedded.swift
[135/179] Compiling NIOPosix IntegerBitPacking.swift
[136/179] Compiling NIOPosix IntegerTypes.swift
[137/179] Compiling NIOPosix Linux.swift
[138/179] Compiling NIOPosix LinuxCPUSet.swift
[139/179] Compiling NIOPosix LinuxUring.swift
[140/179] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[141/185] Emitting module NIOPosix
[142/185] Compiling NIOPosix PointerHelpers.swift
[143/185] Compiling NIOPosix Pool.swift
[144/185] Compiling NIOPosix PooledRecvBufferAllocator.swift
[145/185] Compiling NIOPosix PosixSingletons.swift
[146/185] Compiling NIOPosix RawSocketBootstrap.swift
[147/185] Compiling NIOPosix Resolver.swift
[148/185] Compiling NIOPosix Thread.swift
[149/185] Compiling NIOPosix ThreadPosix.swift
[150/185] Compiling NIOPosix ThreadWindows.swift
[151/185] Compiling NIOPosix Utilities.swift
[152/185] Compiling NIOPosix VsockAddress.swift
[153/185] Compiling NIOPosix VsockChannelEvents.swift
[154/185] Compiling NIOPosix BSDSocketAPICommon.swift
[155/185] Compiling NIOPosix BSDSocketAPIPosix.swift
[156/185] Compiling NIOPosix BSDSocketAPIWindows.swift
[157/185] Compiling NIOPosix BaseSocket.swift
[158/185] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[159/185] Compiling NIOPosix BaseSocketChannel.swift
[160/185] Compiling NIOPosix BaseStreamSocketChannel.swift
[161/185] Compiling NIOPosix Selectable.swift
[162/185] Compiling NIOPosix SelectableChannel.swift
[163/185] Compiling NIOPosix SelectableEventLoop.swift
[164/185] Compiling NIOPosix SelectorEpoll.swift
[165/185] Compiling NIOPosix SelectorGeneric.swift
[166/185] Compiling NIOPosix SelectorKqueue.swift
[167/185] Compiling NIOPosix NIOThreadPool.swift
[168/185] Compiling NIOPosix NonBlockingFileIO.swift
[169/185] Compiling NIOPosix PendingDatagramWritesManager.swift
[170/185] Compiling NIOPosix PendingWritesManager.swift
[171/185] Compiling NIOPosix PipeChannel.swift
[172/185] Compiling NIOPosix PipePair.swift
[173/185] Compiling NIOPosix SelectorUring.swift
[174/185] Compiling NIOPosix ServerSocket.swift
[175/185] Compiling NIOPosix Socket.swift
[176/185] Compiling NIOPosix SocketChannel.swift
[177/185] Compiling NIOPosix SocketProtocols.swift
[178/185] Compiling NIOPosix System.swift
[179/185] Compiling NIOPosix Bootstrap.swift
[180/185] Compiling NIOPosix ControlMessage.swift
[181/185] Compiling NIOPosix DatagramVectorReadManager.swift
[182/185] Compiling NIOPosix FileDescriptor.swift
[183/185] Compiling NIOPosix GetaddrinfoResolver.swift
[184/185] Compiling NIOPosix HappyEyeballs.swift
[185/185] Compiling NIOPosix IO.swift
[186/187] Compiling NIO Exports.swift
[187/187] Emitting module NIO
[188/207] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[189/207] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[190/209] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[191/209] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[192/209] Emitting module NIOHTTP1
[193/209] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[194/209] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[195/209] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[196/209] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[197/209] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[198/209] Compiling NIOHTTP1 HTTPTypes.swift
[199/209] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[200/209] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[201/209] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[202/209] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[203/209] Compiling NIOHTTP1 ByteCollectionUtils.swift
[204/209] Compiling NIOHTTP1 HTTPDecoder.swift
[205/209] Compiling NIOHTTP1 HTTPEncoder.swift
[206/219] Compiling NIOWebSocket WebSocketOpcode.swift
[207/220] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[208/220] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[209/220] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[210/220] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[211/220] Compiling NIOWebSocket SHA1.swift
[212/220] Compiling NIOWebSocket WebSocketErrorCodes.swift
[213/220] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[214/220] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[215/220] Emitting module NIOWebSocket
[216/220] Compiling NIOWebSocket WebSocketFrame.swift
[217/220] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[218/220] Emitting module NIOFoundationCompat
[219/220] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[220/220] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[221/225] Compiling WebSocketCompression WebSocketCompressor.swift
[222/225] Compiling WebSocketCompression WebSocketCompression.swift
[223/225] Compiling WebSocketCompression WebSocketDecompressor.swift
[224/225] Emitting module WebSocketCompression
[225/225] Compiling WebSocketCompression PermessageDeflate.swift
Build complete! (17.37s)
warning: couldn't find pc file for libz
Build complete.
Done.