You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 2022, JFrog offered the ability to create 'Swift' package type, providing a Swift registry to enable developers to use JFrog Artifactory for resolving Swift dependencies instead of enterprise source control (Git) systems.
For Azure DevOps users (specifically those using Azure Pipelines), they can use the JFrog Generic Artifacts task to perform generic actions on artifacts, such as:
Downloading and uploading from/to Artifactory
Setting or deleting properties on artifacts in Artifactory
Moving, copying and deleting artifacts in Artifactory
The above task can be used to publish an XCFramework bundle, or artifact, that contains the binaries to Artifactory, however this is cumbersome in an end-to-end pipeline workflow and can be simplified if there was a JFrog task available to work with 'Swift' package type repositories.
Information that may be useful for the product development team:
Artifactory allows you to define any layout for your Swift registries. In order to upload packages according to your custom layout, you need to package your Swift files using the Swift source archive. This creates the .zip file for your package which you can then upload to any path within your local Swift repository.
To distribute code in binary form as a Swift package, create an XCFramework bundle, or artifact, that contains the binaries. Then, make the bundle available locally or on a server:
When you host the binaries on a server, create a ZIP archive with the XCFramework in its root directory and make it available publicly.
In 2022, JFrog offered the ability to create 'Swift' package type, providing a Swift registry to enable developers to use JFrog Artifactory for resolving Swift dependencies instead of enterprise source control (Git) systems.
For Azure DevOps users (specifically those using Azure Pipelines), they can use the JFrog Generic Artifacts task to perform generic actions on artifacts, such as:
The above task can be used to publish an XCFramework bundle, or artifact, that contains the binaries to Artifactory, however this is cumbersome in an end-to-end pipeline workflow and can be simplified if there was a JFrog task available to work with 'Swift' package type repositories.
Information that may be useful for the product development team:
Source: https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-a-local-swift-repository
Source: https://developer.apple.com/documentation/xcode/distributing-binary-frameworks-as-swift-packages
The text was updated successfully, but these errors were encountered: