Build Information
Successful build of swift-foundation, reference main (eb084d
), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 02:45:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:632:34: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
630 | }
631 |
632 | guard let value: T = _parseXMLPlistInteger(&reader) else {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
633 | throw DecodingError._dataCorrupted("Invalid <integer> value on line \(reader.lineNumber)", for: codingPathNode, additionalKey)
634 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in a '@Sendable' closure; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:720:47: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
718 |
719 | // Try parsing special values that XML plist accepts that strto* does not.
720 | if let specialValue: T = try Self.parseSpecialRealValue(bytes, fullSource: fullSource, for: codingPathNode, additionalKey) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
721 | return specialValue
722 | }
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:703:68: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
701 | }
702 |
703 | func realValue<T: BinaryFloatingPoint>(in map: XMLPlistMap, as type: T.Type, for codingPathNode: _CodingPathNode, _ additionalKey: (some CodingKey)?) throws -> T {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
704 | if case .integer = self {
705 | if let uintValue = try? self.integerValue(in: map, as: UInt64.self, for: codingPathNode, additionalKey) {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: capture of 'type' with non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/PropertyList/XMLPlistScanner.swift:735:118: warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
733 | res = T(_stringshims_strtod_l(ptr, &parseEndPtr, nil))
734 | } else {
735 | preconditionFailure("Only Float and Double are currently supported by PropertyListDecoder, not \(type))")
| `- warning: implicit capture of 'type' requires that 'T.Type' conforms to 'Sendable'; this is an error in the Swift 6 language mode
736 | }
737 | guard ptr.advanced(by: count) == parseEndPtr! else {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[1798/1939] Compiling FoundationEssentials AttributeScope.swift
[1799/1939] Compiling FoundationEssentials AttributedString+AttributeTransformation.swift
[1800/1939] Compiling FoundationEssentials AttributedString+CharacterView.swift
[1801/1939] Compiling FoundationEssentials AttributedString+Guts.swift
[1802/1939] Compiling FoundationEssentials AttributedString+IndexTracking.swift
[1803/1939] Compiling FoundationEssentials AttributedString+IndexValidity.swift
[1804/1939] Compiling FoundationEssentials AttributedString+Runs+AttributeSlices.swift
[1805/1939] Compiling FoundationEssentials AttributedString+Runs+Run.swift
[1806/1939] Compiling FoundationEssentials AttributedString+Runs.swift
[1807/1939] Compiling FoundationEssentials AttributedString+UTF16View.swift
[1808/1939] Compiling FoundationEssentials AttributedString+UTF8View.swift
[1809/1939] Compiling FoundationEssentials AttributedString+UnicodeScalarView.swift
[1810/1939] Compiling FoundationEssentials AttributedString+_InternalRun.swift
[1811/1939] Compiling FoundationEssentials AttributedString+_InternalRuns.swift
[1812/1939] Compiling FoundationEssentials AttributedString+_InternalRunsSlice.swift
[1813/1939] Compiling FoundationEssentials AttributedString.swift
[1814/1939] Compiling FoundationEssentials AttributedStringAttribute.swift
[1815/1939] Compiling FoundationEssentials AttributedStringAttributeConstrainingBehavior.swift
[1816/1939] Compiling FoundationEssentials AttributedStringAttributeStorage.swift
[1817/1939] Compiling FoundationEssentials AttributedStringCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/AttributedString/AttributedStringCodable.swift:108:18: warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
106 | @available(macOS 12, iOS 15, tvOS 15, watchOS 8, *)
107 | public struct AttributeScopeCodableConfiguration : Sendable {
108 | internal let attributesTable : [String : any AttributedStringKey.Type]
| `- warning: stored property 'attributesTable' of 'Sendable'-conforming struct 'AttributeScopeCodableConfiguration' has non-sendable type '[String : any AttributedStringKey.Type]'
109 |
110 | internal init(
[1861/1939] Compiling FoundationEssentials CodableWithConfiguration.swift
[1862/1939] Compiling FoundationEssentials ComparisonResult.swift
[1863/1939] Compiling FoundationEssentials Collections+DataProtocol.swift
[1864/1939] Compiling FoundationEssentials ContiguousBytes.swift
[1865/1939] Compiling FoundationEssentials Data+Base64.swift
[1866/1939] Compiling FoundationEssentials Data+Error.swift
[1867/1939] Compiling FoundationEssentials Data+Reading.swift
[1868/1939] Compiling FoundationEssentials Data+Stub.swift
[1869/1939] Compiling FoundationEssentials Data+Writing.swift
[1870/1939] Compiling FoundationEssentials Data.swift
[1871/1939] Compiling FoundationEssentials DataProtocol.swift
[1872/1939] Compiling FoundationEssentials Pointers+DataProtocol.swift
[1873/1939] Compiling FoundationEssentials Date.swift
[1874/1939] Compiling FoundationEssentials DateInterval.swift
[1875/1939] Compiling FoundationEssentials Decimal+Compatibility.swift
[1876/1939] Compiling FoundationEssentials Decimal+Conformances.swift
[1877/1939] Compiling FoundationEssentials Decimal+Math.swift
[1878/1939] Compiling FoundationEssentials Decimal.swift
[1879/1939] Compiling FoundationEssentials CocoaError+FilePath.swift
[1880/1939] Compiling FoundationEssentials CocoaError.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Data/Data+Writing.swift:178: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]
176 | }
177 | #else
178 | 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]
179 | throw CocoaError.errorWithFilePath(inPath, errno: errno, reading: false, variant: variant)
180 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1940/2051] Emitting module FoundationInternationalization
[1941/2057] Compiling FoundationInternationalization Date+AnchoredRelativeFormatStyle.swift
[1942/2057] Compiling FoundationInternationalization Date+ComponentsFormatStyle+Stub.swift
[1943/2057] Compiling FoundationInternationalization Date+IntervalFormatStyle.swift
[1944/2057] Compiling FoundationInternationalization Date+RelativeFormatStyle.swift
[1945/2057] Compiling FoundationInternationalization Date+VerbatimFormatStyle.swift
[1946/2057] Compiling FoundationInternationalization DateFieldSymbol.swift
[1947/2057] Emitting module FoundationInternationalization
[1948/2063] Compiling FoundationInternationalization BinaryFloatingPoint+FormatStyle.swift
[1949/2063] Compiling FoundationInternationalization BinaryInteger+FormatStyle.swift
[1950/2063] Compiling FoundationInternationalization Decimal+FormatStyle.swift
[1951/2063] Compiling FoundationInternationalization Decimal+ParseStrategy.swift
[1952/2063] Compiling FoundationInternationalization FloatingPointFormatStyle.swift
[1953/2063] Compiling FoundationInternationalization FloatingPointParseStrategy.swift
[1954/2063] Compiling FoundationInternationalization ICUPatternGenerator.swift
[1955/2063] Compiling FoundationInternationalization Locale+Components_ICU.swift
[1956/2063] Compiling FoundationInternationalization Locale_Bridge.swift
[1957/2063] Compiling FoundationInternationalization Locale_ICU.swift
[1958/2063] Compiling FoundationInternationalization Locale_ObjC.swift
[1959/2063] Compiling FoundationInternationalization LocalizedString.swift
[1960/2063] Compiling FoundationInternationalization Calendar_Bridge.swift
[1961/2063] Compiling FoundationInternationalization Calendar_ICU.swift
[1962/2063] Compiling FoundationInternationalization Calendar_ObjC.swift
[1963/2063] Compiling FoundationInternationalization Date+ICU.swift
[1964/2063] Compiling FoundationInternationalization Duration+Utils.swift
[1965/2063] Compiling FoundationInternationalization ByteCountFormatStyle.swift
[1966/2063] Compiling FoundationInternationalization Duration+Formatting.swift
[1967/2063] Compiling FoundationInternationalization Duration+TimeFormatStyle.swift
[1968/2063] Compiling FoundationInternationalization Duration+UnitsFormatStyle.swift
[1969/2063] Compiling FoundationInternationalization ICUListFormatter.swift
[1970/2063] Compiling FoundationInternationalization ListFormatStyle.swift
[1971/2063] Compiling FoundationInternationalization Measurement+FormatStyle+Stub.swift
[1978/2063] Compiling FoundationInternationalization TimeInterval+Utils.swift
[1979/2063] Compiling FoundationInternationalization TimeZone_Bridge.swift
[1980/2063] Compiling FoundationInternationalization TimeZone_GMTICU.swift
[1981/2063] Compiling FoundationInternationalization TimeZone_ICU.swift
[1982/2063] Compiling FoundationInternationalization TimeZone_ObjC.swift
[1983/2063] Compiling FoundationInternationalization URLParser+ICU.swift
[1990/2063] Compiling FoundationInternationalization DateFormatString.swift
[1991/2063] Compiling FoundationInternationalization DateFormatStyle.swift
[1992/2063] Compiling FoundationInternationalization DateParseStrategy.swift
[1993/2063] Compiling FoundationInternationalization ICUDateFormatter.swift
[1994/2063] Compiling FoundationInternationalization ICUDateIntervalFormatter.swift
[1995/2063] Compiling FoundationInternationalization ICURelativeDateFormatter.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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
[2008/2063] Compiling FoundationInternationalization ICULegacyNumberFormatter.swift
[2009/2063] Compiling FoundationInternationalization ICUNumberFormatter.swift
[2010/2063] Compiling FoundationInternationalization IntegerFormatStyle.swift
[2011/2063] Compiling FoundationInternationalization IntegerParseStrategy.swift
[2012/2063] Compiling FoundationInternationalization NumberAttributedFormat.swift
[2013/2063] Compiling FoundationInternationalization NumberFormatStyleConfiguration.swift
[2014/2063] Compiling FoundationInternationalization ICU+CaseMap.swift
[2015/2063] Compiling FoundationInternationalization ICU+Enumeration.swift
[2016/2063] Compiling FoundationInternationalization ICU+Enums.swift
[2017/2063] Compiling FoundationInternationalization ICU+FieldPositer.swift
[2018/2063] Compiling FoundationInternationalization ICU+Foundation.swift
[2019/2063] Compiling FoundationInternationalization ICU+StringConverter.swift
[2020/2063] Compiling FoundationInternationalization RangeExpression.swift
[2021/2063] Compiling FoundationInternationalization KeyPathComparator.swift
[2022/2063] Compiling FoundationInternationalization SortDescriptor.swift
[2023/2063] Compiling FoundationInternationalization String+Locale.swift
[2024/2063] Compiling FoundationInternationalization String+SortComparator.swift
[2025/2063] Compiling FoundationInternationalization StringProtocol+Locale.swift
[2032/2063] Compiling FoundationInternationalization BinaryFloatingPoint.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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
/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
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
112 | ofType: Value.self,
113 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:96:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
94 | /// - order: The initial order to use for comparison.
95 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value>, order: SortOrder = .forward) {
96 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
97 | self.keyPath = sendableKP
98 | if Value.self is String.Type {
/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
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
150 | ofType: Value?.self,
151 | offset: cachedOffset,
/Users/admin/builder/spi-builder-workspace/Sources/FoundationInternationalization/String/KeyPathComparator.swift:134:13: warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
132 | /// - order: The initial order to use for comparison.
133 | /*public*/ @usableFromInline init<Value: Comparable>(_ keyPath: KeyPath<Compared, Value?>, order: SortOrder = .forward) {
134 | let sendableKP = keyPath._unsafeAssumeSendable
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure; this is an error in the Swift 6 language mode
135 | self.keyPath = sendableKP
136 | if Value.self is String.Type {
[2064/2069] Compiling TestSupport Utilities.swift
[2065/2069] Compiling TestSupport TestSupport.swift
[2066/2069] Emitting module TestSupport
[2067/2069] Compiling TestSupport Utilities.swift
[2068/2069] Emitting module TestSupport
[2069/2069] Compiling TestSupport TestSupport.swift
Build complete! (119.64s)
Fetching https://github.com/apple/swift-foundation-icu
[1/3760] Fetching swift-foundation-icu
Fetched https://github.com/apple/swift-foundation-icu from cache (15.83s)
Fetching https://github.com/swiftlang/swift-syntax
[1/70956] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.16s)
Fetching https://github.com/apple/swift-collections
[1/16715] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.82s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (3.33s)
Creating working copy for https://github.com/apple/swift-foundation-icu
Working copy of https://github.com/apple/swift-foundation-icu resolved at main (fa359a2)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at main (c40a978)
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" : "Sources/TestSupport",
"sources" : [
"TestSupport.swift",
"Utilities.swift"
],
"target_dependencies" : [
"FoundationEssentials",
"FoundationInternationalization"
],
"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",
"URLTests+UIDNA.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",
"PredicateCodableTests.swift",
"PredicateConversionTests.swift",
"PredicateTests.swift",
"ProcessInfoTests.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",
"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+Error.swift",
"Data/Data+Reading.swift",
"Data/Data+Stub.swift",
"Data/Data+Writing.swift",
"Data/Data.swift",
"Data/DataProtocol.swift",
"Data/Pointers+DataProtocol.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",
"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",
"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/RegexPatternCache.swift",
"String/String+Bridging.swift",
"String/String+Comparison.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"
}
Done.