Build Information
Successful build of GitHubSwiftActions, reference 1.0.9 (80b708
), with Swift 6.1 for Linux on 17 Jun 2025 16:00:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.git
Reference: 1.0.9
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/Wei18/GitHubSwiftActions
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at 80b708a Fix miseToml
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
80b708ad4c943e610880b5118944f51b4e965d65
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at 1.0.9
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Wei18/GitHubSwiftActions.git
https://github.com/Wei18/GitHubSwiftActions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "github-rest-api-swift-openapi",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "GitHubSwiftActions",
"name" : "GitHubSwiftActions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Comment",
"targets" : [
"Comment"
],
"type" : {
"executable" : null
}
},
{
"name" : "Release",
"targets" : [
"Release"
],
"type" : {
"executable" : null
}
},
{
"name" : "YamlWriter",
"targets" : [
"YamlWriter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "YamlWriter",
"module_type" : "SwiftTarget",
"name" : "YamlWriter",
"path" : "Sources/YamlWriter",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"YamlWriter"
],
"sources" : [
"CLIYamlBuilder.swift",
"FileBuilder.swift",
"SwiftPackageConfig.swift",
"main.swift"
],
"target_dependencies" : [
"CommentCLI",
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "ReleaseCoreTests",
"module_type" : "SwiftTarget",
"name" : "ReleaseCoreTests",
"path" : "Tests/ReleaseCoreTests",
"sources" : [
"Test.swift"
],
"target_dependencies" : [
"ReleaseCore"
],
"type" : "test"
},
{
"c99name" : "ReleaseCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseCore",
"path" : "Sources/ReleaseCore",
"product_dependencies" : [
"GitHubRestAPIRepos"
],
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"RepoUseCase.swift",
"Version.swift"
],
"target_dependencies" : [
"Middleware",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "ReleaseCLI",
"module_type" : "SwiftTarget",
"name" : "ReleaseCLI",
"path" : "Sources/ReleaseCLI",
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"Release.swift"
],
"target_dependencies" : [
"ReleaseCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Release",
"module_type" : "SwiftTarget",
"name" : "Release",
"path" : "Sources/Release",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Release"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "Middleware",
"module_type" : "SwiftTarget",
"name" : "Middleware",
"path" : "Sources/Middleware",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"AuthenticationMiddleware.swift"
],
"type" : "library"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"Int+Ext.swift",
"Task+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "CommentCore",
"module_type" : "SwiftTarget",
"name" : "CommentCore",
"path" : "Sources/CommentCore",
"product_dependencies" : [
"GitHubRestAPIIssues"
],
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"CommentUseCase.swift"
],
"target_dependencies" : [
"Middleware"
],
"type" : "library"
},
{
"c99name" : "CommentCLI",
"module_type" : "SwiftTarget",
"name" : "CommentCLI",
"path" : "Sources/CommentCLI",
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"Comment.swift"
],
"target_dependencies" : [
"CommentCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Comment",
"module_type" : "SwiftTarget",
"name" : "Comment",
"path" : "Sources/Comment",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Comment"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommentCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/Wei18/github-rest-api-swift-openapi
[57/5679] Fetching swift-openapi-runtime
[2103/16538] Fetching swift-openapi-runtime, yams
[10676/31918] Fetching swift-openapi-runtime, yams, swift-argument-parser
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.75s)
[6109/26239] Fetching yams, swift-argument-parser
[17971/485116] Fetching yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/jpsim/Yams from cache (2.78s)
[93390/474257] Fetching swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-argument-parser from cache (38.76s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (39.26s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.1 (42.24s)
Computing version for https://github.com/Wei18/github-rest-api-swift-openapi
Computed https://github.com/Wei18/github-rest-api-swift-openapi at 3.0.1 (4.30s)
Fetching https://github.com/apple/swift-openapi-urlsession
[1/961] Fetching swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.43s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (1.51s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.37s)
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.66s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (2.86s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.81s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.97s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
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.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.1
Creating working copy for https://github.com/Wei18/github-rest-api-swift-openapi
Working copy of https://github.com/Wei18/github-rest-api-swift-openapi resolved at 3.0.1
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/52] Write sources
[20/52] Compiling writer.c
[21/52] Compiling parser.c
[21/52] Compiling reader.c
[23/52] Compiling api.c
[24/52] Write swift-version-24593BA9C3E375BF.txt
[25/52] Compiling emitter.c
[26/68] Compiling scanner.c
[28/99] Emitting module Extensions
[29/99] Emitting module ArgumentParserToolInfo
[30/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/99] Compiling HTTPTypes HTTPResponse.swift
[32/99] Compiling HTTPTypes ISOLatin1String.swift
[33/101] Compiling Yams Mark.swift
[34/101] Compiling Yams Node.Alias.swift
[35/101] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/102] Compiling HTTPTypes HTTPRequest.swift
[37/102] Compiling Yams Encoder.swift
[38/102] Compiling Yams Parser.swift
[39/102] Emitting module InternalCollectionsUtilities
[40/102] Compiling HTTPTypes HTTPField.swift
[41/102] Compiling Yams Node.Mapping.swift
[42/102] Compiling Yams AliasDereferencingStrategy.swift
[43/102] Compiling Yams Anchor.swift
[44/102] Compiling Yams Constructor.swift
[45/102] Compiling Yams Decoder.swift
[46/102] Compiling Yams Emitter.swift
[47/102] Emitting module HTTPTypes
[48/102] Compiling HTTPTypes HTTPFieldName.swift
[49/102] Compiling Yams RedundancyAliasingStrategy.swift
[50/102] Compiling Yams Representer.swift
[51/102] Compiling HTTPTypes HTTPParsedFields.swift
[53/102] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/103] Wrapping AST for ArgumentParserToolInfo for debugging
[55/103] Wrapping AST for InternalCollectionsUtilities for debugging
[57/156] Compiling DequeModule _DequeBuffer.swift
[58/156] Compiling DequeModule _DequeBufferHeader.swift
[59/158] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/160] Compiling DequeModule Deque+CustomReflectable.swift
[61/160] Compiling DequeModule Deque+Descriptions.swift
[62/160] Compiling DequeModule Deque+Extras.swift
[63/160] Compiling DequeModule Deque+Hashable.swift
[64/160] Compiling DequeModule Deque+Testing.swift
[65/160] Compiling DequeModule Deque._Storage.swift
[66/160] Compiling DequeModule Deque+Equatable.swift
[67/160] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[68/160] Compiling HTTPTypes NIOLock.swift
[69/160] Emitting module ArgumentParser
[70/165] Compiling Extensions Int+Ext.swift
[71/165] Compiling DequeModule _DequeSlot.swift
[72/165] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/165] Compiling Yams YamlError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/165] Compiling Yams YamlTagProviding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/165] Compiling DequeModule Deque._UnsafeHandle.swift
[76/165] Compiling DequeModule Deque.swift
[77/165] Compiling Extensions Task+Ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/166] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/166] Compiling ArgumentParser ExpressibleByArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/166] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/166] Compiling ArgumentParser EnumerableFlag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/166] Compiling DequeModule Deque+Collection.swift
[100/166] Emitting module DequeModule
[100/167] Wrapping AST for Extensions for debugging
[103/167] Compiling HTTPTypes HTTPFields.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/168] Wrapping AST for DequeModule for debugging
[111/169] Compiling ArgumentParser Name.swift
[112/169] Compiling ArgumentParser Parsed.swift
[113/169] Compiling ArgumentParser ParsedValues.swift
[114/169] Compiling ArgumentParser ParserError.swift
[115/169] Compiling ArgumentParser SplitArguments.swift
[116/169] Compiling ArgumentParser DumpHelpGenerator.swift
[117/169] Compiling ArgumentParser HelpCommand.swift
[118/169] Compiling ArgumentParser HelpGenerator.swift
[119/169] Compiling ArgumentParser MessageInfo.swift
[120/169] Compiling ArgumentParser UsageGenerator.swift
[134/169] Compiling ArgumentParser CollectionExtensions.swift
[135/169] Compiling ArgumentParser Platform.swift
[136/169] Compiling ArgumentParser SequenceExtensions.swift
[137/169] Compiling ArgumentParser StringExtensions.swift
[138/169] Compiling ArgumentParser Tree.swift
[138/169] Wrapping AST for HTTPTypes for debugging
[139/169] Wrapping AST for Yams for debugging
[145/169] Compiling ArgumentParser ArgumentDecoder.swift
[146/169] Compiling ArgumentParser ArgumentDefinition.swift
[147/169] Compiling ArgumentParser ArgumentSet.swift
[148/169] Compiling ArgumentParser CommandParser.swift
[149/169] Compiling ArgumentParser InputKey.swift
[150/169] Compiling ArgumentParser InputOrigin.swift
[151/231] Wrapping AST for ArgumentParser for debugging
[153/231] Compiling OpenAPIRuntime URICodeCodingKey.swift
[154/231] Compiling OpenAPIRuntime URICoderConfiguration.swift
[155/231] Compiling OpenAPIRuntime URIEncodedNode.swift
[156/231] Compiling OpenAPIRuntime URIParsedTypes.swift
[157/231] Compiling OpenAPIRuntime URIDecoder.swift
[158/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[159/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[160/231] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[161/239] Emitting module OpenAPIRuntime
[162/239] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[163/239] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[164/239] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[165/239] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[166/239] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[167/239] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[168/239] Compiling OpenAPIRuntime MultipartValidation.swift
[169/239] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[170/239] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[171/239] Compiling OpenAPIRuntime CodableExtensions.swift
[172/239] Compiling OpenAPIRuntime Configuration.swift
[173/239] Compiling OpenAPIRuntime Converter+Client.swift
[174/239] Compiling OpenAPIRuntime Converter+Common.swift
[175/239] Compiling OpenAPIRuntime Converter+Server.swift
[176/239] Compiling OpenAPIRuntime Converter.swift
[177/239] Compiling OpenAPIRuntime CurrencyExtensions.swift
[178/239] Compiling OpenAPIRuntime ErrorExtensions.swift
[179/239] Compiling OpenAPIRuntime FoundationExtensions.swift
[180/239] Compiling OpenAPIRuntime ParameterStyles.swift
[181/239] Compiling OpenAPIRuntime ServerVariable.swift
[182/239] Compiling OpenAPIRuntime URLExtensions.swift
[183/239] Compiling OpenAPIRuntime Deprecated.swift
[184/239] Compiling OpenAPIRuntime ClientError.swift
[185/239] Compiling OpenAPIRuntime CodingErrors.swift
[186/239] Compiling OpenAPIRuntime RuntimeError.swift
[187/239] Compiling OpenAPIRuntime ServerError.swift
[188/239] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[189/239] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[190/239] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[191/239] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[192/239] Compiling OpenAPIRuntime ServerSentEvents.swift
[193/239] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[194/239] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[195/239] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[196/239] Compiling OpenAPIRuntime ClientTransport.swift
[197/239] Compiling OpenAPIRuntime Acceptable.swift
[198/239] Compiling OpenAPIRuntime Base64EncodedData.swift
[199/239] Compiling OpenAPIRuntime ByteUtilities.swift
[200/239] Compiling OpenAPIRuntime ContentDisposition.swift
[201/239] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[202/239] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[203/239] Compiling OpenAPIRuntime OpenAPIValue.swift
[204/239] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[205/239] Compiling OpenAPIRuntime UndocumentedPayload.swift
[206/239] Compiling OpenAPIRuntime CurrencyTypes.swift
[207/239] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[208/239] Compiling OpenAPIRuntime HTTPBody.swift
[209/239] Compiling OpenAPIRuntime ServerTransport.swift
[210/239] Compiling OpenAPIRuntime UniversalClient.swift
[211/239] Compiling OpenAPIRuntime UniversalServer.swift
[212/239] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[213/239] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[214/239] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[215/239] Compiling OpenAPIRuntime URIEncoder.swift
[216/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[217/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[218/239] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[219/239] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[220/239] Compiling OpenAPIRuntime URIParser.swift
[221/239] Compiling OpenAPIRuntime URISerializer.swift
[222/240] Wrapping AST for OpenAPIRuntime for debugging
[224/249] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[225/249] Emitting module Middleware
[226/249] Compiling Middleware AuthenticationMiddleware.swift
[227/250] Wrapping AST for Middleware for debugging
[229/250] Compiling OpenAPIURLSession URLSession+Extensions.swift
[230/250] Compiling OpenAPIURLSession Lock.swift
[231/250] Compiling OpenAPIURLSession URLSessionTransport.swift
[232/250] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[233/250] Emitting module OpenAPIURLSession
[234/250] Compiling OpenAPIURLSession BufferedStream.swift
[235/251] Wrapping AST for OpenAPIURLSession for debugging
[237/257] Emitting module GitHubRestAPIRepos
[238/257] Compiling GitHubRestAPIRepos Client.swift
[239/257] Compiling GitHubRestAPIIssues Client.swift
[240/257] Emitting module GitHubRestAPIIssues
[241/257] Compiling GitHubRestAPIIssues Types.swift
[242/258] Wrapping AST for GitHubRestAPIIssues for debugging
[244/260] Emitting module CommentCore
[245/260] Compiling CommentCore CommentUseCase.swift
[246/261] Wrapping AST for CommentCore for debugging
[248/263] Emitting module CommentCLI
[249/263] Compiling CommentCLI Comment.swift
[250/264] Wrapping AST for CommentCLI for debugging
[252/266] Compiling Comment main.swift
[253/266] Emitting module Comment
[254/267] Wrapping AST for Comment for debugging
[255/267] Write Objects.LinkFileList
[256/267] Linking Comment
[258/267] Compiling GitHubRestAPIRepos Types.swift
[259/268] Wrapping AST for GitHubRestAPIRepos for debugging
[261/271] Compiling ReleaseCore RepoUseCase.swift
[262/271] Compiling ReleaseCore Version.swift
[263/271] Emitting module ReleaseCore
[264/272] Wrapping AST for ReleaseCore for debugging
[266/274] Compiling ReleaseCLI Release.swift
[267/274] Emitting module ReleaseCLI
[268/275] Wrapping AST for ReleaseCLI for debugging
[270/282] Emitting module Release
[271/282] Compiling Release main.swift
[272/283] Compiling YamlWriter SwiftPackageConfig.swift
[273/283] Compiling YamlWriter main.swift
[274/283] Compiling YamlWriter FileBuilder.swift
[276/283] Emitting module YamlWriter
[277/283] Compiling YamlWriter CLIYamlBuilder.swift
[278/284] Wrapping AST for YamlWriter for debugging
[279/284] Wrapping AST for Release for debugging
[280/284] Write Objects.LinkFileList
[282/284] Linking Release
[283/284] Linking YamlWriter
Build complete! (288.99s)
Build complete.
{
"dependencies" : [
{
"identity" : "github-rest-api-swift-openapi",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Wei18/github-rest-api-swift-openapi"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "GitHubSwiftActions",
"name" : "GitHubSwiftActions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Comment",
"targets" : [
"Comment"
],
"type" : {
"executable" : null
}
},
{
"name" : "Release",
"targets" : [
"Release"
],
"type" : {
"executable" : null
}
},
{
"name" : "YamlWriter",
"targets" : [
"YamlWriter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "YamlWriter",
"module_type" : "SwiftTarget",
"name" : "YamlWriter",
"path" : "Sources/YamlWriter",
"product_dependencies" : [
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"YamlWriter"
],
"sources" : [
"CLIYamlBuilder.swift",
"FileBuilder.swift",
"SwiftPackageConfig.swift",
"main.swift"
],
"target_dependencies" : [
"CommentCLI",
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "ReleaseCoreTests",
"module_type" : "SwiftTarget",
"name" : "ReleaseCoreTests",
"path" : "Tests/ReleaseCoreTests",
"sources" : [
"Test.swift"
],
"target_dependencies" : [
"ReleaseCore"
],
"type" : "test"
},
{
"c99name" : "ReleaseCore",
"module_type" : "SwiftTarget",
"name" : "ReleaseCore",
"path" : "Sources/ReleaseCore",
"product_dependencies" : [
"GitHubRestAPIRepos"
],
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"RepoUseCase.swift",
"Version.swift"
],
"target_dependencies" : [
"Middleware",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "ReleaseCLI",
"module_type" : "SwiftTarget",
"name" : "ReleaseCLI",
"path" : "Sources/ReleaseCLI",
"product_memberships" : [
"Release",
"YamlWriter"
],
"sources" : [
"Release.swift"
],
"target_dependencies" : [
"ReleaseCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Release",
"module_type" : "SwiftTarget",
"name" : "Release",
"path" : "Sources/Release",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Release"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ReleaseCLI"
],
"type" : "executable"
},
{
"c99name" : "Middleware",
"module_type" : "SwiftTarget",
"name" : "Middleware",
"path" : "Sources/Middleware",
"product_dependencies" : [
"OpenAPIRuntime"
],
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"AuthenticationMiddleware.swift"
],
"type" : "library"
},
{
"c99name" : "Extensions",
"module_type" : "SwiftTarget",
"name" : "Extensions",
"path" : "Sources/Extensions",
"product_memberships" : [
"Comment",
"Release",
"YamlWriter"
],
"sources" : [
"Int+Ext.swift",
"Task+Ext.swift"
],
"type" : "library"
},
{
"c99name" : "CommentCore",
"module_type" : "SwiftTarget",
"name" : "CommentCore",
"path" : "Sources/CommentCore",
"product_dependencies" : [
"GitHubRestAPIIssues"
],
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"CommentUseCase.swift"
],
"target_dependencies" : [
"Middleware"
],
"type" : "library"
},
{
"c99name" : "CommentCLI",
"module_type" : "SwiftTarget",
"name" : "CommentCLI",
"path" : "Sources/CommentCLI",
"product_memberships" : [
"Comment",
"YamlWriter"
],
"sources" : [
"Comment.swift"
],
"target_dependencies" : [
"CommentCore",
"Extensions"
],
"type" : "library"
},
{
"c99name" : "Comment",
"module_type" : "SwiftTarget",
"name" : "Comment",
"path" : "Sources/Comment",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Comment"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CommentCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.