The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build XibLoc, reference 1.3.0 (575dfa), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:22:20 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: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/XibLoc
 * tag               1.3.0      -> FETCH_HEAD
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 1.3.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 LogHandler.swift
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Emitting module Logging
[7/8] Compiling Logging Locks.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 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 PluralityDefinitionZoneValueGlob.swift
[25/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[26/46] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[27/46] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[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 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: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 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 | 		}
[38/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 | 		}
[39/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 | 		}
[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 |
: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/3836] 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.3 (1.53s)
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