Build Information
Successful build of GampKit, reference main (ea4280
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:11:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/GampKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/brightdigit/GampKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/40] Emitting module GampKit
/Users/admin/builder/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:3: warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
2 |
3 | #if !os(Linux)
4 | extension NSException: AnalyticsExceptionProtocol, Error {
| |- warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var error: Error {
6 | self
[5/43] Compiling GampKit AnalyticsHitType.swift
[6/43] Compiling GampKit AnalyticsParameterDictionary.swift
[7/43] Compiling GampKit AnalyticsParameterKey.swift
[8/43] Compiling GampKit AnalyticsResult.swift
[9/43] Compiling GampKit AnalyticsException.swift
[10/43] Compiling GampKit AnalyticsHitParserMessage.swift
[11/43] Compiling GampKit AnalyticsHitParserMessageType.swift
[12/43] Compiling GampKit AnalyticsHitParsingResult.swift
[13/43] Compiling GampKit Session.swift
[14/43] Compiling GampKit URLSessionable.swift
[15/43] Compiling GampKit URLSessionableDataTask.swift
[16/43] Compiling GampKit AnalyticsTimingProtocol.swift
[17/43] Compiling GampKit AnalyticsTrackable.swift
[18/43] Compiling GampKit AnalyticsTrackerProtocol.swift
[19/43] Compiling GampKit Request.swift
[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 URLSession.swift
[25/43] Compiling GampKit URLSessionDataTask.swift
[26/43] Compiling GampKit AnalyticsConfiguration.swift
[27/43] Compiling GampKit AnalyticsEvent.swift
[28/43] Compiling GampKit AnalyticsTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:3: warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
2 |
3 | #if !os(Linux)
4 | extension NSException: AnalyticsExceptionProtocol, Error {
| |- warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var error: Error {
6 | self
[29/43] Compiling GampKit AnalyticsURLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:3: warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
2 |
3 | #if !os(Linux)
4 | extension NSException: AnalyticsExceptionProtocol, Error {
| |- warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var error: Error {
6 | self
[30/43] Compiling GampKit NSException.swift
/Users/admin/builder/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:3: warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
2 |
3 | #if !os(Linux)
4 | extension NSException: AnalyticsExceptionProtocol, Error {
| |- warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var error: Error {
6 | self
[31/43] Compiling GampKit URLRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:3: warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
2 |
3 | #if !os(Linux)
4 | extension NSException: AnalyticsExceptionProtocol, Error {
| |- warning: extension declares a conformance of imported type 'NSException' to imported protocols 'Error', 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
5 | public var error: Error {
6 | self
[32/43] Compiling GampKit AnalyticsParameterable.swift
[33/43] Compiling GampKit AnalyticsRequestBuilderProtocol.swift
[34/43] Compiling GampKit AnalyticsResultDecoderProtocol.swift
[35/43] Compiling GampKit AnalyticsSessionManagerProtocol.swift
[36/43] Compiling GampKit AnalyticsConfigurationProtocol.swift
[37/43] Compiling GampKit AnalyticsEventProtocol.swift
[38/43] Compiling GampKit AnalyticsExceptionProtocol.swift
[39/43] Compiling GampKit AnalyticsParameterEncoderProtocol.swift
[40/43] Compiling GampKit AnalyticsTiming.swift
[41/43] Compiling GampKit AnalyticsURLs.swift
[42/43] Compiling GampKit AnalyticsValidation.swift
[43/43] Compiling GampKit StringEncodingError.swift
Build complete! (196.03s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/eneko/SourceDocs
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/brightdigit/swift-test-codecov
Fetching https://github.com/shibapm/Komondor
[1/509] Fetching komondor
[12/839] Fetching komondor, swift-test-codecov
[146/2225] Fetching komondor, swift-test-codecov, rocket
[608/4825] Fetching komondor, swift-test-codecov, rocket, sourcedocs
Fetched https://github.com/shibapm/Komondor from cache (1.12s)
[4311/53257] Fetching swift-test-codecov, rocket, sourcedocs, swiftformat
[6759/203895] Fetching swift-test-codecov, rocket, sourcedocs, swiftformat, swiftlint
Fetched https://github.com/eneko/SourceDocs from cache (15.09s)
[69455/201295] Fetching swift-test-codecov, rocket, swiftformat, swiftlint
Fetched https://github.com/brightdigit/swift-test-codecov from cache (129.86s)
Fetched https://github.com/realm/SwiftLint from cache (129.86s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (129.86s)
Fetched https://github.com/shibapm/Rocket from cache (129.87s)
Computing version for https://github.com/eneko/SourceDocs
Computed https://github.com/eneko/SourceDocs at 1.2.1 (130.74s)
Fetching https://github.com/eneko/MarkdownGenerator.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/eneko/ProcessRunner.git
Fetching https://github.com/apple/swift-package-manager
Fetching https://github.com/onevcat/Rainbow
[1/774] Fetching markdowngenerator
[17/1068] Fetching markdowngenerator, processrunner
[230/2264] Fetching markdowngenerator, processrunner, rainbow
[1799/18408] Fetching markdowngenerator, processrunner, rainbow, sourcekitten
Fetched https://github.com/eneko/MarkdownGenerator.git from cache (0.85s)
[1186/17634] Fetching processrunner, rainbow, sourcekitten
[1354/33014] Fetching processrunner, rainbow, sourcekitten, swift-argument-parser
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.65s)
[1/156729] Fetching swift-package-manager
Fetched https://github.com/apple/swift-argument-parser from cache (7.48s)
Fetched https://github.com/apple/swift-package-manager from cache (7.48s)
Fetched https://github.com/onevcat/Rainbow from cache (7.48s)
Fetched https://github.com/eneko/ProcessRunner.git from cache (7.48s)
Computing version for https://github.com/eneko/ProcessRunner.git
Computed https://github.com/eneko/ProcessRunner.git at 1.1.0 (8.10s)
Computing version for https://github.com/apple/swift-package-manager
Computed https://github.com/apple/swift-package-manager at 0.4.0 (2.07s)
Fetching https://github.com/apple/swift-llbuild.git
[1/29039] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.04s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.52s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.52s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/shibapm/Logger
[1/116] Fetching logger
[29/4979] Fetching logger, swiftshell
[263/5559] Fetching logger, swiftshell, packageconfig
[1087/16418] Fetching logger, swiftshell, packageconfig, yams
Fetched https://github.com/jpsim/Yams from cache (1.88s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (1.88s)
Fetched https://github.com/kareman/SwiftShell from cache (1.88s)
Fetched https://github.com/shibapm/Logger from cache (1.88s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.45s)
Computing version for https://github.com/eneko/MarkdownGenerator.git
Computed https://github.com/eneko/MarkdownGenerator.git at 0.5.0 (1.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.53s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (0.55s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.52s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.53s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/980] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.78s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (1.32s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.52s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.51s)
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.49s)
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/shibapm/PackageConfig.git at 1.1.3 (0.00s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.52s)
Computed https://github.com/onevcat/Rainbow at 3.2.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.97s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 5.0.2 (1.52s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.44.0 (0.54s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/929] Fetching swiftytexttable
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.83s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (1.37s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (0.52s)
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.01s)
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/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/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.31.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 4.0.6
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/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.44.0
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/eneko/SourceDocs
Working copy of https://github.com/eneko/SourceDocs resolved at 1.2.1
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/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
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/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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.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/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.1.1
warning: 'komondor': Conflicting identity for rocket: dependency 'github.com/f-meloni/rocket' and dependency 'github.com/shibapm/rocket' both point to the same package identity 'rocket'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/shibapm/komondor->github.com/f-meloni/rocket (B) /users/admin/builder/spi-builder-workspace->github.com/shibapm/rocket. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
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" : "/Users/admin/builder/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"
}
Done.