The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ScClient 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/sacOO7/socketcluster-client-swift.git
Reference: 2.0.1
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sacOO7/socketcluster-client-swift
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at f14737e [sachin][added integration test framework, fixed unsubscribe bug for the client]
Cloned https://github.com/sacOO7/socketcluster-client-swift.git
Revision (git rev-parse @):
f14737e86619481e50e5ebced1c85a51c9d1ed38
SUCCESS checkout https://github.com/sacOO7/socketcluster-client-swift.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/sacOO7/socketcluster-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Write Main-entitlement.plist
[0/9] Write sources
[5/9] Write swift-version--423B1241ED78D482.txt
[7/46] Compiling Starscream SSLSecurity.swift
[8/46] Compiling Starscream SSLClientCertificate.swift
[9/46] Compiling Starscream Compression.swift
[10/46] Compiling Starscream WebSocket.swift
[11/46] Emitting module Starscream
[12/46] Compiling HandyJSON ISO8601DateTransform.swift
[13/46] Compiling HandyJSON Logger.swift
[14/46] Compiling HandyJSON MangledName.swift
[15/46] Compiling HandyJSON Measuable.swift
[16/50] Emitting module HandyJSON
[17/50] Compiling HandyJSON Metadata.swift
[18/50] Compiling HandyJSON NSDecimalNumberTransform.swift
[19/50] Compiling HandyJSON OtherExtension.swift
[20/50] Compiling HandyJSON PointerType.swift
[21/50] Compiling HandyJSON Deserializer.swift
[22/50] Compiling HandyJSON EnumTransform.swift
[23/50] Compiling HandyJSON EnumType.swift
[24/50] Compiling HandyJSON Export.swift
[25/50] Compiling HandyJSON ExtendCustomBasicType.swift
[26/50] Compiling HandyJSON Properties.swift
[27/50] Compiling HandyJSON PropertyInfo.swift
[28/50] Compiling HandyJSON ReflectionHelper.swift
[29/50] Compiling HandyJSON Serializer.swift
[30/50] Compiling HandyJSON TransformOf.swift
[31/50] Compiling HandyJSON TransformType.swift
[32/50] Compiling HandyJSON Transformable.swift
[33/50] Compiling HandyJSON URLTransform.swift
[34/50] Compiling HandyJSON ContextDescriptorType.swift
[35/50] Compiling HandyJSON CustomDateFormatTransform.swift
[36/50] Compiling HandyJSON DataTransform.swift
[37/50] Compiling HandyJSON DateFormatterTransform.swift
[38/50] Compiling HandyJSON DateTransform.swift
[39/50] Compiling HandyJSON AnyExtensions.swift
[40/50] Compiling HandyJSON BuiltInBasicType.swift
[41/50] Compiling HandyJSON BuiltInBridgeType.swift
[42/50] Compiling HandyJSON CBridge.swift
[43/50] Compiling HandyJSON Configuration.swift
[44/50] Compiling HandyJSON ExtendCustomModelType.swift
[45/50] Compiling HandyJSON FieldDescriptor.swift
[46/50] Compiling HandyJSON HelpingMapper.swift
[47/50] Compiling HandyJSON HexColorTransform.swift
[48/58] Compiling ScClient Miscellaneous.swift
[49/58] Compiling ScClient ClientUtils.swift
[50/58] Emitting module ScClient
[51/58] Compiling ScClient Parser.swift
[52/58] Compiling ScClient Listener.swift
[53/58] Compiling ScClient AtomicInteger.swift
[54/58] Compiling ScClient Event.swift
[55/58] Compiling ScClient client.swift
[56/60] Emitting module Main
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:47: warning: expression implicitly coerced from 'String?' to 'Any'
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: provide a default value to avoid this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                          ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: force-unwrap the value to avoid this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                         !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                          as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: warning: expression implicitly coerced from 'Bool?' to 'Any'
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: provide a default value to avoid this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                               ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: force-unwrap the value to avoid this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                              !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                               as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: warning: expression implicitly coerced from 'String?' to 'Any'
    print("Token is ", token)
                       ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: provide a default value to avoid this warning
    print("Token is ", token)
                       ^~~~~
                             ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: force-unwrap the value to avoid this warning
    print("Token is ", token)
                       ^~~~~
                            !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Token is ", token)
                       ^~~~~
                             as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
            print("Got error while subscribing ", error)
                                                  ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: provide a default value to avoid this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                        ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: force-unwrap the value to avoid this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                       !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: explicitly cast to 'Any' with 'as Any' to silence this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                        as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
             print("Got error while publishing ", error)
                                                  ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: provide a default value to avoid this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                        ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: force-unwrap the value to avoid this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                       !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: explicitly cast to 'Any' with 'as Any' to silence this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                        as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: provide a default value to avoid this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                         ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: force-unwrap the value to avoid this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                        !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                         as Any
