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 swift-foundation, reference main (19e397), with Swift 6.2 for macOS (SPM) on 12 Dec 2025 23:36:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:198:19: warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
196 |             }
197 | #else
198 |             guard mktemp(templateFileSystemRep) != nil else {
    |                   `- warning: 'mktemp' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead. [#DeprecatedDeclaration]
199 |                 throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
200 |             }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:356:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
354 |     @_alwaysEmitIntoClient
355 |     public var bytes: RawSpan {
356 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
357 |         borrowing get {
358 |             let buffer: UnsafeRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:384:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
382 |     @_alwaysEmitIntoClient
383 |     public var span: Span<UInt8> {
384 |         @lifetime(borrow self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
385 |         borrowing get {
386 |             let span = unsafe bytes._unsafeView(as: UInt8.self)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:394:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
392 |     @_alwaysEmitIntoClient
393 |     public var mutableBytes: MutableRawSpan {
394 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
395 |         mutating get {
396 |             let buffer: UnsafeMutableRawBufferPointer
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data.swift:430:10: warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
428 |     @_alwaysEmitIntoClient
429 |     public var mutableSpan: MutableSpan<UInt8> {
430 |         @lifetime(&self)
    |          `- warning: Unsupported use of @lifetime, use @_lifetime to specify lifetime dependencies
431 |         mutating get {
432 | #if false // see https://github.com/swiftlang/swift/issues/81218
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[2083/2194] Emitting module FoundationInternationalization
[2085/2206] Compiling FoundationInternationalization ICU+CaseMap.swift
[2086/2206] Compiling FoundationInternationalization ICU+Enumeration.swift
[2087/2206] Compiling FoundationInternationalization ICU+Enums.swift
[2088/2206] Compiling FoundationInternationalization ICU+FieldPositer.swift
[2089/2206] Compiling FoundationInternationalization ICU+Foundation.swift
[2090/2206] Compiling FoundationInternationalization ICU+StringConverter.swift
[2091/2206] Compiling FoundationInternationalization BinaryFloatingPoint+FormatStyle.swift
[2092/2206] Compiling FoundationInternationalization BinaryInteger+FormatStyle.swift
[2093/2206] Compiling FoundationInternationalization Decimal+FormatStyle.swift
[2094/2206] Compiling FoundationInternationalization Decimal+ParseStrategy.swift
[2095/2206] Compiling FoundationInternationalization FloatingPointFormatStyle.swift
[2096/2206] Compiling FoundationInternationalization FloatingPointParseStrategy.swift
[2097/2206] Compiling FoundationInternationalization RangeExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2098/2206] Compiling FoundationInternationalization KeyPathComparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2099/2206] Compiling FoundationInternationalization SortDescriptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2100/2206] Compiling FoundationInternationalization String+Locale.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2101/2206] Compiling FoundationInternationalization String+SortComparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2102/2206] Compiling FoundationInternationalization StringProtocol+Locale.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2103/2206] Compiling FoundationInternationalization ICUPatternGenerator.swift
[2104/2206] Compiling FoundationInternationalization Locale+Components_ICU.swift
[2105/2206] Compiling FoundationInternationalization Locale_Bridge.swift
[2106/2206] Compiling FoundationInternationalization Locale_ICU.swift
[2107/2206] Compiling FoundationInternationalization Locale_ObjC.swift
[2108/2206] Compiling FoundationInternationalization LocalizedString.swift
[2109/2206] Compiling FoundationInternationalization Measurement+FormatStyle+Stub.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2110/2206] Compiling FoundationInternationalization Date+AnchoredRelativeFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2111/2206] Compiling FoundationInternationalization Date+ComponentsFormatStyle+Stub.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2112/2206] Compiling FoundationInternationalization Date+IntervalFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2113/2206] Compiling FoundationInternationalization Date+RelativeFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2114/2206] Compiling FoundationInternationalization Date+VerbatimFormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:111:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
109 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
110 |         self.extractField = {
111 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
112 |                 ofType: Value.self,
113 |                 offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:149:18: warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
147 |         let cachedOffset = MemoryLayout<Compared>.offset(of: keyPath)
148 |         self.extractField = {
149 |             Self.getField(
    |                  `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
150 |                 ofType: Value?.self,
151 |                 offset: cachedOffset,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2115/2206] Compiling FoundationInternationalization ByteCountFormatStyle.swift
[2116/2206] Compiling FoundationInternationalization Duration+Formatting.swift
[2117/2206] Compiling FoundationInternationalization Duration+TimeFormatStyle.swift
[2118/2206] Compiling FoundationInternationalization Duration+UnitsFormatStyle.swift
[2119/2206] Compiling FoundationInternationalization ICUListFormatter.swift
[2120/2206] Compiling FoundationInternationalization ListFormatStyle.swift
[2121/2206] Compiling FoundationInternationalization ICULegacyNumberFormatter.swift
[2122/2206] Compiling FoundationInternationalization ICUNumberFormatter.swift
[2123/2206] Compiling FoundationInternationalization IntegerFormatStyle.swift
[2124/2206] Compiling FoundationInternationalization IntegerParseStrategy.swift
[2125/2206] Compiling FoundationInternationalization NumberAttributedFormat.swift
[2126/2206] Compiling FoundationInternationalization NumberFormatStyleConfiguration.swift
[2127/2206] Compiling FoundationInternationalization BinaryFloatingPoint.swift
[2128/2206] Compiling FoundationInternationalization Calendar_Bridge.swift
[2129/2206] Compiling FoundationInternationalization Calendar_ICU.swift
[2130/2206] Compiling FoundationInternationalization Calendar_ObjC.swift
[2131/2206] Compiling FoundationInternationalization Date+ICU.swift
[2132/2206] Compiling FoundationInternationalization Duration+Utils.swift
[2133/2206] Compiling FoundationInternationalization TimeInterval+Utils.swift
[2134/2206] Compiling FoundationInternationalization TimeZone_Bridge.swift
[2135/2206] Compiling FoundationInternationalization TimeZone_GMTICU.swift
[2136/2206] Compiling FoundationInternationalization TimeZone_ICU.swift
[2137/2206] Compiling FoundationInternationalization TimeZone_ObjC.swift
[2138/2206] Compiling FoundationInternationalization URLParser+ICU.swift
[2145/2206] Compiling FoundationInternationalization DateFormatString.swift
[2146/2206] Compiling FoundationInternationalization DateFormatStyle.swift
[2147/2206] Compiling FoundationInternationalization DateParseStrategy.swift
[2148/2206] Compiling FoundationInternationalization ICUDateFormatter.swift
[2149/2206] Compiling FoundationInternationalization ICUDateIntervalFormatter.swift
[2150/2206] Compiling FoundationInternationalization ICURelativeDateFormatter.swift
[2193/2206] Compiling FoundationInternationalization DateFieldSymbol.swift
Build complete! (122.95s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-foundation-icu",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-foundation-icu"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "swift-foundation",
  "name" : "swift-foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15"
    },
    {
      "name" : "ios",
      "version" : "18"
    },
    {
      "name" : "tvos",
      "version" : "18"
    },
    {
      "name" : "watchos",
      "version" : "11"
    }
  ],
  "products" : [
    {
      "name" : "FoundationEssentials",
      "targets" : [
        "FoundationEssentials"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationInternationalization",
      "targets" : [
        "FoundationInternationalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationMacros",
      "targets" : [
        "FoundationMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_FoundationCShims",
      "module_type" : "ClangTarget",
      "name" : "_FoundationCShims",
      "path" : "Sources/_FoundationCShims",
      "product_memberships" : [
        "FoundationEssentials",
        "FoundationInternationalization"
      ],
      "sources" : [
        "platform_shims.c",
        "string_shims.c",
        "uuid.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Tests/TestSupport",
      "sources" : [
        "Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationMacrosTests",
      "path" : "Tests/FoundationMacrosTests",
      "sources" : [
        "BundleMacroTests.swift",
        "MacroTestUtilities.swift",
        "PredicateMacroBasicTests.swift",
        "PredicateMacroFunctionCallTests.swift",
        "PredicateMacroLanguageOperatorTests.swift",
        "PredicateMacroLanguageTokenTests.swift",
        "PredicateMacroUsageTests.swift"
      ],
      "target_dependencies" : [
        "FoundationMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationMacros",
      "module_type" : "SwiftTarget",
      "name" : "FoundationMacros",
      "path" : "Sources/FoundationMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "FoundationEssentials",
        "FoundationInternationalization",
        "FoundationMacros"
      ],
      "sources" : [
        "BundleMacro.swift",
        "FoundationMacros.swift",
        "PredicateMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "FoundationInternationalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationInternationalizationTests",
      "path" : "Tests/FoundationInternationalizationTests",
      "sources" : [
        "CalendarPerformanceTests.swift",
        "CalendarRecurrenceRuleTests.swift",
        "CalendarTests.swift",
        "CurrentInternationalizationPreferencesActor.swift",
        "DateComponentsTests.swift",
        "DateTests+Locale.swift",
        "DecimalTests+Locale.swift",
        "DurationExtensionTests.swift",
        "Formatting/ByteCountFormatStyleTests.swift",
        "Formatting/DateFormatStyleTests.swift",
        "Formatting/DateIntervalFormatStyleTests.swift",
        "Formatting/DateRelativeFormatStyleTests.swift",
        "Formatting/DiscreteFormatStyleTestUtilities.swift",
        "Formatting/DurationTimeFormatStyleTests.swift",
        "Formatting/DurationUnitsFormatStyleTests.swift",
        "Formatting/FormatterCacheTests.swift",
        "Formatting/ICUPatternGeneratorTests.swift",
        "Formatting/ISO8601FormatStyleInternationalizationParsingTests.swift",
        "Formatting/ListFormatStyleTests.swift",
        "Formatting/NumberFormatStyleICUSkeletonTests.swift",
        "Formatting/NumberFormatStyleTests.swift",
        "Formatting/NumberParseStrategyTests.swift",
        "Formatting/ParseStrategy+RegexComponentTests.swift",
        "GegorianCalendarInternationalizationTests.swift",
        "LocaleComponentsTests.swift",
        "LocaleLanguageTests.swift",
        "LocaleRegionTests.swift",
        "LocaleTests.swift",
        "PredicateInternationalizationTests.swift",
        "SortDescriptorConversionTests.swift",
        "SortDescriptorTests.swift",
        "StringICUEncodingTests.swift",
        "StringSortComparatorTests.swift",
        "StringTests+Locale.swift",
        "TimeZoneTests.swift",
        "URLInternationalizationTests.swift"
      ],
      "target_dependencies" : [
        "TestSupport",
        "FoundationInternationalization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationInternationalization",
      "module_type" : "SwiftTarget",
      "name" : "FoundationInternationalization",
      "path" : "Sources/FoundationInternationalization",
      "product_dependencies" : [
        "_FoundationICU"
      ],
      "product_memberships" : [
        "FoundationInternationalization"
      ],
      "sources" : [
        "BinaryFloatingPoint.swift",
        "Calendar/Calendar_Bridge.swift",
        "Calendar/Calendar_ICU.swift",
        "Calendar/Calendar_ObjC.swift",
        "Date+ICU.swift",
        "Duration+Utils.swift",
        "Formatting/ByteCountFormatStyle.swift",
        "Formatting/Date/Date+AnchoredRelativeFormatStyle.swift",
        "Formatting/Date/Date+ComponentsFormatStyle+Stub.swift",
        "Formatting/Date/Date+IntervalFormatStyle.swift",
        "Formatting/Date/Date+RelativeFormatStyle.swift",
        "Formatting/Date/Date+VerbatimFormatStyle.swift",
        "Formatting/Date/DateFieldSymbol.swift",
        "Formatting/Date/DateFormatString.swift",
        "Formatting/Date/DateFormatStyle.swift",
        "Formatting/Date/DateParseStrategy.swift",
        "Formatting/Date/ICUDateFormatter.swift",
        "Formatting/Date/ICUDateIntervalFormatter.swift",
        "Formatting/Date/ICURelativeDateFormatter.swift",
        "Formatting/Duration+Formatting.swift",
        "Formatting/Duration+TimeFormatStyle.swift",
        "Formatting/Duration+UnitsFormatStyle.swift",
        "Formatting/ICUListFormatter.swift",
        "Formatting/ListFormatStyle.swift",
        "Formatting/Measurement+FormatStyle+Stub.swift",
        "Formatting/Number/BinaryFloatingPoint+FormatStyle.swift",
        "Formatting/Number/BinaryInteger+FormatStyle.swift",
        "Formatting/Number/Decimal+FormatStyle.swift",
        "Formatting/Number/Decimal+ParseStrategy.swift",
        "Formatting/Number/FloatingPointFormatStyle.swift",
        "Formatting/Number/FloatingPointParseStrategy.swift",
        "Formatting/Number/ICULegacyNumberFormatter.swift",
        "Formatting/Number/ICUNumberFormatter.swift",
        "Formatting/Number/IntegerFormatStyle.swift",
        "Formatting/Number/IntegerParseStrategy.swift",
        "Formatting/Number/NumberAttributedFormat.swift",
        "Formatting/Number/NumberFormatStyleConfiguration.swift",
        "ICU/ICU+CaseMap.swift",
        "ICU/ICU+Enumeration.swift",
        "ICU/ICU+Enums.swift",
        "ICU/ICU+FieldPositer.swift",
        "ICU/ICU+Foundation.swift",
        "ICU/ICU+StringConverter.swift",
        "ICU/ICUPatternGenerator.swift",
        "Locale/Locale+Components_ICU.swift",
        "Locale/Locale_Bridge.swift",
        "Locale/Locale_ICU.swift",
        "Locale/Locale_ObjC.swift",
        "Predicate/LocalizedString.swift",
        "RangeExpression.swift",
        "String/KeyPathComparator.swift",
        "String/SortDescriptor.swift",
        "String/String+Locale.swift",
        "String/String+SortComparator.swift",
        "String/StringProtocol+Locale.swift",
        "TimeInterval+Utils.swift",
        "TimeZone/TimeZone_Bridge.swift",
        "TimeZone/TimeZone_GMTICU.swift",
        "TimeZone/TimeZone_ICU.swift",
        "TimeZone/TimeZone_ObjC.swift",
        "URLParser+ICU.swift"
      ],
      "target_dependencies" : [
        "FoundationEssentials",
        "_FoundationCShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationEssentialsTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationEssentialsTests",
      "path" : "Tests/FoundationEssentialsTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/FoundationEssentialsTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AttributedString/AttributedStringCOWTests.swift",
        "AttributedString/AttributedStringConstrainingBehaviorTests.swift",
        "AttributedString/AttributedStringDiscontiguousTests.swift",
        "AttributedString/AttributedStringIndexTrackingTests.swift",
        "AttributedString/AttributedStringIndexValidityTests.swift",
        "AttributedString/AttributedStringTestSupport.swift",
        "AttributedString/AttributedStringTests.swift",
        "BufferViewTests.swift",
        "BuiltInUnicodeScalarSetTests.swift",
        "DataIOTests.swift",
        "DataTests.swift",
        "DateIntervalTests.swift",
        "DateTests.swift",
        "DecimalTests.swift",
        "ErrorTests.swift",
        "FileManager/FileManagerTests.swift",
        "FileManager/FilePlayground.swift",
        "Formatting/BinaryInteger+FormatStyleTests.swift",
        "Formatting/HTTPFormatStyleFormattingTests.swift",
        "Formatting/ISO8601FormatStyleFormattingTests.swift",
        "Formatting/ISO8601FormatStyleParsingTests.swift",
        "GregorianCalendarRecurrenceRuleTests.swift",
        "GregorianCalendarTests.swift",
        "IndexPathTests.swift",
        "JSONEncoderTests.swift",
        "LockedStateTests.swift",
        "NotificationCenterMessageTests.swift",
        "NotificationCenterTests.swift",
        "PredicateCodableTests.swift",
        "PredicateConversionTests.swift",
        "PredicateTests.swift",
        "ProcessInfoTests.swift",
        "ProgressManager/ProgressFractionTests.swift",
        "ProgressManager/ProgressManagerInteropTests.swift",
        "ProgressManager/ProgressManagerPropertiesTests.swift",
        "ProgressManager/ProgressManagerTests.swift",
        "ProgressManager/ProgressReporterTests.swift",
        "PropertyListEncoderTests.swift",
        "ResourceUtilities.swift",
        "SortComparatorTests.swift",
        "StringTests.swift",
        "URITemplatingTests/URLTemplate_ExpressionTests.swift",
        "URITemplatingTests/URLTemplate_PercentEncodingTests.swift",
        "URITemplatingTests/URLTemplate_TemplateTests.swift",
        "URITemplatingTests/URLTemplate_ValueTests.swift",
        "URLTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "TestSupport",
        "FoundationEssentials"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationEssentials",
      "module_type" : "SwiftTarget",
      "name" : "FoundationEssentials",
      "path" : "Sources/FoundationEssentials",
      "product_dependencies" : [
        "_RopeModule",
        "DequeModule",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "FoundationEssentials",
        "FoundationInternationalization"
      ],
      "sources" : [
        "AttributedString/AttributeContainer.swift",
        "AttributedString/AttributeScope.swift",
        "AttributedString/AttributedString+AttributeTransformation.swift",
        "AttributedString/AttributedString+CharacterView.swift",
        "AttributedString/AttributedString+Guts.swift",
        "AttributedString/AttributedString+IndexTracking.swift",
        "AttributedString/AttributedString+IndexValidity.swift",
        "AttributedString/AttributedString+Runs+AttributeSlices.swift",
        "AttributedString/AttributedString+Runs+Run.swift",
        "AttributedString/AttributedString+Runs.swift",
        "AttributedString/AttributedString+UTF16View.swift",
        "AttributedString/AttributedString+UTF8View.swift",
        "AttributedString/AttributedString+UnicodeScalarView.swift",
        "AttributedString/AttributedString+_InternalRun.swift",
        "AttributedString/AttributedString+_InternalRuns.swift",
        "AttributedString/AttributedString+_InternalRunsSlice.swift",
        "AttributedString/AttributedString.swift",
        "AttributedString/AttributedStringAttribute.swift",
        "AttributedString/AttributedStringAttributeConstrainingBehavior.swift",
        "AttributedString/AttributedStringAttributeStorage.swift",
        "AttributedString/AttributedStringCodable.swift",
        "AttributedString/AttributedStringProtocol.swift",
        "AttributedString/AttributedSubstring.swift",
        "AttributedString/Collection Stdlib Defaults.swift",
        "AttributedString/Conversion.swift",
        "AttributedString/DiscontiguousAttributedSubstring.swift",
        "AttributedString/FoundationAttributes.swift",
        "AttributedString/String.Index+ABI.swift",
        "Bundle+Stub.swift",
        "Calendar/Calendar.swift",
        "Calendar/Calendar_Autoupdating.swift",
        "Calendar/Calendar_Cache.swift",
        "Calendar/Calendar_Enumerate.swift",
        "Calendar/Calendar_Gregorian.swift",
        "Calendar/Calendar_Protocol.swift",
        "Calendar/Calendar_Recurrence.swift",
        "Calendar/Date+FormatStyle.swift",
        "Calendar/Date+Locale.swift",
        "Calendar/DateComponents.swift",
        "Calendar/RecurrenceRule.swift",
        "Codable.swift",
        "CodableUtilities.swift",
        "CodableWithConfiguration.swift",
        "ComparisonResult.swift",
        "Data/Collections+DataProtocol.swift",
        "Data/ContiguousBytes.swift",
        "Data/Data+Base64.swift",
        "Data/Data+Bridging.swift",
        "Data/Data+Deprecated.swift",
        "Data/Data+Error.swift",
        "Data/Data+Iterator.swift",
        "Data/Data+Reading.swift",
        "Data/Data+Searching.swift",
        "Data/Data+Writing.swift",
        "Data/Data.swift",
        "Data/DataProtocol.swift",
        "Data/PathOrURL.swift",
        "Data/Pointers+DataProtocol.swift",
        "Data/Representations/Data+Inline.swift",
        "Data/Representations/Data+InlineSlice.swift",
        "Data/Representations/Data+LargeSlice.swift",
        "Data/Representations/Data+Representation.swift",
        "Data/Representations/DataStorage.swift",
        "Date.swift",
        "DateInterval.swift",
        "Decimal/Decimal+Compatibility.swift",
        "Decimal/Decimal+Conformances.swift",
        "Decimal/Decimal+Math.swift",
        "Decimal/Decimal.swift",
        "Error/CocoaError+FilePath.swift",
        "Error/CocoaError.swift",
        "Error/ErrorCodes+POSIX.swift",
        "Error/ErrorCodes+Win32.swift",
        "Error/ErrorCodes.swift",
        "FileManager/FileManager+Basics.swift",
        "FileManager/FileManager+Bridge.swift",
        "FileManager/FileManager+Directories.swift",
        "FileManager/FileManager+Files.swift",
        "FileManager/FileManager+SymbolicLinks.swift",
        "FileManager/FileManager+Utilities.swift",
        "FileManager/FileOperations+Enumeration.swift",
        "FileManager/FileOperations.swift",
        "FileManager/SearchPaths/FileManager+DarwinSearchPaths.swift",
        "FileManager/SearchPaths/FileManager+SearchPaths.swift",
        "FileManager/SearchPaths/FileManager+WindowsSearchPaths.swift",
        "FileManager/SearchPaths/FileManager+XDGSearchPaths.swift",
        "FileManager/SwiftFileManager.swift",
        "FileManager/SwiftFileManagerDelegate.swift",
        "Formatting/BinaryInteger+NumericStringRepresentation.swift",
        "Formatting/Date+HTTPFormatStyle.swift",
        "Formatting/Date+ISO8601FormatStyle.swift",
        "Formatting/DateComponents+ISO8601FormatStyle.swift",
        "Formatting/DiscreteFormatStyle.swift",
        "Formatting/FormatParsingUtilities.swift",
        "Formatting/FormatStyle.swift",
        "Formatting/FormatterCache.swift",
        "Formatting/ParseStrategy.swift",
        "Formatting/ParseableFormatStyle.swift",
        "FoundationEssentials.swift",
        "IndexPath.swift",
        "JSON/BufferView.swift",
        "JSON/BufferViewCompatibility.swift",
        "JSON/BufferViewIndex.swift",
        "JSON/BufferViewIterator.swift",
        "JSON/JSON5Scanner.swift",
        "JSON/JSONDecoder.swift",
        "JSON/JSONEncoder.swift",
        "JSON/JSONScanner.swift",
        "JSON/JSONWriter.swift",
        "Locale/Locale+Components.swift",
        "Locale/Locale+Language.swift",
        "Locale/Locale.swift",
        "Locale/Locale_Autoupdating.swift",
        "Locale/Locale_Cache.swift",
        "Locale/Locale_Notifications.swift",
        "Locale/Locale_Preferences.swift",
        "Locale/Locale_Protocol.swift",
        "Locale/Locale_Unlocalized.swift",
        "LockedState.swift",
        "Logging.swift",
        "NotificationCenter/ActorQueueManager.swift",
        "NotificationCenter/AsyncMessage+AsyncSequence.swift",
        "NotificationCenter/AsyncMessage.swift",
        "NotificationCenter/MainActorMessage.swift",
        "NotificationCenter/NotificationCenter.swift",
        "NotificationCenter/NotificationCenterMessage.swift",
        "OutputBuffer.swift",
        "Platform.swift",
        "Predicate/Archiving/EncodingContainers+PredicateExpression.swift",
        "Predicate/Archiving/Predicate+Codable.swift",
        "Predicate/Archiving/PredicateCodableConfiguration.swift",
        "Predicate/Archiving/PredicateExpressionConstruction.swift",
        "Predicate/Expression.swift",
        "Predicate/Expressions/Aggregate.swift",
        "Predicate/Expressions/Arithmetic.swift",
        "Predicate/Expressions/Collection.swift",
        "Predicate/Expressions/Comparison.swift",
        "Predicate/Expressions/Conditional.swift",
        "Predicate/Expressions/Conjunction.swift",
        "Predicate/Expressions/Dictionary.swift",
        "Predicate/Expressions/Disjunction.swift",
        "Predicate/Expressions/Division.swift",
        "Predicate/Expressions/Equality.swift",
        "Predicate/Expressions/ExpressionEvaluation.swift",
        "Predicate/Expressions/Filter.swift",
        "Predicate/Expressions/Inequality.swift",
        "Predicate/Expressions/Negation.swift",
        "Predicate/Expressions/Optional.swift",
        "Predicate/Expressions/PredicateEvaluation.swift",
        "Predicate/Expressions/Range.swift",
        "Predicate/Expressions/Regex.swift",
        "Predicate/Expressions/Sequence.swift",
        "Predicate/Expressions/StringComparison.swift",
        "Predicate/Expressions/Types.swift",
        "Predicate/Expressions/UnaryMinus.swift",
        "Predicate/KeyPath+Inspection.swift",
        "Predicate/NSPredicateConversion.swift",
        "Predicate/Predicate+Description.swift",
        "Predicate/Predicate.swift",
        "Predicate/PredicateBindings.swift",
        "Predicate/PredicateExpression.swift",
        "ProcessInfo/ProcessInfo+API.swift",
        "ProcessInfo/ProcessInfo+ObjC.swift",
        "ProcessInfo/ProcessInfo.swift",
        "Progress+Stub.swift",
        "ProgressManager/ProgressFraction.swift",
        "ProgressManager/ProgressManager+Interop.swift",
        "ProgressManager/ProgressManager+Properties+Accessors.swift",
        "ProgressManager/ProgressManager+Properties+Definitions.swift",
        "ProgressManager/ProgressManager+Properties+Helpers.swift",
        "ProgressManager/ProgressManager+State.swift",
        "ProgressManager/ProgressManager.swift",
        "ProgressManager/ProgressReporter.swift",
        "ProgressManager/Subprogress.swift",
        "PropertyList/BPlistDecodingFormat.swift",
        "PropertyList/BPlistEncodingFormat.swift",
        "PropertyList/BPlistScanner.swift",
        "PropertyList/OpenStepPlist.swift",
        "PropertyList/PlistDecoder.swift",
        "PropertyList/PlistDecoderGeneric.swift",
        "PropertyList/PlistDictionaryDecoder.swift",
        "PropertyList/PlistDictionaryEncoder.swift",
        "PropertyList/PlistEncoder.swift",
        "PropertyList/PlistEncoderGeneric.swift",
        "PropertyList/XMLPlistDecodingFormat.swift",
        "PropertyList/XMLPlistEncodingFormat.swift",
        "PropertyList/XMLPlistScanner.swift",
        "SortComparator.swift",
        "String/BidirectionalCollection.swift",
        "String/BuiltInUnicodeScalarSet.swift",
        "String/IANACharsetNames.swift",
        "String/RegexPatternCache.swift",
        "String/String+Bridging.swift",
        "String/String+Comparison.swift",
        "String/String+Encoding+Names.swift",
        "String/String+Encoding.swift",
        "String/String+EndianAdaptorSequence.swift",
        "String/String+Essentials.swift",
        "String/String+IO.swift",
        "String/String+Internals.swift",
        "String/String+Path.swift",
        "String/StringBlocks.swift",
        "String/StringProtocol+Essentials.swift",
        "String/StringProtocol+Stub.swift",
        "String/UnicodeScalar.swift",
        "TimeZone/TimeZone.swift",
        "TimeZone/TimeZone_Autoupdating.swift",
        "TimeZone/TimeZone_Cache.swift",
        "TimeZone/TimeZone_GMT.swift",
        "TimeZone/TimeZone_Protocol.swift",
        "URL/URL.swift",
        "URL/URLComponents.swift",
        "URL/URLComponents_ObjC.swift",
        "URL/URLParser.swift",
        "URL/URLTemplate.swift",
        "URL/URLTemplate_Expression.swift",
        "URL/URLTemplate_PercentEncoding.swift",
        "URL/URLTemplate_Substitution.swift",
        "URL/URLTemplate_Value.swift",
        "URL/URLTemplate_VariableName.swift",
        "URL/URL_Bridge.swift",
        "URL/URL_ObjC.swift",
        "URL/URL_Protocol.swift",
        "URL/URL_Swift.swift",
        "UUID.swift",
        "UUID_Wrappers.swift",
        "WASILibc+Extensions.swift",
        "WinSDK+Extensions.swift",
        "_ThreadLocal.swift"
      ],
      "target_dependencies" : [
        "_FoundationCShims",
        "FoundationMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/swiftlang/swift-foundation/main
Repository:               swiftlang/swift-foundation
Swift version used:       6.2
Target:                   FoundationEssentials
Extracting symbol information for 'FoundationEssentials'...
Finished extracting symbol information for 'FoundationEssentials'. (5.48s)
Building documentation for 'FoundationEssentials'...
warning: 'characterDirection' doesn't exist at '/FoundationEssentials/Locale/Language'
   --> Sources/FoundationEssentials/AttributedString/FoundationAttributes.swift:919:40-919:58
917 |     /// paragraph. E.g. English (a language with
918 |     /// ``Locale/LanguageDirection-swift.enum/leftToRight``
919 +     /// ``Locale/Language-swift.struct/characterDirection``) is usually aligned
920 |     /// to the left, but may be centered or aligned to the right for special
921 |     /// effect, or to be visually more appealing in a user interface.
warning: 'characterDirection' doesn't exist at '/FoundationEssentials/Locale/Language'
   --> Sources/FoundationEssentials/AttributedString/FoundationAttributes.swift:925:40-925:58
923 |     /// For bidirectional text to be perceived as laid out correctly, make sure
924 |     /// that the writing direction is set to the value equivalent to the
925 +     /// ``Locale/Language-swift.struct/characterDirection`` of the primary
926 |     /// language in the text. E.g. an English sentence that contains some
927 |     /// Arabic (a language with
warning: 'characterDirection' doesn't exist at '/FoundationEssentials/Locale/Language'
   --> Sources/FoundationEssentials/AttributedString/FoundationAttributes.swift:929:40-929:58
927 |     /// Arabic (a language with
928 |     /// ``Locale/LanguageDirection-swift.enum/rightToLeft``
929 +     /// ``Locale/Language-swift.struct/characterDirection``) words, should use
930 |     /// a ``leftToRight`` writing direction. An Arabic sentence that contains
931 |     /// some English words, should use a ``rightToLeft`` writing direction.
warning: 'lineLayoutDirection' doesn't exist at '/FoundationEssentials/Locale/Language'
   --> Sources/FoundationEssentials/AttributedString/FoundationAttributes.swift:939:40-939:59
937 |     /// ``Locale/LanguageDirection-swift.enum/topToBottom``. While languages do
938 |     /// have an associated line language direction (see
939 +     /// ``Locale/Language-swift.struct/lineLayoutDirection``), not all displays
940 |     /// of text follow the line layout direction of the text's primary language.
941 |     ///
warning: Parameter 'components' is missing documentation
   --> Sources/FoundationEssentials/Calendar/Calendar.swift:703:45-703:45
701 |     ///
702 |     /// - note: If you want "date information in a given time zone" in order to display it, you should use `DateFormatter` to format the date.
703 +     /// - parameter date: The `Date` to use.
    |         ╰─suggestion: Document 'components' parameter
704 |     /// - returns: The date components of the specified date.
705 |     public func dateComponents(_ components: Set<Component>, from date: Date) -> DateComponents {
warning: Parameter 'component' is missing documentation
   --> Sources/FoundationEssentials/Calendar/Calendar.swift:842:46-842:46
840 |     ///
841 |     /// - parameter date1: A date to compare.
842 +     /// - parameter date2: A date to compare.
    |                                              ╰─suggestion: Document 'component' parameter
843 |     /// - parameter: component: A granularity to compare. For example, pass `.hour` to check if two dates are in the same hour.
844 |     @available(iOS 8.0, *)
warning: Parameter 'value' is already documented
Sources/FoundationEssentials/Calendar/Date+FormatStyle.swift:70:9: Previously documented here
  --> Sources/FoundationEssentials/Calendar/Date+FormatStyle.swift:72:11-72:122
70 |     /// - Parameter value: A representation of a date. The type of the representation is specified by `ParseStrategy.ParseInput`.
71 |     /// - Parameters:
72 +     ///   - value: A representation of a date. The type of the representation is specified by `ParseStrategy.ParseInput`.
   |           ╰─suggestion: Remove duplicate parameter documentation
73 |     ///   - strategy: The parse strategy to parse `value` whose `ParseOutput` is `DateComponents`.
74 |     public init<T: ParseStrategy>(_ value: T.ParseInput, strategy: T) throws where T.ParseOutput == Self {
warning: Parameter 'another' not found in instance method declaration
  --> Sources/FoundationEssentials/Date.swift:94:5-95:5
92 |     Returns the interval between the receiver and another given date.
93 |
94 +     - Parameter another: The date with which to compare the receiver.
   |     ╰─suggestion: Remove 'another' parameter documentation
95 +
96 |     - Returns: The interval between the receiver and the `another` parameter. If the receiver is earlier than `anotherDate`, the return value is negative. If `anotherDate` is `nil`, the results are undefined.
97 |
warning: Parameter 'date' is missing documentation
  --> Sources/FoundationEssentials/Date.swift:95:5-95:5
93 |
94 |     - Parameter another: The date with which to compare the receiver.
95 +
   |     ╰─suggestion: Document 'date' parameter
96 |     - Returns: The interval between the receiver and the `another` parameter. If the receiver is earlier than `anotherDate`, the return value is negative. If `anotherDate` is `nil`, the results are undefined.
97 |
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:71:66-71:78
69 |     /// ### Notification Interoperability
70 |     ///
71 +     /// `AsyncMessage` includes optional interoperability with ``Notification``, enabling posters and observers of both types
   |                                                                  ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
72 |     /// to pass information.
73 |     ///
warning: 'makeMessage(_:)' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:74:38-74:53
72 |     /// to pass information.
73 |     ///
74 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:74:93-74:105
72 |     /// to pass information.
73 |     ///
74 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
   |                                                                                             ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:74:112-74:124
72 |     /// to pass information.
73 |     ///
74 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
   |                                                                                                                ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
warning: 'makeNotification(_:)' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:75:37-75:57
73 |     ///
74 |     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
75 +     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
   |                                     ╰─suggestion: Replace 'makeNotification(_:)' with 'Notification-Interoperability'
76 |     ///
77 |     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:75:152-75:164
73 |     ///
74 |     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
75 +     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
   |                                                                                                                                                        ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
76 |     ///
77 |     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:77:42-77:54
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
77 +     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                          ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
78 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``AsyncMessage``:
79 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:77:110-77:122
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
77 +     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                                                                                              ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
78 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``AsyncMessage``:
79 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:77:158-77:170
75 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
76 |     ///
77 +     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                                                                                                                                              ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
78 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``AsyncMessage``:
79 |     ///
warning: 'NSNumber' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
  --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:78:60-78:68
76 |     ///
77 |     /// For example, if there exists a ``Notification`` posted on an arbitrary isolation identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
78 +     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``AsyncMessage``:
79 |     ///
80 |     /// ```swift
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/AsyncMessage'
   --> Sources/FoundationEssentials/NotificationCenter/AsyncMessage.swift:103:123-103:135
101 |     /// ```
102 |     ///
103 +     /// With this definition, an observer for this `AsyncMessage` type receives information even if the poster used the ``Notification`` equivalent, and vice versa.
    |                                                                                                                           ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
104 |     public protocol AsyncMessage: Sendable {
105 |         /// A type which you can optionally post and observe along with this `AsyncMessage`.
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:66:70-66:82
64 |     /// ### Notification Interoperability
65 |     ///
66 +     /// `MainActorMessage` includes optional interoperability with ``Notification``, enabling posters and observers of both types
   |                                                                      ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
67 |     /// to pass information.
68 |     ///
warning: 'makeMessage(_:)' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:69:38-69:53
67 |     /// to pass information.
68 |     ///
69 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:69:93-69:105
67 |     /// to pass information.
68 |     ///
69 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
   |                                                                                             ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:69:112-69:124
67 |     /// to pass information.
68 |     ///
69 +     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
   |                                                                                                                ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
warning: 'makeNotification(_:)' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:70:37-70:57
68 |     ///
69 |     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
70 +     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
   |                                     ╰─suggestion: Replace 'makeNotification(_:)' with 'Notification-Interoperability'
71 |     ///
72 |     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:70:152-70:164
68 |     ///
69 |     /// It does this by offering a ``makeMessage(_:)`` method that collects values from a ``Notification``'s ``Notification/userInfo`` and populates properties on a new message.
70 +     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
   |                                                                                                                                                        ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
71 |     ///
72 |     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:72:42-72:54
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
72 +     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                          ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
73 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``MainActorMessage``:
74 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:72:99-72:111
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
72 +     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                                                                                   ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
73 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``MainActorMessage``:
74 |     ///
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:72:147-72:159
70 |     /// In the other direction, a ``makeNotification(_:)`` method collects the message's defined properties and loads them into a new notification's ``Notification/userInfo`` dictionary.
71 |     ///
72 +     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
   |                                                                                                                                                   ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
73 |     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``MainActorMessage``:
74 |     ///
warning: 'NSNumber' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
  --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:73:60-73:68
71 |     ///
72 |     /// For example, if there exists a ``Notification`` posted on `MainActor` identified by the ``Notification/Name`` `"eventDidFinish"` with a ``Notification/userInfo``
73 +     /// dictionary containing the key `"duration"` as an ``NSNumber``, an app could post and observe the notification with the following ``MainActorMessage``:
74 |     ///
75 |     /// ```swift
warning: 'Notification' doesn't exist at '/FoundationEssentials/NotificationCenter/MainActorMessage'
   --> Sources/FoundationEssentials/NotificationCenter/MainActorMessage.swift:98:127-98:139
96  |     /// ```
97  |     ///
98  +     /// With this definition, an observer for this `MainActorMessage` type receives information even if the poster used the ``Notification`` equivalent, and vice versa.
    |                                                                                                                               ╰─suggestion: Replace 'Notification' with 'Notification-Interoperability'
99  |     public protocol MainActorMessage: SendableMetatype {
100 |         /// A type which you can optionally post and observe along with this `MainActorMessage`.
warning: '(ObservationToken)' isn't a disambiguation for 'removeObserver(_:)' at '/FoundationEssentials/NotificationCenter'
  --> Sources/FoundationEssentials/NotificationCenter/NotificationCenterMessage.swift:63:92-63:111
61 |     ///
62 |     /// Retain the `ObservationToken` for as long as you need to continue observation, since observation ends when the token goes out of scope.
63 +     /// You can also explicitly stop observing by passing the token to ``removeObserver(_:)-(ObservationToken)``.
   |                                                                                            ╰─suggestion: Remove '-(ObservationToken)' for 'func removeObserver(_ token: NotificationCenter.ObservationToken)'
64 |     @available(FoundationPreview 6.2, *)
65 |     public struct ObservationToken: Hashable, Sendable {
warning: Parameter 'count' not found in instance method declaration
   --> Sources/FoundationEssentials/ProgressManager/ProgressManager.swift:283:9-283:93
281 |     /// then the assigned count is marked as completed in the parent `ProgressManager`.
282 |     ///
283 +     /// - Parameter count: The portion of `totalCount` to be delegated to the `Subprogress`.
    |         ╰─suggestion: Remove 'count' parameter documentation
284 |     /// - Returns: A `Subprogress` instance.
285 |     public func subprogress(assigningCount portionOfParentTotal: Int) -> Subprogress {
warning: Parameter 'portionOfParentTotal' is missing documentation
   --> Sources/FoundationEssentials/ProgressManager/ProgressManager.swift:283:93-283:93
281 |     /// then the assigned count is marked as completed in the parent `ProgressManager`.
282 |     ///
283 +     /// - Parameter count: The portion of `totalCount` to be delegated to the `Subprogress`.
    |                                                                                             ╰─suggestion: Document 'portionOfParentTotal' parameter
284 |     /// - Returns: A `Subprogress` instance.
285 |     public func subprogress(assigningCount portionOfParentTotal: Int) -> Subprogress {
warning: 'URL(template:variables:)' doesn't exist at '/FoundationEssentials/URL/Template'
  --> Sources/FoundationEssentials/URL/URLTemplate.swift:25:32-25:56
23 |     ///
24 |     /// This is an template that can be expanded into
25 +     /// a ``URL`` by calling ``URL(template:variables:)``.
26 |     ///
27 |     /// Templating has a rich set of options for substituting various parts of URLs. See
warning: 'URL.Template' doesn't exist at '/FoundationEssentials/URL/Template/Value/text(_:)'
  --> Sources/FoundationEssentials/URL/URLTemplate_Value.swift:55:42-55:54
53 | @available(FoundationPreview 6.2, *)
54 | extension URL.Template.Value {
55 +     /// A text value to be used with a ``URL.Template``.
56 |     public static func text(_ text: String) -> URL.Template.Value {
57 |         URL.Template.Value(underlying: .text(text))
warning: 'URL.Template' doesn't exist at '/FoundationEssentials/URL/Template/Value/list(_:)'
  --> Sources/FoundationEssentials/URL/URLTemplate_Value.swift:60:66-60:78
58 |     }
59 |
60 +     /// A list value (an array of `String`s) to be used with a ``URL.Template``.
61 |     public static func list(_ list: some Sequence<String>) -> URL.Template.Value {
62 |         URL.Template.Value(underlying: .list(Array(list)))
warning: 'URL.Template' doesn't exist at '/FoundationEssentials/URL/Template/Value/associativeList(_:)'
  --> Sources/FoundationEssentials/URL/URLTemplate_Value.swift:65:81-65:93
63 |     }
64 |
65 +     /// An associative list value (ordered key-value pairs) to be used with a ``URL.Template``.
66 |     public static func associativeList(_ list: some Sequence<(key: String, value: String)>) -> URL.Template.Value {
67 |         URL.Template.Value(underlying: .associativeList(OrderedDictionary(uniqueKeysWithValues: list)))
Finished building documentation for 'FoundationEssentials' (3.18s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-foundation/main
Updating https://github.com/apple/swift-foundation-icu
Updated https://github.com/apple/swift-foundation-icu (0.65s)
Updating https://github.com/swiftlang/swift-syntax
Updated https://github.com/swiftlang/swift-syntax (1.00s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-collections
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.28s)
Updated https://github.com/apple/swift-collections (0.60s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.71s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3596] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.14s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Mixin+Equals.swift
[8/57] Compiling SymbolKit Mixin+Hash.swift
[9/57] Compiling SymbolKit Mixin.swift
[10/57] Compiling SymbolKit LineList.swift
[11/57] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling SymbolKit Names.swift
[32/57] Compiling SymbolKit SPI.swift
[33/57] Compiling SymbolKit Snippet.swift
[34/57] Compiling SymbolKit Extension.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Emitting module Snippets
[49/57] Compiling Snippets Snippet.swift
[50/57] Compiling Snippets SnippetParser.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (7.43s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'FoundationEssentials' complete! (3.80s)
Target:                   FoundationInternationalization
Extracting symbol information for 'FoundationInternationalization'...
Finished extracting symbol information for 'FoundationInternationalization'. (3.91s)
Building documentation for 'FoundationInternationalization'...
warning: Parameter 'calendar' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:88:79-88:79
86 |         /// formats an anchor date relative to the format input.
87 |         ///
88 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'calendar' parameter
89 |         public init(anchor: Date, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
90 |             self.anchor = anchor
warning: Parameter 'capitalizationContext' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:88:79-88:79
86 |         /// formats an anchor date relative to the format input.
87 |         ///
88 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'capitalizationContext' parameter
89 |         public init(anchor: Date, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
90 |             self.anchor = anchor
warning: Parameter 'presentation' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:88:79-88:79
86 |         /// formats an anchor date relative to the format input.
87 |         ///
88 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'presentation' parameter
89 |         public init(anchor: Date, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
90 |             self.anchor = anchor
warning: Parameter 'unitsStyle' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:88:79-88:79
86 |         /// formats an anchor date relative to the format input.
87 |         ///
88 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'unitsStyle' parameter
89 |         public init(anchor: Date, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
90 |             self.anchor = anchor
warning: Parameter 'locale' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:88:79-88:79
86 |         /// formats an anchor date relative to the format input.
87 |         ///
88 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'locale' parameter
89 |         public init(anchor: Date, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
90 |             self.anchor = anchor
warning: Parameter 'calendar' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'calendar' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'allowedFields' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'allowedFields' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'presentation' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'presentation' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'capitalizationContext' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'capitalizationContext' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'locale' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'locale' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'unitsStyle' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/Date+AnchoredRelativeFormatStyle.swift:97:79-97:79
95 |         /// formats an anchor date relative to the format input.
96 |         ///
97 +         /// - Parameter anchor: The date the formatted output is referring to.
   |                                                                               ╰─suggestion: Document 'unitsStyle' parameter
98 |         public init(anchor: Date, allowedFields: Set<Field>, presentation: Presentation = .numeric, unitsStyle: UnitsStyle = .wide, locale: Locale = .autoupdatingCurrent, calendar: Calendar = .autoupdatingCurrent, capitalizationContext: FormatStyleCapitalizationContext = .unknown) {
99 |             self.anchor = anchor
warning: Parameter 'calendar' is missing documentation
  --> Sources/FoundationInternationalization/Formatting/Date/DateParseStrategy.swift:47:104-47:104
45 |         ///   - timeZone: The time zone to use for creating the date.
46 |         ///   - isLenient: Whether to use heuristics when parsing the representation.
   |               ╰─suggestion: Document 'calendar' parameter
47 +         ///   - twoDigitStartDate: The earliest date that can be denoted by a two-digit year specifier.
48 |         public init(format: FormatString, locale: Locale? = nil, timeZone: TimeZone, calendar: Calendar = Calendar(identifier: .gregorian), isLenient: Bool = true, twoDigitStartDate: Date = Date(timeIntervalSince1970: 0)) {
49 |             self.init(format: format.rawFormat, locale: locale, timeZone: timeZone, calendar: calendar, isLenient: isLenient, twoDigitStartDate: twoDigitStartDate)
warning: Parameter 'twoDigitStartDate' is missing documentation
   --> Sources/FoundationInternationalization/Formatting/Date/DateParseStrategy.swift:126:140-126:140
124 |     ///   - locale: The locale of the date string to be matched.
125 |     ///   - timeZone: The time zone to create the matched date with.
126 +     ///   - calendar: The calendar with which to interpret the date string. If nil, the default calendar of the specified `locale` is used.
    |                                                                                                                                            ╰─suggestion: Document 'twoDigitStartDate' parameter
127 |     /// - Returns: A `RegexComponent` to match a localized date string.
128 |     @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *)
warning: Parameter 'twoDigitStartDate' is missing documentation
   --> Sources/FoundationInternationalization/Formatting/Date/DateParseStrategy.swift:126:140-126:140
124 |     ///   - locale: The locale of the date string to be matched.
125 |     ///   - timeZone: The time zone to create the matched date with.
126 +     ///   - calendar: The calendar with which to interpret the date string. If nil, the default calendar of the specified `locale` is used.
    |                                                                                                                                            ╰─suggestion: Document 'twoDigitStartDate' parameter
127 |     /// - Returns: A `RegexComponent` to match a localized date string.
128 |     @available(macOS 13.0, iOS 16.0, tvOS 16.0, watchOS 9.0, *)
warning: Parameter 'allowedUnits' not found in type method declaration
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:518:11-518:79
516 |     /// A factory function to create a units format style to format a duration.
517 |     /// - Parameters:
518 +     ///   - allowedUnits: The units that may be included in the output string.
    |           ╰─suggestion: Remove 'allowedUnits' parameter documentation
519 |     ///   - width: The width of the unit and the spacing between the value and the unit.
520 |     ///   - maximumUnitCount: The maximum number of time units to include in the output string.
warning: Parameter 'allowedUnits' not found in type method declaration
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:518:11-518:79
516 |     /// A factory function to create a units format style to format a duration.
517 |     /// - Parameters:
518 +     ///   - allowedUnits: The units that may be included in the output string.
    |           ╰─suggestion: Remove 'allowedUnits' parameter documentation
519 |     ///   - width: The width of the unit and the spacing between the value and the unit.
520 |     ///   - maximumUnitCount: The maximum number of time units to include in the output string.
warning: Parameter 'Returns' not found in type method declaration
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:524:11-524:58
522 |     ///   - valueLengthLimits: The padding or truncating behavior of the unit value.
523 |     ///   - fractionalPart: The strategy for displaying a duration if it cannot be represented exactly with the allowed units.
524 +     ///   - Returns: A format style to format a duration.
    |           ╰─suggestion: Remove 'Returns' parameter documentation
525 |     public static func units<ValueRange: RangeExpression>(allowed units: Set<Duration.UnitsFormatStyle.Unit> = [.hours, .minutes, .seconds], width: Duration.UnitsFormatStyle.UnitWidth = .abbreviated, maximumUnitCount : Int? = nil, zeroValueUnits: Duration.UnitsFormatStyle.ZeroValueUnitsDisplayStrategy = .hide, valueLengthLimits: ValueRange, fractionalPart: Duration.UnitsFormatStyle.FractionalPartDisplayStrategy = .hide) -> Self where ValueRange.Bound == Int {
526 |         .init(allowedUnits: units, width: width, maximumUnitCount: maximumUnitCount, zeroValueUnits: zeroValueUnits, valueLengthLimits: valueLengthLimits, fractionalPart: fractionalPart)
warning: Parameter 'Returns' not found in type method declaration
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:524:11-524:58
522 |     ///   - valueLengthLimits: The padding or truncating behavior of the unit value.
523 |     ///   - fractionalPart: The strategy for displaying a duration if it cannot be represented exactly with the allowed units.
524 +     ///   - Returns: A format style to format a duration.
    |           ╰─suggestion: Remove 'Returns' parameter documentation
525 |     public static func units<ValueRange: RangeExpression>(allowed units: Set<Duration.UnitsFormatStyle.Unit> = [.hours, .minutes, .seconds], width: Duration.UnitsFormatStyle.UnitWidth = .abbreviated, maximumUnitCount : Int? = nil, zeroValueUnits: Duration.UnitsFormatStyle.ZeroValueUnitsDisplayStrategy = .hide, valueLengthLimits: ValueRange, fractionalPart: Duration.UnitsFormatStyle.FractionalPartDisplayStrategy = .hide) -> Self where ValueRange.Bound == Int {
526 |         .init(allowedUnits: units, width: width, maximumUnitCount: maximumUnitCount, zeroValueUnits: zeroValueUnits, valueLengthLimits: valueLengthLimits, fractionalPart: fractionalPart)
warning: Parameter 'units' is missing documentation
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:524:58-524:58
522 |     ///   - valueLengthLimits: The padding or truncating behavior of the unit value.
523 |     ///   - fractionalPart: The strategy for displaying a duration if it cannot be represented exactly with the allowed units.
524 +     ///   - Returns: A format style to format a duration.
525 |     public static func units<ValueRange: RangeExpression>(allowed units: Set<Duration.UnitsFormatStyle.Unit> = [.hours, .minutes, .seconds], width: Duration.UnitsFormatStyle.UnitWidth = .abbreviated, maximumUnitCount : Int? = nil, zeroValueUnits: Duration.UnitsFormatStyle.ZeroValueUnitsDisplayStrategy = .hide, valueLengthLimits: ValueRange, fractionalPart: Duration.UnitsFormatStyle.FractionalPartDisplayStrategy = .hide) -> Self where ValueRange.Bound == Int {
526 |         .init(allowedUnits: units, width: width, maximumUnitCount: maximumUnitCount, zeroValueUnits: zeroValueUnits, valueLengthLimits: valueLengthLimits, fractionalPart: fractionalPart)
warning: Parameter 'units' is missing documentation
   --> Sources/FoundationInternationalization/Formatting/Duration+UnitsFormatStyle.swift:524:58-524:58
522 |     ///   - valueLengthLimits: The padding or truncating behavior of the unit value.
523 |     ///   - fractionalPart: The strategy for displaying a duration if it cannot be represented exactly with the allowed units.
524 +     ///   - Returns: A format style to format a duration.
525 |     public static func units<ValueRange: RangeExpression>(allowed units: Set<Duration.UnitsFormatStyle.Unit> = [.hours, .minutes, .seconds], width: Duration.UnitsFormatStyle.UnitWidth = .abbreviated, maximumUnitCount : Int? = nil, zeroValueUnits: Duration.UnitsFormatStyle.ZeroValueUnitsDisplayStrategy = .hide, valueLengthLimits: ValueRange, fractionalPart: Duration.UnitsFormatStyle.FractionalPartDisplayStrategy = .hide) -> Self where ValueRange.Bound == Int {
526 |         .init(allowedUnits: units, width: width, maximumUnitCount: maximumUnitCount, zeroValueUnits: zeroValueUnits, valueLengthLimits: valueLengthLimits, fractionalPart: fractionalPart)
Finished building documentation for 'FoundationInternationalization' (0.89s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-foundation/main
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (3.62s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'FoundationInternationalization' complete! (3.58s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-foundation/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/swiftlang/swift-foundation/main/linkable-paths.json
   14070
91	/Users/admin/builder/spi-builder-workspace/.docs/swiftlang/swift-foundation/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swiftlang/swift-foundation/main
File count: 14070
Doc size:   91.0MB
Preparing doc bundle ...
Uploading prod-swiftlang-swift-foundation-main-88ca591b.zip to s3://spi-docs-inbox/prod-swiftlang-swift-foundation-main-88ca591b.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.