Build Information
Failed to build XibLoc, reference main (cc1617
), with Swift 6.0 for macOS (SPM) on 7 Aug 2025 16:02:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/XibLoc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/XibLoc
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cc16173 Merge pull request #12 from happn-app/fix/ios-2274
Cloned https://github.com/happn-app/XibLoc.git
Revision (git rev-parse @):
cc1617381793d7a5b77a11f4965cec47bf12795a
SUCCESS checkout https://github.com/happn-app/XibLoc.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/happn-app/XibLoc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Logging.swift
[9/43] Emitting module XibLoc
[10/46] Compiling XibLoc NumberFormatter+Utils.swift
[11/46] Compiling XibLoc RandomAccessCollection+StableSort.swift
[12/46] Compiling XibLoc Range+Utils.swift
[13/46] Compiling XibLoc ParserHelper+AttributedString.swift
[14/46] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[15/46] Compiling XibLoc ParserHelper+String.swift
[16/46] Compiling XibLoc ParserHelper.swift
[17/46] Compiling XibLoc XibLocNumber.swift
[18/46] Compiling XibLoc XibLoc.swift
[19/46] Compiling XibLoc XibLocConfig.swift
[20/46] Compiling XibLoc PluralValue.swift
[21/46] Compiling XibLoc PluralityDefinition.swift
[22/46] Compiling XibLoc PluralityDefinitionZone.swift
[23/46] Compiling XibLoc PluralityDefinitionZoneValue.swift
[24/46] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[25/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[26/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[27/46] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[28/46] Compiling XibLoc MultipleWordsTokens.swift
[29/46] Compiling XibLoc OneWordTokens.swift
[30/46] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[31/46] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[32/46] Compiling XibLoc CacheLock.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:415:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
413 |
414 | #if !USE_UTF16_OFFSETS
415 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
416 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
417 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[33/46] Compiling XibLoc ParsedXibLoc+InitCache.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:415:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
413 |
414 | #if !USE_UTF16_OFFSETS
415 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
416 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
417 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[34/46] Compiling XibLoc XibLocParsingInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:415:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
413 |
414 | #if !USE_UTF16_OFFSETS
415 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
416 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
417 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[35/46] Compiling XibLoc ParsedXibLoc.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Parser/ParsedXibLoc.swift:415:10: warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
413 |
414 | #if !USE_UTF16_OFFSETS
415 | #warning("I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.")
| `- warning: I’m pretty sure the adjustment can be done using another algo (basically the same as the one in remove(escapeToken...)). Note there might be other places where we could update the algo too.
416 | /* With this version of the algorithm we play it safe and re-compute the ranges by searching for partial strings from the original string in the new string.
417 | * This has a small performance impact on some ObjC strings, but in most of the cases it’s completely negligible. */
[36/46] Compiling XibLoc XibLocResolvingInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: generic parameter 'S' could not be inferred
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: generic parameter 'S' could not be inferred
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- error: 'nil' requires a contextual type
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: generic parameter 'S' could not be inferred
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
[37/46] Compiling XibLoc AttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: generic parameter 'S' could not be inferred
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: generic parameter 'S' could not be inferred
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- error: 'nil' requires a contextual type
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: generic parameter 'S' could not be inferred
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
[38/46] Compiling XibLoc Collection+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: generic parameter 'S' could not be inferred
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: generic parameter 'S' could not be inferred
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- error: 'nil' requires a contextual type
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: generic parameter 'S' could not be inferred
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
[39/46] Compiling XibLoc NSMutableAttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: generic parameter 'S' could not be inferred
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: generic parameter 'S' could not be inferred
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:33:17: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
31 | let runs = self[range].runs
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
32 | for r in runs {
33 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
34 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- error: 'nil' requires a contextual type
35 | }
36 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: value of type 'AttributedString.Runs.Element' (aka 'AttributedString.Runs.Run') has no dynamic member 'uiKit' using key path from root type 'AttributeScopes'
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: generic parameter 'S' could not be inferred
51 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
52 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
3 | @preconcurrency public subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
4 | @preconcurrency public subscript<K>(_: K.Type) -> K.Value? where K : AttributedStringKey, K.Value : Sendable { get }
5 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
| `- note: in call to 'subscript(dynamicMember:)'
6 | }
[40/46] Compiling XibLoc Scanner+LinuxCompat.swift
[41/46] Compiling XibLoc StringAttributesChangesDescription.swift
[42/46] Compiling XibLoc XibLocFont.swift
[43/46] Compiling XibLoc Str2StrXibLocInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Resolving Info/Tokens Group/CommonTokensGroup.swift:185:25: warning: conformance of 'NSFont' to 'Sendable' is unavailable
183 | public var str2AttrStrXibLocInfo: Str2AttrStrXibLocInfo {
184 | var defaultAttributes = baseAttributes
185 | if let f = baseFont {defaultAttributes.font = f}
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
186 | if let c = baseColor {defaultAttributes.foregroundColor = c}
187 |
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSFont : @unchecked Sendable {
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
3 | }
[44/46] Compiling XibLoc CommonTokensGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Resolving Info/Tokens Group/CommonTokensGroup.swift:185:25: warning: conformance of 'NSFont' to 'Sendable' is unavailable
183 | public var str2AttrStrXibLocInfo: Str2AttrStrXibLocInfo {
184 | var defaultAttributes = baseAttributes
185 | if let f = baseFont {defaultAttributes.font = f}
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
186 | if let c = baseColor {defaultAttributes.foregroundColor = c}
187 |
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSFont : @unchecked Sendable {
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
3 | }
[45/46] Compiling XibLoc CommonTokensGroup_Linux.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Resolving Info/Tokens Group/CommonTokensGroup.swift:185:25: warning: conformance of 'NSFont' to 'Sendable' is unavailable
183 | public var str2AttrStrXibLocInfo: Str2AttrStrXibLocInfo {
184 | var defaultAttributes = baseAttributes
185 | if let f = baseFont {defaultAttributes.font = f}
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
186 | if let c = baseColor {defaultAttributes.foregroundColor = c}
187 |
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSFont : @unchecked Sendable {
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
3 | }
[46/46] Compiling XibLoc TokensGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Resolving Info/Tokens Group/CommonTokensGroup.swift:185:25: warning: conformance of 'NSFont' to 'Sendable' is unavailable
183 | public var str2AttrStrXibLocInfo: Str2AttrStrXibLocInfo {
184 | var defaultAttributes = baseAttributes
185 | if let f = baseFont {defaultAttributes.font = f}
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
186 | if let c = baseColor {defaultAttributes.foregroundColor = c}
187 |
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @available(*, unavailable)
2 | extension NSFont : @unchecked Sendable {
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
3 | }
Fetching https://github.com/apple/swift-log.git
[1/3880] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.47s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
BUILD FAILURE 6.0 macosSpm