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.7 (638aad), with Swift 5.10 for Linux on 1 Dec 2025 04:20:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Wei18/github-rest-api-swift-openapi.git
Reference: 3.0.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Wei18/github-rest-api-swift-openapi
 * tag               3.0.7      -> FETCH_HEAD
HEAD is now at 638aadf Remove submodule to improve Swift Package experience
Cloned https://github.com/Wei18/github-rest-api-swift-openapi.git
Revision (git rev-parse @):
638aadf96230a67558f3b1ce2446284304aef975
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Wei18/github-rest-api-swift-openapi.git at 3.0.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:29cd06ed395b3a820a5601000e78fbe5268c851b388429ada04eeea41d67dbe0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
[1/1063] Fetching swift-openapi-urlsession
[501/6883] Fetching swift-openapi-urlsession, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.34s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.34s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (0.52s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/943] Fetching swift-http-types
[944/19257] Fetching swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (1.27s)
Fetched https://github.com/apple/swift-collections from cache (1.29s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (0.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.58s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession 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.5.1
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
Building for debugging...
[0/52] Write sources
[51/52] Write swift-version-24593BA9C3E375BF.txt
[53/75] Compiling InternalCollectionsUtilities Descriptions.swift
[54/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/76] Compiling HTTPTypes ISOLatin1String.swift
[56/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/77] Compiling InternalCollectionsUtilities Debugging.swift
[58/77] Compiling HTTPTypes HTTPField.swift
[59/77] Compiling HTTPTypes HTTPFieldName.swift
[60/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/77] Emitting module InternalCollectionsUtilities
[65/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/77] Compiling InternalCollectionsUtilities Integer rank.swift
[67/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/78] Compiling HTTPTypes HTTPResponse.swift
[73/78] Compiling HTTPTypes HTTPRequest.swift
[74/93] Compiling DequeModule Deque+CustomReflectable.swift
[75/93] Compiling DequeModule Deque+Descriptions.swift
[76/95] Compiling DequeModule _DequeBuffer.swift
[77/95] Compiling DequeModule _DequeBufferHeader.swift
[78/95] Compiling DequeModule Deque+Equatable.swift
[79/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/95] Compiling DequeModule _DequeSlot.swift
[81/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/95] Compiling HTTPTypes HTTPParsedFields.swift
[83/95] Compiling HTTPTypes HTTPFields.swift
[84/95] Emitting module HTTPTypes
[85/95] Compiling HTTPTypes HTTPRequest+URL.swift
[86/95] Compiling HTTPTypes NIOLock.swift
[87/96] Compiling DequeModule Deque+Extras.swift
[88/96] Compiling DequeModule Deque+Hashable.swift
[89/96] Compiling DequeModule Deque+Testing.swift
[90/96] Compiling DequeModule Deque._Storage.swift
[91/96] Compiling DequeModule Deque._UnsafeHandle.swift
[92/96] Compiling DequeModule Deque.swift
[94/96] Compiling DequeModule Deque+Codable.swift
[95/96] Compiling DequeModule Deque+Collection.swift
[96/96] Emitting module DequeModule
[98/158] Compiling OpenAPIRuntime FoundationExtensions.swift
[99/158] Compiling OpenAPIRuntime ParameterStyles.swift
[100/158] Compiling OpenAPIRuntime ServerVariable.swift
[101/158] Compiling OpenAPIRuntime URLExtensions.swift
[102/158] Compiling OpenAPIRuntime Deprecated.swift
[103/158] Compiling OpenAPIRuntime ClientError.swift
[104/158] Compiling OpenAPIRuntime CodingErrors.swift
[105/158] Compiling OpenAPIRuntime RuntimeError.swift
[106/158] Compiling OpenAPIRuntime ServerError.swift
[107/166] Emitting module OpenAPIRuntime
[108/166] Compiling OpenAPIRuntime Acceptable.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[109/166] Compiling OpenAPIRuntime Base64EncodedData.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[110/166] Compiling OpenAPIRuntime ByteUtilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[111/166] Compiling OpenAPIRuntime ContentDisposition.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[112/166] Compiling OpenAPIRuntime CopyOnWriteBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[113/166] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[114/166] Compiling OpenAPIRuntime OpenAPIValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[115/166] Compiling OpenAPIRuntime PrettyStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[116/166] Compiling OpenAPIRuntime UndocumentedPayload.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/Base/OpenAPIValue.swift:19:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.NSNull
~~~~~~~~~~~~~~~~^
[117/166] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[118/166] Compiling OpenAPIRuntime CodableExtensions.swift
[119/166] Compiling OpenAPIRuntime Configuration.swift
[120/166] Compiling OpenAPIRuntime Converter+Client.swift
[121/166] Compiling OpenAPIRuntime Converter+Common.swift
[122/166] Compiling OpenAPIRuntime Converter+Server.swift
[123/166] Compiling OpenAPIRuntime Converter.swift
[124/166] Compiling OpenAPIRuntime CurrencyExtensions.swift
[125/166] Compiling OpenAPIRuntime ErrorExtensions.swift
[126/166] Compiling OpenAPIRuntime CurrencyTypes.swift
[127/166] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[128/166] Compiling OpenAPIRuntime HTTPBody.swift
[129/166] Compiling OpenAPIRuntime ServerTransport.swift
[130/166] Compiling OpenAPIRuntime UniversalClient.swift
[131/166] Compiling OpenAPIRuntime UniversalServer.swift
[132/166] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[133/166] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[134/166] Compiling OpenAPIRuntime URICodeCodingKey.swift
[135/166] Compiling OpenAPIRuntime URICoderConfiguration.swift
[136/166] Compiling OpenAPIRuntime URIEncodedNode.swift
[137/166] Compiling OpenAPIRuntime URIParsedTypes.swift
[138/166] Compiling OpenAPIRuntime URIDecoder.swift
[139/166] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[140/166] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[141/166] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[142/166] Compiling OpenAPIRuntime JSONLinesDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[143/166] Compiling OpenAPIRuntime JSONLinesEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[144/166] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[145/166] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[146/166] Compiling OpenAPIRuntime ServerSentEvents.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[147/166] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[148/166] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[149/166] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[150/166] Compiling OpenAPIRuntime ClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONLinesEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/JSONSequenceEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsDecoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONDecoder
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/.build/checkouts/swift-openapi-runtime/Sources/OpenAPIRuntime/EventStreams/ServerSentEventsEncoding.swift:18:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import class Foundation.JSONEncoder
~~~~~~~~~~~~~~~~^
[151/166] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[152/166] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[153/166] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[154/166] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[155/166] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[156/166] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[157/166] Compiling OpenAPIRuntime MultipartValidation.swift
[158/166] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[159/166] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[160/166] Compiling OpenAPIRuntime URIEncoder.swift
[161/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[162/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[163/166] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[164/166] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[165/166] Compiling OpenAPIRuntime URIParser.swift
[166/166] Compiling OpenAPIRuntime URISerializer.swift
[168/174] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[169/174] Compiling OpenAPIURLSession Lock.swift
[170/174] Compiling OpenAPIURLSession URLSessionTransport.swift
[171/174] Compiling OpenAPIURLSession URLSession+Extensions.swift
[172/174] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[173/174] Compiling OpenAPIURLSession BufferedStream.swift
[174/174] Emitting module OpenAPIURLSession
[176/199] Compiling GitHubRestAPIRate_Limit Client.swift
/host/spi-builder-workspace/Sources/rate-limit/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/rate-limit/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/rate-limit/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[177/199] Compiling GitHubRestAPIRate_Limit Types.swift
/host/spi-builder-workspace/Sources/rate-limit/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/rate-limit/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/rate-limit/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[178/199] Emitting module GitHubRestAPIRate_Limit
[180/203] Emitting module GitHubRestAPIReactions
[181/203] Emitting module GitHubRestAPIPulls
[182/203] Compiling GitHubRestAPIReactions Types.swift
/host/spi-builder-workspace/Sources/reactions/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/reactions/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/reactions/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[183/203] Compiling GitHubRestAPIReactions Client.swift
/host/spi-builder-workspace/Sources/reactions/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/reactions/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/reactions/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[185/207] Compiling GitHubRestAPISecret_Scanning Client.swift
/host/spi-builder-workspace/Sources/secret-scanning/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/secret-scanning/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/secret-scanning/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[186/207] Emitting module GitHubRestAPISecret_Scanning
[187/207] Compiling GitHubRestAPISecret_Scanning Types.swift
/host/spi-builder-workspace/Sources/secret-scanning/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/secret-scanning/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/secret-scanning/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[189/211] Emitting module GitHubRestAPIProjects
[190/211] Compiling GitHubRestAPISearch Client.swift
/host/spi-builder-workspace/Sources/search/Client.swift:92:40: warning: 'sort' is deprecated
                    value: input.query.sort
                                       ^
/host/spi-builder-workspace/Sources/search/Client.swift:99:40: warning: 'order' is deprecated
                    value: input.query.order
                                       ^
/host/spi-builder-workspace/Sources/search/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/search/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/search/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[191/211] Compiling GitHubRestAPISearch Types.swift
/host/spi-builder-workspace/Sources/search/Types.swift:1570:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/search/Types.swift:1584:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/search/Types.swift:5510:26: warning: 'sort' is deprecated
                    self.sort = sort
                         ^
/host/spi-builder-workspace/Sources/search/Types.swift:5511:26: warning: 'order' is deprecated
                    self.order = order
                         ^
/host/spi-builder-workspace/Sources/search/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/search/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/search/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[192/211] Emitting module GitHubRestAPISearch
[194/215] Compiling GitHubRestAPIUsers Client.swift
/host/spi-builder-workspace/Sources/users/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/users/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/users/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[195/215] Emitting module GitHubRestAPIUsers
[196/215] Compiling GitHubRestAPIUsers Types.swift
/host/spi-builder-workspace/Sources/users/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/users/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/users/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[198/219] Emitting module GitHubRestAPIPrivate_Registries
[199/219] Compiling GitHubRestAPIProjects_Classic Client.swift
/host/spi-builder-workspace/Sources/projects-classic/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects-classic/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects-classic/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[200/219] Emitting module GitHubRestAPIProjects_Classic
[201/219] Compiling GitHubRestAPIProjects_Classic Types.swift
/host/spi-builder-workspace/Sources/projects-classic/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects-classic/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects-classic/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[203/223] Compiling GitHubRestAPIPrivate_Registries Client.swift
/host/spi-builder-workspace/Sources/private-registries/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/private-registries/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/private-registries/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[204/223] Compiling GitHubRestAPIPrivate_Registries Types.swift
/host/spi-builder-workspace/Sources/private-registries/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/private-registries/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/private-registries/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[206/227] Compiling GitHubRestAPIPackages Client.swift
/host/spi-builder-workspace/Sources/packages/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/packages/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/packages/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[207/227] Emitting module GitHubRestAPIOidc
[208/227] Compiling GitHubRestAPIOidc Client.swift
/host/spi-builder-workspace/Sources/oidc/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/oidc/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/oidc/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[209/227] Emitting module GitHubRestAPIPackages
[210/227] Compiling GitHubRestAPIOidc Types.swift
/host/spi-builder-workspace/Sources/oidc/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/oidc/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/oidc/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[212/231] Emitting module GitHubRestAPISecurity_Advisories
[213/231] Compiling GitHubRestAPISecurity_Advisories Client.swift
/host/spi-builder-workspace/Sources/security-advisories/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/security-advisories/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/security-advisories/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[214/231] Compiling GitHubRestAPISecurity_Advisories Types.swift
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:2221:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:2235:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:3891:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:3905:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/security-advisories/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[216/235] Emitting module GitHubRestAPIMigrations
[217/235] Emitting module GitHubRestAPIMeta
[218/235] Compiling GitHubRestAPIOrgs Client.swift
/host/spi-builder-workspace/Sources/orgs/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/orgs/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/orgs/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[219/235] Compiling GitHubRestAPIMeta Client.swift
/host/spi-builder-workspace/Sources/meta/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/meta/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/meta/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[220/235] Compiling GitHubRestAPIMeta Types.swift
/host/spi-builder-workspace/Sources/meta/Types.swift:295:22: warning: 'hubUrl' is deprecated
                self.hubUrl = hubUrl
                     ^
/host/spi-builder-workspace/Sources/meta/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/meta/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/meta/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[222/239] Emitting module GitHubRestAPIMerge_Queue
[223/239] Compiling GitHubRestAPIMerge_Queue Types.swift
/host/spi-builder-workspace/Sources/merge-queue/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/merge-queue/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/merge-queue/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[224/239] Compiling GitHubRestAPIMerge_Queue Client.swift
/host/spi-builder-workspace/Sources/merge-queue/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/merge-queue/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/merge-queue/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[226/243] Compiling GitHubRestAPIMarkdown Client.swift
/host/spi-builder-workspace/Sources/markdown/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/markdown/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/markdown/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[227/243] Compiling GitHubRestAPIMarkdown Types.swift
/host/spi-builder-workspace/Sources/markdown/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/markdown/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/markdown/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[228/243] Emitting module GitHubRestAPIMarkdown
[229/243] Compiling GitHubRestAPITeams Client.swift
/host/spi-builder-workspace/Sources/teams/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/teams/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/teams/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[230/243] Emitting module GitHubRestAPITeams
[231/243] Compiling GitHubRestAPITeams Types.swift
/host/spi-builder-workspace/Sources/teams/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/teams/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/teams/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[234/251] Compiling GitHubRestAPILicenses Client.swift
/host/spi-builder-workspace/Sources/licenses/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/licenses/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/licenses/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[235/251] Emitting module GitHubRestAPILicenses
[236/251] Compiling GitHubRestAPIPackages Types.swift
/host/spi-builder-workspace/Sources/packages/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/packages/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/packages/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[238/252] Compiling GitHubRestAPILicenses Types.swift
/host/spi-builder-workspace/Sources/licenses/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/licenses/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/licenses/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[240/259] Emitting module GitHubRestAPIInteractions
[241/259] Compiling GitHubRestAPIHosted_Compute Client.swift
/host/spi-builder-workspace/Sources/hosted-compute/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/hosted-compute/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/hosted-compute/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[242/259] Compiling GitHubRestAPIHosted_Compute Types.swift
/host/spi-builder-workspace/Sources/hosted-compute/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/hosted-compute/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/hosted-compute/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[243/259] Emitting module GitHubRestAPIHosted_Compute
[244/260] Compiling GitHubRestAPIInteractions Client.swift
/host/spi-builder-workspace/Sources/interactions/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/interactions/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/interactions/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[245/260] Compiling GitHubRestAPIInteractions Types.swift
/host/spi-builder-workspace/Sources/interactions/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/interactions/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/interactions/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[248/267] Emitting module GitHubRestAPIGitignore
[249/267] Compiling GitHubRestAPIGitignore Client.swift
/host/spi-builder-workspace/Sources/gitignore/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gitignore/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gitignore/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[250/267] Compiling GitHubRestAPIGitignore Types.swift
/host/spi-builder-workspace/Sources/gitignore/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gitignore/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gitignore/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[252/268] Emitting module GitHubRestAPIOrgs
[253/271] Compiling GitHubRestAPIMigrations Client.swift
/host/spi-builder-workspace/Sources/migrations/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/migrations/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/migrations/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[254/271] Compiling GitHubRestAPIMigrations Types.swift
/host/spi-builder-workspace/Sources/migrations/Types.swift:1925:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/migrations/Types.swift:1939:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/migrations/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/migrations/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/migrations/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[256/275] Emitting module GitHubRestAPIEnterprise_Teams
[257/275] Compiling GitHubRestAPIEnterprise_Teams Client.swift
/host/spi-builder-workspace/Sources/enterprise-teams/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-teams/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-teams/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[258/275] Compiling GitHubRestAPIEnterprise_Teams Types.swift
/host/spi-builder-workspace/Sources/enterprise-teams/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-teams/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-teams/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[260/279] Emitting module GitHubRestAPIEnterprise_Team_Organizations
[261/279] Compiling GitHubRestAPIEnterprise_Team_Organizations Types.swift
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[262/279] Compiling GitHubRestAPIEnterprise_Team_Organizations Client.swift
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-organizations/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[264/283] Emitting module GitHubRestAPIEnterprise_Team_Memberships
[265/283] Emitting module GitHubRestAPIGit
[266/283] Compiling GitHubRestAPIGit Client.swift
/host/spi-builder-workspace/Sources/git/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/git/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/git/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[267/283] Compiling GitHubRestAPIGit Types.swift
/host/spi-builder-workspace/Sources/git/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/git/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/git/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[269/287] Emitting module GitHubRestAPIEmojis
[270/287] Compiling GitHubRestAPIEnterprise_Team_Memberships Types.swift
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[271/287] Compiling GitHubRestAPIEnterprise_Team_Memberships Client.swift
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/enterprise-team-memberships/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[272/287] Compiling GitHubRestAPIEmojis Client.swift
/host/spi-builder-workspace/Sources/emojis/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/emojis/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/emojis/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[273/287] Compiling GitHubRestAPIEmojis Types.swift
/host/spi-builder-workspace/Sources/emojis/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/emojis/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/emojis/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[276/289] Compiling GitHubRestAPIPulls Client.swift
/host/spi-builder-workspace/Sources/pulls/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/pulls/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/pulls/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[277/289] Compiling GitHubRestAPIPulls Types.swift
/host/spi-builder-workspace/Sources/pulls/Types.swift:2246:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/pulls/Types.swift:2260:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/pulls/Types.swift:7861:30: warning: 'position' is deprecated
                        self.position = position
                             ^
/host/spi-builder-workspace/Sources/pulls/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/pulls/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/pulls/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[278/296] Compiling GitHubRestAPIDesktop Types.swift
/host/spi-builder-workspace/Sources/desktop/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/desktop/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/desktop/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[280/296] Compiling GitHubRestAPIDesktop Client.swift
/host/spi-builder-workspace/Sources/desktop/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/desktop/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/desktop/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[281/296] Emitting module GitHubRestAPIDesktop
[283/303] Compiling GitHubRestAPIProjects Client.swift
/host/spi-builder-workspace/Sources/projects/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[284/303] Compiling GitHubRestAPIProjects Types.swift
/host/spi-builder-workspace/Sources/projects/Types.swift:1692:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/projects/Types.swift:1706:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/projects/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/projects/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[285/304] Compiling GitHubRestAPICredentials Client.swift
/host/spi-builder-workspace/Sources/credentials/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/credentials/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/credentials/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[287/304] Emitting module GitHubRestAPICredentials
[288/307] Emitting module GitHubRestAPIDependency_Graph
[289/307] Compiling GitHubRestAPICredentials Types.swift
/host/spi-builder-workspace/Sources/credentials/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/credentials/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/credentials/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[291/311] Emitting module GitHubRestAPIIssues
[292/311] Emitting module GitHubRestAPICopilot
[293/311] Compiling GitHubRestAPIDependency_Graph Types.swift
/host/spi-builder-workspace/Sources/dependency-graph/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependency-graph/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependency-graph/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[294/311] Compiling GitHubRestAPIDependency_Graph Client.swift
/host/spi-builder-workspace/Sources/dependency-graph/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependency-graph/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependency-graph/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[296/315] Emitting module GitHubRestAPICodes_Of_Conduct
[297/315] Compiling GitHubRestAPICodes_Of_Conduct Types.swift
/host/spi-builder-workspace/Sources/codes-of-conduct/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codes-of-conduct/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codes-of-conduct/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[298/315] Compiling GitHubRestAPICodes_Of_Conduct Client.swift
/host/spi-builder-workspace/Sources/codes-of-conduct/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codes-of-conduct/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codes-of-conduct/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[300/319] Compiling GitHubRestAPIGists Client.swift
/host/spi-builder-workspace/Sources/gists/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gists/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gists/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[301/319] Compiling GitHubRestAPIGists Types.swift
/host/spi-builder-workspace/Sources/gists/Types.swift:2242:22: warning: 'forks' is deprecated
                self.forks = forks
                     ^
/host/spi-builder-workspace/Sources/gists/Types.swift:2243:22: warning: 'history' is deprecated
                self.history = history
                     ^
/host/spi-builder-workspace/Sources/gists/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gists/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/gists/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[302/319] Emitting module GitHubRestAPIGists
[304/323] Compiling GitHubRestAPICode_Security Client.swift
/host/spi-builder-workspace/Sources/code-security/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-security/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-security/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[305/323] Emitting module GitHubRestAPICode_Security
[306/323] Compiling GitHubRestAPICopilot Client.swift
/host/spi-builder-workspace/Sources/copilot/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/copilot/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/copilot/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[307/323] Compiling GitHubRestAPICopilot Types.swift
/host/spi-builder-workspace/Sources/copilot/Types.swift:1492:22: warning: 'updatedAt' is deprecated
                self.updatedAt = updatedAt
                     ^
/host/spi-builder-workspace/Sources/copilot/Types.swift:1541:22: warning: 'updatedAt' is deprecated
                self.updatedAt = try container.decodeIfPresent(
                     ^
/host/spi-builder-workspace/Sources/copilot/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/copilot/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/copilot/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[309/327] Emitting module GitHubRestAPIClassroom
[310/327] Emitting module GitHubRestAPICode_Scanning
[311/327] Compiling GitHubRestAPIClassroom Types.swift
/host/spi-builder-workspace/Sources/classroom/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/classroom/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/classroom/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[312/327] Compiling GitHubRestAPIClassroom Client.swift
/host/spi-builder-workspace/Sources/classroom/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/classroom/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/classroom/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[314/331] Emitting module GitHubRestAPICodespaces
[315/331] Compiling GitHubRestAPIChecks Client.swift
/host/spi-builder-workspace/Sources/checks/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/checks/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/checks/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[316/331] Emitting module GitHubRestAPIChecks
[317/331] Compiling GitHubRestAPIDependabot Client.swift
/host/spi-builder-workspace/Sources/dependabot/Client.swift:1547:40: warning: 'perPage' is deprecated
                    value: input.query.perPage
                                       ^
/host/spi-builder-workspace/Sources/dependabot/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependabot/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependabot/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[318/331] Emitting module GitHubRestAPIDependabot
[319/331] Compiling GitHubRestAPIDependabot Types.swift
/host/spi-builder-workspace/Sources/dependabot/Types.swift:7665:26: warning: 'perPage' is deprecated
                    self.perPage = perPage
                         ^
/host/spi-builder-workspace/Sources/dependabot/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependabot/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/dependabot/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[321/335] Compiling GitHubRestAPICode_Security Types.swift
/host/spi-builder-workspace/Sources/code-security/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-security/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-security/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[323/339] Emitting module GitHubRestAPICampaigns
[324/339] Compiling GitHubRestAPICampaigns Types.swift
/host/spi-builder-workspace/Sources/campaigns/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/campaigns/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/campaigns/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[325/339] Compiling GitHubRestAPICampaigns Client.swift
/host/spi-builder-workspace/Sources/campaigns/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/campaigns/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/campaigns/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[327/343] Emitting module GitHubRestAPIBilling
[328/343] Compiling GitHubRestAPICode_Scanning Types.swift
/host/spi-builder-workspace/Sources/code-scanning/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-scanning/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-scanning/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[329/343] Compiling GitHubRestAPICode_Scanning Client.swift
/host/spi-builder-workspace/Sources/code-scanning/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-scanning/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/code-scanning/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[331/347] Compiling GitHubRestAPIApps Client.swift
/host/spi-builder-workspace/Sources/apps/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/apps/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/apps/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[332/347] Compiling GitHubRestAPIBilling Client.swift
/host/spi-builder-workspace/Sources/billing/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/billing/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/billing/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[333/347] Compiling GitHubRestAPIBilling Types.swift
/host/spi-builder-workspace/Sources/billing/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/billing/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/billing/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[335/351] Emitting module GitHubRestAPIApps
[336/351] Compiling GitHubRestAPIOrgs Types.swift
/host/spi-builder-workspace/Sources/orgs/Types.swift:6482:22: warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
                self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6483:22: warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
                self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6484:22: warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
                self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6485:22: warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
                self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6486:22: warning: 'secretScanningEnabledForNewRepositories' is deprecated
                self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6487:22: warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
                self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
                     ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10532:30: warning: 'advancedSecurityEnabledForNewRepositories' is deprecated
                        self.advancedSecurityEnabledForNewRepositories = advancedSecurityEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10533:30: warning: 'dependabotAlertsEnabledForNewRepositories' is deprecated
                        self.dependabotAlertsEnabledForNewRepositories = dependabotAlertsEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10534:30: warning: 'dependabotSecurityUpdatesEnabledForNewRepositories' is deprecated
                        self.dependabotSecurityUpdatesEnabledForNewRepositories = dependabotSecurityUpdatesEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10535:30: warning: 'dependencyGraphEnabledForNewRepositories' is deprecated
                        self.dependencyGraphEnabledForNewRepositories = dependencyGraphEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10536:30: warning: 'secretScanningEnabledForNewRepositories' is deprecated
                        self.secretScanningEnabledForNewRepositories = secretScanningEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:10537:30: warning: 'secretScanningPushProtectionEnabledForNewRepositories' is deprecated
                        self.secretScanningPushProtectionEnabledForNewRepositories = secretScanningPushProtectionEnabledForNewRepositories
                             ^
/host/spi-builder-workspace/Sources/orgs/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/orgs/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/orgs/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[338/352] Compiling GitHubRestAPIChecks Types.swift
/host/spi-builder-workspace/Sources/checks/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/checks/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/checks/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[340/353] Emitting module GitHubRestAPIActivity
[341/353] Compiling GitHubRestAPIActions Client.swift
/host/spi-builder-workspace/Sources/actions/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/actions/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/actions/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[342/353] Compiling GitHubRestAPIApps Types.swift
/host/spi-builder-workspace/Sources/apps/Types.swift:4031:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/apps/Types.swift:4045:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/apps/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/apps/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/apps/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[344/354] Emitting module GitHubRestAPIActions
[345/354] Compiling GitHubRestAPIActivity Types.swift
/host/spi-builder-workspace/Sources/activity/Types.swift:2084:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/activity/Types.swift:2098:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/activity/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/activity/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/activity/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[346/354] Compiling GitHubRestAPIActivity Client.swift
/host/spi-builder-workspace/Sources/activity/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/activity/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/activity/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[348/355] Compiling GitHubRestAPICodespaces Client.swift
/host/spi-builder-workspace/Sources/codespaces/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codespaces/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codespaces/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[349/355] Compiling GitHubRestAPICodespaces Types.swift
/host/spi-builder-workspace/Sources/codespaces/Types.swift:2606:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:2620:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:4833:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:4847:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/codespaces/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[351/356] Compiling GitHubRestAPIIssues Types.swift
/host/spi-builder-workspace/Sources/issues/Types.swift:3120:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/issues/Types.swift:3134:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/issues/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/issues/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/issues/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[352/356] Compiling GitHubRestAPIIssues Client.swift
/host/spi-builder-workspace/Sources/issues/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/issues/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/issues/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[354/357] Compiling GitHubRestAPIActions Types.swift
/host/spi-builder-workspace/Sources/actions/Types.swift:6284:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/actions/Types.swift:6298:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/actions/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/actions/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/actions/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[356/358] Compiling GitHubRestAPIRepos Client.swift
/host/spi-builder-workspace/Sources/repos/Client.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/repos/Client.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/repos/Client.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
[357/358] Emitting module GitHubRestAPIRepos
[358/358] Compiling GitHubRestAPIRepos Types.swift
/host/spi-builder-workspace/Sources/repos/Types.swift:8016:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/repos/Types.swift:8030:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/repos/Types.swift:11020:22: warning: 'hasDownloads' is deprecated
                self.hasDownloads = hasDownloads
                     ^
/host/spi-builder-workspace/Sources/repos/Types.swift:11034:22: warning: 'useSquashPrTitleAsDefault' is deprecated
                self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                     ^
/host/spi-builder-workspace/Sources/repos/Types.swift:24334:30: warning: 'useSquashPrTitleAsDefault' is deprecated
                        self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                             ^
/host/spi-builder-workspace/Sources/repos/Types.swift:26779:30: warning: 'useSquashPrTitleAsDefault' is deprecated
                        self.useSquashPrTitleAsDefault = useSquashPrTitleAsDefault
                             ^
/host/spi-builder-workspace/Sources/repos/Types.swift:29936:34: warning: 'contexts' is deprecated
                            self.contexts = contexts
                                 ^
/host/spi-builder-workspace/Sources/repos/Types.swift:32408:30: warning: 'contexts' is deprecated
                        self.contexts = contexts
                             ^
/host/spi-builder-workspace/Sources/repos/Types.swift:4:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.URL
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/repos/Types.swift:5:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Data
~~~~~~~~~~~~~~~~^
/host/spi-builder-workspace/Sources/repos/Types.swift:6:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import struct Foundation.Date
~~~~~~~~~~~~~~~~^
Build complete! (580.26s)
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_Team_Memberships",
      "targets" : [
        "GitHubRestAPIEnterprise_Team_Memberships"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GitHubRestAPIEnterprise_Team_Organizations",
      "targets" : [
        "GitHubRestAPIEnterprise_Team_Organizations"
      ],
      "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" : "GitHubRestAPIProjects_Classic",
      "targets" : [
        "GitHubRestAPIProjects_Classic"
      ],
      "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_Classic",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIProjects_Classic",
      "path" : "Sources/projects-classic",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIProjects_Classic"
      ],
      "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" : "GitHubRestAPIEnterprise_Team_Organizations",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIEnterprise_Team_Organizations",
      "path" : "Sources/enterprise-team-organizations",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIEnterprise_Team_Organizations"
      ],
      "sources" : [
        "Client.swift",
        "Types.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GitHubRestAPIEnterprise_Team_Memberships",
      "module_type" : "SwiftTarget",
      "name" : "GitHubRestAPIEnterprise_Team_Memberships",
      "path" : "Sources/enterprise-team-memberships",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "GitHubRestAPIEnterprise_Team_Memberships"
      ],
      "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-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:29cd06ed395b3a820a5601000e78fbe5268c851b388429ada04eeea41d67dbe0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.