What is import func, struct, class, and @_exported in Swift?
Question or problem in the Swift programming language: In Apple’s github for the Swift Package manager they use
Continue ReadingQuestion or problem in the Swift programming language: In Apple’s github for the Swift Package manager they use
Continue ReadingQuestion or problem in the Swift programming language: When trying to build Vapor 0.13 (and likely other versions) w/ Swift 3 and Xcode
Continue ReadingQuestion or problem in the Swift programming language: How can I use the Swift Package Manager to include C code (in my case, a single .c file and a header file) without requiring the user to install my C library into /usr/local/lib?
Continue ReadingQuestion or problem in the Swift programming language: I am trying to add a dependency on a local swift package in my Xcode project. (I don’t want to add a dependency using a file url file://me/dev/app/package as this cannot be shared to other environments)
Continue ReadingQuestion or issue on macOS: Apple’s document on submitting an app to the Mac App store contains this example use of the command productbuild, from in /Developer/usr/bin/.
Continue ReadingQuestion or problem in the Swift programming language: I am developing a package of Swift Package Manager where SwiftUI views need to be included.
Continue ReadingQuestion or problem in the Swift programming language: So the background is this: I have an Xcode project that depends on a swift package that’s in a private repository on github. Of course, this requires a key to access. So far, I’ve managed to configure CI such that I can ssh into the instance and […]
Continue ReadingQuestion or issue on macOS: In order to have some code compile with SwiftPM, without adding #if available, I’m building the project with the following parameters:
Continue ReadingQuestion or issue on macOS: I created a .jar that requires Java 7. I have Java 7 (JDK and JRE) and I can double-click to run the .jar. However, I want to package this into an application.
Continue ReadingQuestion or problem in the Swift programming language: I try to experiment with some of the new features of SPM that are recently implemented in swift 5.3. Like new binary dependencies and resources support. To test these new feature I went to swift.org and downloaded latest swift 5.3 development snapshot which is currently April 21, […]
Continue Reading