Commit 1d60201
authored
chore(build): fix build warnings for swift 6 experimental features (#4041)
* chore(build): fix build warnings for swift 6 experimental features
* chore: add @unchecked Sendable conformances and nonisolated modifiers
* chore: fix swiftlint errors
* chore: add @preconcurrency attribute for module imports
* chore: add more preconcurrency attributes
* chore: add preconcurrency to model generated files
* chore: fix failing unit test
* chore: revert ActivityTracker changes
* chore: update EndpointResolving
* chore: resolve swiftlint error1 parent 5866f82 commit 1d60201
File tree
249 files changed
+389
-377
lines changed- AmplifyPlugins
- API
- Sources/AWSAPIPlugin
- AppSyncRealTimeClient
- Core
- Operation
- SubscriptionFactory
- Support/Decode
- Tests/AWSAPIPluginTests
- APISwiftCompatibility
- AppSyncRealTimeClient
- Core
- Mocks
- Operation
- Support
- Decode
- Utils
- Analytics/Sources/AWSPinpointAnalyticsPlugin/Configuration
- Auth
- Sources/AWSCognitoAuthPlugin
- CredentialStorage
- Environment
- Service/ErrorMapping
- StateMachine/hierarchical-state-machine-swift
- Support/CustomEndpoint
- Tests/AWSCognitoAuthPluginUnitTests
- ActionTests/InitiateAuthSRP
- Mocks/MockData
- ResolverTests
- SRPSignInState
- SignOutState
- TaskTests/ClientBehaviorTests
- SignIn
- hierarchical-state-machine-swiftTests
- Core
- AWSPluginsCoreTests
- Auth
- Model
- AnyModel
- Decorator/AuthRuleDecorator
- WebSocket
- AWSPluginsCore/Keychain
- DataStore
- Sources/AWSDataStorePlugin
- Migration
- Storage
- SQLite
- Sync
- InitialSync
- MutationSync/OutgoingMutationQueue
- SubscriptionSync
- ReconcileAndLocalSave
- Tests/AWSDataStorePluginTests/Sync
- InitialSync
- MutationQueue
- SubscriptionSync
- Support
- Support
- Geo/Tests/AWSLocationGeoPluginTests/Support/Constants
- Internal
- Sources/InternalAWSPinpoint
- Analytics
- Endpoint
- Tests/InternalAWSPinpointUnitTests
- Mocks
- Logging
- Sources/AWSCloudWatchLoggingPlugin/Producer
- Tests/AWSCloudWatchLoggingPluginTests
- Predictions/AWSPredictionsPlugin/Support
- Storage/Sources/AWSS3StoragePlugin/Support/Internal
- AmplifyTestCommon
- Mocks
- Models
- Associations
- Collection
- 1
- 2
- 3
- 4
- 5
- 6
- CustomPrimaryKey
- Deprecated
- M2MPostEditorUser
- NonModel
- ReservedWords
- Restaurant
- Scalar
- TeamProject
- TransformerV2
- 1V2
- 2V2
- 3V2
- 3aV2
- 4V2
- 4aV2
- 4bV2
- 5V2
- 6V2
- 7V2
- 8V2
- OptionalAssociations
- SchemaDrift
- AmplifyTests
- CategoryTests/Hub/DefaultPluginTests
- CoreTests
- Amplify
- Categories
- API
- Operation
- Response
- DataStore
- Model
- Internal
- Schema
- Temporal
- Subscribe
- Geo/Types
- Hub
- Predictions
- Error
- Models
- Request/Identify
- Storage/Result
- Core
- Configuration
- Support
- DevMenu
- Trigger
- View
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
249 files changed
+389
-377
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments