Skip to content

Fix Compilation Issue in Xcode 16 with SPM - #83

Open
dimaswisodewo wants to merge 1 commit into
gojek:mainfrom
dimaswisodewo:fix_compilation_issue_with_xcode_16
Open

Fix Compilation Issue in Xcode 16 with SPM#83
dimaswisodewo wants to merge 1 commit into
gojek:mainfrom
dimaswisodewo:fix_compilation_issue_with_xcode_16

Conversation

@dimaswisodewo

Copy link
Copy Markdown

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 scope in StatementAuthorizer.swift
  • Type 'WebSocketEvent' has no member 'peerClosed' in SocketHandler.swift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant