Build Information
Successful build of swift-test-codecov, reference main (b1085f
), with Swift 6.0 for Linux on 4 Nov 2024 02:45:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/swift-test-codecov.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/swift-test-codecov
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b1085f5 Merge pull request #2 from brightdigit/1.1.0
Cloned https://github.com/brightdigit/swift-test-codecov.git
Revision (git rev-parse @):
b1085f527c83bf666978f4828ac5ceb541637f14
SUCCESS checkout https://github.com/brightdigit/swift-test-codecov.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/brightdigit/swift-test-codecov.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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-argument-parser
[1/12353] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.66s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.42s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/17] Emitting module ArgumentParserToolInfo
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/18] Wrapping AST for ArgumentParserToolInfo for debugging
[11/56] Emitting module ArgumentParser
[12/61] Compiling ArgumentParser Name.swift
[13/61] Compiling ArgumentParser Parsed.swift
[14/61] Compiling ArgumentParser ParsedValues.swift
[15/61] Compiling ArgumentParser ParserError.swift
[16/61] Compiling ArgumentParser SplitArguments.swift
[17/61] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/61] Compiling ArgumentParser CompletionsGenerator.swift
[19/61] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/61] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/61] Compiling ArgumentParser Argument.swift
[22/61] Compiling ArgumentParser ArgumentHelp.swift
[23/61] Compiling ArgumentParser CollectionExtensions.swift
[24/61] Compiling ArgumentParser Platform.swift
[25/61] Compiling ArgumentParser SequenceExtensions.swift
[26/61] Compiling ArgumentParser StringExtensions.swift
[27/61] Compiling ArgumentParser Tree.swift
[28/61] Emitting module SwiftTestCodecovLib
[29/61] Compiling SwiftTestCodecovLib Aggregate.swift
[30/61] Compiling SwiftTestCodecovLib CodeCov.swift
[32/62] Compiling ArgumentParser OptionGroup.swift
[33/62] Compiling ArgumentParser AsyncParsableCommand.swift
[34/62] Compiling ArgumentParser CommandConfiguration.swift
[35/62] Compiling ArgumentParser CommandGroup.swift
[36/62] Compiling ArgumentParser EnumerableFlag.swift
[37/62] Compiling ArgumentParser ArgumentVisibility.swift
[38/62] Compiling ArgumentParser CompletionKind.swift
[39/62] Compiling ArgumentParser Errors.swift
[40/62] Compiling ArgumentParser Flag.swift
[41/62] Compiling ArgumentParser NameSpecification.swift
[42/62] Compiling ArgumentParser Option.swift
[43/62] Compiling ArgumentParser ExpressibleByArgument.swift
[44/62] Compiling ArgumentParser ParsableArguments.swift
[45/62] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/62] Compiling ArgumentParser ParsableCommand.swift
[47/62] Compiling ArgumentParser ArgumentDecoder.swift
[48/62] Compiling ArgumentParser ArgumentDefinition.swift
[49/62] Compiling ArgumentParser ArgumentSet.swift
[50/62] Compiling ArgumentParser CommandParser.swift
[51/62] Compiling ArgumentParser InputKey.swift
[52/62] Compiling ArgumentParser InputOrigin.swift
[53/62] Compiling ArgumentParser DumpHelpGenerator.swift
[54/62] Compiling ArgumentParser HelpCommand.swift
[55/62] Compiling ArgumentParser HelpGenerator.swift
[56/62] Compiling ArgumentParser MessageInfo.swift
[57/62] Compiling ArgumentParser UsageGenerator.swift
[57/62] Wrapping AST for SwiftTestCodecovLib for debugging
[59/63] Wrapping AST for ArgumentParser for debugging
[61/65] Compiling swift_test_codecov main.swift
/host/spi-builder-workspace/Sources/swift-test-codecov/main.swift:6:1: warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
4 | import SwiftTestCodecovLib
5 |
6 | extension CodeCov.AggregateProperty: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 |
8 | let codecovFileDiscussion = """
[62/65] Emitting module swift_test_codecov
/host/spi-builder-workspace/Sources/swift-test-codecov/main.swift:6:1: warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
4 | import SwiftTestCodecovLib
5 |
6 | extension CodeCov.AggregateProperty: ExpressibleByArgument {}
| |- warning: extension declares a conformance of imported type 'AggregateProperty' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'SwiftTestCodecovLib' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
7 |
8 | let codecovFileDiscussion = """
[63/66] Wrapping AST for swift-test-codecov for debugging
[64/66] Write Objects.LinkFileList
[65/66] Linking swift-test-codecov
Build complete! (15.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "swift-test-codecov",
"name" : "swift-test-codecov",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swift-test-codecov",
"targets" : [
"swift-test-codecov"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftTestCodecovLib",
"targets" : [
"SwiftTestCodecovLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_test_codecovTests",
"module_type" : "SwiftTarget",
"name" : "swift-test-codecovTests",
"path" : "Tests/swift-test-codecovTests",
"sources" : [
"PlaceholderTests2.swift"
],
"target_dependencies" : [
"swift-test-codecov"
],
"type" : "test"
},
{
"c99name" : "swift_test_codecov",
"module_type" : "SwiftTarget",
"name" : "swift-test-codecov",
"path" : "Sources/swift-test-codecov",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-test-codecov"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftTestCodecovLib"
],
"type" : "executable"
},
{
"c99name" : "SwiftTestCodecovLibTests",
"module_type" : "SwiftTarget",
"name" : "SwiftTestCodecovLibTests",
"path" : "Tests/SwiftTestCodecovLibTests",
"sources" : [
"PlaceholderTests.swift"
],
"target_dependencies" : [
"SwiftTestCodecovLib"
],
"type" : "test"
},
{
"c99name" : "SwiftTestCodecovLib",
"module_type" : "SwiftTarget",
"name" : "SwiftTestCodecovLib",
"path" : "Sources/SwiftTestCodecovLib",
"product_memberships" : [
"swift-test-codecov",
"SwiftTestCodecovLib"
],
"sources" : [
"Aggregate.swift",
"CodeCov.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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
Done.