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 main (b39174), with Swift 6.0 for Linux on 22 Apr 2025 10:11:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.2
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 b391749 Merge pull request #15 from Wei18/dependabot/swift/github.com/wei18/github-rest-api-swift-openapi-2.0.5
Cloned https://github.com/Wei18/GitHubSwiftActions.git
Revision (git rev-parse @):
b39174931d6559c84938b06da4b6d66764dd6028
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/GitHubSwiftActions.git at main
========================================
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-4606859-0":/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/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/Wei18/github-rest-api-swift-openapi
[1/5666] Fetching swift-openapi-runtime
[5667/15955] Fetching swift-openapi-runtime, yams
[7314/30849] Fetching swift-openapi-runtime, yams, swift-argument-parser
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.04s)
Fetched https://github.com/jpsim/Yams from cache (1.07s)
[1/222070] Fetching github-rest-api-swift-openapi
Fetched https://github.com/apple/swift-argument-parser from cache (13.16s)
Fetched https://github.com/Wei18/github-rest-api-swift-openapi from cache (13.53s)
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.27s)
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.26s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (0.62s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/904] Fetching swift-http-types
[905/17079] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.94s)
Fetched https://github.com/apple/swift-collections from cache (0.96s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.52s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.79s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.55s)
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/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-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/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/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 api.c
[24/52] Compiling emitter.c
[25/52] Compiling scanner.c
[26/52] Write swift-version-24593BA9C3E375BF.txt
[28/101] Emitting module ArgumentParserToolInfo
[29/101] Emitting module InternalCollectionsUtilities
[30/103] Emitting module Extensions
[31/103] Emitting module Yams
[32/105] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/105] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/105] Compiling HTTPTypes HTTPRequest.swift
[35/106] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/106] Emitting module HTTPTypes
[38/106] Compiling HTTPTypes HTTPField.swift
[39/106] Compiling HTTPTypes HTTPParsedFields.swift
[40/106] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[41/106] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[42/106] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[43/106] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[44/106] Compiling InternalCollectionsUtilities Integer rank.swift
[45/106] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[48/106] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/106] Compiling InternalCollectionsUtilities Specialize.swift
[50/106] Compiling InternalCollectionsUtilities Debugging.swift
[51/106] Compiling InternalCollectionsUtilities Descriptions.swift
[52/106] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/106] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/106] Compiling HTTPTypes ISOLatin1String.swift
[55/106] Compiling HTTPTypes HTTPResponse.swift
[56/106] Compiling ArgumentParserToolInfo ToolInfo.swift
[57/107] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/107] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[60/108] Wrapping AST for ArgumentParserToolInfo for debugging
[61/108] Wrapping AST for InternalCollectionsUtilities for debugging
[63/161] Compiling HTTPTypes NIOLock.swift
[64/161] Compiling DequeModule _DequeBuffer.swift
[65/161] Compiling DequeModule _DequeBufferHeader.swift
[66/163] Compiling DequeModule Deque+CustomReflectable.swift
[67/163] Compiling DequeModule Deque+Descriptions.swift
[68/163] Compiling DequeModule Deque+Equatable.swift
[69/163] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/163] Compiling DequeModule _DequeSlot.swift
[71/163] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/163] Compiling DequeModule Deque+Extras.swift
[73/163] Compiling DequeModule Deque+Hashable.swift
[74/163] Compiling DequeModule Deque._UnsafeHandle.swift
[75/163] Compiling DequeModule Deque.swift
[76/163] Compiling DequeModule Deque+Testing.swift
[77/163] Compiling DequeModule Deque._Storage.swift
[78/163] Compiling DequeModule Deque+Codable.swift
[79/163] Compiling DequeModule Deque+Collection.swift
[83/163] Compiling ArgumentParser ParsableArguments.swift
[84/163] Compiling ArgumentParser ParsableArgumentsValidation.swift
[88/163] Compiling Extensions Int+Ext.swift
[89/163] Compiling Extensions Task+Ext.swift
[90/164] Emitting module DequeModule
[101/165] Compiling ArgumentParser Name.swift
[102/165] Compiling ArgumentParser Parsed.swift
[103/165] Compiling ArgumentParser ParsedValues.swift
[104/165] Compiling ArgumentParser ParserError.swift
[105/165] Compiling ArgumentParser SplitArguments.swift
[115/171] Emitting module ArgumentParser
[122/171] Compiling HTTPTypes HTTPFieldName.swift
[123/171] Compiling HTTPTypes HTTPFields.swift
[124/172] Wrapping AST for Extensions for debugging
[125/172] Wrapping AST for Yams for debugging
[126/172] Wrapping AST for DequeModule for debugging
[132/172] Compiling ArgumentParser EnumerableFlag.swift
[133/172] Compiling ArgumentParser ExpressibleByArgument.swift
[136/172] Compiling ArgumentParser ParsableCommand.swift
[137/172] Compiling ArgumentParser ArgumentDecoder.swift
[137/172] Wrapping AST for HTTPTypes for debugging
[139/223] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[140/223] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[141/223] Compiling OpenAPIRuntime ClientTransport.swift
[142/223] Compiling OpenAPIRuntime FoundationExtensions.swift
[143/223] Compiling OpenAPIRuntime ParameterStyles.swift
[144/233] Compiling OpenAPIRuntime URIDecoder.swift
[145/233] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[146/233] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[147/233] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[148/233] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[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] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[157/234] Compiling OpenAPIRuntime CodableExtensions.swift
[158/234] Compiling OpenAPIRuntime Configuration.swift
[159/234] Compiling OpenAPIRuntime Converter+Client.swift
[160/234] Compiling OpenAPIRuntime Converter+Common.swift
[161/234] Compiling OpenAPIRuntime Converter+Server.swift
[162/234] Compiling OpenAPIRuntime Converter.swift
[163/234] Compiling OpenAPIRuntime CurrencyExtensions.swift
[164/234] Compiling OpenAPIRuntime ErrorExtensions.swift
[165/242] Emitting module OpenAPIRuntime
[166/242] Compiling OpenAPIRuntime Acceptable.swift
[167/242] Compiling OpenAPIRuntime Base64EncodedData.swift
[168/242] Compiling OpenAPIRuntime ByteUtilities.swift
[169/242] Compiling OpenAPIRuntime ContentDisposition.swift
[170/242] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[171/242] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[172/242] Compiling OpenAPIRuntime OpenAPIValue.swift
[173/242] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[174/242] Compiling OpenAPIRuntime UndocumentedPayload.swift
[175/242] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[176/242] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[177/242] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[178/242] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[179/242] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[180/242] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[181/242] Compiling OpenAPIRuntime MultipartValidation.swift
[182/242] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[183/242] Compiling OpenAPIRuntime URICodeCodingKey.swift
[184/242] Compiling OpenAPIRuntime URICoderConfiguration.swift
[185/242] Compiling OpenAPIRuntime URIEncodedNode.swift
[186/242] Compiling OpenAPIRuntime URIParsedTypes.swift
[198/242] Compiling OpenAPIRuntime RuntimeError.swift
[199/242] Compiling OpenAPIRuntime ServerError.swift
[201/242] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[202/242] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[203/242] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[204/242] Compiling OpenAPIRuntime ServerSentEvents.swift
[205/242] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[209/242] Compiling OpenAPIRuntime CurrencyTypes.swift
[210/242] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[211/242] Compiling OpenAPIRuntime HTTPBody.swift
[212/242] Compiling OpenAPIRuntime ServerTransport.swift
[213/242] Compiling OpenAPIRuntime UniversalClient.swift
[214/242] Compiling OpenAPIRuntime UniversalServer.swift
[215/242] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[216/242] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.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 HTTPBodyOutputStreamBridge.swift
[228/252] Emitting module Middleware
[229/252] Compiling Middleware AuthenticationMiddleware.swift
[230/253] Wrapping AST for Middleware for debugging
[232/253] Compiling OpenAPIURLSession URLSession+Extensions.swift
[233/253] Compiling OpenAPIURLSession Lock.swift
[234/253] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.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] Emitting module GitHubRestAPIIssues
[241/260] Compiling GitHubRestAPIIssues Client.swift
[242/260] Compiling GitHubRestAPIIssues Types.swift
[243/261] Wrapping AST for GitHubRestAPIIssues for debugging
[245/263] Emitting module CommentCore
[246/263] Compiling CommentCore CommentUseCase.swift
[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] 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 Types.swift
[260/270] Emitting module GitHubRestAPIRepos
[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] Compiling Release main.swift
[274/285] Emitting module Release
[275/285] Compiling YamlWriter SwiftPackageConfig.swift
[276/285] Compiling YamlWriter main.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! (244.19s)
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.