Build Information
Failed to build XibLoc, reference main (575dfa
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:22:22 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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 575dfae Relax the tokens validation
Cloned https://github.com/happn-app/XibLoc.git
Revision (git rev-parse @):
575dfaef781b378e84be0144bae4a4ccb9f45a5e
SUCCESS checkout https://github.com/happn-app/XibLoc.git at main
========================================
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 LogHandler.swift
[5/8] Compiling Logging Locks.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Logging.swift
[8/8] Compiling Logging MetadataProvider.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 MultipleWordsTokens.swift
[18/46] Compiling XibLoc OneWordTokens.swift
[19/46] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[20/46] Compiling XibLoc Str2NSAttrStrXibLocInfo.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 Scanner+LinuxCompat.swift
[33/46] Compiling XibLoc StringAttributesChangesDescription.swift
[34/46] Compiling XibLoc XibLocFont.swift
[35/46] Compiling XibLoc XibLocResolvingInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | let runs = self[range].runs
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
37 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
37 | }
38 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:24: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:35: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
[36/46] Compiling XibLoc AttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | let runs = self[range].runs
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
37 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
37 | }
38 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:24: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:35: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
[37/46] Compiling XibLoc Collection+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | let runs = self[range].runs
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
37 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
37 | }
38 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:24: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:35: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
[38/46] Compiling XibLoc NSMutableAttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | let runs = self[range].runs
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
37 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
34 | for r in runs {
35 | let font = r.font ?? XibLocFont.xl_preferredFont
36 | self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
37 | }
38 | }
: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
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:24: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isBold'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:47:35: error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
45 | for r in runs {
46 | let f = r.font
47 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
| `- error: value of type 'AttributeScopes.SwiftUIAttributes.FontAttribute.Value' (aka 'Font') has no member 'isItalic'
48 | self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
49 | }
[39/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
[40/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
[41/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
[42/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
[43/46] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[44/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[45/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[46/46] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.52s)
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.3
BUILD FAILURE 6.2 macosSpm