Build Information
Successful build of NSString_RemoveEmoji, reference 1.5.0 (3ca900), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:30:46 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/woxtu/NSString-RemoveEmoji.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/woxtu/NSString-RemoveEmoji
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 3ca9000 Remove Carthage and CocoaPods support
Cloned https://github.com/woxtu/NSString-RemoveEmoji.git
Revision (git rev-parse @):
3ca9000a313ac26794cbc09e7ad2c52dec51b681
SUCCESS checkout https://github.com/woxtu/NSString-RemoveEmoji.git at 1.5.0
========================================
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": "nsstring-removeemoji",
"name": "NSString_RemoveEmoji",
"url": "https://github.com/woxtu/NSString-RemoveEmoji.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NSString-RemoveEmoji",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/woxtu/NSString-RemoveEmoji.git
[1/377] Fetching nsstring-removeemoji
Fetched https://github.com/woxtu/NSString-RemoveEmoji.git from cache (0.74s)
Creating working copy for https://github.com/woxtu/NSString-RemoveEmoji.git
Working copy of https://github.com/woxtu/NSString-RemoveEmoji.git resolved at 1.5.0 (3ca9000)
warning: '.resolve-product-dependencies': dependency 'nsstring-removeemoji' 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/woxtu/NSString-RemoveEmoji.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/5] Compiling NSString_RemoveEmoji NSString+RemoveEmoji.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSString_RemoveEmoji/NSString+RemoveEmoji.swift:37:22: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
35 | if let substring = substring, substring.isEmoji() {
36 | containsEmoji = true
37 | stop.assign(repeating: true, count: 1)
| |- warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)' [#DeprecatedDeclaration]
| `- note: use 'update(repeating:count:)' instead
38 | }
39 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[4/5] Compiling NSString_RemoveEmoji CodePointSet.swift
[5/5] Emitting module NSString_RemoveEmoji
Build complete! (3.52s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NSString_RemoveEmoji",
"name" : "NSString_RemoveEmoji",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "NSString_RemoveEmoji",
"targets" : [
"NSString_RemoveEmoji"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NSString_RemoveEmojiTests",
"module_type" : "SwiftTarget",
"name" : "NSString_RemoveEmojiTests",
"path" : "Tests/NSString_RemoveEmojiTests",
"sources" : [
"NSString+RemoveEmojiTests.swift"
],
"target_dependencies" : [
"NSString_RemoveEmoji"
],
"type" : "test"
},
{
"c99name" : "NSString_RemoveEmoji",
"module_type" : "SwiftTarget",
"name" : "NSString_RemoveEmoji",
"path" : "Sources/NSString_RemoveEmoji",
"product_memberships" : [
"NSString_RemoveEmoji"
],
"sources" : [
"CodePointSet.swift",
"NSString+RemoveEmoji.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.