The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of influxdb-client-swift, reference 1.7.0 (6f79af), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 13:43:09 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/influxdata/influxdb-client-swift.git
Reference: 1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/influxdata/influxdb-client-swift
 * tag               1.7.0      -> FETCH_HEAD
HEAD is now at 6f79af7 chore(release): release version 1.7.0 [skip ci] (#67)
Cloned https://github.com/influxdata/influxdb-client-swift.git
Revision (git rev-parse @):
6f79af75a7958142add2e811dc0a6a6ae6507bd2
SUCCESS checkout https://github.com/influxdata/influxdb-client-swift.git at 1.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/influxdata/influxdb-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[5/7] Compiling system-zlib anchor.c
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/23] Emitting module Logging
[9/23] Compiling Logging LogHandler.swift
[10/23] Compiling Logging MetadataProvider.swift
[11/23] Compiling Logging Locks.swift
[12/23] Compiling Logging Logging.swift
[13/23] Compiling CSV Endian.swift
[14/23] Compiling CSV UnicodeIterator.swift
[15/23] Compiling CSV Legacy.swift
[16/23] Compiling Gzip Data+Gzip.swift
[17/23] Emitting module Gzip
[18/23] Emitting module CSV
[19/23] Compiling CSV CSVWriter.swift
[20/23] Compiling CSV CSVReader.swift
[21/23] Compiling CSV CSVError.swift
[22/23] Compiling CSV BinaryReader.swift
[23/23] Compiling CSV CSVRowDecoder.swift
[24/43] Emitting module InfluxDBSwift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/Generated/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let utcTimeZone = TimeZone(abbreviation: "UTC")!
13 |     static let withoutSeconds: DateFormatter = {
[25/45] Compiling InfluxDBSwift DeletePredicateRequest.swift
[26/45] Compiling InfluxDBSwift Dialect.swift
[27/45] Compiling InfluxDBSwift CodableHelper.swift
[28/45] Compiling InfluxDBSwift Cursor.swift
[29/45] Compiling InfluxDBSwift InfluxDBClient.swift
[30/45] Compiling InfluxDBSwift LoggingHelper.swift
[31/45] Compiling InfluxDBSwift ScriptCreateRequest.swift
[32/45] Compiling InfluxDBSwift ScriptInvocationParams.swift
[33/45] Compiling InfluxDBSwift Query.swift
[34/45] Compiling InfluxDBSwift Script.swift
[35/45] Compiling InfluxDBSwift Scripts.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/Generated/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let utcTimeZone = TimeZone(abbreviation: "UTC")!
13 |     static let withoutSeconds: DateFormatter = {
[36/45] Compiling InfluxDBSwift OpenISO8601DateFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/Generated/OpenISO8601DateFormatter.swift:11:14: warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | // https://stackoverflow.com/a/50281094/976628
11 | public class OpenISO8601DateFormatter: DateFormatter {
   |              `- warning: class 'OpenISO8601DateFormatter' must restate inherited '@unchecked Sendable' conformance
12 |     static let utcTimeZone = TimeZone(abbreviation: "UTC")!
13 |     static let withoutSeconds: DateFormatter = {
[37/45] Compiling InfluxDBSwift ScriptLanguage.swift
[38/45] Compiling InfluxDBSwift ScriptUpdateRequest.swift
[39/45] Compiling InfluxDBSwift DeleteAPI.swift
[40/45] Compiling InfluxDBSwift FluxCSVParser.swift
[41/45] Compiling InfluxDBSwift APIHelper.swift
[42/45] Compiling InfluxDBSwift InvokableScriptsAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:345:17: warning: capture of non-sendable type 'B.Type' in an isolated closure
343 |         } catch {
344 |             responseQueue.async {
345 |                 completion(.failure(InfluxDBClient.InfluxDBError.error(415, nil, nil, error)))
    |                 `- warning: capture of non-sendable type 'B.Type' in an isolated closure
346 |             }
347 |         }
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:307:36: warning: capture of non-sendable type 'B.Type' in an isolated closure
305 |                                    httpMethod: String = "POST",
306 |                                    responseQueue: DispatchQueue,
307 |                                    completion: @escaping (Result<B?, InfluxDBClient.InfluxDBError>) -> Void)
    |                                    `- warning: capture of non-sendable type 'B.Type' in an isolated closure
308 |             where M: Encodable, B: Decodable {
309 |         var url = urlComponents(scriptId: queryId)
[43/45] Compiling InfluxDBSwift Point.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:345:17: warning: capture of non-sendable type 'B.Type' in an isolated closure
343 |         } catch {
344 |             responseQueue.async {
345 |                 completion(.failure(InfluxDBClient.InfluxDBError.error(415, nil, nil, error)))
    |                 `- warning: capture of non-sendable type 'B.Type' in an isolated closure
