readium / swift-toolkit

A toolkit for ebooks, audiobooks and comics written in Swift

Home Page:https://readium.org/mobile/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 15 and iOS 17 - Stored properties cannot be marked unavailable with '@available'

paulocoutinhox opened this issue · comments

Hi,

When new release will happen?

Latest version 2.5.1 don't work on Xcode 15 and iOS 17:

/Users/paulo/Developer/workspaces/ios/audimo-ios/Pods/R2Streamer/Sources/Streamer/Server/PublicationServer.swift:360:6: Stored properties cannot be marked unavailable with '@available'

Thanks.

I'll finish this PR and then do a new release: #290

In the meantime, you should be able to use the develop branch with Xcode 15.

2.6.0 is now available.

Thanks.