The Swift Package Index logo.Swift Package Index

Build Information

Successful build of influxdb-client-swift, reference master (787612), with Swift 6.3 for Linux on 14 Apr 2026 14:29:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/influxdata/influxdb-client-swift.git
Reference: master
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/influxdata/influxdb-client-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7876126 chore(release): prepare for next development iteration (#68)
Cloned https://github.com/influxdata/influxdb-client-swift.git
Revision (git rev-parse @):
787612619545afbf9913b6210da1da7f79092bae
SUCCESS checkout https://github.com/influxdata/influxdb-client-swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/influxdata/influxdb-client-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/yaslab/CSV.swift
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift
Fetching https://github.com/allegro/swift-junit.git
[1/236] Fetching swift-junit
[237/2069] Fetching swift-junit, csv.swift
[402/3626] Fetching swift-junit, csv.swift, gzipswift
[3627/10195] Fetching swift-junit, csv.swift, gzipswift, swift-log
Fetched https://github.com/allegro/swift-junit.git from cache (0.53s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.53s)
Fetched https://github.com/yaslab/CSV.swift from cache (0.53s)
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Computing version for https://github.com/allegro/swift-junit.git
Computed https://github.com/allegro/swift-junit.git at 2.1.0 (1.03s)
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.28s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.53s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.44s)
Computing version for https://github.com/yaslab/CSV.swift
Computed https://github.com/yaslab/CSV.swift at 2.5.2 (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.46s)
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/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/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.12.0
Building for debugging...
[0/7] Write sources
[5/7] Compiling system-zlib anchor.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/23] Compiling CSV Legacy.swift
[9/23] Compiling CSV Endian.swift
[10/24] Compiling CSV UnicodeIterator.swift
[11/24] Compiling Logging MetadataProvider.swift
[12/24] Compiling CSV CSVWriter.swift
[13/24] Compiling Gzip Data+Gzip.swift
[14/24] Emitting module Gzip
[16/25] Compiling CSV CSVReader.swift
[17/25] Emitting module CSV
[18/25] Compiling CSV CSVRowDecoder.swift
[19/25] Compiling CSV CSVError.swift
[20/25] Compiling CSV BinaryReader.swift
[22/26] Compiling Logging LogHandler.swift
[23/26] Compiling Logging LogEvent.swift
[24/26] Compiling Logging Locks.swift
[25/26] Compiling Logging Logging.swift
[26/26] Emitting module Logging
[28/47] 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 = {
/host/spi-builder-workspace/Sources/InfluxDBSwift/InfluxDBClient.swift:203:14: warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
201 |         /// - body: Response body
202 |         /// - cause: Cause of error
203 |         case error(_ statusCode: Int, _ headers: [AnyHashable: Any]?, _ body: [String: Any]?, _ cause: Error)
    |              `- warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
204 |
205 |         /// Generic error.
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[29/49] Compiling InfluxDBSwift DeleteAPI.swift
[30/49] Compiling InfluxDBSwift FluxCSVParser.swift
[31/49] Compiling InfluxDBSwift APIHelper.swift
[32/49] Compiling InfluxDBSwift ScriptCreateRequest.swift
[33/49] Compiling InfluxDBSwift ScriptInvocationParams.swift
[34/49] Compiling InfluxDBSwift ScriptLanguage.swift
[35/49] 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 = {
[36/49] 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 = {
[37/49] 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 = {
[38/49] Compiling InfluxDBSwift InfluxDBClient.swift
/host/spi-builder-workspace/Sources/InfluxDBSwift/InfluxDBClient.swift:203:14: warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
201 |         /// - body: Response body
202 |         /// - cause: Cause of error
203 |         case error(_ statusCode: Int, _ headers: [AnyHashable: Any]?, _ body: [String: Any]?, _ cause: Error)
    |              `- warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
204 |
205 |         /// Generic error.
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[39/49] Compiling InfluxDBSwift LoggingHelper.swift
/host/spi-builder-workspace/Sources/InfluxDBSwift/InfluxDBClient.swift:203:14: warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
201 |         /// - body: Response body
202 |         /// - cause: Cause of error
203 |         case error(_ statusCode: Int, _ headers: [AnyHashable: Any]?, _ body: [String: Any]?, _ cause: Error)
    |              `- warning: associated value 'error' of 'Sendable'-conforming enum 'InfluxDBError' contains non-Sendable type '[AnyHashable : Any]?'
204 |
205 |         /// Generic error.
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
[40/49] Compiling InfluxDBSwift InvokableScriptsAPI.swift
[41/49] Compiling InfluxDBSwift Point.swift
[42/49] Compiling InfluxDBSwift CodableHelper.swift
[43/49] Compiling InfluxDBSwift Cursor.swift
[44/49] Compiling InfluxDBSwift DeletePredicateRequest.swift
[45/49] Compiling InfluxDBSwift Dialect.swift
[46/49] Compiling InfluxDBSwift Query.swift
[47/49] Compiling InfluxDBSwift Script.swift
[48/49] Compiling InfluxDBSwift QueryAPI.swift
[49/49] Compiling InfluxDBSwift WriteAPI.swift
[51/136] 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>
[52/136] 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>
[53/136] 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>
[54/136] 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>
[55/136] 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>
[56/136] 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>
[57/136] 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>
[58/136] 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>
[59/136] 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>
[60/136] 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>
[61/136] 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>
[62/136] 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>
[63/136] 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 {
[64/148] Compiling InfluxDBSwiftApis Authorizations.swift
[65/148] Compiling InfluxDBSwiftApis Bucket.swift
[66/148] Compiling InfluxDBSwiftApis BucketLinks.swift
[67/148] Compiling InfluxDBSwiftApis Buckets.swift
[68/148] Compiling InfluxDBSwiftApis DBRP.swift
[69/148] Compiling InfluxDBSwiftApis DBRPCreate.swift
[70/148] Compiling InfluxDBSwiftApis DBRPGet.swift
[71/148] Compiling InfluxDBSwiftApis DBRPUpdate.swift
[72/148] Compiling InfluxDBSwiftApis DBRPs.swift
[73/148] Compiling InfluxDBSwiftApis HealthCheck.swift
[74/148] Compiling InfluxDBSwiftApis IsOnboarding.swift
[75/148] Compiling InfluxDBSwiftApis Label.swift
[76/148] Compiling InfluxDBSwiftApis ResourceMembersLinks.swift
[77/148] Compiling InfluxDBSwiftApis ResourceOwner.swift
[78/148] Compiling InfluxDBSwiftApis ResourceOwners.swift
[79/148] Compiling InfluxDBSwiftApis RetentionRule.swift
[80/148] Compiling InfluxDBSwiftApis Run.swift
[81/148] Compiling InfluxDBSwiftApis RunLinks.swift
[82/148] Compiling InfluxDBSwiftApis RunManually.swift
[83/148] Compiling InfluxDBSwiftApis Runs.swift
[84/148] Compiling InfluxDBSwiftApis SchemaType.swift
[85/148] Compiling InfluxDBSwiftApis ScraperTargetRequest.swift
[86/148] Compiling InfluxDBSwiftApis ScraperTargetResponse.swift
[87/148] Compiling InfluxDBSwiftApis ScraperTargetResponseAllOfLinks.swift
[88/148] Compiling InfluxDBSwiftApis ScraperTargetResponses.swift
[89/148] Compiling InfluxDBSwiftApis SecretKeys.swift
[90/148] Compiling InfluxDBSwiftApis SecretKeysResponse.swift
[91/148] Compiling InfluxDBSwiftApis SecretKeysResponseAllOfLinks.swift
[92/148] Compiling InfluxDBSwiftApis Source.swift
[93/148] Compiling InfluxDBSwiftApis SourceLinks.swift
[94/148] Compiling InfluxDBSwiftApis Sources.swift
[95/148] Compiling InfluxDBSwiftApis Task.swift
[96/148] Compiling InfluxDBSwiftApis TaskCreateRequest.swift
[97/148] Compiling InfluxDBSwiftApis TaskLinks.swift
[98/148] Compiling InfluxDBSwiftApis TaskStatusType.swift
[99/148] Compiling InfluxDBSwiftApis TaskUpdateRequest.swift
[100/148] Compiling InfluxDBSwiftApis Organizations.swift
[101/148] Compiling InfluxDBSwiftApis PasswordResetBody.swift
[102/148] Compiling InfluxDBSwiftApis PatchBucketRequest.swift
[103/148] Compiling InfluxDBSwiftApis PatchOrganizationRequest.swift
[104/148] Compiling InfluxDBSwiftApis PatchRetentionRule.swift
[105/148] Compiling InfluxDBSwiftApis Permission.swift
[106/148] Compiling InfluxDBSwiftApis PostBucketRequest.swift
[107/148] Compiling InfluxDBSwiftApis PostOrganizationRequest.swift
[108/148] Compiling InfluxDBSwiftApis Ready.swift
[109/148] Compiling InfluxDBSwiftApis Resource.swift
[110/148] Compiling InfluxDBSwiftApis ResourceMember.swift
[111/148] Compiling InfluxDBSwiftApis ResourceMembers.swift
[112/148] Compiling InfluxDBSwiftApis Tasks.swift
[113/148] Compiling InfluxDBSwiftApis User.swift
[114/148] Compiling InfluxDBSwiftApis UserResponse.swift
[115/148] Compiling InfluxDBSwiftApis UserResponseLinks.swift
[116/148] Compiling InfluxDBSwiftApis Users.swift
[117/148] Compiling InfluxDBSwiftApis Variable.swift
[118/148] Compiling InfluxDBSwiftApis VariableLinks.swift
[119/148] Compiling InfluxDBSwiftApis VariableProperties.swift
[120/148] Compiling InfluxDBSwiftApis Variables.swift
[121/148] Compiling InfluxDBSwiftApis SynchronizedDictionary.swift
[122/148] Compiling InfluxDBSwiftApis URLSessionImplementations.swift
[123/148] Compiling InfluxDBSwiftApis InfluxDB2API.swift
[124/148] Compiling InfluxDBSwiftApis APIs.swift
[125/148] Compiling InfluxDBSwiftApis AuthorizationsAPI.swift
[126/148] Compiling InfluxDBSwiftApis BucketsAPI.swift
[127/148] Compiling InfluxDBSwiftApis DBRPsAPI.swift
[128/148] Compiling InfluxDBSwiftApis HealthAPI.swift
[129/148] Compiling InfluxDBSwiftApis LabelsAPI.swift
[130/148] Compiling InfluxDBSwiftApis OrganizationsAPI.swift
[131/148] Compiling InfluxDBSwiftApis PingAPI.swift
[132/148] Compiling InfluxDBSwiftApis ReadyAPI.swift
[133/148] Compiling InfluxDBSwiftApis ScraperTargetsAPI.swift
[134/148] Compiling InfluxDBSwiftApis SecretsAPI.swift
[135/148] Compiling InfluxDBSwiftApis SetupAPI.swift
[136/148] Compiling InfluxDBSwiftApis SourcesAPI.swift
[137/148] 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 {
[138/148] 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 {
[139/148] 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 {
[140/148] 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 {
[141/148] 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 {
[142/148] 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 {
[143/148] 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 {
[144/148] 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 {
[145/148] 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 {
[146/148] 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 {
[147/148] 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 {
[148/148] 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 {
Build complete! (25.60s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.