The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BonMot, reference master (001139), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 11:21:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Rightpoint/BonMot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Rightpoint/BonMot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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": "bonmot",
      "name": "BonMot",
      "url": "https://github.com/Rightpoint/BonMot.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BonMot",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Rightpoint/BonMot.git
[1/10205] Fetching bonmot
Fetched https://github.com/Rightpoint/BonMot.git from cache (1.41s)
Creating working copy for https://github.com/Rightpoint/BonMot.git
Working copy of https://github.com/Rightpoint/BonMot.git resolved at master (001139a)
warning: '.resolve-product-dependencies': dependency 'bonmot' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/Rightpoint/BonMot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/33] Emitting module BonMot
[4/36] Compiling BonMot UIKit+AdaptableTextContainerSupport.swift
[5/36] Compiling BonMot UIKit+Helpers.swift
[6/36] Compiling BonMot XMLBuilder.swift
[7/36] Compiling BonMot StringStyle.swift
[8/36] Compiling BonMot StylisticAlternates.swift
[9/36] Compiling BonMot Tab.swift
[10/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
[11/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
[12/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
[13/36] Compiling BonMot Tracking.swift
[14/36] Compiling BonMot Transform.swift
[15/36] Compiling BonMot AdaptableTextContainer.swift
[16/36] Compiling BonMot Platform.swift
[17/36] Compiling BonMot Special.swift
[18/36] Compiling BonMot StringStyle+Part.swift
[19/36] Compiling BonMot Ligatures.swift
[20/36] Compiling BonMot MutableCopying.swift
[21/36] Compiling BonMot NSAttributedString+BonMot.swift
[22/36] Compiling BonMot NamedStyles.swift
[23/36] Compiling BonMot EmbeddedTransformation.swift
[24/36] Compiling BonMot NSAttributedString+Adaptive.swift
[25/36] Compiling BonMot StyleableUIElement.swift
[26/36] Compiling BonMot AccessibilityHeadingLevel.swift
[27/36] Compiling BonMot Compatibility.swift
[28/36] Compiling BonMot Composable.swift
[29/36] Compiling BonMot ContextualAlternates.swift
[30/36] Compiling BonMot Emphasis.swift
[31/36] Compiling BonMot FontFeatures.swift
[32/36] Compiling BonMot FontInspector.swift
[33/36] Compiling BonMot Image+Tinting.swift
[34/36] Compiling BonMot AdaptiveStyle.swift
[35/36] Compiling BonMot AdaptiveStyleTransformation.swift
[36/36] Compiling BonMot AttributedStringTransformation.swift
Build complete! (9.29s)
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.