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
The buildpack will detect your app as Swift if it has a `Package.swift` file in
@@ -67,3 +67,11 @@ source code inside the following files in your repository:
67
67
-`bin/post_compile`
68
68
69
69
This is useful if you would need to install any other dependencies.
70
+
71
+
## Using the latest buildpack code
72
+
73
+
The `kyle/swift` buildpack from the [Heroku Registry](https://devcenter.heroku.com/articles/buildpack-registry) represents the latest stable version of the buildpack. If you'd like to use the latest buildpack code from this Github repository, you can set your buildpack to the Github URL:
0 commit comments