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 (92ebb7), with Swift 6.2 (beta) for Linux on 21 Jun 2025 13:15:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/influxdb-client-swift.git
Reference: 1.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dankinsoid/influxdb-client-swift
 * tag               1.7.0      -> FETCH_HEAD
HEAD is now at 92ebb73 fix changelog
Cloned https://github.com/dankinsoid/influxdb-client-swift.git
Revision (git rev-parse @):
92ebb73336aef8aaf7f17b77d34715cc2071c50a
SUCCESS checkout https://github.com/dankinsoid/influxdb-client-swift.git at 1.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/influxdb-client-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/allegro/swift-junit.git
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/yaslab/CSV.swift
[1/1833] Fetching csv.swift
[1560/2068] Fetching csv.swift, swift-junit
[1907/3625] Fetching csv.swift, swift-junit, gzipswift
[3626/7461] Fetching csv.swift, swift-junit, gzipswift, swift-log
Fetched https://github.com/allegro/swift-junit.git from cache (0.40s)
Fetched https://github.com/yaslab/CSV.swift from cache (0.40s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.40s)
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (1.35s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.34s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.93s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.40s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.38s)
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
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/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
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/yaslab/CSV.swift
Working copy of https://github.com/yaslab/CSV.swift resolved at 2.5.2
Building for debugging...
[0/7] Write sources
[5/7] Compiling system-zlib anchor.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/22] Compiling CSV Legacy.swift
[9/22] Compiling CSV Endian.swift
[10/23] Compiling CSV UnicodeIterator.swift
[11/23] Compiling Logging MetadataProvider.swift
[12/23] Emitting module Gzip
[13/23] Compiling Gzip Data+Gzip.swift
[14/24] Emitting module CSV
[15/24] Compiling CSV BinaryReader.swift
[16/24] Compiling CSV CSVWriter.swift
[18/24] Compiling CSV CSVError.swift
[19/24] Compiling CSV CSVReader.swift
[20/24] Compiling CSV CSVRowDecoder.swift
[21/25] Compiling Logging Locks.swift
[22/25] Compiling Logging LogHandler.swift
[23/25] Emitting module Logging
[24/25] Compiling Logging Logging.swift
[27/46] Emitting module InfluxDBSwift
/host/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 = {
[28/48] Compiling InfluxDBSwift InfluxDBClient.swift
[29/48] Compiling InfluxDBSwift LoggingHelper.swift
[30/48] Compiling InfluxDBSwift QueryAPI.swift
[31/48] Compiling InfluxDBSwift WriteAPI.swift
[32/48] Compiling InfluxDBSwift Dialect.swift
[33/48] Compiling InfluxDBSwift Query.swift
[34/48] Compiling InfluxDBSwift Script.swift
[35/48] Compiling InfluxDBSwift ScriptCreateRequest.swift
[36/48] Compiling InfluxDBSwift ScriptInvocationParams.swift
[37/48] Compiling InfluxDBSwift ScriptLanguage.swift
[38/48] Compiling InfluxDBSwift CodableHelper.swift
[39/48] Compiling InfluxDBSwift Cursor.swift
[40/48] Compiling InfluxDBSwift DeletePredicateRequest.swift
[41/48] Compiling InfluxDBSwift ScriptUpdateRequest.swift
/host/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 = {
[42/48] Compiling InfluxDBSwift Scripts.swift
/host/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 = {
[43/48] Compiling InfluxDBSwift OpenISO8601DateFormatter.swift
/host/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 = {
[44/48] Compiling InfluxDBSwift DeleteAPI.swift
[45/48] Compiling InfluxDBSwift FluxCSVParser.swift
[46/48] Compiling InfluxDBSwift APIHelper.swift
[47/48] Compiling InfluxDBSwift InvokableScriptsAPI.swift
/host/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:345:17: warning: capture of non-Sendable type 'B.Type' in an isolated closure; this is an error in the Swift 6 language mode
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; this is an error in the Swift 6 language mode
346 |             }
347 |         }
/host/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:307:36: warning: capture of non-Sendable type 'B.Type' in an isolated closure; this is an error in the Swift 6 language mode
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; this is an error in the Swift 6 language mode
308 |             where M: Encodable, B: Decodable {
309 |         var url = urlComponents(scriptId: queryId)
[48/48] Compiling InfluxDBSwift Point.swift
/host/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:345:17: warning: capture of non-Sendable type 'B.Type' in an isolated closure; this is an error in the Swift 6 language mode
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; this is an error in the Swift 6 language mode
346 |             }
347 |         }
/host/spi-builder-workspace/Sources/InfluxDBSwift/InvokableScriptsAPI.swift:307:36: warning: capture of non-Sendable type 'B.Type' in an isolated closure; this is an error in the Swift 6 language mode
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; this is an error in the Swift 6 language mode
308 |             where M: Encodable, B: Decodable {
309 |         var url = urlComponents(scriptId: queryId)
[50/135] Compiling InfluxDBSwiftApis LabelCreateRequest.swift
/host/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>
[51/135] Compiling InfluxDBSwiftApis LabelMapping.swift
/host/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>
[52/135] Compiling InfluxDBSwiftApis LabelResponse.swift
/host/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>
[53/135] Compiling InfluxDBSwiftApis LabelUpdate.swift
/host/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>
[54/135] Compiling InfluxDBSwiftApis LabelsResponse.swift
/host/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>
[55/135] Compiling InfluxDBSwiftApis Links.swift
/host/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>
[56/135] Compiling InfluxDBSwiftApis LogEvent.swift
/host/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>
[57/135] Compiling InfluxDBSwiftApis Logs.swift
/host/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>
[58/135] Compiling InfluxDBSwiftApis OnboardingRequest.swift
/host/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>
[59/135] Compiling InfluxDBSwiftApis OnboardingResponse.swift
/host/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>
[60/135] Compiling InfluxDBSwiftApis Organization.swift
/host/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>
[61/135] Compiling InfluxDBSwiftApis OrganizationLinks.swift
/host/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>
[62/147] Compiling InfluxDBSwiftApis Organizations.swift
[63/147] Compiling InfluxDBSwiftApis PasswordResetBody.swift
[64/147] Compiling InfluxDBSwiftApis PatchBucketRequest.swift
[65/147] Compiling InfluxDBSwiftApis PatchOrganizationRequest.swift
[66/147] Compiling InfluxDBSwiftApis PatchRetentionRule.swift
[67/147] Compiling InfluxDBSwiftApis Permission.swift
[68/147] Compiling InfluxDBSwiftApis PostBucketRequest.swift
[69/147] Compiling InfluxDBSwiftApis PostOrganizationRequest.swift
[70/147] Compiling InfluxDBSwiftApis Ready.swift
[71/147] Compiling InfluxDBSwiftApis Resource.swift
[72/147] Compiling InfluxDBSwiftApis ResourceMember.swift
[73/147] Compiling InfluxDBSwiftApis ResourceMembers.swift
[74/147] Compiling InfluxDBSwiftApis ResourceMembersLinks.swift
[75/147] Compiling InfluxDBSwiftApis ResourceOwner.swift
[76/147] Compiling InfluxDBSwiftApis ResourceOwners.swift
[77/147] Compiling InfluxDBSwiftApis RetentionRule.swift
[78/147] Compiling InfluxDBSwiftApis Run.swift
[79/147] Compiling InfluxDBSwiftApis RunLinks.swift
[80/147] Compiling InfluxDBSwiftApis RunManually.swift
[81/147] Compiling InfluxDBSwiftApis Runs.swift
[82/147] Compiling InfluxDBSwiftApis SchemaType.swift
[83/147] Compiling InfluxDBSwiftApis ScraperTargetRequest.swift
[84/147] Compiling InfluxDBSwiftApis ScraperTargetResponse.swift
[85/147] Compiling InfluxDBSwiftApis ScraperTargetResponseAllOfLinks.swift
[86/147] Compiling InfluxDBSwiftApis ScraperTargetResponses.swift
[87/147] Compiling InfluxDBSwiftApis SecretKeys.swift
[88/147] Compiling InfluxDBSwiftApis SecretKeysResponse.swift
[89/147] Compiling InfluxDBSwiftApis SecretKeysResponseAllOfLinks.swift
[90/147] Compiling InfluxDBSwiftApis Source.swift
[91/147] Compiling InfluxDBSwiftApis SourceLinks.swift
[92/147] Compiling InfluxDBSwiftApis Sources.swift
[93/147] Compiling InfluxDBSwiftApis Task.swift
[94/147] Compiling InfluxDBSwiftApis TaskCreateRequest.swift
[95/147] Compiling InfluxDBSwiftApis TaskLinks.swift
[96/147] Compiling InfluxDBSwiftApis TaskStatusType.swift
[97/147] Compiling InfluxDBSwiftApis TaskUpdateRequest.swift
[98/147] Compiling InfluxDBSwiftApis Tasks.swift
[99/147] Compiling InfluxDBSwiftApis User.swift
[100/147] Compiling InfluxDBSwiftApis UserResponse.swift
[101/147] Compiling InfluxDBSwiftApis UserResponseLinks.swift
[102/147] Compiling InfluxDBSwiftApis Users.swift
[103/147] Compiling InfluxDBSwiftApis Variable.swift
[104/147] Compiling InfluxDBSwiftApis VariableLinks.swift
[105/147] Compiling InfluxDBSwiftApis VariableProperties.swift
[106/147] Compiling InfluxDBSwiftApis Variables.swift
[107/147] Compiling InfluxDBSwiftApis SynchronizedDictionary.swift
[108/147] Compiling InfluxDBSwiftApis URLSessionImplementations.swift
[109/147] Compiling InfluxDBSwiftApis InfluxDB2API.swift
[110/147] Compiling InfluxDBSwiftApis TasksAPI.swift
/host/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 {
[111/147] Compiling InfluxDBSwiftApis UsersAPI.swift
/host/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 {
[112/147] Compiling InfluxDBSwiftApis VariablesAPI.swift
/host/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 {
[113/147] Compiling InfluxDBSwiftApis Extensions.swift
/host/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 {
[114/147] Compiling InfluxDBSwiftApis JSONDataEncoding.swift
/host/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 {
[115/147] Compiling InfluxDBSwiftApis JSONEncodingHelper.swift
/host/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/147] Compiling InfluxDBSwiftApis Models.swift
/host/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/147] Compiling InfluxDBSwiftApis AddResourceMemberRequestBody.swift
/host/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/147] Compiling InfluxDBSwiftApis Authorization.swift
/host/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/147] Compiling InfluxDBSwiftApis AuthorizationLinks.swift
/host/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/147] Compiling InfluxDBSwiftApis AuthorizationPostRequest.swift
/host/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/147] Compiling InfluxDBSwiftApis AuthorizationUpdateRequest.swift
/host/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/147] Emitting module InfluxDBSwiftApis
/host/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/147] Compiling InfluxDBSwiftApis APIs.swift
[124/147] Compiling InfluxDBSwiftApis AuthorizationsAPI.swift
[125/147] Compiling InfluxDBSwiftApis BucketsAPI.swift
[126/147] Compiling InfluxDBSwiftApis DBRPsAPI.swift
[127/147] Compiling InfluxDBSwiftApis HealthAPI.swift
[128/147] Compiling InfluxDBSwiftApis LabelsAPI.swift
[129/147] Compiling InfluxDBSwiftApis OrganizationsAPI.swift
[130/147] Compiling InfluxDBSwiftApis PingAPI.swift
[131/147] Compiling InfluxDBSwiftApis ReadyAPI.swift
[132/147] Compiling InfluxDBSwiftApis ScraperTargetsAPI.swift
[133/147] Compiling InfluxDBSwiftApis SecretsAPI.swift
[134/147] Compiling InfluxDBSwiftApis SetupAPI.swift
[135/147] Compiling InfluxDBSwiftApis SourcesAPI.swift
[136/147] Compiling InfluxDBSwiftApis Authorizations.swift
[137/147] Compiling InfluxDBSwiftApis Bucket.swift
[138/147] Compiling InfluxDBSwiftApis BucketLinks.swift
[139/147] Compiling InfluxDBSwiftApis Buckets.swift
[140/147] Compiling InfluxDBSwiftApis DBRP.swift
[141/147] Compiling InfluxDBSwiftApis DBRPCreate.swift
[142/147] Compiling InfluxDBSwiftApis DBRPGet.swift
[143/147] Compiling InfluxDBSwiftApis DBRPUpdate.swift
[144/147] Compiling InfluxDBSwiftApis DBRPs.swift
[145/147] Compiling InfluxDBSwiftApis HealthCheck.swift
[146/147] Compiling InfluxDBSwiftApis IsOnboarding.swift
[147/147] Compiling InfluxDBSwiftApis Label.swift
Build complete! (27.05s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.