Build Information
Successful build of influxdb-client-swift, reference master (787612
), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 02:23:59 UTC.
Swift 6 data race errors: 10
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[138/143] Compiling InfluxDBSwiftApis UsersAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[139/143] Compiling InfluxDBSwiftApis VariablesAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[140/143] Compiling InfluxDBSwiftApis Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[141/143] Compiling InfluxDBSwiftApis JSONDataEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[142/143] Compiling InfluxDBSwiftApis JSONEncodingHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
[143/143] Compiling InfluxDBSwiftApis Models.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Extensions.swift:93:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
91 | }
92 |
93 | extension String: CodingKey {
| |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
94 |
95 | public var stringValue: String {
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SecretsAPI.swift:130:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
128 | switch result {
129 | case let .success(response):
130 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
131 | case let .failure(error):
132 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:53:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
51 | switch result {
52 | case let .success(response):
53 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
54 | case let .failure(error):
55 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SetupAPI.swift:119:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
117 | switch result {
118 | case let .success(response):
119 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
120 | case let .failure(error):
121 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:124:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
122 | switch result {
123 | case let .success(response):
124 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
125 | case let .failure(error):
126 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
191 | switch result {
192 | case let .success(response):
193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
194 | case let .failure(error):
195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:264:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
262 | switch result {
263 | case let .success(response):
264 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
265 | case let .failure(error):
266 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:337:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
335 | switch result {
336 | case let .success(response):
337 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
338 | case let .failure(error):
339 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:408:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
406 | switch result {
407 | case let .success(response):
408 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
409 | case let .failure(error):
410 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/SourcesAPI.swift:478:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
476 | switch result {
477 | case let .success(response):
478 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
479 | case let .failure(error):
480 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:455:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
453 | switch result {
454 | case let .success(response):
455 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
456 | case let .failure(error):
457 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:538:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
536 | switch result {
537 | case let .success(response):
538 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
539 | case let .failure(error):
540 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:607:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
605 | switch result {
606 | case let .success(response):
607 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
608 | case let .failure(error):
609 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:676:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
674 | switch result {
675 | case let .success(response):
676 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
677 | case let .failure(error):
678 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:745:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
743 | switch result {
744 | case let .success(response):
745 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
746 | case let .failure(error):
747 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:814:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
812 | switch result {
813 | case let .success(response):
814 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
815 | case let .failure(error):
816 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:891:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
889 | switch result {
890 | case let .success(response):
891 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
892 | case let .failure(error):
893 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:972:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
970 | switch result {
971 | case let .success(response):
972 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
973 | case let .failure(error):
974 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1047:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1045 | switch result {
1046 | case let .success(response):
1047 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1048 | case let .failure(error):
1049 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1122:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1120 | switch result {
1121 | case let .success(response):
1122 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1123 | case let .failure(error):
1124 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1193:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1191 | switch result {
1192 | case let .success(response):
1193 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1194 | case let .failure(error):
1195 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1261:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1259 | switch result {
1260 | case let .success(response):
1261 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1262 | case let .failure(error):
1263 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1333:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1331 | switch result {
1332 | case let .success(response):
1333 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1334 | case let .failure(error):
1335 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1405:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1403 | switch result {
1404 | case let .success(response):
1405 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1406 | case let .failure(error):
1407 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1477:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1475 | switch result {
1476 | case let .success(response):
1477 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1478 | case let .failure(error):
1479 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/TasksAPI.swift:1551:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
1549 | switch result {
1550 | case let .success(response):
1551 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
1552 | case let .failure(error):
1553 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:185:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
183 | switch result {
184 | case let .success(response):
185 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
186 | case let .failure(error):
187 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:258:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
256 | switch result {
257 | case let .success(response):
258 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
259 | case let .failure(error):
260 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:335:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
333 | switch result {
334 | case let .success(response):
335 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
336 | case let .failure(error):
337 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:406:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
404 | switch result {
405 | case let .success(response):
406 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
407 | case let .failure(error):
408 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/UsersAPI.swift:476:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
474 | switch result {
475 | case let .success(response):
476 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
477 | case let .failure(error):
478 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:201:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
199 | switch result {
200 | case let .success(response):
201 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
202 | case let .failure(error):
203 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:272:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
270 | switch result {
271 | case let .success(response):
272 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
273 | case let .failure(error):
274 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:341:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
339 | switch result {
340 | case let .success(response):
341 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
342 | case let .failure(error):
343 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:412:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
410 | switch result {
411 | case let .success(response):
412 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
413 | case let .failure(error):
414 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:482:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
480 | switch result {
481 | case let .success(response):
482 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
483 | case let .failure(error):
484 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:550:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
548 | switch result {
549 | case let .success(response):
550 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
551 | case let .failure(error):
552 | continuation.resume(throwing: error)
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/APIs/VariablesAPI.swift:622:34: warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
620 | switch result {
621 | case let .success(response):
622 | continuation.resume(returning: response.body)
| |- warning: sending 'response.body' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'response.body' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
623 | case let .failure(error):
624 | continuation.resume(throwing: error)
Build complete! (21.47s)
Build complete.
{
"dependencies" : [
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift"
},
{
"identity" : "csv.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yaslab/CSV.swift"
},
{
"identity" : "swift-junit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/allegro/swift-junit.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "influxdb-client-swift",
"name" : "influxdb-client-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "InfluxDBSwift",
"targets" : [
"InfluxDBSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InfluxDBSwiftApis",
"targets" : [
"InfluxDBSwiftApis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InfluxDBSwiftTests",
"module_type" : "SwiftTarget",
"name" : "InfluxDBSwiftTests",
"path" : "Tests/InfluxDBSwiftTests",
"product_dependencies" : [
"SwiftTestReporter"
],
"sources" : [
"AAJunitReportInitializerTests.swift",
"DeleteAPITests.swift",
"FluxCSVParserTests.swift",
"InfluxDBClientTests.swift",
"IntegrationTests.swift",
"InvokableScriptsAPITests.swift",
"MockHTTP.swift",
"PointSettingsTests.swift",
"PointTests.swift",
"QueryAPITests.swift",
"WriteAPITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"InfluxDBSwift"
],
"type" : "test"
},
{
"c99name" : "InfluxDBSwiftApisTests",
"module_type" : "SwiftTarget",
"name" : "InfluxDBSwiftApisTests",
"path" : "Tests/InfluxDBSwiftApisTests",
"product_dependencies" : [
"SwiftTestReporter"
],
"sources" : [
"AuthorizationsAPITests.swift",
"BucketsAPITests.swift",
"DBRPsAPITests.swift",
"HealthAPITests.swift",
"InfluxDB2APITests.swift",
"LabelsAPITests.swift",
"OrganizationsAPITests.swift",
"PingAPITests.swift",
"ReadyAPITests.swift",
"ScraperTargetsAPITests.swift",
"SecretsAPITests.swift",
"SetupAPITests.swift",
"SourcesAPITests.swift",
"TasksAPITests.swift",
"UsersAPITests.swift",
"VariablesAPITests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"InfluxDBSwiftApis"
],
"type" : "test"
},
{
"c99name" : "InfluxDBSwiftApis",
"module_type" : "SwiftTarget",
"name" : "InfluxDBSwiftApis",
"path" : "Sources/InfluxDBSwiftApis",
"product_memberships" : [
"InfluxDBSwiftApis"
],
"sources" : [
"Generated/APIs.swift",
"Generated/APIs/AuthorizationsAPI.swift",
"Generated/APIs/BucketsAPI.swift",
"Generated/APIs/DBRPsAPI.swift",
"Generated/APIs/HealthAPI.swift",
"Generated/APIs/LabelsAPI.swift",
"Generated/APIs/OrganizationsAPI.swift",
"Generated/APIs/PingAPI.swift",
"Generated/APIs/ReadyAPI.swift",
"Generated/APIs/ScraperTargetsAPI.swift",
"Generated/APIs/SecretsAPI.swift",
"Generated/APIs/SetupAPI.swift",
"Generated/APIs/SourcesAPI.swift",
"Generated/APIs/TasksAPI.swift",
"Generated/APIs/UsersAPI.swift",
"Generated/APIs/VariablesAPI.swift",
"Generated/Extensions.swift",
"Generated/JSONDataEncoding.swift",
"Generated/JSONEncodingHelper.swift",
"Generated/Models.swift",
"Generated/Models/AddResourceMemberRequestBody.swift",
"Generated/Models/Authorization.swift",
"Generated/Models/AuthorizationLinks.swift",
"Generated/Models/AuthorizationPostRequest.swift",
"Generated/Models/AuthorizationUpdateRequest.swift",
"Generated/Models/Authorizations.swift",
"Generated/Models/Bucket.swift",
"Generated/Models/BucketLinks.swift",
"Generated/Models/Buckets.swift",
"Generated/Models/DBRP.swift",
"Generated/Models/DBRPCreate.swift",
"Generated/Models/DBRPGet.swift",
"Generated/Models/DBRPUpdate.swift",
"Generated/Models/DBRPs.swift",
"Generated/Models/HealthCheck.swift",
"Generated/Models/IsOnboarding.swift",
"Generated/Models/Label.swift",
"Generated/Models/LabelCreateRequest.swift",
"Generated/Models/LabelMapping.swift",
"Generated/Models/LabelResponse.swift",
"Generated/Models/LabelUpdate.swift",
"Generated/Models/LabelsResponse.swift",
"Generated/Models/Links.swift",
"Generated/Models/LogEvent.swift",
"Generated/Models/Logs.swift",
"Generated/Models/OnboardingRequest.swift",
"Generated/Models/OnboardingResponse.swift",
"Generated/Models/Organization.swift",
"Generated/Models/OrganizationLinks.swift",
"Generated/Models/Organizations.swift",
"Generated/Models/PasswordResetBody.swift",
"Generated/Models/PatchBucketRequest.swift",
"Generated/Models/PatchOrganizationRequest.swift",
"Generated/Models/PatchRetentionRule.swift",
"Generated/Models/Permission.swift",
"Generated/Models/PostBucketRequest.swift",
"Generated/Models/PostOrganizationRequest.swift",
"Generated/Models/Ready.swift",
"Generated/Models/Resource.swift",
"Generated/Models/ResourceMember.swift",
"Generated/Models/ResourceMembers.swift",
"Generated/Models/ResourceMembersLinks.swift",
"Generated/Models/ResourceOwner.swift",
"Generated/Models/ResourceOwners.swift",
"Generated/Models/RetentionRule.swift",
"Generated/Models/Run.swift",
"Generated/Models/RunLinks.swift",
"Generated/Models/RunManually.swift",
"Generated/Models/Runs.swift",
"Generated/Models/SchemaType.swift",
"Generated/Models/ScraperTargetRequest.swift",
"Generated/Models/ScraperTargetResponse.swift",
"Generated/Models/ScraperTargetResponseAllOfLinks.swift",
"Generated/Models/ScraperTargetResponses.swift",
"Generated/Models/SecretKeys.swift",
"Generated/Models/SecretKeysResponse.swift",
"Generated/Models/SecretKeysResponseAllOfLinks.swift",
"Generated/Models/Source.swift",
"Generated/Models/SourceLinks.swift",
"Generated/Models/Sources.swift",
"Generated/Models/Task.swift",
"Generated/Models/TaskCreateRequest.swift",
"Generated/Models/TaskLinks.swift",
"Generated/Models/TaskStatusType.swift",
"Generated/Models/TaskUpdateRequest.swift",
"Generated/Models/Tasks.swift",
"Generated/Models/User.swift",
"Generated/Models/UserResponse.swift",
"Generated/Models/UserResponseLinks.swift",
"Generated/Models/Users.swift",
"Generated/Models/Variable.swift",
"Generated/Models/VariableLinks.swift",
"Generated/Models/VariableProperties.swift",
"Generated/Models/Variables.swift",
"Generated/SynchronizedDictionary.swift",
"Generated/URLSessionImplementations.swift",
"InfluxDB2API.swift"
],
"target_dependencies" : [
"InfluxDBSwift"
],
"type" : "library"
},
{
"c99name" : "InfluxDBSwift",
"module_type" : "SwiftTarget",
"name" : "InfluxDBSwift",
"path" : "Sources/InfluxDBSwift",
"product_dependencies" : [
"Gzip",
"CSV",
"Logging"
],
"product_memberships" : [
"InfluxDBSwift",
"InfluxDBSwiftApis"
],
"sources" : [
"DeleteAPI.swift",
"FluxCSVParser.swift",
"Generated/APIHelper.swift",
"Generated/CodableHelper.swift",
"Generated/Cursor.swift",
"Generated/Models/DeletePredicateRequest.swift",
"Generated/Models/Dialect.swift",
"Generated/Models/Query.swift",
"Generated/Models/Script.swift",
"Generated/Models/ScriptCreateRequest.swift",
"Generated/Models/ScriptInvocationParams.swift",
"Generated/Models/ScriptLanguage.swift",
"Generated/Models/ScriptUpdateRequest.swift",
"Generated/Models/Scripts.swift",
"Generated/OpenISO8601DateFormatter.swift",
"InfluxDBClient.swift",
"Internal/LoggingHelper.swift",
"InvokableScriptsAPI.swift",
"Point.swift",
"QueryAPI.swift",
"WriteAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.