[57/60] Compiling Main main.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:47: warning: expression implicitly coerced from 'String?' to 'Any'
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: provide a default value to avoid this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                          ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: force-unwrap the value to avoid this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                         !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:13:54: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Disconnected from server due to ", error?.localizedDescription)
                                              ~~~~~~~^~~~~~~~~~~~~~~~~~~~
                                                                          as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: warning: expression implicitly coerced from 'Bool?' to 'Any'
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: provide a default value to avoid this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                               ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: force-unwrap the value to avoid this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                              !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:18:32: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Authenticated is ", isAuthenticated)
                               ^~~~~~~~~~~~~~~
                                               as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: warning: expression implicitly coerced from 'String?' to 'Any'
    print("Token is ", token)
                       ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: provide a default value to avoid this warning
    print("Token is ", token)
                       ^~~~~
                             ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: force-unwrap the value to avoid this warning
    print("Token is ", token)
                       ^~~~~
                            !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:23:24: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print("Token is ", token)
                       ^~~~~
                             as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
            print("Got error while subscribing ", error)
                                                  ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: provide a default value to avoid this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                        ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: force-unwrap the value to avoid this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                       !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:29:51: note: explicitly cast to 'Any' with 'as Any' to silence this warning
            print("Got error while subscribing ", error)
                                                  ^~~~~
                                                        as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
             print("Got error while publishing ", error)
                                                  ^~~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: provide a default value to avoid this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                        ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: force-unwrap the value to avoid this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                       !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:39:51: note: explicitly cast to 'Any' with 'as Any' to silence this warning
             print("Got error while publishing ", error)
                                                  ^~~~~
                                                        as Any
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: provide a default value to avoid this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                         ?? <#default value#>
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: force-unwrap the value to avoid this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                        !
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Main/main.swift:50:69: note: explicitly cast to 'Any' with 'as Any' to silence this warning
    print ("Got data for channel", channelName, " object data is ", data)
                                                                    ^~~~
                                                                         as Any
[57/60] Write Objects.LinkFileList
[58/60] Linking Main
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Main: replacing existing signature
[59/60] Applying Main
Build complete! (15.29s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetching https://github.com/alibaba/HandyJSON.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/daltoniam/Starscream.git from cache (0.23s)
Fetched https://github.com/Quick/Nimble.git from cache (0.24s)
Fetched https://github.com/alibaba/HandyJSON.git from cache (0.24s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.27s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.27s)
Fetched https://github.com/Quick/Quick.git from cache (0.27s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.0.1 (0.48s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.49s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.54s)
Computing version for https://github.com/alibaba/HandyJSON.git
Computed https://github.com/alibaba/HandyJSON.git at 5.0.1 (0.48s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.50s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.1
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/alibaba/HandyJSON.git
Working copy of https://github.com/alibaba/HandyJSON.git resolved at 5.0.1
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.01s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.0.1
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for zlib
Build complete.
Done.

Build Machine: Mac 7