Build Information
Successful build of XibLoc, reference main (66e12f), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 04:08:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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 66e12f5 Merge pull request #13 from happn-app/IOS-2359-build-mac
Cloned https://github.com/happn-app/XibLoc.git
Revision (git rev-parse @):
66e12f5379c5fd365f2be96afae58bf134a5d9b6
SUCCESS checkout https://github.com/happn-app/XibLoc.git at main
Fetching https://github.com/apple/swift-log.git
[1/6635] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (2.11s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "xibloc",
"name": "XibLoc",
"url": "https://github.com/happn-app/XibLoc.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XibLoc",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/happn-app/XibLoc.git
[1/2149] Fetching xibloc
Fetched https://github.com/happn-app/XibLoc.git from cache (1.03s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.13s)
Creating working copy for https://github.com/happn-app/XibLoc.git
Working copy of https://github.com/happn-app/XibLoc.git resolved at main (66e12f5)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
warning: '.resolve-product-dependencies': dependency 'xibloc' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/happn-app/XibLoc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging Logging.swift
[5/7] Emitting module Logging
[6/7] Compiling Logging LogHandler.swift
[7/7] Compiling Logging Locks.swift
[8/42] Emitting module XibLoc
[9/45] Compiling XibLoc NumberFormatter+Utils.swift
[10/45] Compiling XibLoc RandomAccessCollection+StableSort.swift
[11/45] Compiling XibLoc Range+Utils.swift
[12/45] Compiling XibLoc MultipleWordsTokens.swift
[13/45] Compiling XibLoc OneWordTokens.swift
[14/45] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[15/45] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[16/45] Compiling XibLoc ParserHelper+AttributedString.swift
[17/45] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[18/45] Compiling XibLoc ParserHelper+String.swift
[19/45] Compiling XibLoc ParserHelper.swift
[20/45] Compiling XibLoc XibLocNumber.swift
[21/45] Compiling XibLoc XibLoc.swift
[22/45] Compiling XibLoc XibLocConfig.swift
[23/45] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[24/45] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[25/45] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[26/45] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[27/45] Compiling XibLoc PluralValue.swift
[28/45] Compiling XibLoc PluralityDefinition.swift
[29/45] Compiling XibLoc PluralityDefinitionZone.swift
[30/45] Compiling XibLoc PluralityDefinitionZoneValue.swift
[31/45] 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. */
[32/45] 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. */
[33/45] 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. */
[34/45] 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. */
[35/45] Compiling XibLoc XibLocResolvingInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:14: warning: conformance of 'NSFont' to 'Sendable' is unavailable
32 | for r in runs {
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
36 | #else
: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:35:3: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | #else
37 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
: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:56:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
54 | for r in runs {
55 | #if os(macOS)
56 | let f = r.appKit.font
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
: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:58:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
56 | let f = r.appKit.font
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
59 | size: keepOriginalSize ? s : nil,
60 | isBold: keepOriginalIsBold ? b : nil,
: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
[36/45] Compiling XibLoc AttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:14: warning: conformance of 'NSFont' to 'Sendable' is unavailable
32 | for r in runs {
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
36 | #else
: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:35:3: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | #else
37 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
: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:56:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
54 | for r in runs {
55 | #if os(macOS)
56 | let f = r.appKit.font
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
: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:58:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
56 | let f = r.appKit.font
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
59 | size: keepOriginalSize ? s : nil,
60 | isBold: keepOriginalIsBold ? b : nil,
: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
[37/45] Compiling XibLoc Collection+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:14: warning: conformance of 'NSFont' to 'Sendable' is unavailable
32 | for r in runs {
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
36 | #else
: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:35:3: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | #else
37 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
: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:56:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
54 | for r in runs {
55 | #if os(macOS)
56 | let f = r.appKit.font
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
: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:58:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
56 | let f = r.appKit.font
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
59 | size: keepOriginalSize ? s : nil,
60 | isBold: keepOriginalIsBold ? b : nil,
: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
[38/45] Compiling XibLoc NSMutableAttributedString+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:34:14: warning: conformance of 'NSFont' to 'Sendable' is unavailable
32 | for r in runs {
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
36 | #else
: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:35:3: warning: conformance of 'NSFont' to 'Sendable' is unavailable
33 | #if os(macOS)
34 | let font = r.appKit.font ?? XibLocFont.xl_preferredFont
35 | self[r.range].appKit.font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
36 | #else
37 | let font = r.uiKit.font ?? XibLocFont.xl_preferredFont
: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:56:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
54 | for r in runs {
55 | #if os(macOS)
56 | let f = r.appKit.font
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
: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:58:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
56 | let f = r.appKit.font
57 | let (b, i, s) = (f?.isBold, f?.isItalic, f?.pointSize)
58 | self[r.range].appKit.font = font.fontBySetting(
| `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
59 | size: keepOriginalSize ? s : nil,
60 | isBold: keepOriginalIsBold ? b : nil,
: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
[39/45] Compiling XibLoc Scanner+LinuxCompat.swift
[40/45] Compiling XibLoc StringAttributesChangesDescription.swift
[41/45] Compiling XibLoc XibLocFont.swift
[42/45] 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
[43/45] 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
[44/45] 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
[45/45] 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
Build complete! (10.40s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "XibLoc",
"name" : "XibLoc",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XibLoc",
"targets" : [
"XibLoc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XibLocTests",
"module_type" : "SwiftTarget",
"name" : "XibLocTests",
"path" : "Tests/XibLocTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/XibLocTests/Helpers/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"AttrStrTests.swift",
"AttributedStringUtilsTests.swift",
"Helpers/PluralityDefinition+Utils.swift",
"Helpers/Utils.swift",
"Helpers/XibLoc4ObjCHelper.swift",
"PluralityTests.swift",
"XibLocResolvingInfoTests.swift",
"XibLocTestsSwiftAttrStr.swift",
"XibLocTestsSwiftNSAttrStr.swift",
"XibLocTestsSwiftStr.swift"
],
"target_dependencies" : [
"XibLoc"
],
"type" : "test"
},
{
"c99name" : "XibLoc",
"module_type" : "SwiftTarget",
"name" : "XibLoc",
"path" : "Sources/XibLoc",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"XibLoc"
],
"sources" : [
"Cache/CacheLock.swift",
"Cache/ParsedXibLoc+InitCache.swift",
"Cache/XibLocParsingInfo.swift",
"Parser/ParsedXibLoc.swift",
"Parser/ParserHelper+AttributedString.swift",
"Parser/ParserHelper+NSMutableAttributedString.swift",
"Parser/ParserHelper+String.swift",
"Parser/ParserHelper.swift",
"Plurality/PluralValue.swift",
"Plurality/PluralityDefinition.swift",
"Plurality/PluralityDefinitionZone.swift",
"Plurality/PluralityDefinitionZoneValue.swift",
"Plurality/PluralityDefinitionZoneValueGlob.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfFloats.swift",
"Plurality/PluralityDefinitionZoneValueIntervalOfInts.swift",
"Plurality/PluralityDefinitionZoneValueNumber.swift",
"Resolving Info/MultipleWordsTokens.swift",
"Resolving Info/OneWordTokens.swift",
"Resolving Info/Str2AttrStrXibLocInfo.swift",
"Resolving Info/Str2NSAttrStrXibLocInfo.swift",
"Resolving Info/Str2StrXibLocInfo.swift",
"Resolving Info/Tokens Group/CommonTokensGroup.swift",
"Resolving Info/Tokens Group/CommonTokensGroup_Linux.swift",
"Resolving Info/Tokens Group/TokensGroup.swift",
"Resolving Info/XibLocResolvingInfo.swift",
"Utilities/AttributedString+Utils.swift",
"Utilities/Collection+Utils.swift",
"Utilities/NSMutableAttributedString+Utils.swift",
"Utilities/NumberFormatter+Utils.swift",
"Utilities/RandomAccessCollection+StableSort.swift",
"Utilities/Range+Utils.swift",
"Utilities/Scanner+LinuxCompat.swift",
"Utilities/StringAttributesChangesDescription.swift",
"Utilities/XibLocFont.swift",
"Utilities/XibLocNumber.swift",
"XibLoc.swift",
"XibLocConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.