clickstream-ios
clickstream-ios copied to clipboard
Fix Compilation Issue in Xcode 16 with SPM
Fixes Compilation Issue in Xcode 16.4 when adding Clickstream package with SPM (Swift Package Manager).
Update package GRDB version from 5.12.0 to 6.29.3 and package Starscream from 4.0.4 to 4.0.5 in Package.swift
Without bumping the version of GRDB and Starscream, Xcode 16.4 failed to build, due to:
-
Cannot find 'strcmp' in scopeinStatementAuthorizer.swift -
Type 'WebSocketEvent' has no member 'peerClosed'inSocketHandler.swift