Build Information
Successful build of OpenAPILoggingMiddleware, reference main (edfc42), with Swift 6.1 for macOS (SPM) on 27 Apr 2026 17:04:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mihaelamj/OpenAPILoggingMiddleware
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at edfc42d docs: trim README to brief thread-safety note + add CHANGELOG.md reconstructed from git history
Cloned https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
Revision (git rev-parse @):
edfc42d680bb725dd4fe23e4379f18a864648cd9
SUCCESS checkout https://github.com/mihaelamj/OpenAPILoggingMiddleware.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
https://github.com/mihaelamj/OpenAPILoggingMiddleware.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/21] Compiling Logging MetadataProvider.swift
[7/21] Compiling Logging LogHandler.swift
[8/21] Compiling Logging LogEvent.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 HTTPRequest.swift
[14/21] Compiling HTTPTypes HTTPResponse.swift
[15/21] Compiling HTTPTypes ISOLatin1String.swift
[16/21] Emitting module HTTPTypes
[17/21] Compiling HTTPTypes HTTPParsedFields.swift
[18/21] Compiling HTTPTypes HTTPFieldName.swift
[19/21] Compiling HTTPTypes HTTPFields.swift
[20/21] Compiling HTTPTypes HTTPRequest+URL.swift
[21/21] Compiling HTTPTypes HTTPField.swift
[22/85] Emitting module OpenAPIRuntime
[23/92] Compiling OpenAPIRuntime OpenAPIValue.swift
[24/92] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[25/92] Compiling OpenAPIRuntime UndocumentedPayload.swift
[26/92] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[27/92] Compiling OpenAPIRuntime CodableExtensions.swift
[28/92] Compiling OpenAPIRuntime Configuration.swift
[29/92] Compiling OpenAPIRuntime Converter+Client.swift
[30/92] Compiling OpenAPIRuntime Converter+Common.swift
[31/92] Compiling OpenAPIRuntime Converter+Server.swift
[32/92] Compiling OpenAPIRuntime Converter.swift
[33/92] Compiling OpenAPIRuntime CurrencyExtensions.swift
[34/92] Compiling OpenAPIRuntime ErrorExtensions.swift
[35/92] Compiling OpenAPIRuntime FoundationExtensions.swift
[36/92] Compiling OpenAPIRuntime ParameterStyles.swift
[37/92] Compiling OpenAPIRuntime Acceptable.swift
[38/92] Compiling OpenAPIRuntime Base64EncodedData.swift
[39/92] Compiling OpenAPIRuntime ByteUtilities.swift
[40/92] Compiling OpenAPIRuntime ContentDisposition.swift
[41/92] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[42/92] Compiling OpenAPIRuntime Lock.swift
[43/92] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[44/92] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[45/92] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[46/92] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[47/92] Compiling OpenAPIRuntime MultipartValidation.swift
[48/92] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[49/92] Compiling OpenAPIRuntime URICodeCodingKey.swift
[50/92] Compiling OpenAPIRuntime URICoderConfiguration.swift
[51/92] Compiling OpenAPIRuntime ServerVariable.swift
[52/92] Compiling OpenAPIRuntime URLExtensions.swift
[53/92] Compiling OpenAPIRuntime Deprecated.swift
[54/92] Compiling OpenAPIRuntime ClientError.swift
[55/92] Compiling OpenAPIRuntime CodingErrors.swift
[56/92] Compiling OpenAPIRuntime RuntimeError.swift
[57/92] Compiling OpenAPIRuntime ServerError.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 URIEncodedNode.swift
[66/92] Compiling OpenAPIRuntime URIParsedTypes.swift
[67/92] Compiling OpenAPIRuntime URIDecoder.swift
[68/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[69/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[70/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[71/92] Compiling OpenAPIRuntime URIValueFromNodeDecoder.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
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
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,
[95/102] Compiling OpenAPILoggingMiddleware BodyLoggingPolicy.swift
[96/102] Compiling OpenAPILoggingMiddleware HTTPFields+Extension.swift
[97/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
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
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
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
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
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
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
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
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,
[98/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
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
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,
[99/102] Compiling OpenAPILoggingMiddleware LoggingMiddleware.swift
[100/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
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
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,
[101/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
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
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,
[102/102] Compiling OpenAPILoggingMiddleware LogMetadataKey.swift
Build complete! (17.83s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-log from cache
[1/6607] Fetching swift-openapi-runtime
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.06s)
Fetched https://github.com/apple/swift-log from cache (1.09s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.11.0 (1.66s)
Fetching https://github.com/apple/swift-http-types from cache
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.30s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.49s)
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.11.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.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.