Skip to content

Fix Data concatenation error in Xcode 26.4 / Swift 6.3#21

Closed
MMP0 wants to merge 1 commit into
FelixHerrmann:masterfrom
MMP0:data-plus-fix
Closed

Fix Data concatenation error in Xcode 26.4 / Swift 6.3#21
MMP0 wants to merge 1 commit into
FelixHerrmann:masterfrom
MMP0:data-plus-fix

Conversation

@MMP0

@MMP0 MMP0 commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

Using + to concatenate data somehow causes a build error (Binary operator '+' cannot be applied to two 'Data' operands) in Xcode 26.4 / Swift 6.3. This replaces it with append as a workaround.

@FelixHerrmann

Copy link
Copy Markdown
Owner

Hey @MMP0, thanks for the heads-up. I have tested this on my side and it turned out to be a type inference issue; I have fixed that in #22 now and published a new release 1.5.1 with it.

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.

2 participants