Build Information
Successful build of GitHubSwiftActions, reference 1.0.7 (4682e9
), with Swift 6.1 for Linux on 1 May 2025 11:55:25 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.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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.git
Reference: 1.0.7
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.7 -> FETCH_HEAD
HEAD is now at 4682e96 Merge pull request #14 from Wei18/fix/fallback-to-setup-swift-5
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
4682e96a954ac6f6a7b51b1633d630be60b82ae8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at 1.0.7
========================================
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" : "2.0.0",
"upper_bound" : "3.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" : "5.0.0",
"upper_bound" : "6.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" : "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-2":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/Wei18/github-rest-api-swift-openapi
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-openapi-runtime
[1/5672] Fetching swift-openapi-runtime
[5673/16121] Fetching swift-openapi-runtime, yams
[7136/31071] Fetching swift-openapi-runtime, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.76s)
[1/222091] Fetching github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.03s)
Fetched https://github.com/jpsim/Yams from cache (1.06s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (11.73s)
Computing version for https://github.com/Wei18/github-rest-api-swift-openapi
Computed https://github.com/Wei18/github-rest-api-swift-openapi at 2.0.5 (13.71s)
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.24s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (0.76s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/904] Fetching swift-http-types
[905/17210] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.92s)
Fetched https://github.com/apple/swift-collections from cache (0.94s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.37s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.63s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
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-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
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 2.0.5
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/52] Write sources
[20/52] Compiling writer.c
[21/52] Compiling reader.c
[22/52] Compiling parser.c
[23/52] Compiling api.c
[24/52] Compiling emitter.c
[25/52] Compiling scanner.c
[26/52] Write swift-version-24593BA9C3E375BF.txt
[28/101] Compiling InternalCollectionsUtilities Debugging.swift
[29/101] Compiling InternalCollectionsUtilities Descriptions.swift
[30/103] Compiling HTTPTypes HTTPParsedFields.swift
[31/103] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/103] Compiling InternalCollectionsUtilities Integer rank.swift
[33/103] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/104] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/104] Compiling InternalCollectionsUtilities Specialize.swift
[36/104] Compiling InternalCollectionsUtilities _SortedCollection.swift
[37/104] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[38/104] Compiling HTTPTypes ISOLatin1String.swift
[39/104] Compiling HTTPTypes HTTPRequest.swift
[40/104] Compiling HTTPTypes HTTPResponse.swift
[41/104] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/104] Emitting module ArgumentParserToolInfo
[45/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/105] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/105] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/107] Emitting module InternalCollectionsUtilities
[50/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[51/107] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[52/107] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[53/107] Compiling HTTPTypes HTTPField.swift
[54/107] Emitting module HTTPTypes
[56/107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/107] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[58/108] Wrapping AST for ArgumentParserToolInfo for debugging
[59/149] Wrapping AST for InternalCollectionsUtilities for debugging
[61/161] Compiling DequeModule Deque+CustomReflectable.swift
[62/161] Compiling DequeModule Deque+Descriptions.swift
[63/163] Compiling DequeModule _DequeBuffer.swift
[64/163] Compiling DequeModule _DequeBufferHeader.swift
[65/163] Compiling DequeModule Deque+Equatable.swift
[66/163] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/163] Compiling DequeModule Deque+Extras.swift
[68/163] Compiling DequeModule Deque+Hashable.swift
[69/163] Compiling DequeModule Deque+Testing.swift
[70/163] Compiling DequeModule Deque._Storage.swift
[71/163] Compiling HTTPTypes NIOLock.swift
[72/163] Compiling DequeModule _DequeSlot.swift
[73/163] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/163] Compiling Extensions Task+Ext.swift
[75/163] Compiling DequeModule Deque._UnsafeHandle.swift
[76/163] Compiling DequeModule Deque.swift
[77/163] Emitting module Extensions
[78/163] Compiling Extensions Int+Ext.swift
[79/163] Compiling ArgumentParser AsyncParsableCommand.swift
[80/163] Compiling ArgumentParser CommandConfiguration.swift
[84/164] Compiling DequeModule Deque+Codable.swift
[85/164] Compiling DequeModule Deque+Collection.swift
[87/164] Emitting module Yams
[93/164] Compiling ArgumentParser ArgumentDecoder.swift
[94/164] Compiling ArgumentParser OptionGroup.swift
[101/165] Wrapping AST for Extensions for debugging
[102/165] Wrapping AST for Yams for debugging
[104/165] Emitting module DequeModule
[105/166] Wrapping AST for DequeModule for debugging
[107/166] Emitting module ArgumentParser
[120/171] Compiling ArgumentParser DumpHelpGenerator.swift
[121/171] Compiling ArgumentParser HelpCommand.swift
[122/171] Compiling ArgumentParser HelpGenerator.swift
[123/171] Compiling ArgumentParser MessageInfo.swift
[124/171] Compiling ArgumentParser UsageGenerator.swift
[125/171] Compiling ArgumentParser Name.swift
[126/171] Compiling ArgumentParser Parsed.swift
[127/171] Compiling ArgumentParser ParsedValues.swift
[128/171] Compiling ArgumentParser ParserError.swift
[129/171] Compiling ArgumentParser SplitArguments.swift
[130/171] Compiling HTTPTypes HTTPFieldName.swift
[131/171] Compiling HTTPTypes HTTPFields.swift
[135/172] Compiling ArgumentParser CommandGroup.swift
[136/172] Compiling ArgumentParser EnumerableFlag.swift
[137/172] Compiling ArgumentParser ArgumentDefinition.swift
[138/172] Compiling ArgumentParser ArgumentSet.swift
[139/172] Compiling ArgumentParser CommandParser.swift
[140/172] Compiling ArgumentParser InputKey.swift
[141/172] Compiling ArgumentParser InputOrigin.swift
[147/172] Wrapping AST for HTTPTypes for debugging
[149/233] Compiling OpenAPIRuntime ServerVariable.swift
[150/233] Compiling OpenAPIRuntime URLExtensions.swift
[151/233] Compiling OpenAPIRuntime Deprecated.swift
[152/233] Compiling OpenAPIRuntime ClientError.swift
[153/233] Compiling OpenAPIRuntime CodingErrors.swift
[154/234] Wrapping AST for ArgumentParser for debugging
[156/234] Emitting module OpenAPIRuntime
[157/242] Compiling OpenAPIRuntime URICodeCodingKey.swift
[158/242] Compiling OpenAPIRuntime URICoderConfiguration.swift
[159/242] Compiling OpenAPIRuntime URIEncodedNode.swift
[160/242] Compiling OpenAPIRuntime URIParsedTypes.swift
[161/242] Compiling OpenAPIRuntime URIDecoder.swift
[162/242] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[163/242] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[164/242] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[165/242] Compiling OpenAPIRuntime FoundationExtensions.swift
[166/242] Compiling OpenAPIRuntime ParameterStyles.swift
[172/242] Compiling OpenAPIRuntime RuntimeError.swift
[173/242] Compiling OpenAPIRuntime ServerError.swift
[174/242] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[175/242] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[176/242] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[177/242] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[178/242] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[179/242] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[180/242] Compiling OpenAPIRuntime MultipartValidation.swift
[181/242] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[182/242] Compiling OpenAPIRuntime Acceptable.swift
[183/242] Compiling OpenAPIRuntime Base64EncodedData.swift
[184/242] Compiling OpenAPIRuntime ByteUtilities.swift
[185/242] Compiling OpenAPIRuntime ContentDisposition.swift
[186/242] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[187/242] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[188/242] Compiling OpenAPIRuntime OpenAPIValue.swift
[189/242] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[190/242] Compiling OpenAPIRuntime UndocumentedPayload.swift
[191/242] Compiling OpenAPIRuntime CurrencyTypes.swift
[192/242] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[193/242] Compiling OpenAPIRuntime HTTPBody.swift
[194/242] Compiling OpenAPIRuntime ServerTransport.swift
[195/242] Compiling OpenAPIRuntime UniversalClient.swift
[196/242] Compiling OpenAPIRuntime UniversalServer.swift
[197/242] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[198/242] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[199/242] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[200/242] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[201/242] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[202/242] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[203/242] Compiling OpenAPIRuntime ServerSentEvents.swift
[204/242] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[205/242] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[206/242] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[207/242] Compiling OpenAPIRuntime ClientTransport.swift
[208/242] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[209/242] Compiling OpenAPIRuntime CodableExtensions.swift
[210/242] Compiling OpenAPIRuntime Configuration.swift
[211/242] Compiling OpenAPIRuntime Converter+Client.swift
[212/242] Compiling OpenAPIRuntime Converter+Common.swift
[213/242] Compiling OpenAPIRuntime Converter+Server.swift
[214/242] Compiling OpenAPIRuntime Converter.swift
[215/242] Compiling OpenAPIRuntime CurrencyExtensions.swift
[216/242] Compiling OpenAPIRuntime ErrorExtensions.swift
[217/242] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[218/242] Compiling OpenAPIRuntime URIEncoder.swift
[219/242] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[220/242] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[221/242] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[222/242] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[223/242] Compiling OpenAPIRuntime URIParser.swift
[224/242] Compiling OpenAPIRuntime URISerializer.swift
[225/243] Wrapping AST for OpenAPIRuntime for debugging
[227/252] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[228/252] Compiling Middleware AuthenticationMiddleware.swift
[229/252] Emitting module Middleware
[230/253] Compiling OpenAPIURLSession Lock.swift
[231/253] Wrapping AST for Middleware for debugging
[233/253] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[234/253] Compiling OpenAPIURLSession URLSession+Extensions.swift
[235/253] Compiling OpenAPIURLSession URLSessionTransport.swift
[236/253] Emitting module OpenAPIURLSession
[237/253] Compiling OpenAPIURLSession BufferedStream.swift
[238/254] Wrapping AST for OpenAPIURLSession for debugging
[240/260] Compiling GitHubRestAPIIssues Client.swift
[241/260] Compiling GitHubRestAPIIssues Types.swift
[242/260] Emitting module GitHubRestAPIIssues
[243/261] Wrapping AST for GitHubRestAPIIssues for debugging
[245/263] Compiling CommentCore CommentUseCase.swift
[246/263] Emitting module CommentCore
[247/264] Wrapping AST for CommentCore for debugging
[249/266] Compiling CommentCLI Comment.swift
[250/266] Emitting module CommentCLI
[251/267] Wrapping AST for CommentCLI for debugging
[253/269] Compiling Comment main.swift
[254/269] Emitting module Comment
[255/270] Wrapping AST for Comment for debugging
[256/270] Write Objects.LinkFileList
[257/270] Linking Comment
[259/270] Compiling GitHubRestAPIRepos Client.swift
[260/270] Emitting module GitHubRestAPIRepos
[261/270] Compiling GitHubRestAPIRepos Types.swift
[262/271] Wrapping AST for GitHubRestAPIRepos for debugging
[264/274] Compiling ReleaseCore Version.swift
[265/274] Emitting module ReleaseCore
[266/274] Compiling ReleaseCore RepoUseCase.swift
[267/275] Wrapping AST for ReleaseCore for debugging
[269/277] Emitting module ReleaseCLI
[270/277] Compiling ReleaseCLI Release.swift
[271/278] Wrapping AST for ReleaseCLI for debugging
[273/285] Emitting module Release
[274/285] Compiling Release main.swift
[275/285] Compiling YamlWriter SwiftPackageConfig.swift
[276/286] Compiling YamlWriter main.swift
[277/286] Compiling YamlWriter FileBuilder.swift
[278/286] Emitting module YamlWriter
[279/286] Compiling YamlWriter CLIYamlBuilder.swift
[281/287] Wrapping AST for Release for debugging
[282/287] Write Objects.LinkFileList
[283/287] Wrapping AST for YamlWriter for debugging
[284/287] Write Objects.LinkFileList
[285/287] Linking Release
[286/287] Linking YamlWriter
Build complete! (181.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "github-rest-api-swift-openapi",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.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" : "5.0.0",
"upper_bound" : "6.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" : "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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.