Build Information
Failed to build ZNSTextAttachment, reference main (ba46fc
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Apr 2025 06:58:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZNSTextAttachment -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZhgChgLi/ZNSTextAttachment.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ZhgChgLi/ZNSTextAttachment
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ba46fc3 Update README.md
Cloned https://github.com/ZhgChgLi/ZNSTextAttachment.git
Revision (git rev-parse @):
ba46fc3acd30af7fc01924341ad6d4e0384e7bee
SUCCESS checkout https://github.com/ZhgChgLi/ZNSTextAttachment.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ZhgChgLi/ZNSTextAttachment.git
https://github.com/ZhgChgLi/ZNSTextAttachment.git
{
"dependencies" : [
],
"manifest_display_name" : "ZNSTextAttachment",
"name" : "ZNSTextAttachment",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ZNSTextAttachment",
"targets" : [
"ZNSTextAttachment"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZNSTextAttachment",
"module_type" : "SwiftTarget",
"name" : "ZNSTextAttachment",
"path" : "Sources",
"product_memberships" : [
"ZNSTextAttachment"
],
"sources" : [
"UIExtensions/UILabel+Extenstion.swift",
"UIExtensions/ZNSTextAttachmentLabel.swift",
"ZNSTextAttachment/NSTextStorage+Extension.swift",
"ZNSTextAttachment/WeakZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZNSTextAttachment.swift",
"ZNSTextAttachment/ZNSTextAttachmentDataSource.swift",
"ZNSTextAttachment/ZNSTextAttachmentDelegate.swift",
"ZNSTextAttachment/ZNSTextAttachmentHandler.swift",
"ZNSTextAttachment/ZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZResizableNSTextAttachment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ZNSTextAttachment: /Users/admin/builder/spi-builder-workspace
resolved source packages: ZNSTextAttachment
{
"dependencies" : [
],
"manifest_display_name" : "ZNSTextAttachment",
"name" : "ZNSTextAttachment",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ZNSTextAttachment",
"targets" : [
"ZNSTextAttachment"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZNSTextAttachment",
"module_type" : "SwiftTarget",
"name" : "ZNSTextAttachment",
"path" : "Sources",
"product_memberships" : [
"ZNSTextAttachment"
],
"sources" : [
"UIExtensions/UILabel+Extenstion.swift",
"UIExtensions/ZNSTextAttachmentLabel.swift",
"ZNSTextAttachment/NSTextStorage+Extension.swift",
"ZNSTextAttachment/WeakZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZNSTextAttachment.swift",
"ZNSTextAttachment/ZNSTextAttachmentDataSource.swift",
"ZNSTextAttachment/ZNSTextAttachmentDelegate.swift",
"ZNSTextAttachment/ZNSTextAttachmentHandler.swift",
"ZNSTextAttachment/ZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZResizableNSTextAttachment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "ZNSTextAttachment",
"schemes" : [
"ZNSTextAttachment",
"ZNSTextAttachment-Demo"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZNSTextAttachment"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZNSTextAttachment -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZNSTextAttachment -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
ZNSTextAttachment: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 82b4d1d8d944df09a6e62b6236735824
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/82b4d1d8d944df09a6e62b6236735824.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyMetadataFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyStaticMetadataFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.LinkFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-OutputFileMap.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftConstValuesFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment_const_extract_protocols.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftConstValuesFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.LinkFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-OutputFileMap.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.LinkFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftConstValuesFileList (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ZNSTextAttachment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/ZNSTextAttachment.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.abi.json
EmitSwiftModule normal arm64 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:13:25: error: property does not override any property from its superclass
public override var attributedText: NSAttributedString? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: error: argument type 'ZNSTextAttachmentLabel' does not conform to expected type 'ZNSTextAttachmentable'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: note: add missing conformance to 'ZNSTextAttachmentable' to class 'ZNSTextAttachmentLabel'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:12:38: error: cannot find type 'UILabel' in scope
public class ZNSTextAttachmentLabel: UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift:16:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ZNSTextAttachmentable {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:112:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:176:78: error: cannot find type 'NSTextContainer' in scope
public override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:34:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.abi.json
EmitSwiftModule normal armv7k (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:13:25: error: property does not override any property from its superclass
public override var attributedText: NSAttributedString? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: error: argument type 'ZNSTextAttachmentLabel' does not conform to expected type 'ZNSTextAttachmentable'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: note: add missing conformance to 'ZNSTextAttachmentable' to class 'ZNSTextAttachmentLabel'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:12:38: error: cannot find type 'UILabel' in scope
public class ZNSTextAttachmentLabel: UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift:16:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ZNSTextAttachmentable {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:112:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:176:78: error: cannot find type 'NSTextContainer' in scope
public override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:34:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.abi.json
EmitSwiftModule normal arm64_32 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:13:25: error: property does not override any property from its superclass
public override var attributedText: NSAttributedString? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: error: argument type 'ZNSTextAttachmentLabel' does not conform to expected type 'ZNSTextAttachmentable'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: note: add missing conformance to 'ZNSTextAttachmentable' to class 'ZNSTextAttachmentLabel'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:12:38: error: cannot find type 'UILabel' in scope
public class ZNSTextAttachmentLabel: UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift:16:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ZNSTextAttachmentable {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:112:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:176:78: error: cannot find type 'NSTextContainer' in scope
public override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:34:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ZResizableNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZResizableNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal armv7k Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal armv7k (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64_32 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal armv7k Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Building workspace spi-builder-workspace with scheme ZNSTextAttachment
(8 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
ZNSTextAttachment: /Users/admin/builder/spi-builder-workspace
resolved source packages: ZNSTextAttachment
{
"dependencies" : [
],
"manifest_display_name" : "ZNSTextAttachment",
"name" : "ZNSTextAttachment",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ZNSTextAttachment",
"targets" : [
"ZNSTextAttachment"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZNSTextAttachment",
"module_type" : "SwiftTarget",
"name" : "ZNSTextAttachment",
"path" : "Sources",
"product_memberships" : [
"ZNSTextAttachment"
],
"sources" : [
"UIExtensions/UILabel+Extenstion.swift",
"UIExtensions/ZNSTextAttachmentLabel.swift",
"ZNSTextAttachment/NSTextStorage+Extension.swift",
"ZNSTextAttachment/WeakZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZNSTextAttachment.swift",
"ZNSTextAttachment/ZNSTextAttachmentDataSource.swift",
"ZNSTextAttachment/ZNSTextAttachmentDelegate.swift",
"ZNSTextAttachment/ZNSTextAttachmentHandler.swift",
"ZNSTextAttachment/ZNSTextAttachmentable.swift",
"ZNSTextAttachment/ZResizableNSTextAttachment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZNSTextAttachment"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZNSTextAttachment -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ZNSTextAttachment -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
ZNSTextAttachment: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2f15e955e80b2681998153a63df78509
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2f15e955e80b2681998153a63df78509.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver ZNSTextAttachment normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZNSTextAttachment normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ZNSTextAttachment -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64_32 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:13:25: error: property does not override any property from its superclass
public override var attributedText: NSAttributedString? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: error: argument type 'ZNSTextAttachmentLabel' does not conform to expected type 'ZNSTextAttachmentable'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: note: add missing conformance to 'ZNSTextAttachmentable' to class 'ZNSTextAttachmentLabel'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:12:38: error: cannot find type 'UILabel' in scope
public class ZNSTextAttachmentLabel: UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift:16:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ZNSTextAttachmentable {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:112:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:176:78: error: cannot find type 'NSTextContainer' in scope
public override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
/Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:34:62: error: cannot find type 'NSTextContainer' in scope
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
^~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSTextAttachment.h:20:1: note: interface 'NSTextContainer' forward declared here
@class NSTextContainer;
^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ZNSTextAttachment -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.abi.json
SwiftCompile normal arm64_32 Compiling\ NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal armv7k (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
EmitSwiftModule normal arm64 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64_32 (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal armv7k Compiling\ ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Building workspace spi-builder-workspace with scheme ZNSTextAttachment
(4 failures)
BUILD FAILURE 6.1 watchOS