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 GitHubRestAPISwiftOpenAPI, reference 3.0.1 (06c45e), with Swift 6.0 for Linux on 17 Jun 2025 12:12:47 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/github-rest-api-swift-openapi.git
Reference: 3.0.1
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/github-rest-api-swift-openapi
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at 06c45e7 Remove submodule
Cloned https://github.com/Wei18/github-rest-api-swift-openapi.git
Revision (git rev-parse @):
06c45e771313df55393f56432ca07e3d9b43bb5d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/github-rest-api-swift-openapi.git at 3.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Wei18/github-rest-api-swift-openapi.git
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
[1/961] Fetching swift-openapi-urlsession
[338/6640] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.47s)
[5623/5679] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.64s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (1.15s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[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.69s)
Fetched https://github.com/apple/swift-collections from cache (1.72s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.95s)
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.27s)
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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Building for debugging...
[0/49] Write sources
[48/49] Write swift-version-24593BA9C3E375BF.txt
[50/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/71] Compiling InternalCollectionsUtilities Debugging.swift
[52/72] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/72] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/72] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/72] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/72] Compiling HTTPTypes ISOLatin1String.swift
[58/72] Compiling InternalCollectionsUtilities Descriptions.swift
[59/72] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[60/72] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/72] Compiling InternalCollectionsUtilities Integer rank.swift
[62/73] Emitting module InternalCollectionsUtilities
[63/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/74] Compiling HTTPTypes HTTPParsedFields.swift
[68/74] Compiling HTTPTypes HTTPResponse.swift
[69/74] Compiling HTTPTypes HTTPRequest.swift
[70/74] Compiling HTTPTypes NIOLock.swift
[71/89] Compiling DequeModule Deque+CustomReflectable.swift
[72/89] Compiling DequeModule Deque+Descriptions.swift
[73/91] Compiling DequeModule _DequeBuffer.swift
[74/91] Compiling DequeModule _DequeBufferHeader.swift
[75/91] Compiling DequeModule Deque+Equatable.swift
[76/91] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/91] Compiling DequeModule _DequeSlot.swift
[78/91] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/91] Compiling DequeModule Deque+Testing.swift
[80/91] Compiling DequeModule Deque._Storage.swift
[81/91] Compiling DequeModule Deque+Extras.swift
[82/91] Compiling DequeModule Deque+Hashable.swift
[83/91] Compiling DequeModule Deque._UnsafeHandle.swift
[84/91] Compiling DequeModule Deque.swift
[85/91] Compiling DequeModule Deque+Codable.swift
[86/91] Compiling DequeModule Deque+Collection.swift
[87/91] Emitting module DequeModule
[89/92] Compiling HTTPTypes HTTPFieldName.swift
[90/92] Emitting module HTTPTypes
[91/92] Compiling HTTPTypes HTTPFields.swift
[92/92] Compiling HTTPTypes HTTPField.swift
[94/154] Emitting module OpenAPIRuntime
[95/162] Compiling OpenAPIRuntime URICodeCodingKey.swift
[96/162] Compiling OpenAPIRuntime URICoderConfiguration.swift
[97/162] Compiling OpenAPIRuntime URIEncodedNode.swift
[98/162] Compiling OpenAPIRuntime URIParsedTypes.swift
[99/162] Compiling OpenAPIRuntime URIDecoder.swift
[100/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[101/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[102/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[103/162] Compiling OpenAPIRuntime FoundationExtensions.swift
[104/162] Compiling OpenAPIRuntime ParameterStyles.swift
[105/162] Compiling OpenAPIRuntime ServerVariable.swift
[106/162] Compiling OpenAPIRuntime URLExtensions.swift
[107/162] Compiling OpenAPIRuntime Deprecated.swift
[108/162] Compiling OpenAPIRuntime ClientError.swift
[109/162] Compiling OpenAPIRuntime CodingErrors.swift
[110/162] Compiling OpenAPIRuntime RuntimeError.swift
[111/162] Compiling OpenAPIRuntime ServerError.swift
[112/162] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[113/162] Compiling OpenAPIRuntime CodableExtensions.swift
[114/162] Compiling OpenAPIRuntime Configuration.swift
[115/162] Compiling OpenAPIRuntime Converter+Client.swift
[116/162] Compiling OpenAPIRuntime Converter+Common.swift
[117/162] Compiling OpenAPIRuntime Converter+Server.swift
[118/162] Compiling OpenAPIRuntime Converter.swift
[119/162] Compiling OpenAPIRuntime CurrencyExtensions.swift
[120/162] Compiling OpenAPIRuntime ErrorExtensions.swift
[121/162] Compiling OpenAPIRuntime CurrencyTypes.swift
[122/162] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[123/162] Compiling OpenAPIRuntime HTTPBody.swift
[124/162] Compiling OpenAPIRuntime ServerTransport.swift
[125/162] Compiling OpenAPIRuntime UniversalClient.swift
[126/162] Compiling OpenAPIRuntime UniversalServer.swift
[127/162] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[128/162] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[129/162] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[130/162] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[131/162] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[132/162] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[133/162] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[134/162] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[135/162] Compiling OpenAPIRuntime MultipartValidation.swift
[136/162] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[137/162] Compiling OpenAPIRuntime Acceptable.swift
[138/162] Compiling OpenAPIRuntime Base64EncodedData.swift
[139/162] Compiling OpenAPIRuntime ByteUtilities.swift
[140/162] Compiling OpenAPIRuntime ContentDisposition.swift
[141/162] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[142/162] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[143/162] Compiling OpenAPIRuntime OpenAPIValue.swift
[144/162] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[145/162] Compiling OpenAPIRuntime UndocumentedPayload.swift
[146/162] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[147/162] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[148/162] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[149/162] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[150/162] Compiling OpenAPIRuntime ServerSentEvents.swift
[151/162] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[152/162] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[153/162] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[154/162] Compiling OpenAPIRuntime ClientTransport.swift
[155/162] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[156/162] Compiling OpenAPIRuntime URIEncoder.swift
[157/162] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[158/162] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[159/162] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[160/162] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[161/162] Compiling OpenAPIRuntime URIParser.swift
[162/162] Compiling OpenAPIRuntime URISerializer.swift
[164/170] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[165/170] Compiling OpenAPIURLSession URLSessionTransport.swift
[166/170] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[167/170] Compiling OpenAPIURLSession URLSession+Extensions.swift
[168/170] Compiling OpenAPIURLSession Lock.swift
[169/170] Emitting module OpenAPIURLSession
[170/170] Compiling OpenAPIURLSession BufferedStream.swift
[172/195] Emitting module GitHubRestAPIUsers
[173/195] Compiling GitHubRestAPIRate_Limit Client.swift
[174/195] Compiling GitHubRestAPIRate_Limit Types.swift
[175/195] Emitting module GitHubRestAPIRate_Limit
[177/199] Emitting module GitHubRestAPIReactions
[178/199] Emitting module GitHubRestAPISearch
[179/199] Emitting module GitHubRestAPISecurity_Advisories
[180/199] Compiling GitHubRestAPISecurity_Advisories Client.swift
[181/199] Emitting module GitHubRestAPITeams
[182/199] Emitting module GitHubRestAPIPulls
[183/199] Compiling GitHubRestAPISecret_Scanning Client.swift
[184/199] Emitting module GitHubRestAPISecret_Scanning
[185/199] Compiling GitHubRestAPISecret_Scanning Types.swift
[187/200] Compiling GitHubRestAPIReactions Client.swift
[188/200] Compiling GitHubRestAPIReactions Types.swift
[190/207] Emitting module GitHubRestAPIPrivate_Registries
[191/207] Compiling GitHubRestAPIPrivate_Registries Types.swift
[192/207] Compiling GitHubRestAPIPrivate_Registries Client.swift
[193/207] Emitting module GitHubRestAPIProjects
[195/211] Emitting module GitHubRestAPIPackages
[196/211] Compiling GitHubRestAPISearch Client.swift
/host/spi-builder-workspace/Sources/search/Client.swift:92:40: warning: 'sort' is deprecated
  90 |                     explode: true,
  91 |                     name: "sort",
  92 |                     value: input.query.sort
     |                                        `- warning: 'sort' is deprecated
  93 |                 )
  94 |                 try converter.setQueryItemAsURI(
/host/spi-builder-workspace/Sources/search/Client.swift:99:40: warning: 'order' is deprecated
  97 |                     explode: true,
  98 |                     name: "order",
  99 |                     value: input.query.order
     |                                        `- warning: 'order' is deprecated
 100 |                 )
 101 |                 try converter.setQueryItemAsURI(
[197/211] Compiling GitHubRestAPISearch Types.swift
/host/spi-builder-workspace/Sources/search/Types.swift:1552:22: warning: 'hasDownloads' is deprecated
1550 |                 self.hasWiki = hasWiki
1551 |                 self.hasPages = hasPages
1552 |                 self.hasDownloads = hasDownloads
     |                      `- warning: 'hasDownloads' is deprecated
1553 |                 self.hasDiscussions = hasDiscussions
1554 |                 self.archived = archived
/host/spi-builder-workspace/Sources/search/Types.swift:1566:22: warning: 'useSquashPrTitleAsDefault' is deprecated
1564 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
1565 |                 self.allowUpdateBranch = allowUpdateBranch
1566 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
     |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
1567 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
1568 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/search/Types.swift:5277:26: warning: 'sort' is deprecated
5275 |                 ) {
5276 |                     self.q = q
5277 |                     self.sort = sort
     |                          `- warning: 'sort' is deprecated
5278 |                     self.order = order
5279 |                     self.perPage = perPage
/host/spi-builder-workspace/Sources/search/Types.swift:5278:26: warning: 'order' is deprecated
5276 |                     self.q = q
5277 |                     self.sort = sort
5278 |                     self.order = order
     |                          `- warning: 'order' is deprecated
5279 |                     self.perPage = perPage
5280 |                     self.page = page
[199/212] Compiling GitHubRestAPIUsers Client.swift
[200/212] Compiling GitHubRestAPIUsers Types.swift
[202/219] Compiling GitHubRestAPIOidc Client.swift
[203/219] Emitting module GitHubRestAPIOidc
[204/219] Compiling GitHubRestAPIOidc Types.swift
[206/223] Emitting module GitHubRestAPIRepos
[207/223] Emitting module GitHubRestAPIMigrations
[208/223] Compiling GitHubRestAPIProjects Client.swift
[209/223] Compiling GitHubRestAPIProjects Types.swift
[211/227] Emitting module GitHubRestAPIMeta
[212/227] Compiling GitHubRestAPIMeta Client.swift
[213/227] Compiling GitHubRestAPIMeta Types.swift
/host/spi-builder-workspace/Sources/meta/Types.swift:295:22: warning: 'hubUrl' is deprecated
 293 |                 self.followingUrl = followingUrl
 294 |                 self.gistsUrl = gistsUrl
 295 |                 self.hubUrl = hubUrl
     |                      `- warning: 'hubUrl' is deprecated
 296 |                 self.issueSearchUrl = issueSearchUrl
 297 |                 self.issuesUrl = issuesUrl
[215/228] Emitting module GitHubRestAPIOrgs
[216/231] Compiling GitHubRestAPIMerge_Queue Types.swift
[217/231] Emitting module GitHubRestAPIMerge_Queue
[218/231] Compiling GitHubRestAPIMerge_Queue Client.swift
[220/232] Compiling GitHubRestAPIOrgs Client.swift
[221/235] Emitting module GitHubRestAPIMarkdown
[222/235] Compiling GitHubRestAPIMarkdown Client.swift
[223/235] Compiling GitHubRestAPIMarkdown Types.swift
[225/239] Emitting module GitHubRestAPILicenses
[226/239] Compiling GitHubRestAPILicenses Client.swift
[227/239] Compiling GitHubRestAPISecurity_Advisories Types.swift
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:2221:22: warning: 'hasDownloads' is deprecated
2219 |                 self.hasWiki = hasWiki
2220 |                 self.hasPages = hasPages
2221 |                 self.hasDownloads = hasDownloads
     |                      `- warning: 'hasDownloads' is deprecated
2222 |                 self.hasDiscussions = hasDiscussions
2223 |                 self.archived = archived
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:2235:22: warning: 'useSquashPrTitleAsDefault' is deprecated
2233 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
2234 |                 self.allowUpdateBranch = allowUpdateBranch
2235 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
     |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
2236 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
2237 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:3819:22: warning: 'hasDownloads' is deprecated
3817 |                 self.hasWiki = hasWiki
3818 |                 self.hasPages = hasPages
3819 |                 self.hasDownloads = hasDownloads
     |                      `- warning: 'hasDownloads' is deprecated
3820 |                 self.hasDiscussions = hasDiscussions
3821 |                 self.archived = archived
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:3833:22: warning: 'useSquashPrTitleAsDefault' is deprecated
3831 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
3832 |                 self.allowUpdateBranch = allowUpdateBranch
3833 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
     |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
3834 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
3835 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[229/243] Compiling GitHubRestAPIPackages Types.swift
[230/243] Compiling GitHubRestAPIPackages Client.swift
[232/244] Compiling GitHubRestAPILicenses Types.swift
[234/251] Compiling GitHubRestAPIHosted_Compute Client.swift
[235/251] Emitting module GitHubRestAPIInteractions
[236/251] Compiling GitHubRestAPIHosted_Compute Types.swift
[237/251] Emitting module GitHubRestAPIHosted_Compute
[239/252] Compiling GitHubRestAPIInteractions Client.swift
[240/252] Compiling GitHubRestAPIInteractions Types.swift
[242/259] Emitting module GitHubRestAPIGitignore
[243/259] Compiling GitHubRestAPIGitignore Client.swift
[244/259] Compiling GitHubRestAPIGitignore Types.swift
[246/260] Compiling GitHubRestAPITeams Client.swift
[247/260] Compiling GitHubRestAPITeams Types.swift
[249/267] Compiling GitHubRestAPIEnterprise_Teams Types.swift
[250/267] Emitting module GitHubRestAPIEnterprise_Teams
[251/267] Compiling GitHubRestAPIEnterprise_Teams Client.swift
[253/268] Emitting module GitHubRestAPIIssues
[254/271] Compiling GitHubRestAPIEmojis Client.swift
[255/271] Emitting module GitHubRestAPIEmojis
[256/271] Compiling GitHubRestAPIEmojis Types.swift
[258/275] Compiling GitHubRestAPIDesktop Types.swift
[259/275] Emitting module GitHubRestAPIDesktop
[260/275] Compiling GitHubRestAPIDesktop Client.swift
[262/276] Compiling GitHubRestAPIMigrations Client.swift
[263/276] Compiling GitHubRestAPIMigrations Types.swift
/host/spi-builder-workspace/Sources/migrations/Types.swift:1925:22: warning: 'hasDownloads' is deprecated
1923 |                 self.hasWiki = hasWiki
1924 |                 self.hasPages = hasPages
1925 |                 self.hasDownloads = hasDownloads
     |                      `- warning: 'hasDownloads' is deprecated
1926 |                 self.hasDiscussions = hasDiscussions
1927 |                 self.archived = archived
/host/spi-builder-workspace/Sources/migrations/Types.swift:1939:22: warning: 'useSquashPrTitleAsDefault' is deprecated
1937 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
1938 |                 self.allowUpdateBranch = allowUpdateBranch
1939 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
     |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
1940 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
1941 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[264/277] Compiling GitHubRestAPIGists Client.swift
[265/277] Emitting module GitHubRestAPIGists
[267/283] Emitting module GitHubRestAPIDependency_Graph
[268/283] Compiling GitHubRestAPIIssues Client.swift
[269/283] Compiling GitHubRestAPIDependency_Graph Client.swift
[270/283] Compiling GitHubRestAPIDependency_Graph Types.swift
[272/287] Emitting module GitHubRestAPICredentials
[273/287] Compiling GitHubRestAPICredentials Types.swift
[274/287] Compiling GitHubRestAPICredentials Client.swift
[276/291] Compiling GitHubRestAPIGit Client.swift
[277/291] Compiling GitHubRestAPIGit Types.swift
[278/291] Emitting module GitHubRestAPIGit
[280/292] Emitting module GitHubRestAPICopilot
[281/295] Compiling GitHubRestAPIPulls Client.swift
[282/295] Compiling GitHubRestAPIPulls Types.swift
/host/spi-builder-workspace/Sources/pulls/Types.swift:2246:22: warning: 'hasDownloads' is deprecated
 2244 |                 self.hasWiki = hasWiki
 2245 |                 self.hasPages = hasPages
 2246 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 2247 |                 self.hasDiscussions = hasDiscussions
 2248 |                 self.archived = archived
/host/spi-builder-workspace/Sources/pulls/Types.swift:2260:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 2258 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 2259 |                 self.allowUpdateBranch = allowUpdateBranch
 2260 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 2261 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 2262 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/pulls/Types.swift:7768:30: warning: 'position' is deprecated
 7766 |                         self.commitId = commitId
 7767 |                         self.path = path
 7768 |                         self.position = position
      |                              `- warning: 'position' is deprecated
 7769 |                         self.side = side
 7770 |                         self.line = line
[284/299] Compiling GitHubRestAPICodes_Of_Conduct Client.swift
[285/299] Emitting module GitHubRestAPICodes_Of_Conduct
[286/299] Compiling GitHubRestAPICodes_Of_Conduct Types.swift
[288/303] Compiling GitHubRestAPICopilot Client.swift
[289/303] Compiling GitHubRestAPICopilot Types.swift
/host/spi-builder-workspace/Sources/copilot/Types.swift:1419:22: warning: 'updatedAt' is deprecated
1417 |                 self.lastActivityEditor = lastActivityEditor
1418 |                 self.createdAt = createdAt
1419 |                 self.updatedAt = updatedAt
     |                      `- warning: 'updatedAt' is deprecated
1420 |                 self.planType = planType
1421 |             }
/host/spi-builder-workspace/Sources/copilot/Types.swift:1463:22: warning: 'updatedAt' is deprecated
1461 |                     forKey: .createdAt
1462 |                 )
1463 |                 self.updatedAt = try container.decodeIfPresent(
     |                      `- warning: 'updatedAt' is deprecated
1464 |                     Foundation.Date.self,
1465 |                     forKey: .updatedAt
[291/307] Compiling GitHubRestAPIGists Types.swift
/host/spi-builder-workspace/Sources/gists/Types.swift:2242:22: warning: 'forks' is deprecated
2240 |                 truncated: Swift.Bool? = nil
2241 |             ) {
2242 |                 self.forks = forks
     |                      `- warning: 'forks' is deprecated
2243 |                 self.history = history
2244 |                 self.forkOf = forkOf
/host/spi-builder-workspace/Sources/gists/Types.swift:2243:22: warning: 'history' is deprecated
2241 |             ) {
2242 |                 self.forks = forks
2243 |                 self.history = history
     |                      `- warning: 'history' is deprecated
2244 |                 self.forkOf = forkOf
2245 |                 self.url = url
[293/311] Emitting module GitHubRestAPIClassroom
[294/311] Emitting module GitHubRestAPICodespaces
[295/311] Emitting module GitHubRestAPICode_Scanning
[296/311] Compiling GitHubRestAPIClassroom Client.swift
[297/311] Compiling GitHubRestAPIClassroom Types.swift
[299/315] Emitting module GitHubRestAPIDependabot
[300/315] Compiling GitHubRestAPIDependabot Client.swift
/host/spi-builder-workspace/Sources/dependabot/Client.swift:1551:40: warning: 'page' is deprecated
1549 |                     explode: true,
1550 |                     name: "page",
1551 |                     value: input.query.page
     |                                        `- warning: 'page' is deprecated
1552 |                 )
1553 |                 try converter.setQueryItemAsURI(
/host/spi-builder-workspace/Sources/dependabot/Client.swift:1558:40: warning: 'perPage' is deprecated
1556 |                     explode: true,
1557 |                     name: "per_page",
1558 |                     value: input.query.perPage
     |                                        `- warning: 'perPage' is deprecated
1559 |                 )
1560 |                 try converter.setQueryItemAsURI(
[301/315] Compiling GitHubRestAPIDependabot Types.swift
/host/spi-builder-workspace/Sources/dependabot/Types.swift:7579:26: warning: 'page' is deprecated
7577 |                     self.sort = sort
7578 |                     self.direction = direction
7579 |                     self.page = page
     |                          `- warning: 'page' is deprecated
7580 |                     self.perPage = perPage
7581 |                     self.before = before
/host/spi-builder-workspace/Sources/dependabot/Types.swift:7580:26: warning: 'perPage' is deprecated
7578 |                     self.direction = direction
7579 |                     self.page = page
7580 |                     self.perPage = perPage
     |                          `- warning: 'perPage' is deprecated
7581 |                     self.before = before
7582 |                     self.after = after
[303/319] Compiling GitHubRestAPICampaigns Client.swift
[304/319] Compiling GitHubRestAPICampaigns Types.swift
[305/319] Emitting module GitHubRestAPICampaigns
[307/323] Compiling GitHubRestAPICode_Security Client.swift
[308/323] Emitting module GitHubRestAPICode_Security
[309/323] Compiling GitHubRestAPICode_Security Types.swift
[311/327] Emitting module GitHubRestAPIBilling
[312/327] Compiling GitHubRestAPIBilling Client.swift
[313/327] Compiling GitHubRestAPIBilling Types.swift
[314/328] Emitting module GitHubRestAPIApps
[316/331] Compiling GitHubRestAPICode_Scanning Client.swift
[317/331] Compiling GitHubRestAPICode_Scanning Types.swift
[319/332] Emitting module GitHubRestAPIActivity
[320/335] Compiling GitHubRestAPIOrgs Types.swift
/host/spi-builder-workspace/Sources/orgs/Types.swift:5987:22: warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
 5985 |                 self.membersCanForkPrivateRepositories = membersCanForkPrivateRepositories
 5986 |                 self.webCommitSignoffRequired = webCommitSignoffRequired
 5987 |                 self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
      |                      `- warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
 5988 |                 self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 5989 |                 self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:5988:22: warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
 5986 |                 self.webCommitSignoffRequired = webCommitSignoffRequired
 5987 |                 self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
 5988 |                 self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
      |                      `- warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
 5989 |                 self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 5990 |                 self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:5989:22: warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
 5987 |                 self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
 5988 |                 self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 5989 |                 self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
      |                      `- warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
 5990 |                 self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 5991 |                 self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:5990:22: warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
 5988 |                 self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 5989 |                 self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 5990 |                 self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
      |                      `- warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
 5991 |                 self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
 5992 |                 self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:5991:22: warning: 'secretScanningEnabledForNewRepositories' is deprecated
 5989 |                 self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 5990 |                 self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 5991 |                 self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
      |                      `- warning: 'secretScanningEnabledForNewRepositories' is deprecated
 5992 |                 self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
 5993 |                 self.secretScanningPushProtectionCustomLinkEnabled = secretScanningPushProtectionCustomLinkEnabled
/host/spi-builder-workspace/Sources/orgs/Types.swift:5992:22: warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
 5990 |                 self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 5991 |                 self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
 5992 |                 self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
      |                      `- warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
 5993 |                 self.secretScanningPushProtectionCustomLinkEnabled = secretScanningPushProtectionCustomLinkEnabled
 5994 |                 self.secretScanningPushProtectionCustomLink = secretScanningPushProtectionCustomLink
/host/spi-builder-workspace/Sources/orgs/Types.swift:9517:30: warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
 9515 |                         self.webCommitSignoffRequired = webCommitSignoffRequired
 9516 |                         self.blog = blog
 9517 |                         self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
      |                              `- warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
 9518 |                         self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 9519 |                         self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:9518:30: warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
 9516 |                         self.blog = blog
 9517 |                         self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
 9518 |                         self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
      |                              `- warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
 9519 |                         self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 9520 |                         self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:9519:30: warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
 9517 |                         self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
 9518 |                         self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 9519 |                         self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
      |                              `- warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
 9520 |                         self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 9521 |                         self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:9520:30: warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
 9518 |                         self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
 9519 |                         self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 9520 |                         self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
      |                              `- warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
 9521 |                         self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
 9522 |                         self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
/host/spi-builder-workspace/Sources/orgs/Types.swift:9521:30: warning: 'secretScanningEnabledForNewRepositories' is deprecated
 9519 |                         self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
 9520 |                         self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 9521 |                         self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
      |                              `- warning: 'secretScanningEnabledForNewRepositories' is deprecated
 9522 |                         self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
 9523 |                         self.secretScanningPushProtectionCustomLinkEnabled = secretScanningPushProtectionCustomLinkEnabled
/host/spi-builder-workspace/Sources/orgs/Types.swift:9522:30: warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
 9520 |                         self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
 9521 |                         self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
 9522 |                         self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
      |                              `- warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
 9523 |                         self.secretScanningPushProtectionCustomLinkEnabled = secretScanningPushProtectionCustomLinkEnabled
 9524 |                         self.secretScanningPushProtectionCustomLink = secretScanningPushProtectionCustomLink
[322/336] Compiling GitHubRestAPIChecks Client.swift
[323/336] Emitting module GitHubRestAPIChecks
[324/336] Compiling GitHubRestAPIChecks Types.swift
[326/337] Compiling GitHubRestAPIActions Client.swift
[327/337] Emitting module GitHubRestAPIActions
[328/337] Compiling GitHubRestAPIApps Client.swift
[329/337] Compiling GitHubRestAPIApps Types.swift
/host/spi-builder-workspace/Sources/apps/Types.swift:3994:22: warning: 'hasDownloads' is deprecated
 3992 |                 self.hasWiki = hasWiki
 3993 |                 self.hasPages = hasPages
 3994 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 3995 |                 self.hasDiscussions = hasDiscussions
 3996 |                 self.archived = archived
/host/spi-builder-workspace/Sources/apps/Types.swift:4008:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 4006 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 4007 |                 self.allowUpdateBranch = allowUpdateBranch
 4008 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 4009 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 4010 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[331/338] Compiling GitHubRestAPIActivity Types.swift
/host/spi-builder-workspace/Sources/activity/Types.swift:2084:22: warning: 'hasDownloads' is deprecated
 2082 |                 self.hasWiki = hasWiki
 2083 |                 self.hasPages = hasPages
 2084 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 2085 |                 self.hasDiscussions = hasDiscussions
 2086 |                 self.archived = archived
/host/spi-builder-workspace/Sources/activity/Types.swift:2098:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 2096 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 2097 |                 self.allowUpdateBranch = allowUpdateBranch
 2098 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 2099 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 2100 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[332/338] Compiling GitHubRestAPIActivity Client.swift
[334/339] Compiling GitHubRestAPICodespaces Client.swift
[335/339] Compiling GitHubRestAPICodespaces Types.swift
/host/spi-builder-workspace/Sources/codespaces/Types.swift:2606:22: warning: 'hasDownloads' is deprecated
 2604 |                 self.hasWiki = hasWiki
 2605 |                 self.hasPages = hasPages
 2606 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 2607 |                 self.hasDiscussions = hasDiscussions
 2608 |                 self.archived = archived
/host/spi-builder-workspace/Sources/codespaces/Types.swift:2620:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 2618 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 2619 |                 self.allowUpdateBranch = allowUpdateBranch
 2620 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 2621 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 2622 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/codespaces/Types.swift:4823:22: warning: 'hasDownloads' is deprecated
 4821 |                 self.hasWiki = hasWiki
 4822 |                 self.hasPages = hasPages
 4823 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 4824 |                 self.hasDiscussions = hasDiscussions
 4825 |                 self.archived = archived
/host/spi-builder-workspace/Sources/codespaces/Types.swift:4837:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 4835 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 4836 |                 self.allowUpdateBranch = allowUpdateBranch
 4837 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 4838 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 4839 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[337/340] Compiling GitHubRestAPIIssues Types.swift
/host/spi-builder-workspace/Sources/issues/Types.swift:2920:22: warning: 'hasDownloads' is deprecated
 2918 |                 self.hasWiki = hasWiki
 2919 |                 self.hasPages = hasPages
 2920 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 2921 |                 self.hasDiscussions = hasDiscussions
 2922 |                 self.archived = archived
/host/spi-builder-workspace/Sources/issues/Types.swift:2934:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 2932 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 2933 |                 self.allowUpdateBranch = allowUpdateBranch
 2934 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 2935 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 2936 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[339/341] Compiling GitHubRestAPIActions Types.swift
/host/spi-builder-workspace/Sources/actions/Types.swift:5537:22: warning: 'hasDownloads' is deprecated
 5535 |                 self.hasWiki = hasWiki
 5536 |                 self.hasPages = hasPages
 5537 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 5538 |                 self.hasDiscussions = hasDiscussions
 5539 |                 self.archived = archived
/host/spi-builder-workspace/Sources/actions/Types.swift:5551:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 5549 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 5550 |                 self.allowUpdateBranch = allowUpdateBranch
 5551 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 5552 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 5553 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
[341/342] Compiling GitHubRestAPIRepos Client.swift
[342/342] Compiling GitHubRestAPIRepos Types.swift
/host/spi-builder-workspace/Sources/repos/Types.swift:7946:22: warning: 'hasDownloads' is deprecated
 7944 |                 self.hasWiki = hasWiki
 7945 |                 self.hasPages = hasPages
 7946 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
 7947 |                 self.hasDiscussions = hasDiscussions
 7948 |                 self.archived = archived
/host/spi-builder-workspace/Sources/repos/Types.swift:7960:22: warning: 'useSquashPrTitleAsDefault' is deprecated
 7958 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
 7959 |                 self.allowUpdateBranch = allowUpdateBranch
 7960 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
 7961 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
 7962 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/repos/Types.swift:10383:22: warning: 'hasDownloads' is deprecated
10381 |                 self.hasWiki = hasWiki
10382 |                 self.hasPages = hasPages
10383 |                 self.hasDownloads = hasDownloads
      |                      `- warning: 'hasDownloads' is deprecated
10384 |                 self.hasDiscussions = hasDiscussions
10385 |                 self.archived = archived
/host/spi-builder-workspace/Sources/repos/Types.swift:10397:22: warning: 'useSquashPrTitleAsDefault' is deprecated
10395 |                 self.deleteBranchOnMerge = deleteBranchOnMerge
10396 |                 self.allowUpdateBranch = allowUpdateBranch
10397 |                 self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                      `- warning: 'useSquashPrTitleAsDefault' is deprecated
10398 |                 self.squashMergeCommitTitle = squashMergeCommitTitle
10399 |                 self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/repos/Types.swift:23912:30: warning: 'useSquashPrTitleAsDefault' is deprecated
23910 |                         self.allowAutoMerge = allowAutoMerge
23911 |                         self.deleteBranchOnMerge = deleteBranchOnMerge
23912 |                         self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                              `- warning: 'useSquashPrTitleAsDefault' is deprecated
23913 |                         self.squashMergeCommitTitle = squashMergeCommitTitle
23914 |                         self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/repos/Types.swift:26348:30: warning: 'useSquashPrTitleAsDefault' is deprecated
26346 |                         self.deleteBranchOnMerge = deleteBranchOnMerge
26347 |                         self.allowUpdateBranch = allowUpdateBranch
26348 |                         self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
      |                              `- warning: 'useSquashPrTitleAsDefault' is deprecated
26349 |                         self.squashMergeCommitTitle = squashMergeCommitTitle
26350 |                         self.squashMergeCommitMessage = squashMergeCommitMessage
/host/spi-builder-workspace/Sources/repos/Types.swift:29498:34: warning: 'contexts' is deprecated
29496 |                         ) {
29497 |                             self.strict = strict
29498 |                             self.contexts = contexts
      |                                  `- warning: 'contexts' is deprecated
29499 |                             self.checks = checks
29500 |                         }
/host/spi-builder-workspace/Sources/repos/Types.swift:31970:30: warning: 'contexts' is deprecated
31968 |                     ) {
31969 |                         self.strict = strict
31970 |                         self.contexts = contexts
      |                              `- warning: 'contexts' is deprecated
31971 |                         self.checks = checks
31972 |                     }
Build complete! (504.45s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "GitHubRestAPISwiftOpenAPI",
  "name" : "GitHubRestAPISwiftOpenAPI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GitHubRestAPIActions",
      "targets" : [
        "GitHubRestAPIActions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIActivity",
      "targets" : [
        "GitHubRestAPIActivity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIApps",
      "targets" : [
        "GitHubRestAPIApps"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIBilling",
      "targets" : [
        "GitHubRestAPIBilling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICampaigns",
      "targets" : [
        "GitHubRestAPICampaigns"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIChecks",
      "targets" : [
        "GitHubRestAPIChecks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIClassroom",
      "targets" : [
        "GitHubRestAPIClassroom"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICode_Scanning",
      "targets" : [
        "GitHubRestAPICode_Scanning"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICode_Security",
      "targets" : [
        "GitHubRestAPICode_Security"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICodes_Of_Conduct",
      "targets" : [
        "GitHubRestAPICodes_Of_Conduct"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICodespaces",
      "targets" : [
        "GitHubRestAPICodespaces"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICopilot",
      "targets" : [
        "GitHubRestAPICopilot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPICredentials",
      "targets" : [
        "GitHubRestAPICredentials"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIDependabot",
      "targets" : [
        "GitHubRestAPIDependabot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIDependency_Graph",
      "targets" : [
        "GitHubRestAPIDependency_Graph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIDesktop",
      "targets" : [
        "GitHubRestAPIDesktop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIEmojis",
      "targets" : [
        "GitHubRestAPIEmojis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIEnterprise_Teams",
      "targets" : [
        "GitHubRestAPIEnterprise_Teams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIGists",
      "targets" : [
        "GitHubRestAPIGists"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIGit",
      "targets" : [
        "GitHubRestAPIGit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIGitignore",
      "targets" : [
        "GitHubRestAPIGitignore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIHosted_Compute",
      "targets" : [
        "GitHubRestAPIHosted_Compute"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIInteractions",
      "targets" : [
        "GitHubRestAPIInteractions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIIssues",
      "targets" : [
        "GitHubRestAPIIssues"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPILicenses",
      "targets" : [
        "GitHubRestAPILicenses"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIMarkdown",
      "targets" : [
        "GitHubRestAPIMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIMerge_Queue",
      "targets" : [
        "GitHubRestAPIMerge_Queue"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIMeta",
      "targets" : [
        "GitHubRestAPIMeta"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIMigrations",
      "targets" : [
        "GitHubRestAPIMigrations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIOidc",
      "targets" : [
        "GitHubRestAPIOidc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIOrgs",
      "targets" : [
        "GitHubRestAPIOrgs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIPackages",
      "targets" : [
        "GitHubRestAPIPackages"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIPrivate_Registries",
      "targets" : [
        "GitHubRestAPIPrivate_Registries"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIProjects",
      "targets" : [
        "GitHubRestAPIProjects"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIPulls",
      "targets" : [
        "GitHubRestAPIPulls"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIRate_Limit",
      "targets" : [
        "GitHubRestAPIRate_Limit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIReactions",
      "targets" : [
        "GitHubRestAPIReactions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIRepos",
      "targets" : [
        "GitHubRestAPIRepos"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPISearch",
      "targets" : [
        "GitHubRestAPISearch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPISecret_Scanning",
      "targets" : [
        "GitHubRestAPISecret_Scanning"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPISecurity_Advisories",
      "targets" : [
        "GitHubRestAPISecurity_Advisories"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPITeams",
      "targets" : [
        "GitHubRestAPITeams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIUsers",
      "targets" : [
        "GitHubRestAPIUsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UsersTests",
      "module_type" : "SwiftTarget",
      "name" : "UsersTests",
      "path" : "Tests/UsersTests",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "sources" : [
        "UsersTests.swift"
      ],
      "target_dependencies" : [
        "GitHubRestAPIUsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GitHubRestAPIUsers",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIUsers",
      "path" : "Sources/users",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIUsers"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPITeams",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPITeams",
      "path" : "Sources/teams",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPITeams"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPISecurity_Advisories",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPISecurity_Advisories",
      "path" : "Sources/security-advisories",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPISecurity_Advisories"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPISecret_Scanning",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPISecret_Scanning",
      "path" : "Sources/secret-scanning",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPISecret_Scanning"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPISearch",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPISearch",
      "path" : "Sources/search",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPISearch"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIRepos",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIRepos",
      "path" : "Sources/repos",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIRepos"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIReactions",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIReactions",
      "path" : "Sources/reactions",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIReactions"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIRate_Limit",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIRate_Limit",
      "path" : "Sources/rate-limit",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIRate_Limit"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIPulls",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIPulls",
      "path" : "Sources/pulls",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIPulls"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIProjects",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIProjects",
      "path" : "Sources/projects",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIProjects"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIPrivate_Registries",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIPrivate_Registries",
      "path" : "Sources/private-registries",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIPrivate_Registries"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIPackages",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIPackages",
      "path" : "Sources/packages",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIPackages"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIOrgs",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIOrgs",
      "path" : "Sources/orgs",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIOrgs"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIOidc",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIOidc",
      "path" : "Sources/oidc",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIOidc"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIMigrations",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIMigrations",
      "path" : "Sources/migrations",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIMigrations"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIMeta",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIMeta",
      "path" : "Sources/meta",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIMeta"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIMerge_Queue",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIMerge_Queue",
      "path" : "Sources/merge-queue",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIMerge_Queue"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIMarkdown",
      "path" : "Sources/markdown",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIMarkdown"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPILicenses",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPILicenses",
      "path" : "Sources/licenses",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPILicenses"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIIssues",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIIssues",
      "path" : "Sources/issues",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIIssues"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIInteractions",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIInteractions",
      "path" : "Sources/interactions",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIInteractions"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIHosted_Compute",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIHosted_Compute",
      "path" : "Sources/hosted-compute",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIHosted_Compute"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIGitignore",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIGitignore",
      "path" : "Sources/gitignore",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIGitignore"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIGit",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIGit",
      "path" : "Sources/git",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIGit"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIGists",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIGists",
      "path" : "Sources/gists",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIGists"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIEnterprise_Teams",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIEnterprise_Teams",
      "path" : "Sources/enterprise-teams",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIEnterprise_Teams"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIEmojis",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIEmojis",
      "path" : "Sources/emojis",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIEmojis"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIDesktop",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIDesktop",
      "path" : "Sources/desktop",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIDesktop"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIDependency_Graph",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIDependency_Graph",
      "path" : "Sources/dependency-graph",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIDependency_Graph"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIDependabot",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIDependabot",
      "path" : "Sources/dependabot",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIDependabot"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICredentials",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICredentials",
      "path" : "Sources/credentials",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICredentials"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICopilot",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICopilot",
      "path" : "Sources/copilot",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICopilot"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICodespaces",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICodespaces",
      "path" : "Sources/codespaces",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICodespaces"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICodes_Of_Conduct",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICodes_Of_Conduct",
      "path" : "Sources/codes-of-conduct",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICodes_Of_Conduct"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICode_Security",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICode_Security",
      "path" : "Sources/code-security",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICode_Security"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICode_Scanning",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICode_Scanning",
      "path" : "Sources/code-scanning",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICode_Scanning"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIClassroom",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIClassroom",
      "path" : "Sources/classroom",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIClassroom"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIChecks",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIChecks",
      "path" : "Sources/checks",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIChecks"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPICampaigns",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPICampaigns",
      "path" : "Sources/campaigns",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPICampaigns"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIBilling",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIBilling",
      "path" : "Sources/billing",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIBilling"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIApps",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIApps",
      "path" : "Sources/apps",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIApps"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIActivity",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIActivity",
      "path" : "Sources/activity",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIActivity"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIActions",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIActions",
      "path" : "Sources/actions",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIActions"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.