Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
465 views

I'm trying to distribute an XCFramework for some internal iOS apps using Swift Package Manager. This is a third-party library that constitutes: The one XCFramework A Resources.bundle file The SPM ...
CodeLana's user avatar
6 votes
2 answers
551 views

I have this Plugin struct Main: BuildToolPlugin { func createBuildCommands(context: PluginContext, target: Target) async throws -> [Command] { let inputFolder = target.directory.appending(&...
Rico Crescenzio's user avatar
1 vote
1 answer
616 views

I'm creating a watchOS app which depends on an iOS app. Both those apps have their corresponding targets. Both targets link my local SPM library, which have single target. This target calls R.swift ...
Robert Dresler's user avatar
1 vote
0 answers
173 views

I have created a new project and added this Swift Package to it: https://github.com/laevandus/SwiftExampleToomasKit If I build the project it fails to compile the SPM Package saying MyGeneratedEnum is ...
EfficientCoconut2739's user avatar