-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift: Update getting started example to build on Mac #6061
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shepazon
added
On Call Review needed
This work needs an on-call review
Bug
An update to fix incorrect code or typos.
labels
Feb 6, 2024
shepazon
requested review from
a team and
DavidSouther
and removed request for
a team
February 6, 2024 21:23
shepazon
changed the title
Update example for getting started to build on Mac
Swift: Update getting started example to build on Mac
Feb 6, 2024
DavidSouther
approved these changes
Feb 13, 2024
scmacdon
added
On Call Review complete
On call review complete
and removed
On Call Review needed
This work needs an on-call review
labels
Feb 16, 2024
Fixed some minor issues preventing Mac builds of the ListBuckets-Simple S3 example. These changes will need to be replicated across all examples, but this is being pushed first because it is a dependency of a documentation update. This example is embedded in fragments inline in the Swift SDK developer guide's "Get started" page. *Changes* * Added the `platforms` block to the `Package.swift` file. This is needed to build for Apple platforms, and was removed from all examples by mistake during a cleanup pass many months ago. * Renamed the `main.swift` file to `entry.swift`. This works around a known bug in the Swift build chain when the main program uses asynchronous code.
scmacdon
force-pushed
the
fix-package-files
branch
from
February 16, 2024 18:09
1bafde1
to
ff6f1e8
Compare
This commit message looks fine. |
DavidSouther
pushed a commit
to DavidSouther/aws-doc-sdk-examples
that referenced
this pull request
Feb 19, 2024
Update example for getting started to build on Mac Fixed some minor issues preventing Mac builds of the ListBuckets-Simple S3 example. These changes will need to be replicated across all examples, but this is being pushed first because it is a dependency of a documentation update. This example is embedded in fragments inline in the Swift SDK developer guide's "Get started" page. *Changes* * Added the `platforms` block to the `Package.swift` file. This is needed to build for Apple platforms, and was removed from all examples by mistake during a cleanup pass many months ago. * Renamed the `main.swift` file to `entry.swift`. This works around a known bug in the Swift build chain when the main program uses asynchronous code.
cpyle0819
pushed a commit
to DennisTraub/aws-doc-sdk-examples
that referenced
this pull request
Feb 19, 2024
Update example for getting started to build on Mac Fixed some minor issues preventing Mac builds of the ListBuckets-Simple S3 example. These changes will need to be replicated across all examples, but this is being pushed first because it is a dependency of a documentation update. This example is embedded in fragments inline in the Swift SDK developer guide's "Get started" page. *Changes* * Added the `platforms` block to the `Package.swift` file. This is needed to build for Apple platforms, and was removed from all examples by mistake during a cleanup pass many months ago. * Renamed the `main.swift` file to `entry.swift`. This works around a known bug in the Swift build chain when the main program uses asynchronous code.
max-webster
pushed a commit
to max-webster/aws-doc-sdk-examples
that referenced
this pull request
Mar 15, 2024
Update example for getting started to build on Mac Fixed some minor issues preventing Mac builds of the ListBuckets-Simple S3 example. These changes will need to be replicated across all examples, but this is being pushed first because it is a dependency of a documentation update. This example is embedded in fragments inline in the Swift SDK developer guide's "Get started" page. *Changes* * Added the `platforms` block to the `Package.swift` file. This is needed to build for Apple platforms, and was removed from all examples by mistake during a cleanup pass many months ago. * Renamed the `main.swift` file to `entry.swift`. This works around a known bug in the Swift build chain when the main program uses asynchronous code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
An update to fix incorrect code or typos.
On Call Review complete
On call review complete
Swift
This issue relates to the AWS SDK for Swift
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed some minor issues preventing Mac builds of the ListBuckets-Simple S3
example. These changes will need to be replicated across all examples, but
this is being pushed first because it is a dependency of a documentation
update. This example is embedded in fragments inline in the Swift SDK
developer guide's "Get started" page.
Changes
platforms
block to thePackage.swift
file. This is needed tobuild for Apple platforms, and was removed from all examples by mistake
during a cleanup pass many months ago.
main.swift
file toentry.swift
. This works around a knownbug in the Swift build chain when the main program uses asynchronous code.
This pull request...
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.