Build Information
Successful build of SignalHandler, reference main (bb52b9
), with Swift 6.0 for Linux on 30 Nov 2024 14:42:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Genaro-Chris/SignalHandler.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/Genaro-Chris/SignalHandler
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bb52b9c fix the signal handling bug
Cloned https://github.com/Genaro-Chris/SignalHandler.git
Revision (git rev-parse @):
bb52b9c5df6eba21adb6d540a19a2da6e6fab2fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Genaro-Chris/SignalHandler.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Genaro-Chris/SignalHandler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at main (85e4bb4)
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Emitting module SignalHandler
[6/9] Compiling SignalHandler SignalHandler.swift
/host/spi-builder-workspace/Sources/SignalHandler/SignalHandler.swift:150:22: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
148 | with signals: [Signals], completion: @escaping ((Int32) async -> Void)
149 | ) async {
150 | let signal = SignalHandler(signals: signals, handler: completion)
| |- warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'completion' to actor-isolated initializer 'init(signals:handler:)' risks causing data races between actor-isolated and task-isolated uses
151 | await signal.start()
152 | }
/host/spi-builder-workspace/Sources/SignalHandler/SignalHandler.swift:182:22: warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
180 | with signals: Signals..., handler: @escaping ((Int32) async -> Void)
181 | ) async {
182 | let signal = SignalHandler(signals: signals, handler: handler)
| |- warning: sending 'handler' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending task-isolated 'handler' to actor-isolated initializer 'init(signals:handler:)' risks causing data races between actor-isolated and task-isolated uses
183 | await signal.start()
184 | }
[7/9] Compiling SignalHandler Signals.swift
[8/9] Compiling SignalHandler extensions.swift
[9/9] Compiling SignalHandler SourceSequence.swift
/host/spi-builder-workspace/Sources/SignalHandler/SourceSequence.swift:29:22: warning: sending 'newValue' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 | fileprivate func appendToStream(newValue: Element) {
29 | continuation.yield(newValue)
| |- warning: sending 'newValue' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'newValue' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
30 | }
31 | }
Build complete! (39.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SignalHandler",
"name" : "SignalHandler",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "Linux",
"version" : "1.0.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SignalHandler",
"targets" : [
"SignalHandler"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SignalHandler",
"module_type" : "SwiftTarget",
"name" : "SignalHandler",
"path" : "Sources/SignalHandler",
"product_memberships" : [
"SignalHandler"
],
"sources" : [
"SignalHandler.swift",
"Signals.swift",
"SourceSequence.swift",
"extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/genaro-chris/signalhandler/main
Repository: Genaro-Chris/SignalHandler
Swift version used: 6.0
.package(url: "https://github.com/apple/swift-docc-plugin", branch: "main"),
Target: SignalHandler
Initialized empty Git repository in /host/spi-builder-workspace/swift-docc-render-artifact/.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/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'SignalHandler'...
Finished extracting symbol information for 'SignalHandler'. (4.87s)
Building documentation for 'SignalHandler'...
Finished building documentation for 'SignalHandler' (0.81s)
Generated documentation archive at:
/host/spi-builder-workspace/.docs/genaro-chris/signalhandler/main
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Emitting module Snippets
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[9/54] Compiling SymbolKit SourceOrigin.swift
[10/54] Compiling SymbolKit GenericConstraints.swift
[11/54] Compiling SymbolKit Swift.swift
[12/54] Compiling SymbolKit SemanticVersion.swift
[13/54] Compiling SymbolKit AccessControl.swift
[14/54] Compiling SymbolKit Availability.swift
[15/59] Emitting module SymbolKit
[15/59] Wrapping AST for Snippets for debugging
[17/59] Compiling SymbolKit AvailabilityItem.swift
[18/59] Compiling SymbolKit Domain.swift
[19/59] Compiling SymbolKit DeclarationFragments.swift
[20/59] Compiling SymbolKit Fragment.swift
[21/59] Compiling SymbolKit FragmentKind.swift
[22/59] Compiling SymbolKit FunctionParameter.swift
[23/59] Compiling SymbolKit Metadata.swift
[24/59] Compiling SymbolKit Module.swift
[25/59] Compiling SymbolKit OperatingSystem.swift
[26/59] Compiling SymbolKit Platform.swift
[27/59] Compiling SymbolKit Relationship.swift
[28/59] Compiling SymbolKit RelationshipKind.swift
[29/59] Compiling SymbolKit Mixin+Equals.swift
[30/59] Compiling SymbolKit Mixin+Hash.swift
[31/59] Compiling SymbolKit Mixin.swift
[32/59] Compiling SymbolKit LineList.swift
[33/59] Compiling SymbolKit Position.swift
[34/59] Compiling SymbolKit SourceRange.swift
[35/59] Compiling SymbolKit FunctionSignature.swift
[36/59] Compiling SymbolKit Identifier.swift
[37/59] Compiling SymbolKit KindIdentifier.swift
[38/59] Compiling SymbolKit Location.swift
[39/59] Compiling SymbolKit Mutability.swift
[40/59] Compiling SymbolKit Names.swift
[41/59] Compiling SymbolKit Generics.swift
[42/59] Compiling SymbolKit Namespace.swift
[43/59] Compiling SymbolKit Symbol.swift
[44/59] Compiling SymbolKit SymbolKind.swift
[45/59] Compiling SymbolKit SymbolGraph.swift
[46/59] Compiling SymbolKit SPI.swift
[47/59] Compiling SymbolKit Snippet.swift
[48/59] Compiling SymbolKit Extension.swift
[49/59] Compiling SymbolKit GenericConstraint.swift
[50/59] Compiling SymbolKit GenericParameter.swift
[51/59] Compiling SymbolKit GraphCollector.swift
[52/59] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/59] Compiling SymbolKit UnifiedSymbol.swift
[54/59] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/59] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/60] Wrapping AST for SymbolKit for debugging
[58/64] Compiling snippet_extract URL+Status.swift
[59/64] Compiling snippet_extract SymbolGraph+Snippet.swift
[60/64] Compiling snippet_extract SnippetBuildCommand.swift
[61/64] Emitting module snippet_extract
[62/65] Wrapping AST for snippet-extract for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking snippet-extract-tool
Build of product 'snippet-extract' complete! (6.48s)
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling SignalHandler extensions.swift
[3/6] Compiling SignalHandler SourceSequence.swift
[4/6] Compiling SignalHandler Signals.swift
[5/6] Compiling SignalHandler SignalHandler.swift
[6/6] Emitting module SignalHandler
Build of target: 'SignalHandler' complete! (1.72s)
164
2 /host/spi-builder-workspace/.docs/genaro-chris/signalhandler/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/genaro-chris/signalhandler/main
File count: 164
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-genaro-chris-signalhandler-main-335c36aa.zip to s3://spi-docs-inbox/prod-genaro-chris-signalhandler-main-335c36aa.zip
Copying... [15%]
Copying... [30%]
Copying... [45%]
Copying... [60%]
Copying... [75%]
Copying... [90%]
Copying... [100%]
Done.