Build Information
Failed to build XibLoc, reference 1.4.0 (cc1617
), with Swift 6.2 (beta) for macOS (SPM) on 7 Aug 2025 15:58:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/XibLoc
* tag 1.4.0 -> FETCH_HEAD
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 1.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/happn-app/XibLoc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Logging.swift
[8/8] Compiling Logging LogHandler.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 MultipleWordsTokens.swift
[14/46] Compiling XibLoc OneWordTokens.swift
[15/46] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[16/46] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[17/46] Compiling XibLoc ParserHelper+AttributedString.swift
[18/46] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[19/46] Compiling XibLoc ParserHelper+String.swift
[20/46] Compiling XibLoc ParserHelper.swift
[21/46] Compiling XibLoc XibLocNumber.swift
[22/46] Compiling XibLoc XibLoc.swift
[23/46] Compiling XibLoc XibLocConfig.swift
[24/46] Compiling XibLoc PluralValue.swift
[25/46] Compiling XibLoc PluralityDefinition.swift
[26/46] Compiling XibLoc PluralityDefinitionZone.swift
[27/46] Compiling XibLoc PluralityDefinitionZoneValue.swift
[28/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. */
[29/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. */
[30/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. */
[31/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. */
[32/46] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[33/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[34/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[35/46] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[36/46] Compiling XibLoc Scanner+LinuxCompat.swift
[37/46] Compiling XibLoc StringAttributesChangesDescription.swift
[38/46] Compiling XibLoc XibLocFont.swift
[39/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.subscript:4:8: note: in call to 'subscript(dynamicMember:)'
2 | struct Runs {
3 | struct Run {
4 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get } }
| `- note: in call to 'subscript(dynamicMember:)'
5 | }
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: reference to member 'uiKit' cannot be resolved without a contextual type
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: reference to member 'uiKit' cannot be resolved without a contextual type
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)
[40/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.subscript:4:8: note: in call to 'subscript(dynamicMember:)'
2 | struct Runs {
3 | struct Run {
4 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get } }
| `- note: in call to 'subscript(dynamicMember:)'
5 | }
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: reference to member 'uiKit' cannot be resolved without a contextual type
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: reference to member 'uiKit' cannot be resolved without a contextual type
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)
[41/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.subscript:4:8: note: in call to 'subscript(dynamicMember:)'
2 | struct Runs {
3 | struct Run {
4 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get } }
| `- note: in call to 'subscript(dynamicMember:)'
5 | }
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: reference to member 'uiKit' cannot be resolved without a contextual type
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: reference to member 'uiKit' cannot be resolved without a contextual type
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)
[42/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.subscript:4:8: note: in call to 'subscript(dynamicMember:)'
2 | struct Runs {
3 | struct Run {
4 | public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get } }
| `- note: in call to 'subscript(dynamicMember:)'
5 | }
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: reference to member 'uiKit' cannot be resolved without a contextual type
48 | let runs = self[range].runs
49 | for r in runs {
50 | let f = r.uiKit.font
| `- error: reference to member 'uiKit' cannot be resolved without a contextual type
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)
[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 |
:1:1: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
[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 |
:1:1: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
[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 |
:1:1: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
[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 |
:1:1: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
| `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
Fetching https://github.com/apple/swift-log.git
[1/3880] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.37s)
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.2 macosSpm