The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BonMot, reference 6.1.3 (001139), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 06:28:58 UTC.

Swift 6 data race errors: 0

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/Rightpoint/BonMot.git
Reference: 6.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Rightpoint/BonMot
 * tag               6.1.3      -> FETCH_HEAD
HEAD is now at 001139a Merge pull request #431 from Rightpoint/tidying
Cloned https://github.com/Rightpoint/BonMot.git
Revision (git rev-parse @):
001139aad601ed8009b49a0e868e21df3dea979c
SUCCESS checkout https://github.com/Rightpoint/BonMot.git at 6.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Rightpoint/BonMot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/33] Compiling BonMot AccessibilityHeadingLevel.swift
[4/33] Compiling BonMot Compatibility.swift
[5/33] Compiling BonMot Composable.swift
[6/33] Compiling BonMot ContextualAlternates.swift
[7/33] Emitting module BonMot
[8/33] Compiling BonMot Emphasis.swift
[9/33] Compiling BonMot FontFeatures.swift
[10/33] Compiling BonMot FontInspector.swift
[11/33] Compiling BonMot Image+Tinting.swift
[12/33] Compiling BonMot StringStyle.swift
[13/33] Compiling BonMot StylisticAlternates.swift
[14/33] Compiling BonMot Tab.swift
[15/36] Compiling BonMot AdaptiveStyle.swift
[16/36] Compiling BonMot AdaptiveStyleTransformation.swift
[17/36] Compiling BonMot AttributedStringTransformation.swift
[18/36] Compiling BonMot Platform.swift
[19/36] Compiling BonMot Special.swift
[20/36] Compiling BonMot StringStyle+Part.swift
[21/36] Compiling BonMot Ligatures.swift
[22/36] Compiling BonMot MutableCopying.swift
[23/36] Compiling BonMot NSAttributedString+BonMot.swift
[24/36] Compiling BonMot NamedStyles.swift
[25/36] Compiling BonMot Tracking.swift
[26/36] Compiling BonMot Transform.swift
[27/36] Compiling BonMot AdaptableTextContainer.swift
[28/36] Compiling BonMot Tab+Adaptive.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:153:74: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
151 |     private func setupObservers() {
152 |         for keyPath in fontKeyPaths {
153 |             addObserver(self, forKeyPath: keyPath, options: [], context: &TextAlignmentConstraintKVOContext)
    |                                                                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
154 |         }
155 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:159:64: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
157 |     private func tearDownObservers() {
158 |         for keyPath in fontKeyPaths {
159 |             removeObserver(self, forKeyPath: keyPath, context: &TextAlignmentConstraintKVOContext)
    |                                                                `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
160 |         }
161 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:178:26: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
176 |     // swiftlint:disable:next block_based_kvo
177 |     public override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey: Any]?, context: UnsafeMutableRawPointer?) {
178 |         guard context == &TextAlignmentConstraintKVOContext else {
    |                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
179 |             super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context)
180 |             return
[29/36] Compiling BonMot TextAlignmentConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:153:74: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
151 |     private func setupObservers() {
152 |         for keyPath in fontKeyPaths {
153 |             addObserver(self, forKeyPath: keyPath, options: [], context: &TextAlignmentConstraintKVOContext)
    |                                                                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
154 |         }
155 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:159:64: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
157 |     private func tearDownObservers() {
158 |         for keyPath in fontKeyPaths {
159 |             removeObserver(self, forKeyPath: keyPath, context: &TextAlignmentConstraintKVOContext)
    |                                                                `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
160 |         }
161 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:178:26: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
176 |     // swiftlint:disable:next block_based_kvo
177 |     public override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey: Any]?, context: UnsafeMutableRawPointer?) {
178 |         guard context == &TextAlignmentConstraintKVOContext else {
    |                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
179 |             super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context)
180 |             return
[30/36] Compiling BonMot Tracking+Adaptive.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:153:74: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
151 |     private func setupObservers() {
152 |         for keyPath in fontKeyPaths {
153 |             addObserver(self, forKeyPath: keyPath, options: [], context: &TextAlignmentConstraintKVOContext)
    |                                                                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
154 |         }
155 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:159:64: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
157 |     private func tearDownObservers() {
158 |         for keyPath in fontKeyPaths {
159 |             removeObserver(self, forKeyPath: keyPath, context: &TextAlignmentConstraintKVOContext)
    |                                                                `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
160 |         }
161 |     }
/Users/admin/builder/spi-builder-workspace/Sources/UIKit/TextAlignmentConstraint.swift:178:26: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
176 |     // swiftlint:disable:next block_based_kvo
177 |     public override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey: Any]?, context: UnsafeMutableRawPointer?) {
178 |         guard context == &TextAlignmentConstraintKVOContext else {
    |                          `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.
179 |             super.observeValue(forKeyPath: keyPath, of: object, change: change, context: context)
180 |             return
[31/36] Compiling BonMot EmbeddedTransformation.swift
[32/36] Compiling BonMot NSAttributedString+Adaptive.swift
[33/36] Compiling BonMot StyleableUIElement.swift
[34/36] Compiling BonMot UIKit+AdaptableTextContainerSupport.swift
[35/36] Compiling BonMot UIKit+Helpers.swift
[36/36] Compiling BonMot XMLBuilder.swift
Build complete! (7.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BonMot",
  "name" : "BonMot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "BonMot",
      "targets" : [
        "BonMot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BonMotTests",
      "module_type" : "SwiftTarget",
      "name" : "BonMotTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/EBGaramond12-Regular.otf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/robot.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/rz-logo-black.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/rz-logo-red.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AccessTests.swift",
        "AdaptiveStyleTests.swift",
        "AssertHelpers.swift",
        "AttributedStringStyleTests.swift",
        "BONFontBehaviorTests.swift",
        "Compatibility+Tests.swift",
        "ComposableTests.swift",
        "EmphasisTests.swift",
        "FontInspectorTests.swift",
        "Helpers.swift",
        "ImageTintingTests.swift",
        "NSAttributedStringDebugTests.swift",
        "TextAlignmentConstraintTests.swift",
        "TransformTests.swift",
        "UIKitBehaviorTests.swift",
        "UIKitBonMotTests.swift",
        "XMLTagStyleBuilderTests.swift"
      ],
      "target_dependencies" : [
        "BonMot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BonMot",
      "module_type" : "SwiftTarget",
      "name" : "BonMot",
      "path" : "Sources",
      "product_memberships" : [
        "BonMot"
      ],
      "sources" : [
        "AccessibilityHeadingLevel.swift",
        "Compatibility.swift",
        "Composable.swift",
        "ContextualAlternates.swift",
        "Emphasis.swift",
        "FontFeatures.swift",
        "FontInspector.swift",
        "Image+Tinting.swift",
        "Ligatures.swift",
        "MutableCopying.swift",
        "NSAttributedString+BonMot.swift",
        "NamedStyles.swift",
        "Platform.swift",
        "Special.swift",
        "StringStyle+Part.swift",
        "StringStyle.swift",
        "StylisticAlternates.swift",
        "Tab.swift",
        "Tracking.swift",
        "Transform.swift",
        "UIKit/AdaptableTextContainer.swift",
        "UIKit/AdaptiveStyle.swift",
        "UIKit/AdaptiveStyleTransformation.swift",
        "UIKit/AttributedStringTransformation.swift",
        "UIKit/EmbeddedTransformation.swift",
        "UIKit/NSAttributedString+Adaptive.swift",
        "UIKit/StyleableUIElement.swift",
        "UIKit/Tab+Adaptive.swift",
        "UIKit/TextAlignmentConstraint.swift",
        "UIKit/Tracking+Adaptive.swift",
        "UIKit/UIKit+AdaptableTextContainerSupport.swift",
        "UIKit/UIKit+Helpers.swift",
        "XMLBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.