Marco Eidinger
Marco Eidinger
Hi, I'd like to run periphery against a Swift package that is platform-specific to iOS and therefore should be built with `xcodebuild` and not `swift build` (which is chosen by...
Use new SwiftUI features for new hierarchical `List` API and `DisclosureGroup` (iOS 14+ / Xcode 12+) in demo app
Check the usage `print` statements in FioriIntegrationCards artifacts and delegate errors to consumer Example: Manifest.swift; public init(withCardBundleAt path: URL) throws
Prerequisites: - Swift package dependencies have to support macOS - adopt recent `1.2.0` release of github.com/sstadelman/observable-array - declare support for macOS in Package.swift - fix build issues for macOS (due...
Hi, API documentation hosted on https://watson-developer-cloud.github.io/swift-sdk/ refers to version v4.3.0-12-gdec94096 but latest release is [v5.0.0](https://github.com/watson-developer-cloud/swift-sdk/releases/tag/v5.0.0) Where can I find the latest API documentation?
`UILabel` Preview Example in project `SwiftUIKitExample.xcodeproj` does not work. ```swift UILabel() //
This PR updates the SwiftPM plugin autocomplete information for Swift 5.9. Result autocompletion  ## Standards checklist: - [X] The PR title is descriptive. - [X] The PR...
by conditionally compiling the code related to UINotificationFeedbackGenerator as the class is only available on iOS