The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kitura-WebSocket with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/Kitura-WebSocket.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Kitura/Kitura-WebSocket
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e79d57c Misc org update (#106)
Cloned https://github.com/Kitura/Kitura-WebSocket.git
Revision (git rev-parse @):
e79d57cc575e9df309e3c207ec1aa93d7aa61520
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Kitura/Kitura-WebSocket.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[7/10] Write swift-version--423B1241ED78D482.txt
[8/30] Compiling CHTTPParser utils.c
[9/30] Compiling CHTTPParser http_parser.c
[11/30] Compiling Logging MetadataProvider.swift
[12/30] Compiling Logging LogHandler.swift
[13/30] Emitting module Logging
[14/30] Compiling Logging Logging.swift
[15/30] Compiling Logging Locks.swift
[16/32] Compiling Socket SocketProtocols.swift
[17/32] Emitting module LoggerAPI
[18/32] Compiling LoggerAPI Logger.swift
[19/32] Compiling Socket SocketUtils.swift
[20/32] Compiling Cryptor KeyDerivation.swift
[21/32] Compiling Cryptor Random.swift
[22/32] Compiling Cryptor Status.swift
[23/32] Compiling Cryptor StreamCryptor.swift
[24/32] Compiling Cryptor Crypto.swift
[25/32] Compiling Cryptor Cryptor.swift
[26/32] Emitting module Cryptor
[27/32] Compiling Cryptor Updatable.swift
[28/32] Compiling Cryptor SSLPointerTricks.swift
[29/32] Compiling Cryptor Digest.swift
[30/32] Compiling Cryptor HMAC.swift
[31/33] Compiling Cryptor Utilities.swift
[32/33] Emitting module Socket
[33/33] Compiling Socket Socket.swift
[34/36] Compiling SSLService SSLPointerTricks.swift
[35/36] Compiling SSLService SSLService.swift
[36/36] Emitting module SSLService
[37/70] Compiling KituraNet ParseResults.swift
[38/70] Compiling KituraNet URLParser.swift
[39/70] Compiling KituraNet HeadersContainer.swift
[40/70] Compiling KituraNet IncomingSocketHandler.swift
[41/70] Compiling KituraNet IncomingSocketManager.swift
[42/70] Compiling KituraNet BufferList.swift
[43/70] Compiling KituraNet ClientRequest.swift
[44/70] Compiling KituraNet ClientResponse.swift
[45/70] Compiling KituraNet ConnectionUpgradeFactory.swift
[46/70] Compiling KituraNet ConnectionUpgrader.swift
[47/70] Compiling KituraNet Error.swift
[48/70] Compiling KituraNet FastCGI.swift
[49/70] Compiling KituraNet FastCGIRecordCreate.swift
[50/70] Compiling KituraNet FastCGIRecordParser.swift
[51/70] Compiling KituraNet FastCGIServer.swift
[52/70] Compiling KituraNet FastCGIServerRequest.swift
[53/70] Compiling KituraNet FastCGIServerResponse.swift
[54/70] Compiling KituraNet HTTP.swift
[55/70] Compiling KituraNet HTTPServer.swift
[56/70] Compiling KituraNet HTTPServerRequest.swift
[57/70] Compiling KituraNet IncomingSocketProcessor.swift
[58/70] Compiling KituraNet IncomingSocketProcessorCreator.swift
[59/70] Compiling KituraNet ListenerGroup.swift
[60/70] Compiling KituraNet SPIUtils.swift
[61/70] Compiling KituraNet Server.swift
[62/70] Compiling KituraNet ServerDelegate.swift
[63/70] Compiling KituraNet ServerLifecycleListener.swift
[64/70] Compiling KituraNet ServerMonitor.swift
[65/70] Compiling KituraNet HTTPServerResponse.swift
[66/70] Compiling KituraNet IncomingHTTPSocketProcessor.swift
[67/70] Compiling KituraNet KeepAliveState.swift
[68/70] Compiling KituraNet HTTPParser.swift
[69/70] Compiling KituraNet HTTPParserStatus.swift
[70/70] Emitting module KituraNet
[71/74] Compiling KituraNet ServerState.swift
[72/74] Compiling KituraNet ServerOptions.swift
[73/74] Compiling KituraNet ServerRequest.swift
[74/74] Compiling KituraNet ServerResponse.swift
[75/84] Compiling KituraWebSocket WebSocket.swift
[76/85] Compiling KituraWebSocket WebSocketService.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketService.swift:23:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WebSocketService: class {
                                  ^~~~~
                                  AnyObject
[77/85] Compiling KituraWebSocket WebSocketError.swift
[78/85] Compiling KituraWebSocket WSConnectionUpgradeFactory.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:27: warning: initialization of 'UnsafeMutablePointer<UInt16>' results in a dangling pointer
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:48: note: implicit argument conversion from 'UInt16' to 'UnsafeMutablePointer<UInt16>' produces a pointer valid only for the duration of the call to 'init(_:)'
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:48: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                                               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:18: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:52: note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                                                   ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:52: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                                                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:27: warning: initialization of 'UnsafeMutablePointer<UInt32>' results in a dangling pointer
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:48: note: implicit argument conversion from 'UInt32' to 'UnsafeMutablePointer<UInt32>' produces a pointer valid only for the duration of the call to 'init(_:)'
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:48: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                                               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:18: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:52: note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                                                   ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:52: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                                                   ^
[79/85] Compiling KituraWebSocket WSFrame.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:27: warning: initialization of 'UnsafeMutablePointer<UInt16>' results in a dangling pointer
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:48: note: implicit argument conversion from 'UInt16' to 'UnsafeMutablePointer<UInt16>' produces a pointer valid only for the duration of the call to 'init(_:)'
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:52:48: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt16)
                                               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:18: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:52: note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                                                   ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:54:52: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
                (UnsafeMutableRawPointer(mutating: bytes)+length+1).copyMemory(from: asBytes, byteCount: 2)
                                                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:27: warning: initialization of 'UnsafeMutablePointer<UInt32>' results in a dangling pointer
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:48: note: implicit argument conversion from 'UInt32' to 'UnsafeMutablePointer<UInt32>' produces a pointer valid only for the duration of the call to 'init(_:)'
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                                               ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:68:48: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
            let asBytes = UnsafeMutablePointer(&payloadLengthUInt32)
                                               ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:18: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:52: note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                                                   ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WSFrame.swift:70:52: note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
                (UnsafeMutableRawPointer(mutating: bytes)+length+5).copyMemory(from: asBytes, byteCount: 4)
                                                   ^
[80/85] Compiling KituraWebSocket WebSocketConnection.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:115:45: warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                            ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:115:59: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                                          ^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:115:59: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:149:41: warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
        let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                        ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:149:55: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
        let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                                      ^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:149:55: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
        let rawBytes = UnsafeRawPointer(UnsafePointer(utf8))
                                                      ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:163:23: warning: initialization of 'UnsafeMutablePointer<UInt16>' results in a dangling pointer
        let asBytes = UnsafeMutablePointer(&reasonCodeToSend)
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:163:44: note: implicit argument conversion from 'UInt16' to 'UnsafeMutablePointer<UInt16>' produces a pointer valid only for the duration of the call to 'init(_:)'
        let asBytes = UnsafeMutablePointer(&reasonCodeToSend)
                                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:163:44: note: use 'withUnsafeMutablePointer' in order to explicitly convert argument to pointer valid for a defined scope
        let asBytes = UnsafeMutablePointer(&reasonCodeToSend)
                                           ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:173:28: warning: initialization of 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') results in a dangling pointer
            payload.append(UnsafePointer(utf8), length: count)
                           ^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:173:42: note: implicit argument conversion from '[CChar]' (aka 'Array<Int8>') to 'UnsafePointer<CChar>' (aka 'UnsafePointer<Int8>') produces a pointer valid only for the duration of the call to 'init(_:)'
            payload.append(UnsafePointer(utf8), length: count)
                                         ^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:173:42: note: use the 'withUnsafeBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
            payload.append(UnsafePointer(utf8), length: count)
                                         ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketConnection.swift:250:21: warning: using '_' to ignore the result of a Void-returning function is redundant
                    _ = closeMessage.removeFirst(2)
                    ^~~~

[81/85] Emitting module KituraWebSocket
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/KituraWebSocket/WebSocketService.swift:23:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol WebSocketService: class {
                                  ^~~~~
                                  AnyObject
[82/85] Compiling KituraWebSocket WebSocketCloseReasonCode.swift
[83/85] Compiling KituraWebSocket WSFrameParser.swift
[84/85] Compiling KituraWebSocket WSServerRequest.swift
[85/85] Compiling KituraWebSocket WSSocketProcessor.swift
Build complete! (7.23s)
Fetching https://github.com/Kitura/BlueCryptor.git from cache
Fetching https://github.com/Kitura/Kitura-net.git from cache
Fetched https://github.com/Kitura/BlueCryptor.git from cache (1.23s)
Fetched https://github.com/Kitura/Kitura-net.git from cache (1.23s)
Computing version for https://github.com/Kitura/BlueCryptor.git
Computed https://github.com/Kitura/BlueCryptor.git at 1.0.200 (0.02s)
Computing version for https://github.com/Kitura/Kitura-net.git
Computed https://github.com/Kitura/Kitura-net.git at 2.4.200 (0.03s)
Fetching https://github.com/Kitura/BlueSSLService.git from cache
Fetching https://github.com/Kitura/BlueSocket.git from cache
Fetching https://github.com/Kitura/LoggerAPI.git from cache
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.20s)
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.20s)
Fetched https://github.com/Kitura/BlueSSLService.git from cache (0.20s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 1.0.200 (0.02s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (0.02s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (0.02s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.02s)
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
Creating working copy for https://github.com/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 1.0.200
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.4
Creating working copy for https://github.com/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 1.0.200
Creating working copy for https://github.com/Kitura/Kitura-net.git
Working copy of https://github.com/Kitura/Kitura-net.git resolved at 2.4.200
Creating working copy for https://github.com/Kitura/BlueCryptor.git
Working copy of https://github.com/Kitura/BlueCryptor.git resolved at 1.0.200
Build complete.
Done.

Build Machine: Mac 7