Build Information
Successful build of NotarizationInfo with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.43.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/phimage/NotarizationInfo.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
warning: templates not found in /usr/share/git-core/templates
From https://github.com/phimage/NotarizationInfo
* tag 0.2.1 -> FETCH_HEAD
HEAD is now at d45147a Make `NotarizationError` codable
Cloned https://github.com/phimage/NotarizationInfo.git
Revision (git rev-parse @):
d45147a7f43b9d302f34da5f6d20a6220590a306
SUCCESS checkout https://github.com/phimage/NotarizationInfo.git at 0.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/phimage/NotarizationInfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6A63A117629E05AE.txt
[3/9] Compiling NotarizationInfo NotarizationStatus.swift
[4/9] Compiling NotarizationInfo NotarizationResponse.swift
[5/9] Compiling NotarizationInfo NotarizationUpload.swift
[6/9] Compiling NotarizationInfo NotarizationHistory.swift
[7/9] Compiling NotarizationInfo NotarizationInfo.swift
[8/9] Compiling NotarizationInfo NotarizationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/NotarizationInfo/NotarizationError.swift:37:20: warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
35 | }
36 |
37 | public final class ProductError: NSError, Codable {
| `- warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
38 |
39 | enum CodingKeys: String, CodingKey {
[9/9] Emitting module NotarizationInfo
/Users/admin/builder/spi-builder-workspace/Sources/NotarizationInfo/NotarizationError.swift:37:20: warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
35 | }
36 |
37 | public final class ProductError: NSError, Codable {
| `- warning: class 'ProductError' must restate inherited '@unchecked Sendable' conformance
38 |
39 | enum CodingKeys: String, CodingKey {
Build complete! (8.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NotarizationInfo",
"name" : "NotarizationInfo",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NotarizationInfo",
"targets" : [
"NotarizationInfo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NotarizationInfoTests",
"module_type" : "SwiftTarget",
"name" : "NotarizationInfoTests",
"path" : "Tests/NotarizationInfoTests",
"sources" : [
"NotarizationInfoTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NotarizationInfo"
],
"type" : "test"
},
{
"c99name" : "NotarizationInfo",
"module_type" : "SwiftTarget",
"name" : "NotarizationInfo",
"path" : "Sources/NotarizationInfo",
"product_memberships" : [
"NotarizationInfo"
],
"sources" : [
"NotarizationError.swift",
"NotarizationHistory.swift",
"NotarizationInfo.swift",
"NotarizationResponse.swift",
"NotarizationStatus.swift",
"NotarizationUpload.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.