Build Information
Successful build of OpenAPILoggingMiddleware, reference 1.2.2 (1b7ed1), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 17:04:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelamj/OpenAPILoggingMiddleware
* tag 1.2.2 -> FETCH_HEAD
HEAD is now at 1b7ed19 fix: protect ObserverLogHandler state with OSAllocatedUnfairLock to stop SIGABRT under concurrent metadata writes
Cloned https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
Revision (git rev-parse @):
1b7ed1963ccd6ea90f7a3aeb977c834e013dd840
SUCCESS checkout https://github.com/mihaelamj/OpenAPILoggingMiddleware.git at 1.2.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--3CB7CFEC50E0D141.txt
[6/21] Compiling Logging MetadataProvider.swift
[7/21] Compiling Logging LogEvent.swift
[8/21] Compiling Logging LogHandler.swift
[9/21] Compiling Logging Locks.swift
[10/21] Emitting module Logging
[11/21] Compiling Logging Logging.swift
[12/21] Compiling HTTPTypes NIOLock.swift
[13/21] Compiling HTTPTypes ISOLatin1String.swift
[14/21] Compiling HTTPTypes HTTPRequest.swift
[15/21] Compiling HTTPTypes HTTPResponse.swift
[16/21] Compiling HTTPTypes HTTPParsedFields.swift
[17/21] Compiling HTTPTypes HTTPFields.swift
[18/21] Compiling HTTPTypes HTTPFieldName.swift
[19/21] Compiling HTTPTypes HTTPField.swift
[20/21] Emitting module HTTPTypes
[21/21] Compiling HTTPTypes HTTPRequest+URL.swift
[22/85] Compiling OpenAPIRuntime OpenAPIValue.swift
[23/85] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[24/85] Compiling OpenAPIRuntime UndocumentedPayload.swift
[25/85] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[26/85] Compiling OpenAPIRuntime CodableExtensions.swift
[27/85] Compiling OpenAPIRuntime Configuration.swift
[28/85] Compiling OpenAPIRuntime Converter+Client.swift
[29/92] Compiling OpenAPIRuntime URIEncodedNode.swift
[30/92] Compiling OpenAPIRuntime URIParsedTypes.swift
[31/92] Compiling OpenAPIRuntime URIDecoder.swift
[32/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[33/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[34/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[35/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[36/92] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[37/92] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[38/92] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[39/92] Compiling OpenAPIRuntime MultipartValidation.swift
[40/92] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[41/92] Compiling OpenAPIRuntime URICodeCodingKey.swift
[42/92] Compiling OpenAPIRuntime URICoderConfiguration.swift
[43/92] Compiling OpenAPIRuntime Acceptable.swift
[44/92] Compiling OpenAPIRuntime Base64EncodedData.swift
[45/92] Compiling OpenAPIRuntime ByteUtilities.swift
[46/92] Compiling OpenAPIRuntime ContentDisposition.swift
[47/92] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[48/92] Compiling OpenAPIRuntime Lock.swift
[49/92] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[50/92] Emitting module OpenAPIRuntime
[51/92] Compiling OpenAPIRuntime Converter+Common.swift
[52/92] Compiling OpenAPIRuntime Converter+Server.swift
[53/92] Compiling OpenAPIRuntime Converter.swift
[54/92] Compiling OpenAPIRuntime CurrencyExtensions.swift
[55/92] Compiling OpenAPIRuntime ErrorExtensions.swift
[56/92] Compiling OpenAPIRuntime FoundationExtensions.swift
[57/92] Compiling OpenAPIRuntime ParameterStyles.swift
[58/92] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[59/92] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[60/92] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[61/92] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[62/92] Compiling OpenAPIRuntime ServerSentEvents.swift
[63/92] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[64/92] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[65/92] Compiling OpenAPIRuntime ServerVariable.swift
[66/92] Compiling OpenAPIRuntime URLExtensions.swift
[67/92] Compiling OpenAPIRuntime Deprecated.swift
[68/92] Compiling OpenAPIRuntime ClientError.swift
[69/92] Compiling OpenAPIRuntime CodingErrors.swift
[70/92] Compiling OpenAPIRuntime RuntimeError.swift
[71/92] Compiling OpenAPIRuntime ServerError.swift
[72/92] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[73/92] Compiling OpenAPIRuntime ClientTransport.swift
[74/92] Compiling OpenAPIRuntime CurrencyTypes.swift
[75/92] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[76/92] Compiling OpenAPIRuntime HTTPBody.swift
[77/92] Compiling OpenAPIRuntime SendableMetatype.swift
[78/92] Compiling OpenAPIRuntime ServerTransport.swift
[79/92] Compiling OpenAPIRuntime UniversalClient.swift
[80/92] Compiling OpenAPIRuntime UniversalServer.swift
[81/92] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[82/92] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[83/92] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[84/92] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[85/92] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[86/92] Compiling OpenAPIRuntime URIEncoder.swift
[87/92] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[88/92] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[89/92] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[90/92] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[91/92] Compiling OpenAPIRuntime URIParser.swift
[92/92] Compiling OpenAPIRuntime URISerializer.swift
[93/102] Compiling OpenAPILoggingMiddleware String+Extension.swift
[94/102] Compiling OpenAPILoggingMiddleware PrefixedStreamLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/PrefixedStreamLogHandler.swift:9:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
7 | /// Renamed from `StreamLogHandler` in v1.2.0 to avoid collision with
8 | /// `Logging.StreamLogHandler.standardOutput` from swift-log.
9 | public final class PrefixedStreamLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
10 | private let label: String
11 | nonisolated(unsafe) private var _logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[95/102] Compiling OpenAPILoggingMiddleware ObserverLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/ObserverLogHandler.swift:26:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
24 | /// let middleware = LoggingMiddleware(logger: logger, ...)
25 | /// ```
26 | public final class ObserverLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
27 | /// Immutable snapshot of a single log event handed to the observer closure.
28 | public struct Event: Sendable {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[96/102] Compiling OpenAPILoggingMiddleware LoggingMiddleware.swift
[97/102] Compiling OpenAPILoggingMiddleware OSLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/OSLogHandler.swift:10:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
8 | /// logging system (`os.Logger`). Available on Apple platforms.
9 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
10 | public final class OSLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
11 | private let osLogger: os.Logger
12 | private let label: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[98/102] Compiling OpenAPILoggingMiddleware LogMetadataKey.swift
[99/102] Compiling OpenAPILoggingMiddleware JSONFileLogHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/JSONFileLogHandler.swift:6:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
4 | /// A `LogHandler` that appends structured log entries to a JSON array on disk.
5 | /// The file is rewritten atomically on each log; suitable for low-volume use.
6 | public final class JSONFileLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
7 | let documentsPath = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first!
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/102] Emitting module OpenAPILoggingMiddleware
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/JSONFileLogHandler.swift:6:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
4 | /// A `LogHandler` that appends structured log entries to a JSON array on disk.
5 | /// The file is rewritten atomically on each log; suitable for low-volume use.
6 | public final class JSONFileLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
7 | let documentsPath = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask).first!
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/OSLogHandler.swift:10:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
8 | /// logging system (`os.Logger`). Available on Apple platforms.
9 | @available(macOS 11.0, iOS 14.0, watchOS 7.0, tvOS 14.0, *)
10 | public final class OSLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
11 | private let osLogger: os.Logger
12 | private let label: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/ObserverLogHandler.swift:26:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
24 | /// let middleware = LoggingMiddleware(logger: logger, ...)
25 | /// ```
26 | public final class ObserverLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
27 | /// Immutable snapshot of a single log event handed to the observer closure.
28 | public struct Event: Sendable {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPILoggingMiddleware/PrefixedStreamLogHandler.swift:9:20: warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
7 | /// Renamed from `StreamLogHandler` in v1.2.0 to avoid collision with
8 | /// `Logging.StreamLogHandler.standardOutput` from swift-log.
9 | public final class PrefixedStreamLogHandler: LogHandler {
| `- warning: deprecated default implementation is used to satisfy instance method 'log(event:)' required by protocol 'LogHandler': You should implement this method instead of using the default implementation [#DeprecatedDeclaration]
10 | private let label: String
11 | nonisolated(unsafe) private var _logLevel: Logger.Level = .info
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-log/Sources/Logging/LogHandler.swift:256:17: note: 'log(event:)' declared here
143 | ///
144 | /// - Parameter event: The log event containing the level, message, metadata, and source location.
145 | func log(event: LogEvent)
| `- note: requirement 'log(event:)' declared here
146 |
147 | /// Please do _not_ implement this method when you create a `LogHandler` implementation.
:
254 | /// Implement ``log(event:)`` in your ``LogHandler`` instead.
255 | @available(*, deprecated, message: "You should implement this method instead of using the default implementation")
256 | public func log(event: LogEvent) {
| `- note: 'log(event:)' declared here
257 | self.log(
258 | level: event.level,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/102] Compiling OpenAPILoggingMiddleware HTTPFields+Extension.swift
[102/102] Compiling OpenAPILoggingMiddleware BodyLoggingPolicy.swift
Build complete! (15.30s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-openapi-runtime
[1/6671] Fetching swift-log
[402/13278] Fetching swift-log, swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.48s)
Fetched https://github.com/apple/swift-log from cache (1.48s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (2.07s)
Fetching https://github.com/apple/swift-http-types
[1/1043] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.74s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.32s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.57s)
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.11.0
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-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "OpenAPILoggingMiddleware",
"name" : "OpenAPILoggingMiddleware",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "OpenAPILoggingMiddleware",
"targets" : [
"OpenAPILoggingMiddleware"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPILoggingMiddlewareTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPILoggingMiddlewareTests",
"path" : "Tests/OpenAPILoggingMiddlewareTests",
"product_dependencies" : [
"OpenAPIRuntime",
"Logging"
],
"sources" : [
"BodyLoggingPolicyTests.swift",
"DateExtensionTests.swift",
"HTTPFieldsExtensionTests.swift",
"IntegrationTests.swift",
"LoggingMiddlewareTests.swift",
"ObserverLogHandlerTests.swift",
"PrefixedStreamLogHandlerTests.swift",
"PublicApiTests.swift",
"StringExtensionTests.swift"
],
"target_dependencies" : [
"OpenAPILoggingMiddleware"
],
"type" : "test"
},
{
"c99name" : "OpenAPILoggingMiddleware",
"module_type" : "SwiftTarget",
"name" : "OpenAPILoggingMiddleware",
"path" : "Sources/OpenAPILoggingMiddleware",
"product_dependencies" : [
"OpenAPIRuntime",
"Logging"
],
"product_memberships" : [
"OpenAPILoggingMiddleware"
],
"sources" : [
"BodyLoggingPolicy.swift",
"HTTPFields+Extension.swift",
"JSONFileLogHandler.swift",
"LogMetadataKey.swift",
"LoggingMiddleware.swift",
"OSLogHandler.swift",
"ObserverLogHandler.swift",
"PrefixedStreamLogHandler.swift",
"String+Extension.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.