The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of GitHubSwiftActions, reference 1.0.7 (4682e9), with Swift 6.0 for Linux on 19 Apr 2025 23:42:26 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 -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.60.1
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.0
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.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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Wei18/github-rest-api-swift-openapi
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
[1/5660] Fetching swift-openapi-runtime
[5661/15949] Fetching swift-openapi-runtime, yams
[11320/30829] Fetching swift-openapi-runtime, yams, swift-argument-parser
[30830/252899] Fetching swift-openapi-runtime, yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
Fetched https://github.com/jpsim/Yams from cache (1.40s)
[16764/227730] Fetching swift-openapi-runtime, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-openapi-runtime from cache (10.56s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (10.93s)
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 (2.05s)
Fetching https://github.com/apple/swift-openapi-urlsession
[1/953] Fetching swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.19s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (0.57s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[905/17033] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.88s)
Fetched https://github.com/apple/swift-collections from cache (0.91s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.48s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.68s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.48s)
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-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-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
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
[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 emitter.c
[24/52] Compiling api.c
[25/52] Compiling scanner.c
[26/52] Write swift-version-24593BA9C3E375BF.txt
[28/101] Emitting module InternalCollectionsUtilities
[29/103] Compiling HTTPTypes ISOLatin1String.swift
[30/104] Emitting module HTTPTypes
[31/104] Compiling Yams Node.swift
[32/104] Compiling Yams Parser.swift
[33/104] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[34/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/106] Compiling HTTPTypes HTTPField.swift
[38/106] Compiling Yams Resolver.swift
[39/106] Compiling Yams String+Yams.swift
[40/106] Compiling Yams Node.Sequence.swift
[41/106] Compiling Yams Encoder.swift
[42/106] Compiling Yams Mark.swift
[43/106] Compiling Yams Node.Alias.swift
[44/106] Compiling Yams RedundancyAliasingStrategy.swift
[45/106] Compiling Yams Representer.swift
[46/106] Compiling Yams Decoder.swift
[47/106] Compiling Yams Emitter.swift
[48/106] Compiling Yams Anchor.swift
[49/106] Compiling Yams Constructor.swift
[50/106] Compiling Yams Node.Mapping.swift
[51/106] Compiling Yams Node.Scalar.swift
[52/107] Emitting module ArgumentParserToolInfo
[53/107] Compiling ArgumentParserToolInfo ToolInfo.swift
[54/107] Compiling HTTPTypes HTTPResponse.swift
[55/107] Compiling HTTPTypes HTTPParsedFields.swift
[56/107] Compiling HTTPTypes HTTPRequest.swift
[58/108] Wrapping AST for InternalCollectionsUtilities for debugging
[59/108] Wrapping AST for ArgumentParserToolInfo for debugging
[61/161] Compiling ArgumentParser Errors.swift
[62/161] Compiling ArgumentParser Flag.swift
[63/163] Compiling ArgumentParser OptionGroup.swift
[64/163] Compiling ArgumentParser AsyncParsableCommand.swift
[65/163] Compiling HTTPTypes NIOLock.swift
[66/163] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/163] Compiling ArgumentParser CompletionsGenerator.swift
[68/163] Compiling ArgumentParser NameSpecification.swift
[69/163] Compiling ArgumentParser Option.swift
[70/163] Compiling DequeModule _DequeSlot.swift
[71/163] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/163] Compiling ArgumentParser FishCompletionsGenerator.swift
[73/163] Compiling ArgumentParser ZshCompletionsGenerator.swift
[74/163] Compiling ArgumentParser Argument.swift
[75/163] Compiling ArgumentParser ArgumentHelp.swift
[76/163] Compiling ArgumentParser ArgumentVisibility.swift
[77/163] Compiling ArgumentParser CompletionKind.swift
[78/163] Compiling Extensions Int+Ext.swift
[79/163] Emitting module Extensions
[80/163] Compiling Extensions Task+Ext.swift
[81/164] Compiling ArgumentParser ParsableArguments.swift
[82/164] Compiling ArgumentParser ParsableArgumentsValidation.swift
[94/164] Emitting module DequeModule
[94/164] Wrapping AST for Extensions for debugging
[99/165] Emitting module Yams
[110/171] Wrapping AST for DequeModule for debugging
[111/171] Wrapping AST for Yams for debugging
[113/171] Emitting module ArgumentParser
[120/171] Compiling HTTPTypes HTTPFieldName.swift
[121/171] Compiling HTTPTypes HTTPFields.swift
[126/172] Compiling ArgumentParser EnumerableFlag.swift
[127/172] Compiling ArgumentParser ExpressibleByArgument.swift
[130/172] Compiling ArgumentParser ParsableCommand.swift
[131/172] Compiling ArgumentParser ArgumentDecoder.swift
[133/172] Compiling ArgumentParser Name.swift
[134/172] Compiling ArgumentParser Parsed.swift
[135/172] Compiling ArgumentParser ParsedValues.swift
[136/172] Compiling ArgumentParser ParserError.swift
[137/172] Compiling ArgumentParser SplitArguments.swift
[138/172] Compiling ArgumentParser DumpHelpGenerator.swift
[139/172] Compiling ArgumentParser HelpCommand.swift
[140/172] Compiling ArgumentParser HelpGenerator.swift
[141/172] Compiling ArgumentParser MessageInfo.swift
[142/172] Compiling ArgumentParser UsageGenerator.swift
[142/172] Wrapping AST for HTTPTypes for debugging
[144/172] Compiling ArgumentParser CollectionExtensions.swift
[145/172] Compiling ArgumentParser Platform.swift
[146/172] Compiling ArgumentParser SequenceExtensions.swift
[147/172] Compiling ArgumentParser StringExtensions.swift
[148/172] Compiling ArgumentParser Tree.swift
[149/223] Compiling OpenAPIRuntime Converter+Server.swift
[150/223] Compiling OpenAPIRuntime Converter.swift
[151/223] Compiling OpenAPIRuntime CurrencyExtensions.swift
[152/223] Compiling OpenAPIRuntime ErrorExtensions.swift
[153/223] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[154/234] Wrapping AST for ArgumentParser for debugging
[156/234] Compiling OpenAPIRuntime FoundationExtensions.swift
[157/234] Compiling OpenAPIRuntime ParameterStyles.swift
[158/234] Compiling OpenAPIRuntime ServerVariable.swift
[159/234] Compiling OpenAPIRuntime URLExtensions.swift
[160/234] Compiling OpenAPIRuntime Deprecated.swift
[161/234] Compiling OpenAPIRuntime ClientError.swift
[162/234] Compiling OpenAPIRuntime CodingErrors.swift
[163/234] Compiling OpenAPIRuntime RuntimeError.swift
[164/234] Compiling OpenAPIRuntime ServerError.swift
[165/234] Compiling OpenAPIRuntime URICodeCodingKey.swift
[166/234] Compiling OpenAPIRuntime URICoderConfiguration.swift
[167/234] Compiling OpenAPIRuntime URIEncodedNode.swift
[168/234] Compiling OpenAPIRuntime URIParsedTypes.swift
[169/234] Compiling OpenAPIRuntime URIDecoder.swift
[170/234] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[171/234] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[172/234] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[173/242] Emitting module OpenAPIRuntime
[174/242] Compiling OpenAPIRuntime Acceptable.swift
[175/242] Compiling OpenAPIRuntime Base64EncodedData.swift
[176/242] Compiling OpenAPIRuntime ByteUtilities.swift
[177/242] Compiling OpenAPIRuntime ContentDisposition.swift
[178/242] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[179/242] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[180/242] Compiling OpenAPIRuntime OpenAPIValue.swift
[181/242] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[182/242] Compiling OpenAPIRuntime UndocumentedPayload.swift
[183/242] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[184/242] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[185/242] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[186/242] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[187/242] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[188/242] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[189/242] Compiling OpenAPIRuntime MultipartValidation.swift
[190/242] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.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 WarningSuppressingAnnotations.swift
[200/242] Compiling OpenAPIRuntime CodableExtensions.swift
[201/242] Compiling OpenAPIRuntime Configuration.swift
[202/242] Compiling OpenAPIRuntime Converter+Client.swift
[203/242] Compiling OpenAPIRuntime Converter+Common.swift
[209/242] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[210/242] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[211/242] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[212/242] Compiling OpenAPIRuntime ServerSentEvents.swift
[213/242] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[214/242] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[215/242] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[216/242] Compiling OpenAPIRuntime ClientTransport.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 OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[229/252] Emitting module Middleware
[230/252] Compiling Middleware AuthenticationMiddleware.swift
[232/253] Compiling OpenAPIURLSession URLSessionTransport.swift
[233/253] Compiling OpenAPIURLSession URLSession+Extensions.swift
[234/253] Emitting module OpenAPIURLSession
[235/253] Compiling OpenAPIURLSession Lock.swift
[236/253] Compiling OpenAPIURLSession BufferedStream.swift
[236/254] Wrapping AST for Middleware for debugging
[238/254] Wrapping AST for OpenAPIURLSession for debugging
[240/260] Emitting module GitHubRestAPIIssues
[241/260] Compiling GitHubRestAPIIssues Types.swift
[242/260] Compiling GitHubRestAPIIssues Client.swift
[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] Emitting module CommentCLI
[250/266] Compiling CommentCLI Comment.swift
[251/267] Wrapping AST for CommentCLI for debugging
[253/269] Emitting module Comment
[254/269] Compiling Comment main.swift
[255/270] Wrapping AST for Comment for debugging
[256/270] Write Objects.LinkFileList
[257/270] Linking Comment
[259/270] Emitting module GitHubRestAPIRepos
[260/270] Compiling GitHubRestAPIRepos Types.swift
[261/270] Compiling GitHubRestAPIRepos Client.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 main.swift
[276/285] Compiling YamlWriter SwiftPackageConfig.swift
[278/286] Compiling YamlWriter FileBuilder.swift
[279/286] Emitting module YamlWriter
[280/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! (224.82s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.