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 ScClient, reference 2.0.1 (f14737), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 12:50:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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/admin/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
Fetching https://github.com/alibaba/HandyJSON.git
Fetching https://github.com/apple/swift-nio-zlib-support.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/daltoniam/Starscream.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2013] Fetching handyjson
[22/2028] Fetching handyjson, swift-nio-zlib-support
[399/7061] Fetching handyjson, swift-nio-zlib-support, starscream
[400/21816] Fetching handyjson, swift-nio-zlib-support, starscream, quick
[3473/41383] Fetching handyjson, swift-nio-zlib-support, starscream, quick, nimble
Fetched https://github.com/alibaba/HandyJSON.git from cache (0.93s)
[2647/39370] Fetching swift-nio-zlib-support, starscream, quick, nimble
[3780/92046] Fetching swift-nio-zlib-support, starscream, quick, nimble, rxswift
Fetched https://github.com/Quick/Nimble.git from cache (3.87s)
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (3.87s)
Fetched https://github.com/daltoniam/Starscream.git from cache (3.87s)
Fetched https://github.com/Quick/Quick.git from cache (3.87s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.87s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.0.1 (4.59s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.58s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.59s)
Computing version for https://github.com/alibaba/HandyJSON.git
Computed https://github.com/alibaba/HandyJSON.git at 5.0.1 (0.57s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.1 (2.67s)
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.56s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.0.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
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/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "socketcluster-client-swift",
      "name": "ScClient",
      "url": "https://github.com/sacOO7/socketcluster-client-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/socketcluster-client-swift",
      "dependencies": [
        {
          "identity": "starscream",
          "name": "Starscream",
          "url": "https://github.com/daltoniam/Starscream.git",
          "version": "3.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Starscream",
          "dependencies": [
            {
              "identity": "swift-nio-zlib-support",
              "name": "swift-nio-zlib-support",
              "url": "https://github.com/apple/swift-nio-zlib-support.git",
              "version": "1.0.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio-zlib-support",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "handyjson",
          "name": "HandyJSON",
          "url": "https://github.com/alibaba/HandyJSON.git",
          "version": "5.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HandyJSON",
          "dependencies": [
          ]
        },
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "2.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble.git",
              "version": "8.0.2",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "8.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        },
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "5.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sacOO7/socketcluster-client-swift.git
[6/522] Fetching socketcluster-client-swift
Fetched https://github.com/sacOO7/socketcluster-client-swift.git from cache (0.68s)
Fetching https://github.com/alibaba/HandyJSON.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.60s)
Fetched https://github.com/Quick/Quick.git from cache (0.60s)
Fetched https://github.com/alibaba/HandyJSON.git from cache (0.60s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.62s)
Fetched https://github.com/daltoniam/Starscream.git from cache (0.62s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.2 (0.69s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.0 (0.04s)
Computing version for https://github.com/alibaba/HandyJSON.git
Computed https://github.com/alibaba/HandyJSON.git at 5.0.1 (0.03s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.1 (0.03s)
Fetching https://github.com/apple/swift-nio-zlib-support.git from cache
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.48s)
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.53s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.03s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
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
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.0
Creating working copy for https://github.com/sacOO7/socketcluster-client-swift.git
Working copy of https://github.com/sacOO7/socketcluster-client-swift.git resolved at 2.0.1 (f14737e)
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.2
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: '.resolve-product-dependencies': dependency 'socketcluster-client-swift' is not used by any target
Found 5 product dependencies
  - Starscream
  - HandyJSON
  - Quick
  - Nimble
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sacOO7/socketcluster-client-swift.git
https://github.com/sacOO7/socketcluster-client-swift.git
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "3.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    },
    {
      "identity" : "handyjson",
      "requirement" : {
        "exact" : [
          "5.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alibaba/HandyJSON.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "2.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "8.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "ScClient",
  "name" : "ScClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScClient",
      "targets" : [
        "ScClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Main",
      "targets" : [
        "Main"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Unit",
      "module_type" : "SwiftTarget",
      "name" : "Unit",
      "path" : "Tests/Unit",
      "sources" : [
        "ClientUtilsTest.swift",
        "MiscellaneousTest.swift",
        "ParserTest.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScClient",
      "module_type" : "SwiftTarget",
      "name" : "ScClient",
      "path" : "Sources/ScClient",
      "product_dependencies" : [
        "Starscream",
        "HandyJSON"
      ],
      "product_memberships" : [
        "ScClient",
        "Main"
      ],
      "sources" : [
        "Emitter/Listener.swift",
        "Models/Event.swift",
        "Parser/Parser.swift",
        "Utils/AtomicInteger.swift",
        "Utils/ClientUtils.swift",
        "Utils/Miscellaneous.swift",
        "client.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Main",
      "module_type" : "SwiftTarget",
      "name" : "Main",
      "path" : "Sources/Main",
      "product_memberships" : [
        "Main"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Integration",
      "module_type" : "SwiftTarget",
      "name" : "Integration",
      "path" : "Tests/Integration",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "RxSwift"
      ],
      "sources" : [
        "EmitReceiveTest.swift",
        "PubSubTest.swift",
        "SetUp/ClientBuilder.swift",
        "SetUp/ClientConfig.swift",
        "SetUp/ClientPool.swift",
        "SetUp/ClientPoolExecutor.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/9] Write sources
[4/9] Write Main-entitlement.plist
[5/9] Write swift-version-2F0A5646E1D333AE.txt
[7/47] Compiling Starscream SSLSecurity.swift
[8/47] Compiling Starscream Compression.swift
[9/47] Compiling Starscream SSLClientCertificate.swift
[10/47] Emitting module Starscream
[11/47] Compiling Starscream WebSocket.swift
[12/47] Emitting module HandyJSON
[13/50] Compiling HandyJSON ReflectionHelper.swift
[14/50] Compiling HandyJSON Serializer.swift
[15/50] Compiling HandyJSON TransformOf.swift
[16/50] Compiling HandyJSON AnyExtensions.swift
[17/50] Compiling HandyJSON BuiltInBasicType.swift
[18/50] Compiling HandyJSON BuiltInBridgeType.swift
[19/50] Compiling HandyJSON CBridge.swift
[20/50] Compiling HandyJSON Configuration.swift
[21/50] Compiling HandyJSON ContextDescriptorType.swift
[22/50] Compiling HandyJSON CustomDateFormatTransform.swift
[23/50] Compiling HandyJSON DataTransform.swift
[24/50] Compiling HandyJSON DateFormatterTransform.swift
[25/50] Compiling HandyJSON DateTransform.swift
[26/50] Compiling HandyJSON Deserializer.swift
[27/50] Compiling HandyJSON EnumTransform.swift
[28/50] Compiling HandyJSON Metadata.swift
[29/50] Compiling HandyJSON NSDecimalNumberTransform.swift
[30/50] Compiling HandyJSON OtherExtension.swift
[31/50] Compiling HandyJSON PointerType.swift
[32/50] Compiling HandyJSON Properties.swift
[33/50] Compiling HandyJSON PropertyInfo.swift
[34/50] Compiling HandyJSON EnumType.swift
[35/50] Compiling HandyJSON Export.swift
[36/50] Compiling HandyJSON ExtendCustomBasicType.swift
[37/50] Compiling HandyJSON ExtendCustomModelType.swift
[38/50] Compiling HandyJSON TransformType.swift
[39/50] Compiling HandyJSON Transformable.swift
[40/50] Compiling HandyJSON URLTransform.swift
[41/50] Compiling HandyJSON FieldDescriptor.swift
[42/50] Compiling HandyJSON HelpingMapper.swift
[43/50] Compiling HandyJSON HexColorTransform.swift
[44/50] Compiling HandyJSON ISO8601DateTransform.swift
[45/50] Compiling HandyJSON Logger.swift
[46/50] Compiling HandyJSON MangledName.swift
[47/50] Compiling HandyJSON Measuable.swift
[48/58] Compiling ScClient Parser.swift
[49/58] Compiling ScClient ClientUtils.swift
[50/58] Compiling ScClient AtomicInteger.swift
[51/58] Compiling ScClient Event.swift
[52/58] Emitting module ScClient
[53/58] Compiling ScClient Listener.swift
[54/58] Compiling ScClient Miscellaneous.swift
[55/58] Compiling ScClient client.swift
[56/60] Emitting module Main
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:13:47: warning: expression implicitly coerced from 'String?' to 'Any'
11 | var onDisconnect = {
12 |     (client :ScClient, error : Error?) in
13 |     print("Disconnected from server due to ", error?.localizedDescription)
   |                                               |      |- note: provide a default value to avoid this warning
   |                                               |      |- note: force-unwrap the value to avoid this warning
   |                                               |      `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
   |                                               `- warning: expression implicitly coerced from 'String?' to 'Any'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:18:32: warning: expression implicitly coerced from 'Bool?' to 'Any'
16 | var onAuthentication = {
17 |     (client :ScClient, isAuthenticated : Bool?) in
18 |     print("Authenticated is ", isAuthenticated)
   |                                |- warning: expression implicitly coerced from 'Bool?' to 'Any'
   |                                |- note: provide a default value to avoid this warning
   |                                |- note: force-unwrap the value to avoid this warning
   |                                `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:23:24: warning: expression implicitly coerced from 'String?' to 'Any'
21 | var onSetAuthentication = {
22 |     (client : ScClient, token : String?) in
23 |     print("Token is ", token)
   |                        |- warning: expression implicitly coerced from 'String?' to 'Any'
   |                        |- note: provide a default value to avoid this warning
   |                        |- note: force-unwrap the value to avoid this warning
   |                        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
24 |     client.subscribeAck(channelName: "yell", ack : {
25 |         (channelName : String, error : AnyObject?, data : AnyObject?) in
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:29:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
27 |             print("Successfully subscribed to channel ", channelName)
28 |         } else {
29 |             print("Got error while subscribing ", error)
   |                                                   |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                   |- note: provide a default value to avoid this warning
   |                                                   |- note: force-unwrap the value to avoid this warning
   |                                                   `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
30 |         }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:39:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
37 |             print("Successfully published to channel ", channelName)
38 |         }else {
39 |              print("Got error while publishing ", error)
   |                                                   |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                   |- note: provide a default value to avoid this warning
   |                                                   |- note: force-unwrap the value to avoid this warning
   |                                                   `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
40 |         }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:50:69: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
48 | client.onChannel(channelName: "yell", ack: {
49 |     (channelName : String , data : AnyObject?) in
50 |     print ("Got data for channel", channelName, " object data is ", data)
   |                                                                     |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                                     |- note: provide a default value to avoid this warning
   |                                                                     |- note: force-unwrap the value to avoid this warning
   |                                                                     `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
51 | })
52 |
[57/60] Compiling Main main.swift
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:13:47: warning: expression implicitly coerced from 'String?' to 'Any'
11 | var onDisconnect = {
12 |     (client :ScClient, error : Error?) in
13 |     print("Disconnected from server due to ", error?.localizedDescription)
   |                                               |      |- note: provide a default value to avoid this warning
   |                                               |      |- note: force-unwrap the value to avoid this warning
   |                                               |      `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
   |                                               `- warning: expression implicitly coerced from 'String?' to 'Any'
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:18:32: warning: expression implicitly coerced from 'Bool?' to 'Any'
16 | var onAuthentication = {
17 |     (client :ScClient, isAuthenticated : Bool?) in
18 |     print("Authenticated is ", isAuthenticated)
   |                                |- warning: expression implicitly coerced from 'Bool?' to 'Any'
   |                                |- note: provide a default value to avoid this warning
   |                                |- note: force-unwrap the value to avoid this warning
   |                                `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
19 | }
20 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:23:24: warning: expression implicitly coerced from 'String?' to 'Any'
21 | var onSetAuthentication = {
22 |     (client : ScClient, token : String?) in
23 |     print("Token is ", token)
   |                        |- warning: expression implicitly coerced from 'String?' to 'Any'
   |                        |- note: provide a default value to avoid this warning
   |                        |- note: force-unwrap the value to avoid this warning
   |                        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
24 |     client.subscribeAck(channelName: "yell", ack : {
25 |         (channelName : String, error : AnyObject?, data : AnyObject?) in
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:29:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
27 |             print("Successfully subscribed to channel ", channelName)
28 |         } else {
29 |             print("Got error while subscribing ", error)
   |                                                   |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                   |- note: provide a default value to avoid this warning
   |                                                   |- note: force-unwrap the value to avoid this warning
   |                                                   `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
30 |         }
31 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:39:51: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
37 |             print("Successfully published to channel ", channelName)
38 |         }else {
39 |              print("Got error while publishing ", error)
   |                                                   |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                   |- note: provide a default value to avoid this warning
   |                                                   |- note: force-unwrap the value to avoid this warning
   |                                                   `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
40 |         }
41 |
/Users/admin/builder/spi-builder-workspace/Sources/Main/main.swift:50:69: warning: expression implicitly coerced from 'AnyObject?' to 'Any'
48 | client.onChannel(channelName: "yell", ack: {
49 |     (channelName : String , data : AnyObject?) in
50 |     print ("Got data for channel", channelName, " object data is ", data)
   |                                                                     |- warning: expression implicitly coerced from 'AnyObject?' to 'Any'
   |                                                                     |- note: provide a default value to avoid this warning
   |                                                                     |- note: force-unwrap the value to avoid this warning
   |                                                                     `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
51 | })
52 |
[57/60] Write Objects.LinkFileList
[58/60] Linking Main
[59/60] Applying Main
Build complete! (10.68s)
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
warning: couldn't find pc file for zlib
Build complete.
{
  "dependencies" : [
    {
      "identity" : "starscream",
      "requirement" : {
        "exact" : [
          "3.1.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/daltoniam/Starscream.git"
    },
    {
      "identity" : "handyjson",
      "requirement" : {
        "exact" : [
          "5.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alibaba/HandyJSON.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "2.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "8.0.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "ScClient",
  "name" : "ScClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScClient",
      "targets" : [
        "ScClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Main",
      "targets" : [
        "Main"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Unit",
      "module_type" : "SwiftTarget",
      "name" : "Unit",
      "path" : "Tests/Unit",
      "sources" : [
        "ClientUtilsTest.swift",
        "MiscellaneousTest.swift",
        "ParserTest.swift",
        "UtilsTest.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScClient",
      "module_type" : "SwiftTarget",
      "name" : "ScClient",
      "path" : "Sources/ScClient",
      "product_dependencies" : [
        "Starscream",
        "HandyJSON"
      ],
      "product_memberships" : [
        "ScClient",
        "Main"
      ],
      "sources" : [
        "Emitter/Listener.swift",
        "Models/Event.swift",
        "Parser/Parser.swift",
        "Utils/AtomicInteger.swift",
        "Utils/ClientUtils.swift",
        "Utils/Miscellaneous.swift",
        "client.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Main",
      "module_type" : "SwiftTarget",
      "name" : "Main",
      "path" : "Sources/Main",
      "product_memberships" : [
        "Main"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Integration",
      "module_type" : "SwiftTarget",
      "name" : "Integration",
      "path" : "Tests/Integration",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "RxSwift"
      ],
      "sources" : [
        "EmitReceiveTest.swift",
        "PubSubTest.swift",
        "SetUp/ClientBuilder.swift",
        "SetUp/ClientConfig.swift",
        "SetUp/ClientPool.swift",
        "SetUp/ClientPoolExecutor.swift"
      ],
      "target_dependencies" : [
        "ScClient"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "4.0"
}
Done.