346 |             }
347 |         }
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:307:36: warning: capture of non-sendable type 'B.Type' in an isolated closure
305 |                                    httpMethod: String = "POST",
306 |                                    responseQueue: DispatchQueue,
307 |                                    completion: @escaping (Result<B?, InfluxDBClient.InfluxDBError>) -> Void)
    |                                    `- warning: capture of non-sendable type 'B.Type' in an isolated closure
308 |             where M: Encodable, B: Decodable {
309 |         var url = urlComponents(scriptId: queryId)
[44/45] Compiling InfluxDBSwift QueryAPI.swift
[45/45] Compiling InfluxDBSwift WriteAPI.swift
[46/134] Emitting module InfluxDBSwiftApis
/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 {
[47/143] Compiling InfluxDBSwiftApis PasswordResetBody.swift
[48/143] Compiling InfluxDBSwiftApis PatchBucketRequest.swift
[49/143] Compiling InfluxDBSwiftApis PatchOrganizationRequest.swift
[50/143] Compiling InfluxDBSwiftApis PatchRetentionRule.swift
[51/143] Compiling InfluxDBSwiftApis Permission.swift
[52/143] Compiling InfluxDBSwiftApis PostBucketRequest.swift
[53/143] Compiling InfluxDBSwiftApis PostOrganizationRequest.swift
[54/143] Compiling InfluxDBSwiftApis Ready.swift
[55/143] Compiling InfluxDBSwiftApis Resource.swift
[56/143] Compiling InfluxDBSwiftApis ResourceMember.swift
[57/143] Compiling InfluxDBSwiftApis ResourceMembers.swift
[58/143] Compiling InfluxDBSwiftApis ResourceMembersLinks.swift
[59/143] Compiling InfluxDBSwiftApis ResourceOwner.swift
[60/143] Compiling InfluxDBSwiftApis ResourceOwners.swift
[61/143] Compiling InfluxDBSwiftApis RetentionRule.swift
[62/143] Compiling InfluxDBSwiftApis Run.swift
[63/143] Compiling InfluxDBSwiftApis RunLinks.swift
[64/143] Compiling InfluxDBSwiftApis RunManually.swift
[65/143] Compiling InfluxDBSwiftApis Runs.swift
[66/143] Compiling InfluxDBSwiftApis SchemaType.swift
[67/143] Compiling InfluxDBSwiftApis Sources.swift
[68/143] Compiling InfluxDBSwiftApis Task.swift
[69/143] Compiling InfluxDBSwiftApis TaskCreateRequest.swift
[70/143] Compiling InfluxDBSwiftApis TaskLinks.swift
[71/143] Compiling InfluxDBSwiftApis TaskStatusType.swift
[72/143] Compiling InfluxDBSwiftApis TaskUpdateRequest.swift
[73/143] Compiling InfluxDBSwiftApis Tasks.swift
[74/143] Compiling InfluxDBSwiftApis User.swift
[75/143] Compiling InfluxDBSwiftApis UserResponse.swift
[76/143] Compiling InfluxDBSwiftApis LabelUpdate.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[77/143] Compiling InfluxDBSwiftApis LabelsResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[78/143] Compiling InfluxDBSwiftApis Links.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[79/143] Compiling InfluxDBSwiftApis LogEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[80/143] Compiling InfluxDBSwiftApis Logs.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[81/143] Compiling InfluxDBSwiftApis OnboardingRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/143] Compiling InfluxDBSwiftApis OnboardingResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/143] Compiling InfluxDBSwiftApis Organization.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/143] Compiling InfluxDBSwiftApis OrganizationLinks.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/143] Compiling InfluxDBSwiftApis Organizations.swift
/Users/admin/builder/spi-builder-workspace/Sources/InfluxDBSwiftApis/Generated/Models/OnboardingRequest.swift:29:14: warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
27 |         self.bucket = bucket
28 |         self.retentionPeriodSeconds = retentionPeriodSeconds
29 |         self.retentionPeriodHrs = retentionPeriodHrs
   |              `- warning: 'retentionPeriodHrs' is deprecated: This property is deprecated. [#DeprecatedDeclaration]
30 |         self.token = token
31 |     }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/143] Compiling InfluxDBSwiftApis DBRPCreate.swift
[87/143] Compiling InfluxDBSwiftApis DBRPGet.swift
[88/143] Compiling InfluxDBSwiftApis DBRPUpdate.swift
[89/143] Compiling InfluxDBSwiftApis DBRPs.swift
[90/143] Compiling InfluxDBSwiftApis HealthCheck.swift
[91/143] Compiling InfluxDBSwiftApis IsOnboarding.swift
[92/143] Compiling InfluxDBSwiftApis Label.swift
[93/143] Compiling InfluxDBSwiftApis LabelCreateRequest.swift
[94/143] Compiling InfluxDBSwiftApis LabelMapping.swift
[95/143] Compiling InfluxDBSwiftApis LabelResponse.swift
[96/143] Compiling InfluxDBSwiftApis AddResourceMemberRequestBody.swift
[97/143] Compiling InfluxDBSwiftApis Authorization.swift
[98/143] Compiling InfluxDBSwiftApis AuthorizationLinks.swift
[99/143] Compiling InfluxDBSwiftApis AuthorizationPostRequest.swift
[100/143] Compiling InfluxDBSwiftApis AuthorizationUpdateRequest.swift
[101/143] Compiling InfluxDBSwiftApis Authorizations.swift
[102/143] Compiling InfluxDBSwiftApis Bucket.swift
[103/143] Compiling InfluxDBSwiftApis BucketLinks.swift
[104/143] Compiling InfluxDBSwiftApis Buckets.swift
[105/143] Compiling InfluxDBSwiftApis DBRP.swift
[106/143] Compiling InfluxDBSwiftApis UserResponseLinks.swift
[107/143] Compiling InfluxDBSwiftApis Users.swift
[108/143] Compiling InfluxDBSwiftApis Variable.swift
[109/143] Compiling InfluxDBSwiftApis VariableLinks.swift
[110/143] Compiling InfluxDBSwiftApis VariableProperties.swift
[111/143] Compiling InfluxDBSwiftApis Variables.swift
[112/143] Compiling InfluxDBSwiftApis SynchronizedDictionary.swift
[113/143] Compiling InfluxDBSwiftApis URLSessionImplementations.swift
[114/143] Compiling InfluxDBSwiftApis InfluxDB2API.swift
[115/143] Compiling InfluxDBSwiftApis SecretsAPI.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 {
[116/143] Compiling InfluxDBSwiftApis SetupAPI.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 {
[117/143] Compiling InfluxDBSwiftApis SourcesAPI.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 {
[118/143] Compiling InfluxDBSwiftApis TasksAPI.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 {
[119/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 {
[120/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 {
[121/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 {
[122/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 {
[123/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 {
[124/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 {
[125/143] Compiling InfluxDBSwiftApis APIs.swift
[126/143] Compiling InfluxDBSwiftApis AuthorizationsAPI.swift
[127/143] Compiling InfluxDBSwiftApis BucketsAPI.swift
[128/143] Compiling InfluxDBSwiftApis DBRPsAPI.swift
[129/143] Compiling InfluxDBSwiftApis HealthAPI.swift
[130/143] Compiling InfluxDBSwiftApis LabelsAPI.swift
[131/143] Compiling InfluxDBSwiftApis OrganizationsAPI.swift
[132/143] Compiling InfluxDBSwiftApis PingAPI.swift
[133/143] Compiling InfluxDBSwiftApis ReadyAPI.swift
[134/143] Compiling InfluxDBSwiftApis ScraperTargetsAPI.swift
[135/143] Compiling InfluxDBSwiftApis ScraperTargetRequest.swift
[136/143] Compiling InfluxDBSwiftApis ScraperTargetResponse.swift
[137/143] Compiling InfluxDBSwiftApis ScraperTargetResponseAllOfLinks.swift
[138/143] Compiling InfluxDBSwiftApis ScraperTargetResponses.swift
[139/143] Compiling InfluxDBSwiftApis SecretKeys.swift
[140/143] Compiling InfluxDBSwiftApis SecretKeysResponse.swift
[141/143] Compiling InfluxDBSwiftApis SecretKeysResponseAllOfLinks.swift
[142/143] Compiling InfluxDBSwiftApis Source.swift
[143/143] Compiling InfluxDBSwiftApis SourceLinks.swift
Build complete! (15.02s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/yaslab/CSV.swift
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/allegro/swift-junit.git
[1/1833] Fetching csv.swift
[130/3390] Fetching csv.swift, gzipswift
[411/3625] Fetching csv.swift, gzipswift, swift-junit
[1473/7461] Fetching csv.swift, gzipswift, swift-junit, swift-log
Fetched https://github.com/1024jp/GzipSwift from cache (0.80s)
[2097/5904] Fetching csv.swift, swift-junit, swift-log
Fetched https://github.com/yaslab/CSV.swift from cache (0.85s)
[757/4071] Fetching swift-junit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Fetched https://github.com/allegro/swift-junit.git from cache (1.07s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (1.58s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.06s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.00s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.52s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.2 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
Creating working copy for https://github.com/yaslab/CSV.swift
Working copy of https://github.com/yaslab/CSV.swift resolved at 2.5.2
Creating working copy for https://github.com/allegro/swift-junit.git
Working copy of https://github.com/allegro/swift-junit.git resolved at 2.1.0
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.