The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XibLoc with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/happn-app/XibLoc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/7] Compiling Logging Locks.swift
[5/7] Compiling Logging LogHandler.swift
[6/7] Compiling Logging Logging.swift
[7/7] Emitting module Logging
[8/41] Compiling XibLoc ParserHelper+NSMutableAttributedString.swift
[9/41] Compiling XibLoc ParserHelper+String.swift
[10/41] Compiling XibLoc ParserHelper.swift
[11/41] Compiling XibLoc PluralValue.swift
[12/41] Compiling XibLoc PluralityDefinition.swift
[13/45] Emitting module XibLoc
[14/45] Compiling XibLoc PluralityDefinitionZone.swift
[15/45] Compiling XibLoc PluralityDefinitionZoneValue.swift
[16/45] Compiling XibLoc PluralityDefinitionZoneValueGlob.swift
[17/45] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfFloats.swift
[18/45] Compiling XibLoc PluralityDefinitionZoneValueIntervalOfInts.swift
[19/45] Compiling XibLoc PluralityDefinitionZoneValueNumber.swift
[20/45] Compiling XibLoc MultipleWordsTokens.swift
[21/45] Compiling XibLoc OneWordTokens.swift
[22/45] Compiling XibLoc Str2AttrStrXibLocInfo.swift
[23/45] Compiling XibLoc Str2NSAttrStrXibLocInfo.swift
[24/45] Compiling XibLoc AttributedString+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let font = r.font ?? XibLocFont.xl_preferredFont
                                   ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:46:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let f = r.font
                                ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:48:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
[25/45] Compiling XibLoc Collection+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let font = r.font ?? XibLocFont.xl_preferredFont
                                   ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:46:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let f = r.font
                                ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:48:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
[26/45] Compiling XibLoc NSMutableAttributedString+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let font = r.font ?? XibLocFont.xl_preferredFont
                                   ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:46:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let f = r.font
                                ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:48:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
[27/45] Compiling XibLoc NumberFormatter+Utils.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:35:15: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let font = r.font ?? XibLocFont.xl_preferredFont
                                   ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:36:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: nil, isBold: bold, isItalic: italic)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:46:12: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        let f = r.font
                                ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/XibLoc/Utilities/AttributedString+Utils.swift:48:4: warning: conformance of 'NSFont' to 'Sendable' is unavailable
                        self[r.range].font = font.fontBySetting(size: keepOriginalSize ? s : nil, isBold: keepOriginalIsBold ? b : nil, isItalic: keepOriginalIsItalic ? i : nil)
                        ^
AppKit.NSFont:2:11: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
extension NSFont : @unchecked Sendable {
          ^
[28/45] Compiling XibLoc XibLocFont.swift
[29/45] Compiling XibLoc XibLocNumber.swift
[30/45] Compiling XibLoc XibLoc.swift
[31/45] Compiling XibLoc XibLocConfig.swift
[32/45] Compiling XibLoc RandomAccessCollection+StableSort.swift
[33/45] Compiling XibLoc Range+Utils.swift
[34/45] Compiling XibLoc Scanner+LinuxCompat.swift
[35/45] Compiling XibLoc StringAttributesChangesDescription.swift
[36/45] Compiling XibLoc CacheLock.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.")
[37/45] Compiling XibLoc ParsedXibLoc+InitCache.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.")
[38/45] Compiling XibLoc XibLocParsingInfo.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.")
[39/45] Compiling XibLoc ParsedXibLoc.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.")
[40/45] Compiling XibLoc ParserHelper+AttributedString.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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.")
[41/45] Compiling XibLoc Str2StrXibLocInfo.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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/45] Compiling XibLoc CommonTokensGroup.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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/45] Compiling XibLoc CommonTokensGroup_Linux.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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/45] Compiling XibLoc TokensGroup.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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 {
          ^
[45/45] Compiling XibLoc XibLocResolvingInfo.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-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 {
          ^
Build complete! (5.20s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (0.03s)
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
Build complete.
Done.

Build Machine: Mac 7