Skip to content

Conversation

@jbelkins
Copy link
Contributor

@jbelkins jbelkins commented Nov 9, 2025

Description of changes

Applies the Swift-native codegen plugin defined in smithy-lang/smithy-swift#993 to AWS service clients, including the internal ones.

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

static var SmithyTimestamps: Self { .product(name: "SmithyTimestamps", package: "smithy-swift") }
static var SmithyWaitersAPI: Self { .product(name: "SmithyWaitersAPI", package: "smithy-swift") }
static var SmithyXML: Self { .product(name: "SmithyXML", package: "smithy-swift") }
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything below is just a copy of the changes in Package.base.txt above

rm -rf Sources/Services/*
rm -rf Tests/Services/*
rm -rf SmokeTests/*
rm -rf Sources/Core/AWSIdentity/InternalClients/*
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete internal clients so they are regenerated completely during codegen

// Smithy plugins
static var SmithyCodeGenerator: Self { .plugin(name: "SmithyCodeGenerator", package: "smithy-swift") }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Above, a convenience var with the code generator plugin is defined.

Below, the plugin is inserted into all of our service clients (public and internal.)

@jbelkins jbelkins changed the base branch from main to epic/sbs November 12, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant