Sven Tiigi

Results 15 comments of Sven Tiigi

Hi @john-work-ios, Sorry for the late reply. I have successfully reproduced the bug and I'm currently investigating this issue. I will let you know when a new version is available...

Hi @john-work-ios, I've recently tried to reproduce the bug and it seems like this issue has been fixed with either iOS 15 or iOS 16. Seems like UIKit now passes...

Closing due inactivity. Please feel free to re-open the issue at any time.

Hi @pkasson, The default behavior of the `WhatsNewEnvironment` in combination with a `WhatsNewVersionStore` is that a version is presented only once to a user. Additionally, the default `WhatsNewEnvironment` includes the...

Closing due inactivity. Please feel free to re-open the issue at any time.

Just a small hint regarding the attached issue https://github.com/fastlane/fastlane/issues/21849: This PR does not directly resolve the issue that when running Fastlane.swift via SPM e.g. `swift run MyFastlaneSwiftExecutable lane myLane` the...

@rogerluan since the [`#if SWIFT_PACKAGE`](https://github.com/apple/swift-package-manager/blob/main/Documentation/Usage.md#packaging-legacy-code) preprocessor macro is already used in the [LaneFileProtocol.swift](https://github.com/fastlane/fastlane/blob/c18d01c03cf22b82ff5e2e03f01e59f956684708/fastlane/swift/LaneFileProtocol.swift#L99) file I think it should work properly 🤔

@rogerluan please find attached a small example Swift Package to reproduce the described issue: > Package.swift ```swift // swift-tools-version: 5.9 import PackageDescription let package = Package( name: "FastlaneSwift", platforms: [...

Hi @mousash, The issue seems to be a bug in the SwiftCBOR library 🤔 Please checkout the [`develop`](https://github.com/SvenTiigi/EUDCCKit/tree/develop) branch which uses the latest version of the SwiftCBOR dependency and let...