Build Information
Failed to build XibLoc, reference 1.4.0 (cc1617
), with Swift 5.10 for macOS (SPM) on 7 Aug 2025 16:03:49 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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: 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: 5.10
Building package at path: $PWD
https://github.com/happn-app/XibLoc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging LogHandler.swift
[6/8] Compiling Logging Logging.swift
[7/8] Compiling Logging Locks.swift
[8/8] Emitting module Logging
[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 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.
#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.")
[25/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.
#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.")
[26/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.
#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.")
[27/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.
#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.")
[28/46] Compiling XibLoc PluralValue.swift
[29/46] Compiling XibLoc PluralityDefinition.swift
[30/46] Compiling XibLoc PluralityDefinitionZone.swift
[31/46] Compiling XibLoc PluralityDefinitionZoneValue.swift
[32/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
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/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'
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
^
/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'
let f = r.uiKit.font
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
let f = r.uiKit.font
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:51:20: error: type of expression is ambiguous without a type annotation
let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[33/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
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/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'
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
^
/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'
let f = r.uiKit.font
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
let f = r.uiKit.font
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:51:20: error: type of expression is ambiguous without a type annotation
let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[34/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
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/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'
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
^
/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'
let f = r.uiKit.font
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
let f = r.uiKit.font
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:51:20: error: type of expression is ambiguous without a type annotation
let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[35/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
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/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'
let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:50: error: 'nil' requires a contextual type
self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
^
/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'
let f = r.uiKit.font
~ ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:50:14: error: generic parameter 'S' could not be inferred
let f = r.uiKit.font
^
Foundation.AttributedString.Runs.Run:5:12: note: in call to 'subscript(dynamicMember:)'
public subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:51:20: error: type of expression is ambiguous without a type annotation
let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[36/46] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[37/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[38/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[39/46] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[40/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
if let f = baseFont {defaultAttributes.font = f}
^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
^
[41/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
if let f = baseFont {defaultAttributes.font = f}
^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
^
[42/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
if let f = baseFont {defaultAttributes.font = f}
^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
^
[43/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
if let f = baseFont {defaultAttributes.font = f}
^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
^
[44/46] Compiling XibLoc Scanner+LinuxCompat.swift
[45/46] Compiling XibLoc StringAttributesChangesDescription.swift
[46/46] Compiling XibLoc XibLocFont.swift
error: fatalError
Fetching https://github.com/apple/swift-log.git
[1/3880] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.34s)
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 5.10 macosSpm