Build Information
Failed to build ACBTokenField, reference master (65517b), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 22:45:42 UTC.
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/akhilcb/ACBTokenField.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/akhilcb/ACBTokenField
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 65517b6 Update version
Cloned https://github.com/akhilcb/ACBTokenField.git
Revision (git rev-parse @):
65517b61c931535cbef0be3958d9e24d1b43eab2
SUCCESS checkout https://github.com/akhilcb/ACBTokenField.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": "acbtokenfield",
"name": "ACBTokenField",
"url": "https://github.com/akhilcb/ACBTokenField.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ACBTokenField",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/akhilcb/ACBTokenField.git
[1/342] Fetching acbtokenfield
Fetched https://github.com/akhilcb/ACBTokenField.git from cache (1.56s)
Creating working copy for https://github.com/akhilcb/ACBTokenField.git
Working copy of https://github.com/akhilcb/ACBTokenField.git resolved at master (65517b6)
warning: '.resolve-product-dependencies': dependency 'acbtokenfield' 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/akhilcb/ACBTokenField.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/6] Compiling ACBTokenField ACBAssociation.swift
[4/6] Emitting module ACBTokenField
[5/6] Compiling ACBTokenField ACBToken.swift
[6/6] Compiling ACBTokenField NSTokenField+ACBExtension.swift
/Users/admin/builder/spi-builder-workspace/Sources/ACBTokenField/Extensions/NSTokenField+ACBExtension.swift:329:75: error: type 'NSTextAttachment' has no member 'character'
327 |
328 | for i in 0..<maxIndex {
329 | if subString.character(at: i) == unichar(NSTextAttachment.character) {
| `- error: type 'NSTextAttachment' has no member 'character'
330 | tokenIndex += 1
331 | }
/Users/admin/builder/spi-builder-workspace/Sources/ACBTokenField/Extensions/NSTokenField+ACBExtension.swift:622:72: error: type 'NSTextAttachment' has no member 'character'
620 | let maxIndex = string.length
621 | for i in 0..<maxIndex {
622 | if string.character(at: i) == unichar(NSTextAttachment.character) {
| `- error: type 'NSTextAttachment' has no member 'character'
623 | newCount += 1
624 | }
BUILD FAILURE 6.3 macosSpm