Build Information
Successful build of GampKit, reference main (ea4280
), with Swift 6.1 for Linux on 26 Apr 2025 17:46:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/GampKit.git
Reference: main
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/brightdigit/GampKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ea42804 Update README.md
Cloned https://github.com/brightdigit/GampKit.git
Revision (git rev-parse @):
ea428042c8fb8f125381b95dc3ec5769d6fed28b
SUCCESS checkout https://github.com/brightdigit/GampKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/brightdigit/GampKit.git
https://github.com/brightdigit/GampKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "sourcedocs",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/eneko/SourceDocs"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "swift-test-codecov",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/swift-test-codecov"
}
],
"manifest_display_name" : "GampKit",
"name" : "GampKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GampKit",
"targets" : [
"GampKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GampKitTests",
"module_type" : "SwiftTarget",
"name" : "GampKitTests",
"path" : "Tests/GampKitTests",
"sources" : [
"Extensions/AnalyticsHitParserMessageBuilder.swift",
"Extensions/AnalyticsParameterDictionary.swift",
"Extensions/AnalyticsParameterKey.swift",
"Extensions/Randomizable.swift",
"Extensions/Randoms.swift",
"Extensions/String.swift",
"Mocks/MockError.swift",
"Mocks/MockParameterEncoder.swift",
"Mocks/MockRequest.swift",
"Mocks/MockRequestBuilder.swift",
"Mocks/MockSession.swift",
"Mocks/MockSessionManager.swift",
"Mocks/MockTrackable.swift",
"Tests/AnalyticsHitParserMessageTests.swift",
"Tests/AnalyticsHitTypeTests.swift",
"Tests/AnalyticsParameterEncoderTests.swift",
"Tests/AnalyticsRequestBuilderTests.swift",
"Tests/AnalyticsResultDecoderTests.swift",
"Tests/AnalyticsSessionManagerTests.swift",
"Tests/AnalyticsTrackerTests.swift",
"Tests/AnalyticsURLSessionTests.swift",
"Tests/AnalyticsURLsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"GampKit"
],
"type" : "test"
},
{
"c99name" : "GampKit",
"module_type" : "SwiftTarget",
"name" : "GampKit",
"path" : "Sources/GampKit",
"product_memberships" : [
"GampKit"
],
"sources" : [
"Controllers/AnalyticsParameterEncoder.swift",
"Controllers/AnalyticsRequestBuilder.swift",
"Controllers/AnalyticsResultDecoder.swift",
"Controllers/AnalyticsSessionManager.swift",
"Controllers/AnalyticsTracker.swift",
"Controllers/AnalyticsURLSession.swift",
"Extensions/NSException.swift",
"Extensions/URLRequest.swift",
"Extensions/URLSession.swift",
"Extensions/URLSessionDataTask.swift",
"Models/AnalyticsConfiguration.swift",
"Models/AnalyticsEvent.swift",
"Models/AnalyticsException.swift",
"Models/AnalyticsHitParserMessage.swift",
"Models/AnalyticsHitParserMessageType.swift",
"Models/AnalyticsHitParsingResult.swift",
"Models/AnalyticsHitType.swift",
"Models/AnalyticsParameterDictionary.swift",
"Models/AnalyticsParameterKey.swift",
"Models/AnalyticsResult.swift",
"Models/AnalyticsTiming.swift",
"Models/AnalyticsURLs.swift",
"Models/AnalyticsValidation.swift",
"Models/StringEncodingError.swift",
"Protocols/AnalyticsConfigurationProtocol.swift",
"Protocols/AnalyticsEventProtocol.swift",
"Protocols/AnalyticsExceptionProtocol.swift",
"Protocols/AnalyticsParameterEncoderProtocol.swift",
"Protocols/AnalyticsParameterable.swift",
"Protocols/AnalyticsRequestBuilderProtocol.swift",
"Protocols/AnalyticsResultDecoderProtocol.swift",
"Protocols/AnalyticsSessionManagerProtocol.swift",
"Protocols/AnalyticsTimingProtocol.swift",
"Protocols/AnalyticsTrackable.swift",
"Protocols/AnalyticsTrackerProtocol.swift",
"Protocols/Request.swift",
"Protocols/Session.swift",
"Protocols/URLSessionable.swift",
"Protocols/URLSessionableDataTask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/brightdigit/swift-test-codecov
Fetching https://github.com/eneko/SourceDocs
[1/330] Fetching swift-test-codecov
[295/1716] Fetching swift-test-codecov, rocket
[296/4316] Fetching swift-test-codecov, rocket, sourcedocs
[604/4825] Fetching swift-test-codecov, rocket, sourcedocs, komondor
[4790/51555] Fetching swift-test-codecov, rocket, sourcedocs, komondor, swiftformat
[6660/201448] Fetching swift-test-codecov, rocket, sourcedocs, komondor, swiftformat, swiftlint
Fetched https://github.com/shibapm/Rocket from cache (28.66s)
Fetched https://github.com/brightdigit/swift-test-codecov from cache (28.66s)
Fetched https://github.com/eneko/SourceDocs from cache (28.66s)
[197132/197132] Fetching komondor, swiftformat, swiftlint
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.53s)
Fetched https://github.com/shibapm/Komondor from cache (35.63s)
Fetched https://github.com/realm/SwiftLint from cache (37.04s)
Computing version for https://github.com/eneko/SourceDocs
Computed https://github.com/eneko/SourceDocs at 1.2.1 (42.34s)
Fetching https://github.com/apple/swift-package-manager
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/eneko/MarkdownGenerator.git
Fetching https://github.com/eneko/ProcessRunner.git
Fetching https://github.com/apple/swift-argument-parser
[1/774] Fetching markdowngenerator
[775/1068] Fetching markdowngenerator, processrunner
[867/2264] Fetching markdowngenerator, processrunner, rainbow
[2265/18376] Fetching markdowngenerator, processrunner, rainbow, sourcekitten
Fetched https://github.com/eneko/ProcessRunner.git from cache (3.40s)
[3743/18082] Fetching markdowngenerator, rainbow, sourcekitten
[11961/33032] Fetching markdowngenerator, rainbow, sourcekitten, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (4.17s)
Fetched https://github.com/onevcat/Rainbow from cache (4.24s)
Fetched https://github.com/eneko/MarkdownGenerator.git from cache (4.24s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (4.26s)
[1/151218] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (14.47s)
Computing version for https://github.com/eneko/ProcessRunner.git
Computed https://github.com/eneko/ProcessRunner.git at 1.1.0 (15.05s)
Computing version for https://github.com/apple/swift-package-manager
Computed https://github.com/apple/swift-package-manager at 0.4.0 (2.34s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28914] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.03s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.54s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.56s)
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/kareman/SwiftShell
[1/116] Fetching logger
[117/4979] Fetching logger, swiftshell
[1041/5559] Fetching logger, swiftshell, packageconfig
[2448/15848] Fetching logger, swiftshell, packageconfig, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.02s)
Fetched https://github.com/shibapm/Logger from cache (1.02s)
Fetched https://github.com/kareman/SwiftShell from cache (1.02s)
Fetched https://github.com/jpsim/Yams from cache (1.06s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.61s)
Computing version for https://github.com/eneko/MarkdownGenerator.git
Computed https://github.com/eneko/MarkdownGenerator.git at 0.5.0 (2.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.55s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (0.56s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.55s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.54s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.24s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.76s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.58s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.54s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/eneko/ProcessRunner.git at 1.1.0 (0.00s)
Computed https://github.com/apple/swift-package-manager at 0.4.0 (0.00s)
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.00s)
Computed https://github.com/shibapm/Rocket at 1.2.1 (0.56s)
Computed https://github.com/eneko/MarkdownGenerator.git at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.00s)
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (0.00s)
Computed https://github.com/shibapm/Logger at 0.2.3 (0.00s)
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.00s)
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.00s)
Computed https://github.com/jpsim/SourceKitten.git at 0.31.0 (0.00s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.28s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 5.0.2 (3.40s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.63s)
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.00s)
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.00s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.44.0 (0.89s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/929] Fetching swiftytexttable
[903/13863] Fetching swiftytexttable, cryptoswift
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (1.39s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.43s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.05s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.8 (0.58s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.57s)
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.00s)
Creating working copy for https://github.com/eneko/ProcessRunner.git
Working copy of https://github.com/eneko/ProcessRunner.git resolved at 1.1.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/eneko/SourceDocs
Working copy of https://github.com/eneko/SourceDocs resolved at 1.2.1
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.31.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.8
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at 0.4.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 5.0.2
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.2
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.1.1
Creating working copy for https://github.com/eneko/MarkdownGenerator.git
Working copy of https://github.com/eneko/MarkdownGenerator.git resolved at 0.5.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.44.0
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.1
Creating working copy for https://github.com/brightdigit/swift-test-codecov
Working copy of https://github.com/brightdigit/swift-test-codecov resolved at 1.0.0
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.2.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 4.0.6
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/39] Emitting module GampKit
[5/43] Compiling GampKit AnalyticsHitParsingResult.swift
[6/43] Compiling GampKit AnalyticsHitType.swift
[7/43] Compiling GampKit AnalyticsParameterDictionary.swift
[8/43] Compiling GampKit AnalyticsParameterKey.swift
[9/43] Compiling GampKit AnalyticsResult.swift
[10/43] Compiling GampKit AnalyticsConfiguration.swift
[11/43] Compiling GampKit AnalyticsEvent.swift
[12/43] Compiling GampKit AnalyticsException.swift
[13/43] Compiling GampKit AnalyticsHitParserMessage.swift
[14/43] Compiling GampKit AnalyticsHitParserMessageType.swift
[15/43] Compiling GampKit AnalyticsURLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
1 | import Foundation
2 | public protocol AnalyticsResultDecoderProtocol {
| `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
3 | func decode(_ data: Data) -> AnalyticsResult
4 | }
[16/43] Compiling GampKit NSException.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
1 | import Foundation
2 | public protocol AnalyticsResultDecoderProtocol {
| `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
3 | func decode(_ data: Data) -> AnalyticsResult
4 | }
[17/43] Compiling GampKit URLRequest.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
1 | import Foundation
2 | public protocol AnalyticsResultDecoderProtocol {
| `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
3 | func decode(_ data: Data) -> AnalyticsResult
4 | }
[18/43] Compiling GampKit URLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
1 | import Foundation
2 | public protocol AnalyticsResultDecoderProtocol {
| `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
3 | func decode(_ data: Data) -> AnalyticsResult
4 | }
[19/43] Compiling GampKit URLSessionDataTask.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
9 | _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 | dataTask(with: request) { data, _, error in
11 | completion(decoder.decode(data, error))
| `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 | }
13 | }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
1 | import Foundation
2 | public protocol AnalyticsResultDecoderProtocol {
| `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
3 | func decode(_ data: Data) -> AnalyticsResult
4 | }
[20/43] Compiling GampKit AnalyticsParameterEncoder.swift
[21/43] Compiling GampKit AnalyticsRequestBuilder.swift
[22/43] Compiling GampKit AnalyticsResultDecoder.swift
[23/43] Compiling GampKit AnalyticsSessionManager.swift
[24/43] Compiling GampKit AnalyticsTracker.swift
[25/43] Compiling GampKit Request.swift
[26/43] Compiling GampKit Session.swift
[27/43] Compiling GampKit URLSessionable.swift
[28/43] Compiling GampKit URLSessionableDataTask.swift
[29/43] Compiling GampKit AnalyticsTiming.swift
[30/43] Compiling GampKit AnalyticsURLs.swift
[31/43] Compiling GampKit AnalyticsValidation.swift
[32/43] Compiling GampKit StringEncodingError.swift
[33/43] Compiling GampKit AnalyticsConfigurationProtocol.swift
[34/43] Compiling GampKit AnalyticsResultDecoderProtocol.swift
[35/43] Compiling GampKit AnalyticsSessionManagerProtocol.swift
[36/43] Compiling GampKit AnalyticsTimingProtocol.swift
[37/43] Compiling GampKit AnalyticsTrackable.swift
[38/43] Compiling GampKit AnalyticsTrackerProtocol.swift
[39/43] Compiling GampKit AnalyticsEventProtocol.swift
[40/43] Compiling GampKit AnalyticsExceptionProtocol.swift
[41/43] Compiling GampKit AnalyticsParameterEncoderProtocol.swift
[42/43] Compiling GampKit AnalyticsParameterable.swift
[43/43] Compiling GampKit AnalyticsRequestBuilderProtocol.swift
Build complete! (129.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "komondor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Komondor"
},
{
"identity" : "sourcedocs",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/eneko/SourceDocs"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.47.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swiftlint",
"requirement" : {
"range" : [
{
"lower_bound" : "0.43.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/realm/SwiftLint"
},
{
"identity" : "rocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/shibapm/Rocket"
},
{
"identity" : "swift-test-codecov",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brightdigit/swift-test-codecov"
}
],
"manifest_display_name" : "GampKit",
"name" : "GampKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GampKit",
"targets" : [
"GampKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GampKitTests",
"module_type" : "SwiftTarget",
"name" : "GampKitTests",
"path" : "Tests/GampKitTests",
"sources" : [
"Extensions/AnalyticsHitParserMessageBuilder.swift",
"Extensions/AnalyticsParameterDictionary.swift",
"Extensions/AnalyticsParameterKey.swift",
"Extensions/Randomizable.swift",
"Extensions/Randoms.swift",
"Extensions/String.swift",
"Mocks/MockError.swift",
"Mocks/MockParameterEncoder.swift",
"Mocks/MockRequest.swift",
"Mocks/MockRequestBuilder.swift",
"Mocks/MockSession.swift",
"Mocks/MockSessionManager.swift",
"Mocks/MockTrackable.swift",
"Tests/AnalyticsHitParserMessageTests.swift",
"Tests/AnalyticsHitTypeTests.swift",
"Tests/AnalyticsParameterEncoderTests.swift",
"Tests/AnalyticsRequestBuilderTests.swift",
"Tests/AnalyticsResultDecoderTests.swift",
"Tests/AnalyticsSessionManagerTests.swift",
"Tests/AnalyticsTrackerTests.swift",
"Tests/AnalyticsURLSessionTests.swift",
"Tests/AnalyticsURLsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"GampKit"
],
"type" : "test"
},
{
"c99name" : "GampKit",
"module_type" : "SwiftTarget",
"name" : "GampKit",
"path" : "Sources/GampKit",
"product_memberships" : [
"GampKit"
],
"sources" : [
"Controllers/AnalyticsParameterEncoder.swift",
"Controllers/AnalyticsRequestBuilder.swift",
"Controllers/AnalyticsResultDecoder.swift",
"Controllers/AnalyticsSessionManager.swift",
"Controllers/AnalyticsTracker.swift",
"Controllers/AnalyticsURLSession.swift",
"Extensions/NSException.swift",
"Extensions/URLRequest.swift",
"Extensions/URLSession.swift",
"Extensions/URLSessionDataTask.swift",
"Models/AnalyticsConfiguration.swift",
"Models/AnalyticsEvent.swift",
"Models/AnalyticsException.swift",
"Models/AnalyticsHitParserMessage.swift",
"Models/AnalyticsHitParserMessageType.swift",
"Models/AnalyticsHitParsingResult.swift",
"Models/AnalyticsHitType.swift",
"Models/AnalyticsParameterDictionary.swift",
"Models/AnalyticsParameterKey.swift",
"Models/AnalyticsResult.swift",
"Models/AnalyticsTiming.swift",
"Models/AnalyticsURLs.swift",
"Models/AnalyticsValidation.swift",
"Models/StringEncodingError.swift",
"Protocols/AnalyticsConfigurationProtocol.swift",
"Protocols/AnalyticsEventProtocol.swift",
"Protocols/AnalyticsExceptionProtocol.swift",
"Protocols/AnalyticsParameterEncoderProtocol.swift",
"Protocols/AnalyticsParameterable.swift",
"Protocols/AnalyticsRequestBuilderProtocol.swift",
"Protocols/AnalyticsResultDecoderProtocol.swift",
"Protocols/AnalyticsSessionManagerProtocol.swift",
"Protocols/AnalyticsTimingProtocol.swift",
"Protocols/AnalyticsTrackable.swift",
"Protocols/AnalyticsTrackerProtocol.swift",
"Protocols/Request.swift",
"Protocols/Session.swift",
"Protocols/URLSessionable.swift",
"Protocols/URLSessionableDataTask.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.