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 main (a9dc19), with Swift 6.1 for Linux on 26 Apr 2025 18:38:41 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a9dc19b Automated release setup (#48)
Cloned https://github.com/pusher/pusher-http-swift.git
Revision (git rev-parse @):
a9dc19b702d0a1f40a23b904cbd92bf9de7253ee
SUCCESS checkout https://github.com/pusher/pusher-http-swift.git at main
========================================
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-4609320-2":/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/danielrbrowne/APIota
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[228/1486] Fetching anycodable, apiota
[1487/15270] Fetching anycodable, apiota, swift-crypto
[7139/165163] Fetching anycodable, apiota, swift-crypto, swiftlint
Fetched https://github.com/Flight-School/AnyCodable from cache (20.92s)
Fetched https://github.com/danielrbrowne/APIota from cache (20.92s)
Fetched https://github.com/apple/swift-crypto from cache (20.95s)
Fetched https://github.com/realm/SwiftLint from cache (22.36s)
Computing version for https://github.com/danielrbrowne/APIota
Computed https://github.com/danielrbrowne/APIota at 0.2.0 (26.11s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 1.1.7 (3.54s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.53s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.45s)
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13947] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[1015/30059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
[2985/40348] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, yams
[26989/110580] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, yams, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.31s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.33s)
Fetched https://github.com/jpsim/Yams.git from cache (1.36s)
[27208/84095] Fetching swiftytexttable, cryptoswift, swift-syntax
[55301/99045] Fetching swiftytexttable, cryptoswift, swift-syntax, swift-argument-parser
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.25s)
[84005/86111] Fetching swiftytexttable, swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.68s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (5.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.21s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (5.75s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (1.13s)
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 (1.00s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.27s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (0.95s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.73s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.98s)
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.52s)
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/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at f8fd111642bf2336b11ef9ea828510693106e954
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.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/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
[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 CTweetNacl ctweetnacl.c
[7/415] Compiling a_bool.c
[8/415] Compiling a_bitstr.c
[9/415] Compiling x509name.c
[10/415] Compiling x509rset.c
[11/415] Compiling asn1_lib.c
[12/415] Write swift-version-24593BA9C3E375BF.txt
[13/415] Compiling v3_skey.c
[14/415] Compiling v3_purp.c
[15/415] Compiling CCryptoBoringSSLShims shims.c
[16/415] Compiling v3_utl.c
[17/415] Compiling v3_pmaps.c
[18/415] Compiling v3_prn.c
[19/415] Compiling v3_pcons.c
[20/415] Compiling v3_pcia.c
[21/418] Compiling v3_pci.c
[22/418] Compiling v3_ocsp.c
[23/418] Compiling v3_ncons.c
[24/418] Compiling v3_lib.c
[25/418] Compiling v3_int.c
[26/418] Compiling v3_info.c
[27/418] Compiling v3_ia5.c
[28/418] Compiling v3_enum.c
[29/418] Compiling v3_extku.c
[30/418] Compiling v3_genn.c
[31/418] Compiling v3_cpols.c
[32/418] Compiling v3_crld.c
[33/418] Compiling v3_bitst.c
[34/418] Compiling v3_bcons.c
[35/418] Compiling v3_conf.c
[36/418] Compiling v3_alt.c
[37/418] Compiling v3_akeya.c
[38/418] Compiling v3_akey.c
[39/418] Compiling pcy_tree.c
[40/418] Compiling pcy_map.c
[41/418] Compiling x_x509a.c
[42/418] Compiling pcy_lib.c
[43/418] Compiling pcy_data.c
[44/418] Compiling pcy_cache.c
[45/418] Compiling pcy_node.c
[46/418] Compiling x_x509.c
[47/418] Compiling x_val.c
[48/418] Compiling x_spki.c
[49/418] Compiling x_sig.c
[50/418] Compiling x_req.c
[51/418] Compiling x_pubkey.c
[52/418] Compiling x_pkey.c
[53/418] Compiling x_info.c
[54/418] Compiling x_name.c
[55/418] Compiling x_exten.c
[56/418] Compiling x_attrib.c
[57/418] Compiling x_all.c
[58/418] Compiling x_crl.c
[59/418] Compiling x_algor.c
[60/418] Compiling x509spki.c
[61/418] Compiling x509cset.c
[62/418] Compiling x509_vpm.c
[63/418] Compiling x509_txt.c
[63/418] Compiling x509_trs.c
[65/418] Compiling x509_set.c
[66/418] Compiling x509_vfy.c
[67/418] Compiling x509_req.c
[68/418] Compiling x509_v3.c
[69/418] Compiling x509_obj.c
[70/418] Compiling x509_def.c
[71/418] Compiling x509_d2.c
[72/418] Compiling x509_ext.c
[73/418] Compiling x509_lu.c
[74/418] Compiling x509.c
[75/418] Compiling x509_cmp.c
[76/418] Compiling x509_att.c
[77/418] Compiling t_x509a.c
[78/418] Compiling t_x509.c
[79/418] Compiling t_req.c
[80/418] Compiling t_crl.c
[81/418] Compiling i2d_pr.c
[82/418] Compiling rsa_pss.c
[82/418] Compiling by_file.c
[84/418] Compiling by_dir.c
[85/418] Compiling asn1_gen.c
[86/418] Compiling a_verify.c
[87/418] Compiling a_strex.c
[88/418] Compiling algorithm.c
[89/418] Compiling a_digest.c
[90/418] Compiling a_sign.c
[91/418] Compiling voprf.c
[92/418] Compiling trust_token.c
[93/418] Compiling thread.c
[94/418] Compiling thread_win.c
[95/418] Compiling thread_none.c
[96/418] Compiling thread_pthread.c
[96/418] Compiling stack.c
[98/418] Compiling rsa_print.c
[99/418] Compiling pmbtoken.c
[100/418] Compiling siphash.c
[101/418] Compiling rsa_asn1.c
[102/418] Compiling rc4.c
[103/418] Compiling rand_extra.c
[104/418] Compiling windows.c
[105/418] Compiling fuchsia.c
[106/418] Compiling refcount_lock.c
[107/418] Compiling passive.c
[108/418] Compiling deterministic.c
[109/418] Compiling refcount_c11.c
[110/418] Compiling forkunsafe.c
[111/418] Compiling poly1305_arm_asm.S
[112/418] Compiling poly1305_arm.c
[113/418] Compiling poly1305.c
[114/418] Compiling pool.c
[115/418] Compiling poly1305_vec.c
[116/418] Compiling pkcs7.c
[117/418] Compiling p5_pbev2.c
[118/418] Compiling pkcs8.c
[119/418] Compiling pkcs8_x509.c
[120/418] Compiling pem_x509.c
[121/418] Compiling pkcs7_x509.c
[122/418] Compiling pem_xaux.c
[123/418] Compiling pem_pkey.c
[124/418] Compiling obj_xref.c
[125/418] Compiling pem_pk8.c
[126/418] Compiling pem_oth.c
[127/418] Compiling pem_lib.c
[128/418] Compiling lhash.c
[129/418] Compiling mem.c
[130/418] Compiling pem_info.c
[131/418] Compiling x86_64-mont5.mac.x86_64.S
[132/418] Compiling poly_rq_mul.S
[133/418] Compiling pem_all.c
[134/418] Compiling hkdf.c
[135/418] Compiling hpke.c
[135/418] Compiling obj.c
[137/418] Compiling x86_64-mont.mac.x86_64.S
[138/418] Compiling vpaes-x86_64.mac.x86_64.S
[139/418] Compiling x86-mont.linux.x86.S
[140/418] Compiling x86_64-mont5.linux.x86_64.S
[141/418] Compiling x86_64-mont.linux.x86_64.S
[142/418] Compiling x86-mont.windows.x86.S
[143/418] Compiling hrss.c
[144/418] Compiling vpaes-x86.windows.x86.S
[145/418] Compiling vpaes-x86_64.linux.x86_64.S
[146/418] Compiling vpaes-x86.linux.x86.S
[147/418] Compiling vpaes-armv8.linux.aarch64.S
[148/418] Compiling vpaes-armv8.ios.aarch64.S
[149/418] Compiling vpaes-armv7.linux.arm.S
[150/418] Compiling vpaes-armv7.ios.arm.S
[151/418] Compiling sha512-x86_64.mac.x86_64.S
[152/418] Compiling sha512-x86_64.linux.x86_64.S
[153/418] Compiling sha512-armv8.linux.aarch64.S
[154/418] Compiling sha512-armv8.ios.aarch64.S
[155/418] Compiling sha512-armv4.linux.arm.S
[156/418] Compiling kdf.c
[157/418] Compiling sha512-armv4.ios.arm.S
[158/418] Compiling sha512-586.windows.x86.S
[159/418] Compiling sha256-x86_64.mac.x86_64.S
[160/418] Compiling sha256-armv8.ios.aarch64.S
[161/418] Compiling sha512-586.linux.x86.S
[162/418] Compiling sha256-armv8.linux.aarch64.S
[163/418] Compiling sha256-armv4.linux.arm.S
[164/418] Compiling sha256-x86_64.linux.x86_64.S
[165/418] Compiling sha256-armv4.ios.arm.S
[166/418] Compiling sha256-586.linux.x86.S
[167/418] Compiling sha256-586.windows.x86.S
[168/418] Compiling sha1-x86_64.mac.x86_64.S
[169/418] Compiling sha1-armv8.linux.aarch64.S
[170/418] Compiling sha1-armv8.ios.aarch64.S
[171/418] Compiling sha1-armv4-large.linux.arm.S
[172/418] Compiling sha1-armv4-large.ios.arm.S
[173/418] Compiling sha1-586.linux.x86.S
[174/418] Compiling sha1-x86_64.linux.x86_64.S
[175/418] Compiling sha1-586.windows.x86.S
[176/418] Compiling sha1-altivec.c
[177/418] Compiling sha512.c
[178/418] Compiling sha1.c
[178/418] Compiling sha256.c
[180/418] Compiling self_check.c
[181/418] Compiling blinding.c
[182/418] Compiling padding.c
[183/418] Compiling rsa_impl.c
[183/418] Compiling rsa.c
[185/418] Compiling rsaz-avx2.mac.x86_64.S
[186/418] Compiling fork_detect.c
[187/418] Compiling urandom.c
[188/418] Compiling rand.c
[189/418] Compiling ctrdrbg.c
[190/418] Compiling rsaz-avx2.linux.x86_64.S
[191/418] Compiling rdrand-x86_64.linux.x86_64.S
[191/418] Compiling rdrand-x86_64.mac.x86_64.S
[193/418] Compiling polyval.c
[194/418] Compiling gcm_nohw.c
[195/418] Compiling ofb.c
[196/418] Compiling ctr.c
[197/418] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[198/418] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[199/418] Compiling p256-x86_64-asm.mac.x86_64.S
[200/418] Compiling p256-x86_64-asm.linux.x86_64.S
[201/418] Compiling cfb.c
[202/418] Compiling gcm.c
[203/418] Compiling md5-x86_64.mac.x86_64.S
[204/418] Compiling md5-586.windows.x86.S
[205/418] Compiling md5-x86_64.linux.x86_64.S
[206/418] Compiling md5-586.linux.x86.S
[207/418] Compiling cbc.c
[207/418] Compiling md5.c
[209/418] Compiling is_fips.c
[210/418] Compiling ghashv8-armx64.linux.aarch64.S
[211/418] Compiling ghashv8-armx64.ios.aarch64.S
[212/418] Compiling md4.c
[213/418] Compiling hmac.c
[214/418] Compiling ghashv8-armx32.ios.arm.S
[215/418] Compiling ghashv8-armx32.linux.arm.S
[216/418] Compiling ghash-x86_64.mac.x86_64.S
[217/418] Compiling ghash-x86.windows.x86.S
[218/418] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[219/418] Compiling ghash-x86.linux.x86.S
[220/418] Compiling ghash-ssse3-x86.windows.x86.S
[221/418] Compiling ghash-x86_64.linux.x86_64.S
[221/418] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/418] Compiling ghash-ssse3-x86.linux.x86.S
[224/418] Compiling fips_shared_support.c
[225/418] Compiling ghash-neon-armv8.linux.aarch64.S
[226/418] Compiling ghash-armv4.ios.arm.S
[227/418] Compiling ghash-neon-armv8.ios.aarch64.S
[228/418] Compiling ghash-armv4.linux.arm.S
[229/418] Compiling ecdh.c
[230/418] Compiling ecdsa.c
[231/418] Compiling util.c
[232/418] Compiling wnaf.c
[233/418] Compiling simple_mul.c
[234/418] Compiling simple.c
[235/418] Compiling scalar.c
[236/418] Compiling oct.c
[237/418] Compiling felem.c
[238/418] Compiling p224-64.c
[239/418] Compiling ec_montgomery.c
[240/418] Compiling p256.c
[241/418] Compiling ec_key.c
[242/418] Compiling check.c
[243/418] Compiling digests.c
[244/418] Compiling digest.c
[245/418] Compiling dh.c
[246/418] Compiling co-586.windows.x86.S
[247/418] Compiling ec.c
[248/418] Compiling co-586.linux.x86.S
[249/418] Compiling bsaes-armv7.linux.arm.S
[250/418] Compiling des.c
[251/418] Compiling e_des.c
[252/418] Compiling aead.c
[253/418] Compiling cipher.c
[254/418] Compiling bsaes-armv7.ios.arm.S
[255/418] Compiling e_aes.c
[255/418] Compiling sqrt.c
[257/418] Compiling shift.c
[258/418] Compiling rsaz_exp.c
[259/418] Compiling random.c
[260/418] Compiling p256-x86_64.c
[261/418] Compiling montgomery_inv.c
[262/418] Compiling prime.c
[263/418] Compiling mul.c
[264/418] Compiling montgomery.c
[265/418] Compiling generic.c
[266/418] Compiling jacobi.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 cmp.c
[272/418] Compiling exponentiation.c
[273/418] Compiling div.c
[274/418] Compiling bytes.c
[275/418] Compiling bn.c
[276/418] Compiling add.c
[277/418] Compiling x86_64-gcc.c
[279/418] Emitting module TweetNacl
[280/418] Compiling TweetNacl Constant.swift
[280/418] Compiling armv8-mont.linux.aarch64.S
[281/418] Compiling bn-586.linux.x86.S
[282/418] Compiling bn-586.windows.x86.S
[283/418] Compiling aesv8-armx64.linux.aarch64.S
[284/418] Compiling armv8-mont.ios.aarch64.S
[284/418] Compiling aesv8-armx32.linux.arm.S
[284/418] Compiling armv4-mont.linux.arm.S
[284/418] Compiling aesv8-armx32.ios.arm.S
[285/418] Compiling aesv8-armx64.ios.aarch64.S
[289/418] Compiling armv4-mont.ios.arm.S
[290/418] Compiling aesni-x86.windows.x86.S
[291/418] Compiling aesni-gcm-x86_64.mac.x86_64.S
[292/418] Compiling aesni-x86.linux.x86.S
[293/418] Compiling aesni-x86_64.mac.x86_64.S
[294/418] Compiling aesni-gcm-x86_64.linux.x86_64.S
[295/418] Compiling aesni-x86_64.linux.x86_64.S
[296/418] Compiling mode_wrappers.c
[297/418] Compiling aes.c
[298/418] Compiling key_wrap.c
[299/418] Compiling p_x25519_asn1.c
[300/418] Compiling aes_nohw.c
[301/418] Compiling print.c
[302/418] Compiling ex_data.c
[302/418] Compiling pbkdf.c
[303/418] Compiling sign.c
[303/418] Compiling scrypt.c
[306/418] Compiling p_ed25519.c
[307/418] Compiling p_x25519.c
[308/418] Compiling p_rsa_asn1.c
[309/418] Compiling p_ec_asn1.c
[310/418] Compiling p_ed25519_asn1.c
[311/418] Compiling p_rsa.c
[311/418] Compiling p_ec.c
[313/418] Compiling err_data.c
[313/418] Compiling p_dsa_asn1.c
[315/418] Compiling digestsign.c
[315/418] Compiling evp_ctx.c
[317/418] Compiling evp_asn1.c
[318/418] Compiling evp.c
[319/418] Compiling engine.c
[320/418] Compiling err.c
[321/418] Compiling ecdsa_asn1.c
[322/418] Compiling ec_derive.c
[323/418] Compiling ecdh_extra.c
[324/418] Compiling hash_to_curve.c
[325/418] Compiling dsa_asn1.c
[326/418] Compiling ec_asn1.c
[327/418] Compiling dh_asn1.c
[328/418] Compiling params.c
[328/418] Compiling dsa.c
[330/418] Compiling digest_extra.c
[331/418] Compiling x25519-asm-arm.S
[332/418] Compiling spake25519.c
[333/418] Compiling cpu-ppc64le.c
[334/418] Compiling cpu-arm.c
[335/418] Compiling cpu-aarch64-win.c
[336/418] Compiling cpu-arm-linux.c
[336/418] Compiling crypto.c
[338/418] Compiling cpu-intel.c
[339/418] Compiling cpu-aarch64-linux.c
[340/418] Compiling cpu-aarch64-fuchsia.c
[341/418] Compiling e_rc4.c
[342/418] Compiling cmac.c
[343/418] Compiling tls_cbc.c
[344/418] Compiling e_rc2.c
[345/418] Compiling curve25519.c
[346/418] Compiling conf.c
[347/418] Compiling e_tls.c
[348/418] Compiling e_null.c
[349/418] Compiling derive_key.c
[350/418] Compiling e_chacha20poly1305.c
[351/418] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[352/418] Compiling e_aesctrhmac.c
[352/418] Compiling e_aesccm.c
[354/418] Compiling cipher_extra.c
[355/418] Compiling e_aesgcmsiv.c
[356/418] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[357/418] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[358/418] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[359/418] Compiling chacha-x86_64.mac.x86_64.S
[360/418] Compiling chacha-x86_64.linux.x86_64.S
[361/418] Compiling chacha-x86.windows.x86.S
[362/418] Compiling chacha-x86.linux.x86.S
[363/418] Compiling chacha.c
[364/418] Compiling chacha-armv8.linux.aarch64.S
[365/418] Compiling chacha-armv8.ios.aarch64.S
[366/418] Compiling chacha-armv4.linux.arm.S
[367/418] Compiling chacha-armv4.ios.arm.S
[368/418] Compiling unicode.c
[369/418] Compiling cbs.c
[370/418] Compiling ber.c
[371/418] Compiling asn1_compat.c
[372/418] Compiling buf.c
[373/418] Compiling bn_asn1.c
[373/418] Compiling cbb.c
[375/418] Compiling convert.c
[376/418] Compiling blake2.c
[377/418] Compiling printf.c
[378/418] Compiling socket_helper.c
[379/418] Compiling socket.c
[380/418] Compiling hexdump.c
[381/418] Compiling pair.c
[382/418] Compiling file.c
[383/418] Compiling fd.c
[384/418] Compiling bio_mem.c
[385/418] Compiling base64.c
[386/418] Compiling connect.c
[387/418] Compiling time_support.c
[388/418] Compiling bio.c
[389/418] Compiling tasn_utl.c
[390/418] Compiling tasn_fre.c
[391/418] Compiling tasn_typ.c
[392/418] Compiling tasn_new.c
[392/418] Compiling f_string.c
[394/418] Compiling tasn_enc.c
[395/418] Compiling f_int.c
[395/418] Compiling tasn_dec.c
[397/418] Compiling f_enum.c
[398/418] Compiling asn1_par.c
[399/418] Compiling asn_pack.c
[400/418] Compiling a_utf8.c
[401/418] Compiling a_utctm.c
[402/418] Compiling a_type.c
[403/418] Compiling a_time.c
[404/418] Compiling a_octet.c
[405/418] Compiling a_print.c
[406/418] Compiling a_strnid.c
[407/418] Compiling a_object.c
[408/418] Compiling a_mbstr.c
[409/418] Write sources
[410/418] Compiling a_i2d_fp.c
[411/418] Write sources
[412/418] Compiling a_int.c
[413/418] Compiling a_gentm.c
[414/418] Compiling a_dup.c
[415/418] Compiling a_enum.c
[416/418] Compiling a_d2i_fp.c
[418/431] Compiling TweetNacl TweetNacl.swift
[420/486] Compiling APIota HTTPMethod.swift
[421/487] Compiling APIota HTTPMediaType.swift
[422/487] Compiling APIota HTTPHeaders.swift
[423/487] Compiling Crypto AES-GCM.swift
[424/487] Compiling Crypto AES-GCM_boring.swift
[425/487] Compiling APIota HTTPStatusCode.swift
[426/487] Emitting module APIota
[427/487] Compiling AnyCodable AnyDecodable.swift
[428/487] Compiling AnyCodable AnyCodable.swift
[429/487] Emitting module AnyCodable
[430/487] Compiling AnyCodable AnyEncodable.swift
[431/488] Compiling APIota APIotaClientError.swift
[432/488] Compiling APIota APIotaURLEncodedFormEndpoint.swift
[433/488] Compiling APIota HTTPHeader.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
[459/496] Compiling Crypto ChaChaPoly_boring.swift
[460/496] Compiling Crypto ChaChaPoly.swift
[461/496] Compiling Crypto Cipher.swift
[462/496] Compiling Crypto Nonces.swift
[463/496] Compiling Crypto ASN1.swift
[464/496] Compiling Crypto ASN1BitString.swift
[465/496] Emitting module Crypto
[466/496] Compiling Crypto Insecure.swift
[467/496] Compiling Crypto Insecure_HashFunctions.swift
[468/496] Compiling Crypto ECDH_boring.swift
[469/496] Compiling Crypto DH.swift
[470/496] Compiling Crypto ECDH.swift
[471/496] Compiling Crypto HKDF.swift
[472/496] Compiling Crypto Ed25519_boring.swift
[473/496] Compiling Crypto EllipticCurvePoint_boring.swift
[474/496] Compiling Crypto SEC1PrivateKey.swift
[475/496] Compiling Crypto SubjectPublicKeyInfo.swift
[476/496] Compiling Crypto CryptoKitErrors.swift
[477/496] Compiling Crypto Digest_boring.swift
[478/496] Compiling Crypto Digest.swift
[479/496] Compiling Crypto Digests.swift
[480/496] Compiling Crypto HashFunctions.swift
[481/496] Compiling Crypto HashFunctions_SHA2.swift
[482/496] Compiling Crypto ASN1Identifier.swift
[483/496] Compiling Crypto ASN1Integer.swift
[484/496] Compiling Crypto ASN1OctetString.swift
[485/496] Compiling Crypto ArraySliceBigint.swift
[486/496] Compiling Crypto ObjectIdentifier.swift
[487/496] Compiling Crypto ECDSASignature.swift
[488/496] Compiling Crypto PEMDocument.swift
[489/496] Compiling Crypto PKCS8PrivateKey.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/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 |
[504/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 |
[505/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 |
[506/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 |
[507/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 |
[508/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 |
[509/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 |
[510/544] Compiling Pusher ChannelFilter.swift
[511/544] Compiling Pusher ChannelInfo.swift
[512/544] Compiling Pusher ChannelSummary.swift
[513/544] Compiling Pusher ChannelType.swift
[514/544] Compiling Pusher EncryptedData.swift
[515/544] Compiling Pusher Event.swift
[516/544] Compiling Pusher JSONEncoder.swift
[517/544] Compiling Pusher PusherClientOptions.swift
[518/544] Compiling Pusher AuthInfoRecord.swift
[519/544] Compiling Pusher ChannelAttributable.swift
[520/544] Compiling Pusher ChannelDescription.swift
[521/544] Compiling Pusher ChannelInfoRecord.swift
[522/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 |
[523/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 |
[524/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 |
[525/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 |
[526/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 |
[527/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 |
[528/544] Compiling Pusher TriggerEventEndpoint.swift
[529/544] Compiling Pusher AuthInfo.swift
[530/544] Compiling Pusher ChannelInfoListAPIResponse.swift
[531/544] Compiling Pusher ChannelSummaryListAPIResponse.swift
[532/544] Compiling Pusher ChannelUsersAPIResponse.swift
[533/544] Compiling Pusher EventBatch.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! (84.80s)
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.