The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GitHubSwiftActions, reference main (80b708), with Swift 6.1 for Linux on 17 Jun 2025 16:27:02 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/GitHubSwiftActions.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/Wei18/GitHubSwiftActions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
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
Fetching https://github.com/jpsim/Yams
[1/5679] Fetching swift-openapi-runtime
[5680/16538] Fetching swift-openapi-runtime, yams
[11327/31918] Fetching swift-openapi-runtime, yams, swift-argument-parser
[29205/490795] Fetching swift-openapi-runtime, yams, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/jpsim/Yams from cache (1.66s)
[66947/479936] Fetching swift-openapi-runtime, swift-argument-parser, github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-argument-parser from cache (18.54s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (18.54s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (19.30s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.1 (20.20s)
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 (3.84s)
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.42s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (1.63s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[905/17510] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (1.72s)
Fetched https://github.com/apple/swift-collections from cache (1.76s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (2.64s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.90s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.95s)
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.1
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-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 reader.c
[22/52] Compiling parser.c
[23/52] Compiling emitter.c
[24/52] Compiling api.c
[25/52] Write swift-version-24593BA9C3E375BF.txt
[26/52] Compiling scanner.c
[28/99] Emitting module ArgumentParserToolInfo
[29/99] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/100] Compiling HTTPTypes HTTPParsedFields.swift
[31/101] Compiling HTTPTypes HTTPResponse.swift
[32/101] Compiling HTTPTypes HTTPRequest.swift
[33/101] Compiling HTTPTypes ISOLatin1String.swift
[34/101] Compiling Yams Node.Mapping.swift
[35/101] Compiling Yams Node.Scalar.swift
[36/101] Compiling Yams Mark.swift
[37/101] Compiling Yams Node.Alias.swift
[38/102] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/102] Compiling Yams Node.Sequence.swift
[40/102] Compiling Yams Node.swift
[41/102] Emitting module InternalCollectionsUtilities
[42/102] Compiling Yams AliasDereferencingStrategy.swift
[43/102] Compiling Yams Anchor.swift
[44/102] Compiling Yams Emitter.swift
[45/102] Compiling Yams Encoder.swift
[46/102] Compiling Yams Constructor.swift
[47/102] Compiling Yams Decoder.swift
[49/102] Compiling Yams Tag.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
[50/102] Compiling Yams YamlAnchorProviding.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
[50/104] Wrapping AST for ArgumentParserToolInfo for debugging
[52/104] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[53/158] Wrapping AST for InternalCollectionsUtilities for debugging
[55/158] Compiling DequeModule Deque+Extras.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
[56/158] Compiling DequeModule Deque+Hashable.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
[57/158] Compiling DequeModule Deque+Testing.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
[58/158] Compiling DequeModule _DequeBuffer.swift
[59/158] Compiling DequeModule _DequeBufferHeader.swift
[60/158] Compiling DequeModule Deque+Equatable.swift
[61/158] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[64/160] Compiling DequeModule _DequeSlot.swift
[65/160] Compiling DequeModule _UnsafeWrappedBuffer.swift
[66/160] Compiling ArgumentParser EnumerableFlag.swift
[67/165] Compiling HTTPTypes NIOLock.swift
[68/165] Emitting module Extensions
[69/165] Compiling DequeModule Deque+CustomReflectable.swift
[70/165] Compiling DequeModule Deque+Descriptions.swift
[71/165] Compiling DequeModule Deque._Storage.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
[72/165] Compiling DequeModule Deque._UnsafeHandle.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
[73/165] Compiling DequeModule Deque.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
[76/165] Compiling DequeModule Deque+Codable.swift
[77/165] Compiling DequeModule Deque+Collection.swift
[78/165] Compiling Extensions Task+Ext.swift
[79/165] Compiling Extensions Int+Ext.swift
[82/165] 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
[83/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
[84/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
[85/166] Compiling ArgumentParser ParsableArgumentsValidation.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 ParsableCommand.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
[87/166] Emitting module DequeModule
<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
[95/167] Wrapping AST for Extensions for debugging
[103/167] Wrapping AST for DequeModule for debugging
[105/167] Compiling ArgumentParser CollectionExtensions.swift
[106/167] Compiling ArgumentParser Platform.swift
[107/167] Compiling ArgumentParser SequenceExtensions.swift
[108/167] Compiling ArgumentParser StringExtensions.swift
[109/167] Compiling ArgumentParser Tree.swift
[110/167] Emitting module ArgumentParser
<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
[128/168] Compiling ArgumentParser ArgumentDecoder.swift
[129/168] Compiling ArgumentParser Name.swift
[130/168] Compiling ArgumentParser Parsed.swift
[131/168] Compiling ArgumentParser ParsedValues.swift
[132/168] Compiling ArgumentParser ParserError.swift
[133/168] Compiling ArgumentParser SplitArguments.swift
[134/168] Compiling ArgumentParser DumpHelpGenerator.swift
[135/168] Compiling ArgumentParser HelpCommand.swift
[136/168] Compiling ArgumentParser HelpGenerator.swift
[137/168] Compiling ArgumentParser MessageInfo.swift
[138/168] Compiling ArgumentParser UsageGenerator.swift
[139/168] Compiling ArgumentParser ArgumentDefinition.swift
[140/168] Compiling ArgumentParser ArgumentSet.swift
[141/168] Compiling ArgumentParser CommandParser.swift
[142/168] Compiling ArgumentParser InputKey.swift
[143/168] Compiling ArgumentParser InputOrigin.swift
[143/169] Wrapping AST for Yams for debugging
[145/169] Wrapping AST for ArgumentParser for debugging
[147/169] Compiling HTTPTypes HTTPFieldName.swift
[148/169] Emitting module HTTPTypes
[149/169] Compiling HTTPTypes HTTPField.swift
[150/169] Compiling HTTPTypes HTTPFields.swift
[151/170] Wrapping AST for HTTPTypes 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 FoundationExtensions.swift
[171/239] Compiling OpenAPIRuntime ParameterStyles.swift
[172/239] Compiling OpenAPIRuntime ServerVariable.swift
[173/239] Compiling OpenAPIRuntime URLExtensions.swift
[174/239] Compiling OpenAPIRuntime Deprecated.swift
[175/239] Compiling OpenAPIRuntime ClientError.swift
[176/239] Compiling OpenAPIRuntime CodingErrors.swift
[177/239] Compiling OpenAPIRuntime RuntimeError.swift
[178/239] Compiling OpenAPIRuntime ServerError.swift
[179/239] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[180/239] Compiling OpenAPIRuntime CodableExtensions.swift
[181/239] Compiling OpenAPIRuntime Configuration.swift
[182/239] Compiling OpenAPIRuntime Converter+Client.swift
[183/239] Compiling OpenAPIRuntime Converter+Common.swift
[184/239] Compiling OpenAPIRuntime Converter+Server.swift
[185/239] Compiling OpenAPIRuntime Converter.swift
[186/239] Compiling OpenAPIRuntime CurrencyExtensions.swift
[187/239] Compiling OpenAPIRuntime ErrorExtensions.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 CurrencyTypes.swift
[198/239] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[199/239] Compiling OpenAPIRuntime HTTPBody.swift
[200/239] Compiling OpenAPIRuntime ServerTransport.swift
[201/239] Compiling OpenAPIRuntime UniversalClient.swift
[202/239] Compiling OpenAPIRuntime UniversalServer.swift
[203/239] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[204/239] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[205/239] Compiling OpenAPIRuntime Acceptable.swift
[206/239] Compiling OpenAPIRuntime Base64EncodedData.swift
[207/239] Compiling OpenAPIRuntime ByteUtilities.swift
[208/239] Compiling OpenAPIRuntime ContentDisposition.swift
[209/239] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[210/239] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[211/239] Compiling OpenAPIRuntime OpenAPIValue.swift
[212/239] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[213/239] Compiling OpenAPIRuntime UndocumentedPayload.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] Emitting module Middleware
[225/249] Compiling Middleware AuthenticationMiddleware.swift
[226/250] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[228/250] Compiling OpenAPIURLSession Lock.swift
[228/250] Wrapping AST for Middleware for debugging
[230/250] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[231/250] Compiling OpenAPIURLSession URLSession+Extensions.swift
[232/250] Compiling OpenAPIURLSession URLSessionTransport.swift
[233/250] Emitting module OpenAPIURLSession
[234/250] Compiling OpenAPIURLSession BufferedStream.swift
[235/251] Wrapping AST for OpenAPIURLSession for debugging
[237/257] Compiling GitHubRestAPIIssues Types.swift
[238/257] Emitting module GitHubRestAPIIssues
[239/257] Compiling GitHubRestAPIIssues Client.swift
[240/260] Wrapping AST for GitHubRestAPIIssues for debugging
[242/260] Emitting module CommentCore
[243/260] Compiling CommentCore CommentUseCase.swift
[244/261] Wrapping AST for CommentCore for debugging
[246/263] Emitting module CommentCLI
[247/263] Compiling CommentCLI Comment.swift
[248/264] Wrapping AST for CommentCLI for debugging
[250/266] Emitting module Comment
[251/266] Compiling Comment main.swift
[252/267] Wrapping AST for Comment for debugging
[253/267] Write Objects.LinkFileList
[254/267] Linking Comment
[256/267] Emitting module GitHubRestAPIRepos
[257/267] Compiling GitHubRestAPIRepos Client.swift
[258/267] Compiling GitHubRestAPIRepos Types.swift
[259/268] Wrapping AST for GitHubRestAPIRepos for debugging
[261/271] Compiling ReleaseCore Version.swift
[262/271] Emitting module ReleaseCore
[263/271] Compiling ReleaseCore RepoUseCase.swift
[264/272] Wrapping AST for ReleaseCore for debugging
[266/274] Emitting module ReleaseCLI
[267/274] Compiling ReleaseCLI Release.swift
[268/275] Wrapping AST for ReleaseCLI for debugging
[270/282] Compiling Release main.swift
[271/282] Emitting module Release
[272/282] Compiling YamlWriter SwiftPackageConfig.swift
[273/283] Compiling YamlWriter main.swift
[274/283] Compiling YamlWriter FileBuilder.swift
[275/283] Emitting module YamlWriter
[276/283] Compiling YamlWriter CLIYamlBuilder.swift
[278/284] Wrapping AST for YamlWriter for debugging
[279/284] Write Objects.LinkFileList
[280/284] Wrapping AST for Release for debugging
[281/284] Write Objects.LinkFileList
[282/284] Linking Release
[283/284] Linking YamlWriter
Build complete! (270.23s)
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.