The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Amplify, reference 2.57.0 (4a7579), with Swift 6.0 for macOS (SPM) on 22 Apr 2026 22:48:51 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1478/1556] Compiling Amplify StorageRemoveOperation.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1479/1556] Compiling Amplify StorageUploadDataOperation.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1480/1556] Compiling Amplify StorageUploadFileOperation.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1481/1556] Compiling Amplify ProgressListener.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1482/1556] Compiling Amplify StorageListResult.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1483/1556] Compiling Amplify StorageAccessLevel.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1484/1556] Compiling Amplify StorageAccessMethod.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1485/1556] Compiling Amplify StorageBucket.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1486/1556] Compiling Amplify StorageCategory+ClientBehavior.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1487/1556] Compiling Amplify StorageCategory+HubPayloadEventName.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1488/1556] Compiling Amplify StorageCategory.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1489/1556] Compiling Amplify StorageCategoryBehavior.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1490/1556] Compiling Amplify StorageCategoryConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1491/1556] Compiling Amplify StorageCategoryPlugin.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1492/1556] Compiling Amplify StoragePath.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1493/1556] Compiling Amplify Category+Logging.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1494/1556] Compiling Amplify Category.swift
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:73:26: warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
71 |         /// - Tag: StorageRemoveRequestOptions.init
72 |         public init(
73 |             accessLevel: StorageAccessLevel = .guest,
   |                          `- warning: 'StorageAccessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:40:14: warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
38 |     /// - Tag: StorageRemoveRequest.init
39 |     public init(path: any StoragePath, options: Options) {
40 |         self.key = ""
   |              `- warning: 'key' is deprecated: Use `path` in Storage API instead of `key`
41 |         self.options = options
42 |         self.path = path
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:76:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
74 |             pluginOptions: Any? = nil
75 |         ) {
76 |             self.accessLevel = accessLevel
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
77 |             self.bucket = nil
78 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageRemoveRequest.swift:86:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
84 |             pluginOptions: Any? = nil
85 |         ) {
86 |             self.accessLevel = .guest
   |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
87 |             self.bucket = bucket
88 |             self.pluginOptions = pluginOptions
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:47:14: warning: 'key' is deprecated: Use `path` instead of `key`
 45 |
 46 |     public init(path: any StoragePath, data: Data, options: Options) {
 47 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 48 |         self.data = data
 49 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:118:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             pluginOptions: Any? = nil
117 |         ) {
118 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
119 |             self.targetIdentityId = nil
120 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:119:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |         ) {
118 |             self.accessLevel = .guest
119 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
120 |             self.metadata = metadata
121 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:133:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             pluginOptions: Any? = nil
132 |         ) {
133 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
134 |             self.targetIdentityId = nil
135 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadDataRequest.swift:134:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |         ) {
133 |             self.accessLevel = .guest
134 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
135 |             self.metadata = metadata
136 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:44:14: warning: 'key' is deprecated: Use `path` instead of `key`
 42 |
 43 |     public init(path: any StoragePath, local: URL, options: Options) {
 44 |         self.key = ""
    |              `- warning: 'key' is deprecated: Use `path` instead of `key`
 45 |         self.local = local
 46 |         self.options = options
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:115:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
113 |             pluginOptions: Any? = nil
114 |         ) {
115 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
116 |             self.targetIdentityId = nil
117 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:116:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
114 |         ) {
115 |             self.accessLevel = .guest
116 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
117 |             self.metadata = metadata
118 |             self.bucket = nil
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:130:18: warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
128 |             pluginOptions: Any? = nil
129 |         ) {
130 |             self.accessLevel = .guest
    |                  `- warning: 'accessLevel' is deprecated: Use `path` in Storage API instead of `Options`
131 |             self.targetIdentityId = nil
132 |             self.metadata = metadata
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Operation/Request/StorageUploadFileRequest.swift:131:18: warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
129 |         ) {
130 |             self.accessLevel = .guest
131 |             self.targetIdentityId = nil
    |                  `- warning: 'targetIdentityId' is deprecated: Use `path` in Storage API instead of `Options`
132 |             self.metadata = metadata
133 |             self.bucket = bucket
/Users/admin/builder/spi-builder-workspace/Amplify/Categories/Storage/Result/StorageListResult.swift:117:18: warning: 'key' is deprecated: Use `path` instead.
115 |         ) {
116 |             self.path = path
117 |             self.key = path
    |                  `- warning: 'key' is deprecated: Use `path` instead.
118 |             self.size = size
119 |             self.eTag = eTag
[1495/1556] Compiling Amplify CategoryType.swift
[1496/1556] Compiling Amplify AmplifyConfiguration.swift
[1497/1556] Compiling Amplify AmplifyOutputsData.swift
[1498/1556] Compiling Amplify CategoryConfiguration.swift
[1499/1556] Compiling Amplify ConfigurationError.swift
[1500/1556] Compiling Amplify Amplify+Reset.swift
[1501/1556] Compiling Amplify Amplify+Resolve.swift
[1502/1556] Compiling Amplify AmplifyConfigurationInitialization.swift
[1503/1556] Compiling Amplify Category+Configuration.swift
[1504/1556] Compiling Amplify CategoryConfigurable.swift
[1505/1556] Compiling Amplify CoreError.swift
[1506/1556] Compiling Amplify Foundation+Utils.swift
[1507/1556] Compiling Amplify BasicUserProfile.swift
[1508/1556] Compiling Amplify UserProfile.swift
[1509/1556] Compiling Amplify UserProfilePropertyValue.swift
[1510/1556] Compiling Amplify Plugin+Resettable.swift
[1511/1556] Compiling Amplify Resettable.swift
[1512/1556] Compiling Amplify Plugin.swift
[1513/1556] Compiling Amplify PluginError.swift
[1514/1556] Compiling Amplify AccessLevel.swift
[1515/1556] Compiling Amplify Amplify+HubPayloadEventName.swift
[1516/1556] Compiling Amplify Amplify+Publisher.swift
[1517/1556] Compiling Amplify AmplifyAsyncSequence.swift
[1518/1556] Compiling Amplify AmplifyAsyncThrowingSequence.swift
[1519/1556] Compiling ClientRuntime PlatformOperatingSystem.swift
[1520/1556] Compiling ClientRuntime PlatformOperationSystemVersion.swift
[1521/1556] Compiling ClientRuntime SwiftVersion.swift
[1522/1556] Compiling ClientRuntime ErrorTypeUtils.swift
[1523/1556] Compiling ClientRuntime AWSJSONError.swift
[1524/1556] Compiling ClientRuntime AWSQueryError.swift
[1525/1556] Compiling ClientRuntime AwsQueryCompatibleErrorDetails.swift
[1526/1556] Compiling ClientRuntime QueryCompatibleUtils.swift
[1527/1556] Compiling ClientRuntime EC2QueryError.swift
[1528/1556] Compiling ClientRuntime RestJSONError.swift
[1529/1556] Compiling ClientRuntime RestXMLError.swift
[1530/1556] Compiling ClientRuntime RpcV2CborError.swift
[1531/1556] Compiling ClientRuntime RpcV2CborQueryCompatible.swift
[1532/1556] Compiling ClientRuntime RpcV2CborValidateResponseHeaderMiddleware.swift
[1533/1556] Compiling ClientRuntime resource_bundle_accessor.swift
[1534/1556] Compiling Amplify LogEntryHelper.swift
[1535/1556] Compiling Amplify LogEntryItem.swift
[1536/1556] Compiling Amplify PluginInfoHelper.swift
[1537/1556] Compiling Amplify PluginInfoItem.swift
[1538/1556] Compiling Amplify DevEnvironmentInfo.swift
[1539/1556] Compiling Amplify DevMenuBehavior.swift
[1540/1556] Compiling Amplify DevMenuPresentationContextProvider.swift
[1541/1556] Compiling Amplify DevMenuStringConstants.swift
[1542/1556] Compiling Amplify PersistentLogWrapper.swift
[1543/1556] Compiling Amplify PersistentLoggingPlugin.swift
[1544/1556] Compiling Amplify LongPressGestureRecognizer.swift
[1545/1556] Compiling Amplify TriggerDelegate.swift
[1546/1556] Compiling Amplify TriggerRecognizer.swift
[1547/1556] Compiling Amplify DetailViewFactory.swift
[1548/1556] Compiling Amplify DevMenuList.swift
[1549/1556] Compiling Amplify DevMenuRow.swift
[1550/1556] Compiling Amplify DeviceInfoDetailView.swift
[1551/1556] Compiling Amplify EnvironmentInfoDetailView.swift
[1552/1556] Compiling Amplify InfoRow.swift
[1553/1556] Compiling Amplify IssueReporter.swift
[1554/1556] Compiling Amplify LogEntryRow.swift
[1555/1556] Compiling Amplify LogViewer.swift
[1556/1556] Compiling Amplify resource_bundle_accessor.swift
[1557/1690] Compiling AWSPluginsCore QueryPredicate+GraphQL.swift
[1558/1690] Compiling AWSPluginsCore SelectionSet.swift
[1559/1690] Compiling AWSPluginsCore GraphQLQuery.swift
[1560/1690] Compiling AWSPluginsCore GraphQLSubscription.swift
[1561/1690] Compiling AWSPluginsCore ModelBasedGraphQLDocumentBuilder.swift
[1562/1690] Compiling AWSPluginsCore SingleDirectiveGraphQLDocument.swift
[1563/1696] Compiling AWSPluginsCore AWSAPIAuthInformation.swift
[1564/1696] Compiling AWSPluginsCore AWSAppSyncConfiguration.swift
[1565/1696] Compiling AWSPluginsCore AppSyncErrorType.swift
[1566/1696] Compiling AWSPluginsCore AWSAPIPluginDataStoreOptions.swift
[1567/1696] Compiling AWSPluginsCore AWSPluginOptions.swift
[1568/1696] Compiling AWSPluginsCore AWSAuthModeStrategy.swift
[1569/1696] Compiling AWSPluginsCore KeychainStoreMigrator.swift
[1570/1696] Compiling AWSPluginsCore AnyModel+Codable.swift
[1571/1696] Compiling AWSPluginsCore GraphQLDocumentInput.swift
[1572/1696] Compiling AWSPluginsCore GraphQLDocumentInputValue.swift
[1573/1696] Compiling AWSPluginsCore Model+GraphQL.swift
[1574/1696] Compiling AWSPluginsCore ModelField+GraphQL.swift
[1575/1696] Compiling AWSPluginsCore ModelSchema+GraphQL.swift
[1576/1696] Emitting module AWSClientRuntime
[1577/1696] Compiling AWSPluginsCore AuthInvalidateCredentialBehavior.swift
[1578/1696] Compiling AWSClientRuntime InternalMetadata.swift
[1579/1696] Compiling AWSClientRuntime LanguageMetadata.swift
[1580/1696] Compiling AWSClientRuntime OSMetadata.swift
[1581/1696] Compiling AWSClientRuntime SDKMetadata.swift
[1582/1696] Compiling AWSClientRuntime UserAgentMetadata.swift
[1583/1696] Compiling AWSClientRuntime resource_bundle_accessor.swift
[1584/1702] Compiling AWSPluginsCore AWSAuthService.swift
[1585/1702] Compiling AWSPluginsCore APIKeyProvider.swift
[1586/1702] Compiling AWSPluginsCore KeychainStatus.swift
[1587/1702] Compiling AWSPluginsCore KeychainStore.swift
[1588/1702] Compiling AWSPluginsCore KeychainStoreAttributes.swift
[1589/1702] Compiling AWSPluginsCore KeychainStoreError.swift
[1590/1702] Compiling AWSPluginsCore AnyModel+Schema.swift
[1591/1702] Compiling AWSPluginsCore AnyModel+Subscript.swift
[1592/1702] Compiling AWSPluginsCore AnyModel.swift
[1593/1702] Compiling AWSPluginsCore Model+AnyModel.swift
[1594/1702] Compiling AWSPluginsCore AuthRuleDecorator.swift
[1595/1702] Compiling AWSPluginsCore ConflictResolutionDecorator.swift
[1596/1702] Compiling AWSPluginsCore DirectiveNameDecorator.swift
[1603/1702] Emitting module AWSPluginsCore
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
[1618/1702] Compiling AWSPluginsCore ModelBasedGraphQLDocumentDecorator.swift
[1619/1702] Compiling AWSPluginsCore ModelDecorator.swift
[1620/1702] Compiling AWSPluginsCore ModelIdDecorator.swift
[1621/1702] Compiling AWSPluginsCore PaginationDecorator.swift
[1622/1702] Compiling AWSPluginsCore GraphQLMutation.swift
[1623/1702] Compiling AWSPluginsCore ModelSyncMetadata+Schema.swift
[1624/1702] Compiling AWSPluginsCore ModelSyncMetadata.swift
[1625/1702] Compiling AWSPluginsCore GraphQLRequest+AnyModelWithSync.swift
[1626/1702] Compiling AWSPluginsCore GraphQLRequest+Model.swift
[1627/1702] Compiling AWSPluginsCore AuthRule+Extension.swift
[1628/1702] Compiling AWSPluginsCore AWSAuthServiceBehavior.swift
[1629/1702] Compiling AWSPluginsCore AWSAuthSessionBehavior.swift
[1630/1702] Compiling AWSPluginsCore AWSAuthorizationType.swift
[1631/1702] Compiling AWSPluginsCore AmplifyAuthorizationType.swift
[1632/1702] Compiling AWSPluginsCore AuthAWSCredentialsProvider.swift
[1633/1702] Compiling AWSPluginsCore AuthCognitoIdentityProvider.swift
[1634/1702] Compiling AWSPluginsCore AuthCognitoTokensProvider.swift
[1635/1702] Compiling AWSPluginsCore FilterDecorator.swift
[1636/1702] Compiling AWSPluginsCore IncludeAssociationDecorator.swift
[1637/1702] Compiling AWSPluginsCore MutationSync.swift
[1638/1702] Compiling AWSPluginsCore MutationSyncMetadata+Schema.swift
[1639/1702] Compiling AWSPluginsCore MutationSyncMetadata.swift
[1640/1702] Compiling AWSPluginsCore PaginatedList.swift
[1641/1702] Compiling AWSPluginsCore AmplifyNetworkMonitor.swift
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:21:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
19 |             if let listPluralName {
20 |                 graphQLName = queryType.rawValue + listPluralName
21 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
22 |                 graphQLName = queryType.rawValue + pluralName
23 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/ModelSchema+GraphQL.swift:29:27: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
27 |             if let syncPluralName {
28 |                 graphQLName = queryType.rawValue + syncPluralName
29 |             } else if let pluralName {
   |                           `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
30 |                 graphQLName = queryType.rawValue + pluralName
31 |             } else {
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+AnyModelWithSync.swift:86:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 84 |         )
 85 |         documentBuilder.add(decorator: DirectiveNameDecorator(type: .get))
 86 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
 87 |         documentBuilder.add(decorator: ConflictResolutionDecorator(graphQLType: .query))
 88 |         documentBuilder.add(decorator: AuthRuleDecorator(.query, authType: authType))
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Model/GraphQLRequest/GraphQLRequest+Model.swift:345:40: warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
343 |         }
344 |
345 |         documentBuilder.add(decorator: ModelIdDecorator(id: id))
    |                                        `- warning: 'init(id:fields:)' is deprecated: Use init(model:schema:)
346 |         let document = documentBuilder.build()
347 |
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata+Schema.swift:30:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
28 |
29 |         definition.fields(
30 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
31 |             .field(keys.lastSync, is: .optional, ofType: .int),
32 |             .field(keys.syncPredicate, is: .optional, ofType: .string)
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSync.swift:71:87: warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
69 |
70 |                   // TODO query name could be useful for the message, but re-creating it here is not great
71 |                   let queryName = modelType.schema.syncPluralName ?? modelType.schema.pluralName ?? modelType.modelName
   |                                                                                       `- warning: 'pluralName' is deprecated: Use of pluralName is deprecated, use syncPluralName instead.
72 |                   throw DataStoreError.decodingError(
73 |                       """
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/Sync/MutationSync/MutationSyncMetadata+Schema.swift:32:14: warning: 'id' is deprecated: Use .primaryKey(fields:)
30 |
31 |         definition.fields(
32 |             .id(),
   |              `- warning: 'id' is deprecated: Use .primaryKey(fields:)
33 |             .field(sync.deleted, is: .required, ofType: .bool),
34 |             .field(sync.lastChangedAt, is: .required, ofType: .int),
[1685/1747] Compiling AWSPluginsCore RetryWithJitter.swift
[1686/1747] Compiling AWSPluginsCore WebSocketClient.swift
[1687/1747] Compiling AWSPluginsCore WebSocketEvent.swift
[1688/1747] Compiling AWSPluginsCore WebSocketInterceptor.swift
[1689/1747] Compiling AWSPluginsCore WebSocketNetworkMonitorProtocol.swift
[1690/1747] Compiling AWSPluginsCore resource_bundle_accessor.swift
[1691/1764] Compiling AmplifyRecordCache RecordStorage.swift
[1692/1765] Compiling AmplifyRecordCache RecordSender.swift
[1693/1765] Compiling AmplifyRecordCache RecordClientResults.swift
[1694/1765] Compiling InternalAWSSSOOIDC AuthSchemeResolver.swift
[1695/1765] Compiling AmplifyFoundationBridge FoundationBridgeError.swift
[1696/1765] Compiling AmplifyFoundationBridge UserAgentClientEngine.swift
[1697/1765] Compiling AmplifyFoundationBridge AWSCredentials+SDK.swift
[1698/1765] Compiling AmplifyFoundationBridge AWSCredentialsProvider+SDK.swift
[1699/1765] Emitting module AmplifyFoundationBridge
[1700/1870] Emitting module InternalAWSSSOOIDC
[1701/1870] Compiling InternalAWSCognitoIdentity Plugins.swift
[1702/1870] Compiling AmplifyRecordCache RecordCacheError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1703/1870] Compiling AmplifyRecordCache Record.swift
[1704/1870] Compiling AmplifyRecordCache FlushStrategy.swift
[1705/1870] Compiling AmplifyRecordCache PutRecordsResponse.swift
[1706/1870] Emitting module AmplifyRecordCache
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:25:47: error: missing argument label 'value:' in call
 23 |     // Table and columns
 24 |     private static let records = Table("records")
 25 |     private static let id = Expression<Int64>("id")
    |                                               `- error: missing argument label 'value:' in call
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:26:56: error: missing argument label 'value:' in call
 24 |     private static let records = Table("records")
 25 |     private static let id = Expression<Int64>("id")
 26 |     private static let streamName = Expression<String>("stream_name")
    |                                                        `- error: missing argument label 'value:' in call
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:27:58: error: missing argument label 'value:' in call
 25 |     private static let id = Expression<Int64>("id")
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
    |                                                          `- error: missing argument label 'value:' in call
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:28:48: error: missing argument label 'value:' in call
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
    |                                                `- error: missing argument label 'value:' in call
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:29:51: error: missing argument label 'value:' in call
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
    |                                                   `- error: missing argument label 'value:' in call
 30 |     private static let retryCount = Expression<Int>("retry_count")
 31 |     private static let createdAt = Expression<Double>("created_at")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:30:53: error: missing argument label 'value:' in call
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
    |                                                     `- error: missing argument label 'value:' in call
 31 |     private static let createdAt = Expression<Double>("created_at")
 32 |
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:31:55: error: missing argument label 'value:' in call
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
 31 |     private static let createdAt = Expression<Double>("created_at")
    |                                                       `- error: missing argument label 'value:' in call
 32 |
 33 |     /// - Parameters:
[1707/1870] Compiling AmplifyRecordCache AutoFlushScheduler.swift
[1708/1870] Compiling AmplifyRecordCache RecordClient.swift
[1709/1870] Compiling AmplifyRecordCache SQLiteRecordStorage.swift
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:25:47: error: missing argument label 'value:' in call
 23 |     // Table and columns
 24 |     private static let records = Table("records")
 25 |     private static let id = Expression<Int64>("id")
    |                                               `- error: missing argument label 'value:' in call
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:26:56: error: missing argument label 'value:' in call
 24 |     private static let records = Table("records")
 25 |     private static let id = Expression<Int64>("id")
 26 |     private static let streamName = Expression<String>("stream_name")
    |                                                        `- error: missing argument label 'value:' in call
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:27:58: error: missing argument label 'value:' in call
 25 |     private static let id = Expression<Int64>("id")
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
    |                                                          `- error: missing argument label 'value:' in call
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:28:48: error: missing argument label 'value:' in call
 26 |     private static let streamName = Expression<String>("stream_name")
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
    |                                                `- error: missing argument label 'value:' in call
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:29:51: error: missing argument label 'value:' in call
 27 |     private static let partitionKey = Expression<String>("partition_key")
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
    |                                                   `- error: missing argument label 'value:' in call
 30 |     private static let retryCount = Expression<Int>("retry_count")
 31 |     private static let createdAt = Expression<Double>("created_at")
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:30:53: error: missing argument label 'value:' in call
 28 |     private static let data = Expression<Data>("data")
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
    |                                                     `- error: missing argument label 'value:' in call
 31 |     private static let createdAt = Expression<Double>("created_at")
 32 |
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:31:55: error: missing argument label 'value:' in call
 29 |     private static let dataSize = Expression<Int>("data_size")
 30 |     private static let retryCount = Expression<Int>("retry_count")
 31 |     private static let createdAt = Expression<Double>("created_at")
    |                                                       `- error: missing argument label 'value:' in call
 32 |
 33 |     /// - Parameters:
/Users/admin/builder/spi-builder-workspace/AmplifyClients/AmplifyRecordCache/Sources/SQLiteRecordStorage.swift:97:27: error: generic parameter 'V' could not be inferred
 95 |             if hasPartitionKey {
 96 |                 try connection.run(records.create(ifNotExists: true) { table in
 97 |                     table.column(id, primaryKey: .autoincrement)
    |                           `- error: generic parameter 'V' could not be inferred
 98 |                     table.column(streamName)
 99 |                     table.column(partitionKey)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/Typed/Schema.swift:282:17: note: in call to function 'column(_:primaryKey:check:)'
280 |     }
281 |
282 |     public func column<V: Value>(_ name: Expression<V>, primaryKey: PrimaryKey,
    |                 `- note: in call to function 'column(_:primaryKey:check:)'
283 |                                  check: Expression<Bool>? = nil) where V.Datatype == Int64 {
284 |         column(name, V.declaredDatatype, primaryKey, false, false, check, nil, nil, nil)
[1710/1870] Compiling InternalAWSCognitoIdentity Endpoints.swift
[1711/1870] Compiling InternalAWSSSO Plugins.swift
[1712/1870] Compiling InternalAWSSSO Endpoints.swift
[1713/1870] Compiling InternalAWSSSO Models.swift
[1714/1870] Emitting module InternalAWSSSO
[1715/1870] Compiling InternalAWSSSO AuthSchemeResolver.swift
[1716/1870] Compiling InternalAWSSignin Endpoints.swift
[1717/1870] Compiling InternalAWSSignin Plugins.swift
[1718/1870] Compiling InternalAWSSignin AuthSchemeResolver.swift
[1719/1870] Emitting module InternalAWSSignin
/Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AmplifyCredentials/CustomHttpClientEngine/UserAgentSuffixAppender.swift:12:14: warning: non-final class 'UserAgentSuffixAppender' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
10 |
11 | @_spi(InternalAmplifyPluginExtension)
12 | public class UserAgentSuffixAppender: AWSPluginExtension {
   |              `- warning: non-final class 'UserAgentSuffixAppender' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
13 |     @_spi(InternalHttpEngineProxy)
14 |     public var target: HTTPClient?
[1720/1870] Compiling InternalAWSSSOOIDC Endpoints.swift
Fetching https://github.com/awslabs/aws-sdk-swift
Fetching https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/1257] Fetching cwlpreconditiontesting
[203/1847] Fetching cwlpreconditiontesting, amplify-swift-utils-notifications
[496/12975] Fetching cwlpreconditiontesting, amplify-swift-utils-notifications, sqlite.swift
[12976/921924] Fetching cwlpreconditiontesting, amplify-swift-utils-notifications, sqlite.swift, aws-sdk-swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (430.04s)
Fetched https://github.com/awslabs/aws-sdk-swift from cache (430.04s)
Fetched https://github.com/aws-amplify/amplify-swift-utils-notifications.git from cache (430.04s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (430.04s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.75s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/285] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.20s)
Computing version for https://github.com/awslabs/aws-sdk-swift
Computed https://github.com/awslabs/aws-sdk-swift at 1.6.71 (8.49s)
Fetching https://github.com/smithy-lang/smithy-swift
Fetching https://github.com/awslabs/aws-crt-swift
[1/33210] Fetching aws-crt-swift
[1662/113112] Fetching aws-crt-swift, smithy-swift
Fetched https://github.com/awslabs/aws-crt-swift from cache (1.88s)
[63123/79902] Fetching smithy-swift
Fetched https://github.com/smithy-lang/smithy-swift from cache (2.48s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.46s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.58.1 (0.49s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.191.0 (0.64s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/6636] Fetching swift-log
[599/22339] Fetching swift-log, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.56s)
Fetched https://github.com/apple/swift-log.git from cache (1.56s)
Computing version for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Computed https://github.com/aws-amplify/amplify-swift-utils-notifications.git at 1.1.1 (0.56s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.57s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.73s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.56s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.49s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1820] Fetching swift-atomics
[92/7589] Fetching swift-atomics, swift-distributed-tracing
[208/14099] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras
[462/20157] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-algorithms
[880/23004] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-nio-transport-services
[2467/35112] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2
[3610/50552] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.18s)
Fetching https://github.com/apple/swift-nio.git
[20736/44042] Fetching swift-atomics, swift-distributed-tracing, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.65s)
[13964/18287] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.94s)
[1/83218] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.97s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.46s)
Fetching https://github.com/apple/swift-service-context.git
[1/1276] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.80s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.42s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.45s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.50s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/2745] Fetching swift-service-lifecycle
[194/4548] Fetching swift-service-lifecycle, swift-asn1
[358/5591] Fetching swift-service-lifecycle, swift-asn1, swift-http-types
[902/12743] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-certificates
[2702/13985] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-certificates, swift-http-structured-headers
[11555/20232] Fetching swift-service-lifecycle, swift-asn1, swift-http-types, swift-certificates, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.11s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.11s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.11s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
[188/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.46s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.45s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/23641] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.59s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.17s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/17436] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.24s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/awslabs/aws-crt-swift
Working copy of https://github.com/awslabs/aws-crt-swift resolved at 0.58.1
Creating working copy for https://github.com/aws-amplify/amplify-swift-utils-notifications.git
Working copy of https://github.com/aws-amplify/amplify-swift-utils-notifications.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/smithy-lang/smithy-swift
Working copy of https://github.com/smithy-lang/smithy-swift resolved at 0.191.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/awslabs/aws-sdk-swift
Working copy of https://github.com/awslabs/aws-sdk-swift resolved at 1.6.71
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Amplify/AGENTS.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/AmplifyPlugins/Core/AWSPluginsCore/WebSocket/README.md
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/AmplifyPlugins/API/Sources/AWSAPIPlugin/AppSyncRealTimeClient/README.md
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
BUILD FAILURE 6.0 macosSpm