The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Pusher, reference 1.0.1 (9e6d36), with Swift 6.1 for Linux on 26 Apr 2025 18:39:44 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pusher/pusher-http-swift.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pusher/pusher-http-swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 9e6d363 Merge pull request #45 from pusher/bugfix_ordered_json
Cloned https://github.com/pusher/pusher-http-swift.git
Revision (git rev-parse @):
9e6d3638fb0e62bb30ebecbfba0a1eabbabf9c77
SUCCESS checkout https://github.com/pusher/pusher-http-swift.git at 1.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pusher/pusher-http-swift.git
https://github.com/pusher/pusher-http-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "apiota",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielrbrowne/APIota"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "tweetnacl-swiftwrap",
      "requirement" : {
        "revision" : [
          "f8fd111642bf2336b11ef9ea828510693106e954"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bitmark-inc/tweetnacl-swiftwrap"
    }
  ],
  "manifest_display_name" : "Pusher",
  "name" : "Pusher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Pusher",
      "targets" : [
        "Pusher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PusherTests",
      "module_type" : "SwiftTarget",
      "name" : "PusherTests",
      "path" : "Tests/PusherTests",
      "sources" : [
        "AppStateQueryTests.swift",
        "AuthTokenTests.swift",
        "ClientOptionsTests.swift",
        "EventTriggerTests.swift",
        "Extensions/XCTest+Pusher.swift",
        "Models/Mocks.swift",
        "Models/TestObjects.swift",
        "WebhookTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pusher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pusher",
      "module_type" : "SwiftTarget",
      "name" : "Pusher",
      "path" : "Sources/Pusher",
      "product_dependencies" : [
        "APIota",
        "AnyCodable",
        "Crypto",
        "TweetNacl"
      ],
      "product_memberships" : [
        "Pusher"
      ],
      "sources" : [
        "Extensions/Data+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Models/AuthenticationToken.swift",
        "Models/Channel.swift",
        "Models/ChannelAttributeFetchOptions.swift",
        "Models/ChannelAttributes.swift",
        "Models/ChannelFilter.swift",
        "Models/ChannelInfo.swift",
        "Models/ChannelSummary.swift",
        "Models/ChannelType.swift",
        "Models/EncryptedData.swift",
        "Models/Event.swift",
        "Models/PresenceUserAuthData.swift",
        "Models/PusherError.swift",
        "Models/SDKVersion.swift",
        "Models/User.swift",
        "Models/Webhook.swift",
        "Models/WebhookEvent.swift",
        "Models/WebhookEventType.swift",
        "Networking/Client/APIClient.swift",
        "Networking/Client/GetChannelEndpoint.swift",
        "Networking/Client/GetChannelsEndpoint.swift",
        "Networking/Client/GetUsersEndpoint.swift",
        "Networking/Client/TriggerBatchEventsEndpoint.swift",
        "Networking/Client/TriggerEventEndpoint.swift",
        "Networking/Models/AuthInfo.swift",
        "Networking/Models/ChannelInfoListAPIResponse.swift",
        "Networking/Models/ChannelSummaryListAPIResponse.swift",
        "Networking/Models/ChannelUsersAPIResponse.swift",
        "Networking/Models/EventBatch.swift",
        "Networking/Models/JSONEncoder.swift",
        "Networking/Models/PusherClientOptions.swift",
        "Protocols/AuthInfoRecord.swift",
        "Protocols/ChannelAttributable.swift",
        "Protocols/ChannelDescription.swift",
        "Protocols/ChannelInfoRecord.swift",
        "Protocols/ChannelSummaryRecord.swift",
        "Protocols/EventInfoRecord.swift",
        "Protocols/SubscriptionCountable.swift",
        "Protocols/UserCountable.swift",
        "Protocols/UserInfoRecord.swift",
        "Protocols/WebhookEventRecord.swift",
        "Pusher.swift",
        "Services/AuthTokenService.swift",
        "Services/CryptoService.swift",
        "Services/WebhookService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/bitmark-inc/tweetnacl-swiftwrap
[1/404] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (0.25s)
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/danielrbrowne/APIota
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[783/1486] Fetching anycodable, apiota
Fetched https://github.com/Flight-School/AnyCodable from cache (0.22s)
[1/13784] Fetching swift-crypto
[3310/163677] Fetching swift-crypto, swiftlint
Fetched https://github.com/danielrbrowne/APIota from cache (30.35s)
Fetched https://github.com/apple/swift-crypto from cache (30.38s)
Fetched https://github.com/realm/SwiftLint from cache (31.81s)
Computing version for https://github.com/danielrbrowne/APIota
Computed https://github.com/danielrbrowne/APIota at 0.2.0 (32.37s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 1.1.7 (0.57s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.55s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (0.71s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[86/17125] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[3196/30059] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
[3746/40348] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams
[26822/110580] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.48s)
Fetching https://github.com/apple/swift-argument-parser.git
[61191/109651] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (1.53s)
[52307/99362] Fetching collectionconcurrencykit, sourcekitten, cryptoswift, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.65s)
[41111/83250] Fetching collectionconcurrencykit, cryptoswift, swift-syntax
[61480/98200] Fetching collectionconcurrencykit, cryptoswift, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.84s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (4.60s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (4.63s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.65s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (5.21s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.53s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.55s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.53s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.28s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.01s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.54s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.50s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/danielrbrowne/APIota
Working copy of https://github.com/danielrbrowne/APIota resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 1.1.7
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at f8fd111642bf2336b11ef9ea828510693106e954
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/415] Write sources
[6/415] Compiling sha1-armv4-large.ios.arm.S
[7/415] Compiling evp_asn1.c
[8/415] Compiling CTweetNacl ctweetnacl.c
[9/415] Compiling poly_rq_mul.S
[10/415] Compiling evp.c
[11/415] Compiling v3_pcia.c
[12/415] Compiling v3_bcons.c
[13/415] Compiling a_dup.c
[14/415] Write swift-version-24593BA9C3E375BF.txt
[15/415] Compiling v3_skey.c
[16/415] Compiling v3_prn.c
[17/415] Compiling CCryptoBoringSSLShims shims.c
[18/415] Compiling v3_pmaps.c
[19/415] Compiling v3_purp.c
[20/415] Compiling v3_utl.c
[21/415] Compiling v3_pci.c
[22/415] Compiling v3_pcons.c
[23/418] Compiling v3_ncons.c
[24/418] Compiling v3_info.c
[25/418] Compiling v3_int.c
[26/418] Compiling v3_ocsp.c
[27/418] Compiling v3_genn.c
[28/418] Compiling v3_lib.c
[29/418] Compiling v3_ia5.c
[30/418] Compiling v3_enum.c
[31/418] Compiling v3_extku.c
[32/418] Compiling v3_conf.c
[33/418] Compiling v3_cpols.c
[34/418] Compiling v3_crld.c
[35/418] Compiling v3_alt.c
[36/418] Compiling v3_bitst.c
[37/418] Compiling v3_akeya.c
[38/418] Compiling pcy_node.c
[39/418] Compiling v3_akey.c
[40/418] Compiling pcy_tree.c
[41/418] Compiling pcy_map.c
[42/418] Compiling pcy_data.c
[43/418] Compiling x_x509a.c
[44/418] Compiling pcy_lib.c
[45/418] Compiling pcy_cache.c
[46/418] Compiling x_val.c
[47/418] Compiling x_spki.c
[48/418] Compiling x_x509.c
[49/418] Compiling x_sig.c
[50/418] Compiling x_pkey.c
[51/418] Compiling x_req.c
[52/418] Compiling x_pubkey.c
[53/418] Compiling x_name.c
[54/418] Compiling x_info.c
[55/418] Compiling x_exten.c
[56/418] Compiling x_attrib.c
[57/418] Compiling x_algor.c
[58/418] Compiling x509rset.c
[59/418] Compiling x509spki.c
[60/418] Compiling x_crl.c
[61/418] Compiling x509name.c
[62/418] Compiling x_all.c
[63/418] Compiling x509cset.c
[64/418] Compiling x509_vpm.c
[65/418] Compiling x509_txt.c
[66/418] Compiling x509_v3.c
[67/418] Compiling x509_vfy.c
[68/418] Compiling x509_trs.c
[69/418] Compiling x509_req.c
[70/418] Compiling x509_obj.c
[71/418] Compiling x509_ext.c
[72/418] Compiling x509_set.c
[73/418] Compiling x509_lu.c
[74/418] Compiling x509_att.c
[75/418] Compiling x509_def.c
[76/418] Compiling x509_d2.c
[77/418] Compiling t_x509a.c
[78/418] Compiling x509_cmp.c
[79/418] Compiling x509.c
[80/418] Compiling i2d_pr.c
[81/418] Compiling t_req.c
[82/418] Compiling rsa_pss.c
[83/418] Compiling t_x509.c
[84/418] Compiling by_file.c
[85/418] Compiling t_crl.c
[86/418] Compiling algorithm.c
[87/418] Compiling asn1_gen.c
[88/418] Compiling a_strex.c
[89/418] Compiling a_sign.c
[90/418] Compiling a_digest.c
[91/418] Compiling by_dir.c
[91/418] Compiling a_verify.c
[93/418] Compiling thread_win.c
[94/418] Compiling thread.c
[95/418] Compiling thread_none.c
[96/418] Compiling thread_pthread.c
[97/418] Compiling stack.c
[98/418] Compiling siphash.c
[99/418] Compiling voprf.c
[99/418] Compiling trust_token.c
[101/418] Compiling rsa_print.c
[102/418] Compiling pmbtoken.c
[103/418] Compiling rc4.c
[103/418] Compiling windows.c
[104/418] Compiling refcount_lock.c
[104/418] Compiling refcount_c11.c
[104/418] Compiling rsa_asn1.c
[108/418] Compiling rand_extra.c
[109/418] Compiling fuchsia.c
[110/418] Compiling passive.c
[111/418] Compiling deterministic.c
[112/418] Compiling forkunsafe.c
[113/418] Compiling poly1305_arm.c
[114/418] Compiling poly1305.c
[115/418] Compiling pool.c
[116/418] Compiling poly1305_arm_asm.S
[117/418] Compiling poly1305_vec.c
[118/418] Compiling pkcs7.c
[119/418] Compiling p5_pbev2.c
[120/418] Compiling pkcs8_x509.c
[121/418] Compiling pkcs8.c
[122/418] Compiling pkcs7_x509.c
[123/418] Compiling pem_xaux.c
[124/418] Compiling pem_x509.c
[125/418] Compiling pem_pkey.c
[126/418] Compiling obj_xref.c
[127/418] Compiling pem_info.c
[128/418] Compiling pem_pk8.c
[129/418] Compiling lhash.c
[130/418] Compiling pem_all.c
[131/418] Compiling pem_oth.c
[132/418] Compiling mem.c
[133/418] Compiling pem_lib.c
[134/418] Compiling hkdf.c
[135/418] Compiling x86_64-mont5.mac.x86_64.S
[135/418] Compiling hpke.c
[137/418] Compiling obj.c
[138/418] Compiling x86_64-mont5.linux.x86_64.S
[139/418] Compiling x86_64-mont.mac.x86_64.S
[140/418] Compiling x86-mont.linux.x86.S
[141/418] Compiling hrss.c
[142/418] Compiling x86-mont.windows.x86.S
[143/418] Compiling x86_64-mont.linux.x86_64.S
[144/418] Compiling vpaes-x86_64.mac.x86_64.S
[145/418] Compiling vpaes-x86_64.linux.x86_64.S
[146/418] Compiling vpaes-armv8.linux.aarch64.S
[147/418] Compiling vpaes-x86.linux.x86.S
[148/418] Compiling vpaes-armv8.ios.aarch64.S
[148/418] Compiling vpaes-x86.windows.x86.S
[150/418] Compiling vpaes-armv7.linux.arm.S
[151/418] Compiling vpaes-armv7.ios.arm.S
[152/418] Compiling kdf.c
[153/418] Compiling sha512-x86_64.mac.x86_64.S
[154/418] Compiling sha512-armv8.linux.aarch64.S
[155/418] Compiling sha512-x86_64.linux.x86_64.S
[156/418] Compiling sha512-armv4.linux.arm.S
[157/418] Compiling sha512-armv8.ios.aarch64.S
[158/418] Compiling sha512-armv4.ios.arm.S
[158/418] Compiling sha256-armv8.linux.aarch64.S
[158/418] Compiling sha256-x86_64.mac.x86_64.S
[161/418] Compiling sha256-armv8.ios.aarch64.S
[162/418] Compiling sha512-586.windows.x86.S
[163/418] Compiling sha512-586.linux.x86.S
[164/418] Compiling sha256-x86_64.linux.x86_64.S
[165/418] Compiling sha256-armv4.ios.arm.S
[166/418] Compiling sha256-armv4.linux.arm.S
[167/418] Compiling sha1-armv8.linux.aarch64.S
[168/418] Compiling sha256-586.windows.x86.S
[169/418] Compiling sha1-x86_64.mac.x86_64.S
[170/418] Compiling sha256-586.linux.x86.S
[171/418] Compiling sha1-armv8.ios.aarch64.S
[172/418] Compiling sha1-586.windows.x86.S
[173/418] Compiling sha1-armv4-large.linux.arm.S
[174/418] Compiling sha1-x86_64.linux.x86_64.S
[175/418] Compiling sha1-586.linux.x86.S
[176/418] Compiling sha256.c
[177/418] Compiling sha512.c
[178/418] Compiling rsaz-avx2.mac.x86_64.S
[179/418] Compiling sha1-altivec.c
[180/418] Compiling rsaz-avx2.linux.x86_64.S
[181/418] Compiling sha1.c
[182/418] Compiling self_check.c
[183/418] Compiling rdrand-x86_64.mac.x86_64.S
[184/418] Compiling rdrand-x86_64.linux.x86_64.S
[185/418] Compiling blinding.c
[186/418] Compiling rsa.c
[187/418] Compiling padding.c
[188/418] Compiling fork_detect.c
[189/418] Compiling rsa_impl.c
[190/418] Compiling p256-x86_64-asm.mac.x86_64.S
[190/418] Compiling rand.c
[192/418] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[193/418] Compiling urandom.c
[194/418] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[195/418] Compiling polyval.c
[196/418] Compiling ctrdrbg.c
[197/418] Compiling p256-x86_64-asm.linux.x86_64.S
[198/418] Compiling ofb.c
[199/418] Compiling gcm_nohw.c
[200/418] Compiling cbc.c
[201/418] Compiling cfb.c
[202/418] Compiling md5-x86_64.mac.x86_64.S
[203/418] Compiling ctr.c
[204/418] Compiling md5-586.windows.x86.S
[204/418] Compiling md5.c
[206/418] Compiling gcm.c
[207/418] Compiling md5-x86_64.linux.x86_64.S
[208/418] Compiling md5-586.linux.x86.S
[209/418] Compiling ghashv8-armx64.ios.aarch64.S
[210/418] Compiling is_fips.c
[211/418] Compiling ghashv8-armx32.linux.arm.S
[212/418] Compiling md4.c
[213/418] Compiling ghashv8-armx64.linux.aarch64.S
[214/418] Compiling hmac.c
[215/418] Compiling ghashv8-armx32.ios.arm.S
[216/418] Compiling ghash-x86_64.mac.x86_64.S
[217/418] Compiling ghash-x86_64.linux.x86_64.S
[218/418] Compiling ghash-x86.windows.x86.S
[219/418] Compiling ghash-x86.linux.x86.S
[220/418] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[221/418] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[222/418] Compiling ghash-ssse3-x86.linux.x86.S
[223/418] Compiling ghash-ssse3-x86.windows.x86.S
[224/418] Compiling fips_shared_support.c
[225/418] Compiling ghash-neon-armv8.ios.aarch64.S
[226/418] Compiling ghash-armv4.ios.arm.S
[227/418] Compiling ghash-neon-armv8.linux.aarch64.S
[228/418] Compiling ghash-armv4.linux.arm.S
[229/418] Compiling ecdsa.c
[230/418] Compiling ecdh.c
[231/418] Compiling wnaf.c
[232/418] Compiling simple_mul.c
[232/418] Compiling util.c
[234/418] Compiling simple.c
[235/418] Compiling scalar.c
[236/418] Compiling p224-64.c
[237/418] Compiling oct.c
[238/418] Compiling felem.c
[239/418] Compiling p256.c
[240/418] Compiling ec_key.c
[241/418] Compiling ec_montgomery.c
[242/418] Compiling digest.c
[243/418] Compiling check.c
[244/418] Compiling co-586.windows.x86.S
[245/418] Compiling dh.c
[246/418] Compiling digests.c
[247/418] Compiling ec.c
[248/418] Compiling des.c
[249/418] Compiling co-586.linux.x86.S
[250/418] Compiling e_des.c
[251/418] Compiling bsaes-armv7.linux.arm.S
[252/418] Compiling bsaes-armv7.ios.arm.S
[253/418] Compiling e_aes.c
[254/418] Compiling aead.c
[255/418] Compiling p256-x86_64.c
[256/418] Compiling shift.c
[257/418] Compiling sqrt.c
[257/418] Compiling cipher.c
[259/418] Compiling rsaz_exp.c
[260/418] Compiling random.c
[261/418] Compiling prime.c
[262/418] Compiling montgomery_inv.c
[263/418] Compiling jacobi.c
[264/418] Compiling generic.c
[264/418] Compiling montgomery.c
[264/418] Compiling mul.c
[267/418] Compiling gcd.c
[268/418] Compiling gcd_extra.c
[269/418] Compiling div_extra.c
[270/418] Compiling ctx.c
[271/418] Compiling exponentiation.c
[272/418] Compiling bn.c
[273/418] Compiling bytes.c
[274/418] Compiling cmp.c
[275/418] Compiling armv8-mont.linux.aarch64.S
[276/418] Compiling bn-586.windows.x86.S
[277/418] Compiling armv8-mont.ios.aarch64.S
[278/418] Compiling div.c
[279/418] Compiling bn-586.linux.x86.S
[280/418] Compiling armv4-mont.linux.arm.S
[281/418] Compiling add.c
[283/418] Compiling TweetNacl Constant.swift
[284/418] Emitting module TweetNacl
[284/418] Compiling aesv8-armx64.ios.aarch64.S
[285/418] Compiling aesv8-armx64.linux.aarch64.S
[285/418] Compiling aesv8-armx32.linux.arm.S
[287/418] Compiling x86_64-gcc.c
[288/418] Compiling armv4-mont.ios.arm.S
[289/418] Compiling aesni-x86_64.mac.x86_64.S
[289/418] Compiling aesv8-armx32.ios.arm.S
[291/418] Compiling aesni-x86.linux.x86.S
[291/418] Compiling aesni-x86.windows.x86.S
[293/418] Compiling aesni-gcm-x86_64.mac.x86_64.S
[293/418] Compiling aesni-x86_64.linux.x86_64.S
[295/418] Compiling aesni-gcm-x86_64.linux.x86_64.S
[296/418] Compiling aes.c
[297/418] Compiling mode_wrappers.c
[298/418] Compiling key_wrap.c
[299/418] Compiling scrypt.c
[300/418] Compiling sign.c
[301/418] Compiling ex_data.c
[302/418] Compiling aes_nohw.c
[303/418] Compiling pbkdf.c
[304/418] Compiling p_rsa_asn1.c
[305/418] Compiling p_x25519.c
[306/418] Compiling p_ed25519.c
[307/418] Compiling p_x25519_asn1.c
[308/418] Compiling print.c
[309/418] Compiling p_ed25519_asn1.c
[310/418] Compiling p_rsa.c
[311/418] Compiling p_ec_asn1.c
[312/418] Compiling err_data.c
[313/418] Compiling p_dsa_asn1.c
[314/418] Compiling digestsign.c
[315/418] Compiling p_ec.c
[316/418] Compiling evp_ctx.c
[317/418] Compiling ecdsa_asn1.c
[318/418] Compiling ecdh_extra.c
[319/418] Compiling engine.c
[320/418] Compiling err.c
[321/418] Compiling hash_to_curve.c
[322/418] Compiling ec_derive.c
[323/418] Compiling dsa_asn1.c
[324/418] Compiling ec_asn1.c
[325/418] Compiling dh_asn1.c
[326/418] Compiling digest_extra.c
[326/418] Compiling dsa.c
[328/418] Compiling params.c
[329/418] Compiling spake25519.c
[330/418] Compiling x25519-asm-arm.S
[331/418] Compiling cpu-arm.c
[332/418] Compiling cpu-ppc64le.c
[333/418] Compiling cpu-arm-linux.c
[334/418] Compiling crypto.c
[335/418] Compiling cpu-intel.c
[336/418] Compiling cpu-aarch64-win.c
[337/418] Compiling cpu-aarch64-linux.c
[338/418] Compiling cpu-aarch64-fuchsia.c
[339/418] Compiling curve25519.c
[340/418] Compiling tls_cbc.c
[341/418] Compiling e_rc4.c
[342/418] Compiling cmac.c
[343/418] Compiling e_tls.c
[344/418] Compiling e_rc2.c
[345/418] Compiling conf.c
[346/418] Compiling e_null.c
[347/418] Compiling e_chacha20poly1305.c
[348/418] Compiling derive_key.c
[349/418] Compiling e_aesctrhmac.c
[350/418] Compiling e_aesccm.c
[351/418] Compiling cipher_extra.c
[352/418] Compiling e_aesgcmsiv.c
[353/418] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[354/418] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[355/418] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[356/418] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[357/418] Compiling chacha-x86_64.mac.x86_64.S
[358/418] Compiling chacha.c
[359/418] Compiling chacha-x86.windows.x86.S
[359/418] Compiling chacha-x86_64.linux.x86_64.S
[361/418] Compiling chacha-x86.linux.x86.S
[362/418] Compiling chacha-armv8.ios.aarch64.S
[363/418] Compiling chacha-armv8.linux.aarch64.S
[364/418] Compiling chacha-armv4.linux.arm.S
[365/418] Compiling unicode.c
[366/418] Compiling chacha-armv4.ios.arm.S
[367/418] Compiling cbs.c
[368/418] Compiling ber.c
[369/418] Compiling asn1_compat.c
[370/418] Compiling buf.c
[371/418] Compiling bn_asn1.c
[372/418] Compiling convert.c
[373/418] Compiling cbb.c
[374/418] Compiling blake2.c
[375/418] Compiling socket_helper.c
[376/418] Compiling hexdump.c
[377/418] Compiling pair.c
[378/418] Compiling socket.c
[378/418] Compiling printf.c
[380/418] Compiling fd.c
[381/418] Compiling file.c
[382/418] Compiling connect.c
[383/418] Compiling bio_mem.c
[384/418] Compiling time_support.c
[385/418] Compiling base64.c
[386/418] Compiling bio.c
[387/418] Compiling tasn_utl.c
[387/418] Compiling tasn_typ.c
[389/418] Compiling tasn_fre.c
[390/418] Compiling tasn_new.c
[391/418] Compiling tasn_enc.c
[392/418] Compiling f_string.c
[394/418] Compiling TweetNacl TweetNacl.swift
[394/418] Compiling f_int.c
[395/419] Compiling asn1_par.c
[396/419] Compiling asn_pack.c
[397/419] Compiling tasn_dec.c
[398/419] Compiling f_enum.c
[399/419] Compiling asn1_lib.c
[400/419] Compiling a_utf8.c
[401/419] Compiling a_utctm.c
[403/419] Compiling a_type.c
[404/419] Compiling a_time.c
[405/419] Compiling a_octet.c
[406/419] Compiling a_print.c
[407/419] Compiling a_strnid.c
[408/419] Compiling a_mbstr.c
[409/419] Compiling a_i2d_fp.c
[410/419] Compiling a_int.c
[411/419] Write sources
[412/419] Compiling a_object.c
[413/419] Write sources
[414/419] Compiling a_gentm.c
[415/419] Compiling a_d2i_fp.c
[416/419] Compiling a_enum.c
[417/419] Compiling a_bool.c
[418/419] Compiling a_bitstr.c
[420/486] Compiling APIota HTTPMethod.swift
[421/487] Emitting module AnyCodable
[422/487] Compiling AnyCodable AnyCodable.swift
[423/487] Compiling APIota HTTPHeader.swift
[424/487] Compiling APIota HTTPHeaders.swift
[425/487] Compiling APIota HTTPMediaType.swift
[426/487] Compiling APIota APIotaClientError.swift
[427/487] Compiling Crypto AES-GCM.swift
[428/487] Compiling Crypto AES-GCM_boring.swift
[429/487] Emitting module APIota
[430/487] Compiling APIota APIotaURLEncodedFormEndpoint.swift
[431/487] Compiling AnyCodable AnyDecodable.swift
[432/487] Compiling AnyCodable AnyEncodable.swift
[433/488] Compiling APIota HTTPStatusCode.swift
[436/489] Compiling Crypto SymmetricKeys.swift
[437/489] Compiling Crypto HMAC.swift
[438/489] Compiling Crypto MACFunctions.swift
[439/489] Compiling Crypto MessageAuthenticationCode.swift
[440/489] Compiling Crypto AES.swift
[441/489] Compiling Crypto ECDSASignature_boring.swift
[442/489] Compiling Crypto ECDSA_boring.swift
[443/496] Compiling Crypto EllipticCurve_boring.swift
[444/496] Compiling Crypto NISTCurvesKeys_boring.swift
[445/496] Compiling Crypto X25519Keys_boring.swift
[446/496] Compiling Crypto Curve25519.swift
[447/496] Compiling Crypto Ed25519.swift
[448/496] Compiling Crypto NISTCurvesKeys.swift
[449/496] Compiling Crypto X25519Keys.swift
[450/496] Compiling Crypto EdDSA_boring.swift
[451/496] Compiling Crypto ECDSA.swift
[452/496] Compiling Crypto EdDSA.swift
[453/496] Compiling Crypto Signature.swift
[454/496] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[455/496] Compiling Crypto CryptoKitErrors_boring.swift
[456/496] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[457/496] Emitting module Crypto
[460/496] Compiling Crypto ChaChaPoly_boring.swift
[461/496] Compiling Crypto ChaChaPoly.swift
[462/496] Compiling Crypto Cipher.swift
[463/496] Compiling Crypto Nonces.swift
[464/496] Compiling Crypto ASN1.swift
[465/496] Compiling Crypto ASN1BitString.swift
[466/496] Compiling Crypto ASN1Identifier.swift
[467/496] Compiling Crypto ASN1Integer.swift
[468/496] Compiling Crypto ASN1OctetString.swift
[469/496] Compiling Crypto ArraySliceBigint.swift
[470/496] Compiling Crypto ObjectIdentifier.swift
[471/496] Compiling Crypto ECDSASignature.swift
[472/496] Compiling Crypto PEMDocument.swift
[473/496] Compiling Crypto PKCS8PrivateKey.swift
[474/496] Compiling Crypto Insecure.swift
[475/496] Compiling Crypto Insecure_HashFunctions.swift
[476/496] Compiling Crypto ECDH_boring.swift
[477/496] Compiling Crypto DH.swift
[478/496] Compiling Crypto ECDH.swift
[479/496] Compiling Crypto HKDF.swift
[480/496] Compiling Crypto Ed25519_boring.swift
[481/496] Compiling Crypto EllipticCurvePoint_boring.swift
[482/496] Compiling Crypto SEC1PrivateKey.swift
[483/496] Compiling Crypto SubjectPublicKeyInfo.swift
[484/496] Compiling Crypto CryptoKitErrors.swift
[485/496] Compiling Crypto Digest_boring.swift
[486/496] Compiling Crypto Digest.swift
[487/496] Compiling Crypto Digests.swift
[488/496] Compiling Crypto HashFunctions.swift
[489/496] Compiling Crypto HashFunctions_SHA2.swift
[490/496] Compiling Crypto RNG_boring.swift
[491/496] Compiling Crypto SafeCompare_boring.swift
[492/496] Compiling Crypto Zeroization_boring.swift
[493/496] Compiling Crypto PrettyBytes.swift
[494/496] Compiling Crypto SafeCompare.swift
[495/496] Compiling Crypto SecureBytes.swift
[496/496] Compiling Crypto Zeroization.swift
[498/539] Compiling Pusher ChannelSummaryRecord.swift
[499/539] Compiling Pusher EventInfoRecord.swift
[500/539] Compiling Pusher SubscriptionCountable.swift
[501/539] Compiling Pusher UserCountable.swift
[502/539] Compiling Pusher UserInfoRecord.swift
[503/539] Compiling Pusher JSONEncoder.swift
[504/539] Compiling Pusher PusherClientOptions.swift
[505/539] Compiling Pusher AuthInfoRecord.swift
[506/539] Compiling Pusher ChannelAttributable.swift
[507/539] Compiling Pusher ChannelDescription.swift
[508/539] Compiling Pusher ChannelInfoRecord.swift
[509/544] Compiling Pusher WebhookEventType.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[510/544] Compiling Pusher APIClient.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[511/544] Compiling Pusher GetChannelEndpoint.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[512/544] Compiling Pusher GetChannelsEndpoint.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[513/544] Compiling Pusher GetUsersEndpoint.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[514/544] Compiling Pusher TriggerBatchEventsEndpoint.swift
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[515/544] Compiling Pusher TriggerEventEndpoint.swift
[516/544] Compiling Pusher AuthInfo.swift
[517/544] Compiling Pusher ChannelInfoListAPIResponse.swift
[518/544] Compiling Pusher ChannelSummaryListAPIResponse.swift
[519/544] Compiling Pusher ChannelUsersAPIResponse.swift
[520/544] Compiling Pusher EventBatch.swift
[521/544] Compiling Pusher Data+Extensions.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[522/544] Compiling Pusher String+Extensions.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[523/544] Compiling Pusher AuthenticationToken.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[524/544] Compiling Pusher Channel.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[525/544] Compiling Pusher ChannelAttributeFetchOptions.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[526/544] Compiling Pusher ChannelAttributes.swift
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
[527/544] Emitting module Pusher
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:19:23: warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
17 |     ///
18 |     /// This attribute is only supported for presence channels.
19 |     public static let userCount = Self(rawValue: 1 << 0)
   |                       |- warning: static property 'userCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'userCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |
21 |     /// The number of all connections currently subscribed.
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:26:23: warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
24 |     /// page of your Channels dashboard. Attempts to fetch it when it is disabled result in
25 |     /// an error.
26 |     public static let subscriptionCount = Self(rawValue: 1 << 1)
   |                       |- warning: static property 'subscriptionCount' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscriptionCount' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |
28 |     /// All available attributes for the occupied channel. (i.e. `[.userCount, .subscriptionCount]`).
/host/spi-builder-workspace/Sources/Pusher/Models/ChannelAttributeFetchOptions.swift:32:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | /// Attempting to fetch an attribute for a channel that does not support that attribute
 7 | /// query will result in an error.
 8 | public struct ChannelAttributeFetchOptions: OptionSet {
   |               `- note: consider making struct 'ChannelAttributeFetchOptions' conform to the 'Sendable' protocol
 9 |
10 |     public let rawValue: Int
   :
30 |     /// This is only supported for presence channels and applications that have enabled
31 |     /// `subscriptionCount` attribute queries.
32 |     public static let all: Self = [.userCount, .subscriptionCount]
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'ChannelAttributeFetchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | }
34 |
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:30:16: warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                `- warning: static property 'defaultHeaders' is not concurrency-safe because non-'Sendable' type 'HTTPHeaders' may have shared mutable state; this is an error in the Swift 6 language mode
31 | }
32 |
/host/spi-builder-workspace/.build/checkouts/APIota/Sources/APIota/HTTP/HTTPHeaders.swift:7:15: note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 5 | /// An instance can be initialized using a dictionary literal
 6 | /// (e.g. `headers = [.contentType: HTTPMediaType.json.stringValue()]`).
 7 | public struct HTTPHeaders {
   |               `- note: struct 'HTTPHeaders' does not conform to the 'Sendable' protocol
 8 |
 9 |     private var headers: [HTTPHeader: String]
/host/spi-builder-workspace/Sources/Pusher/Networking/Client/APIClient.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 1 | import APIota
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'APIota'
 2 | import Foundation
 3 | #if canImport(FoundationNetworking)
   :
28 |
29 |     /// The default Channels HTTP API headers that should be appended to each `URLRequest` made by the receiver.
30 |     static let defaultHeaders: HTTPHeaders = [HTTPHeader("X-Pusher-Library"): "pusher-http-swift \(SDKVersion.current)"]
   |                |- note: add '@MainActor' to make static property 'defaultHeaders' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | }
32 |
[528/544] Compiling Pusher ChannelFilter.swift
[529/544] Compiling Pusher ChannelInfo.swift
[530/544] Compiling Pusher ChannelSummary.swift
[531/544] Compiling Pusher ChannelType.swift
[532/544] Compiling Pusher EncryptedData.swift
[533/544] Compiling Pusher Event.swift
[534/544] Compiling Pusher PresenceUserAuthData.swift
[535/544] Compiling Pusher PusherError.swift
[536/544] Compiling Pusher SDKVersion.swift
[537/544] Compiling Pusher User.swift
[538/544] Compiling Pusher Webhook.swift
[539/544] Compiling Pusher WebhookEvent.swift
[540/544] Compiling Pusher WebhookEventRecord.swift
[541/544] Compiling Pusher Pusher.swift
[542/544] Compiling Pusher AuthTokenService.swift
[543/544] Compiling Pusher CryptoService.swift
[544/544] Compiling Pusher WebhookService.swift
Build complete! (102.16s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "apiota",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielrbrowne/APIota"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "tweetnacl-swiftwrap",
      "requirement" : {
        "revision" : [
          "f8fd111642bf2336b11ef9ea828510693106e954"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bitmark-inc/tweetnacl-swiftwrap"
    }
  ],
  "manifest_display_name" : "Pusher",
  "name" : "Pusher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Pusher",
      "targets" : [
        "Pusher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PusherTests",
      "module_type" : "SwiftTarget",
      "name" : "PusherTests",
      "path" : "Tests/PusherTests",
      "sources" : [
        "AppStateQueryTests.swift",
        "AuthTokenTests.swift",
        "ClientOptionsTests.swift",
        "EventTriggerTests.swift",
        "Extensions/XCTest+Pusher.swift",
        "Models/Mocks.swift",
        "Models/TestObjects.swift",
        "WebhookTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pusher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pusher",
      "module_type" : "SwiftTarget",
      "name" : "Pusher",
      "path" : "Sources/Pusher",
      "product_dependencies" : [
        "APIota",
        "AnyCodable",
        "Crypto",
        "TweetNacl"
      ],
      "product_memberships" : [
        "Pusher"
      ],
      "sources" : [
        "Extensions/Data+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Models/AuthenticationToken.swift",
        "Models/Channel.swift",
        "Models/ChannelAttributeFetchOptions.swift",
        "Models/ChannelAttributes.swift",
        "Models/ChannelFilter.swift",
        "Models/ChannelInfo.swift",
        "Models/ChannelSummary.swift",
        "Models/ChannelType.swift",
        "Models/EncryptedData.swift",
        "Models/Event.swift",
        "Models/PresenceUserAuthData.swift",
        "Models/PusherError.swift",
        "Models/SDKVersion.swift",
        "Models/User.swift",
        "Models/Webhook.swift",
        "Models/WebhookEvent.swift",
        "Models/WebhookEventType.swift",
        "Networking/Client/APIClient.swift",
        "Networking/Client/GetChannelEndpoint.swift",
        "Networking/Client/GetChannelsEndpoint.swift",
        "Networking/Client/GetUsersEndpoint.swift",
        "Networking/Client/TriggerBatchEventsEndpoint.swift",
        "Networking/Client/TriggerEventEndpoint.swift",
        "Networking/Models/AuthInfo.swift",
        "Networking/Models/ChannelInfoListAPIResponse.swift",
        "Networking/Models/ChannelSummaryListAPIResponse.swift",
        "Networking/Models/ChannelUsersAPIResponse.swift",
        "Networking/Models/EventBatch.swift",
        "Networking/Models/JSONEncoder.swift",
        "Networking/Models/PusherClientOptions.swift",
        "Protocols/AuthInfoRecord.swift",
        "Protocols/ChannelAttributable.swift",
        "Protocols/ChannelDescription.swift",
        "Protocols/ChannelInfoRecord.swift",
        "Protocols/ChannelSummaryRecord.swift",
        "Protocols/EventInfoRecord.swift",
        "Protocols/SubscriptionCountable.swift",
        "Protocols/UserCountable.swift",
        "Protocols/UserInfoRecord.swift",
        "Protocols/WebhookEventRecord.swift",
        "Pusher.swift",
        "Services/AuthTokenService.swift",
        "Services/CryptoService.swift",
        "Services/WebhookService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.