Build Information
Failed to build ZMarkupParser, reference main (021f20
), with Swift 5.9 for watchOS using Xcode 15.2 on 4 Mar 2025 19:51:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZMarkupParser -destination generic/platform=watchOS
Build Log
Command SwiftEmitModule failed with a nonzero exit code
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentDelegate.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftDriverJobDiscovery normal arm64 Compiling ZNSTextAttachmentHandler.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
Resolve Package Graph
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ ZResizableNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
SwiftEmitModule normal armv7k Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
(12 failures)
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
ZMarkupParser: /Users/admin/builder/spi-builder-workspace
ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
resolved source packages: swift-snapshot-testing, ZMarkupParser, ZNSTextAttachment
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"exact" : [
"1.12.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "znstextattachment",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.9",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ZhgChgLi/ZNSTextAttachment"
}
],
"manifest_display_name" : "ZMarkupParser",
"name" : "ZMarkupParser",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "ZMarkupParser",
"targets" : [
"ZMarkupParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZMarkupParserTests",
"module_type" : "SwiftTarget",
"name" : "ZMarkupParserTests",
"path" : "Tests/ZMarkupParserTests",
"sources" : [
"Core/HTMLStringTests.swift",
"Core/MarkupNSAttributedStringVisitorTests.swift",
"Core/MarkupStyleColorTests.swift",
"Core/MarkupStyleFontTests.swift",
"Core/MarkupStyleTests.swift",
"Core/MarkupTests.swift",
"Core/NSTextCheckingResultTests.swift",
"Core/ParserRegexrTests.swift",
"HTML/AllMarkupsHasAddToBuilderDefaultListTests.swift",
"HTML/AllTagStyleAttributesHasAddToBuilderDefaultListTests.swift",
"HTML/HTMLElementMarkupComponentMarkupStyleVisitorTests.swift",
"HTML/HTMLParsedResultFormatterProcessorTests.swift",
"HTML/HTMLParsedResultToHTMLElementWithRootMarkupProcessorTests.swift",
"HTML/HTMLSelectorTests.swift",
"HTML/HTMLStringToParsedResultProcessorTests.swift",
"HTML/HTMLTagStyleAttributeToMarkupStyleVisitorTests.swift",
"HTML/ZHTMLParserBuilderTests.swift",
"HTML/ZHTMLParserTests.swift"
],
"target_dependencies" : [
"ZMarkupParser"
],
"type" : "test"
},
{
"c99name" : "ZMarkupParserSnapshotTests",
"module_type" : "SwiftTarget",
"name" : "ZMarkupParserSnapshotTests",
"path" : "Tests/ZMarkupParserSnapshotTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"ZMarkupParserSnapshotTests.swift"
],
"target_dependencies" : [
"ZMarkupParser"
],
"type" : "test"
},
{
"c99name" : "ZMarkupParserPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "ZMarkupParserPerformanceTests",
"path" : "Tests/ZMarkupParserPerformanceTests",
"sources" : [
"Extensions.swift",
"ZMarkupParserPerformanceTests.swift"
],
"target_dependencies" : [
"ZMarkupParser"
],
"type" : "test"
},
{
"c99name" : "ZMarkupParser",
"module_type" : "SwiftTarget",
"name" : "ZMarkupParser",
"path" : "Sources",
"product_dependencies" : [
"ZNSTextAttachment"
],
"product_memberships" : [
"ZMarkupParser"
],
"sources" : [
"HTMLString/HTMLString.swift",
"HTMLString/Mappings.swift",
"ZMarkupParser/Core/Markup/Markup.swift",
"ZMarkupParser/Core/Markup/MarkupVisitor.swift",
"ZMarkupParser/Core/Markup/Markups/BlockQuoteMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/BoldMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/BreakLineMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/CodeMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ColorMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/DeletelineMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ExtendMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/HeadMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/HorizontalLineMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ImageMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/InlineMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ItalicMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/LinkMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ListItemMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ListMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/ParagraphMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/RawStringMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/RootMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/TableColumnMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/TableMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/TableRowMarkup.swift",
"ZMarkupParser/Core/Markup/Markups/UnderlineMarkup.swift",
"ZMarkupParser/Core/MarkupComponent/MarkupComponent.swift",
"ZMarkupParser/Core/MarkupComponent/MarkupComponents/HTMLElementMarkupComponent.swift",
"ZMarkupParser/Core/MarkupComponent/MarkupComponents/MarkupStyleComponent.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyle+Extension.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyle.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleColor.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleColorName.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleFont.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleList.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleParagraphStyle.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleSponsorColor.swift",
"ZMarkupParser/Core/MarkupStyle/MarkupStyleVendorColor.swift",
"ZMarkupParser/Core/Processor/MarkupNSAttributedStringVisitor.swift",
"ZMarkupParser/Core/Processor/MarkupRenderProcessor.swift",
"ZMarkupParser/Core/Processor/MarkupStripperProcessor.swift",
"ZMarkupParser/Core/Processor/NSTextCheckingResult+Extension.swift",
"ZMarkupParser/Core/Processor/ParserProcessor.swift",
"ZMarkupParser/Core/Processor/ParserRegexr.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTag.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagClassAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagIdAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNameVisitor.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/A_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BLOCKQUOTE_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/BR_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/B_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/CODE_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DEL_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/DIV_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/EM_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/ExtendTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/FONT_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H1_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H2_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H3_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H4_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H5_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/H6_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/HR_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/IMG_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/I_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/LI_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/OL_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/PRE_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/P_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/SPAN_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/STRONG_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/S_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TABLE_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TD_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TH_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/TR_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/UL_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagNames/U_HTMLTagName.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributeVisitor.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/BackgroundColorHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ColorHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ExtendHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontFamilyHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontSizeHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/FontWeightHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/LineHeightHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/ListStyleTypeHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/TextAlignHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/HTMLTagStyleAttribute/HTMLTagStyleAttributes/WordSpacingHTMLTagStyleAttribute.swift",
"ZMarkupParser/HTML/HTMLTag/WC3HTMLTagName.swift",
"ZMarkupParser/HTML/Processor/HTMLElementMarkupComponentMarkupStyleVisitor.swift",
"ZMarkupParser/HTML/Processor/HTMLElementWithMarkupToMarkupStyleProcessor.swift",
"ZMarkupParser/HTML/Processor/HTMLParsedResult.swift",
"ZMarkupParser/HTML/Processor/HTMLParsedResultFormatterProcessor.swift",
"ZMarkupParser/HTML/Processor/HTMLParsedResultToHTMLElementWithRootMarkupProcessor.swift",
"ZMarkupParser/HTML/Processor/HTMLSelector.swift",
"ZMarkupParser/HTML/Processor/HTMLStringToParsedResultProcessor.swift",
"ZMarkupParser/HTML/Processor/HTMLTagAttributeToMarkupStyleVisitor.swift",
"ZMarkupParser/HTML/Processor/HTMLTagNameToHTMLMarkupVisitor.swift",
"ZMarkupParser/HTML/ZHTMLParser+UIExtension.swift",
"ZMarkupParser/HTML/ZHTMLParser.swift",
"ZMarkupParser/HTML/ZHTMLParserBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZMarkupParser",
"ZNSTextAttachment"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ZMarkupParser",
"ZNSTextAttachment"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZMarkupParser -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-15.2.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 ZMarkupParser -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.12.0
ZMarkupParser: /Users/admin/builder/spi-builder-workspace
ZNSTextAttachment: https://github.com/ZhgChgLi/ZNSTextAttachment @ 1.1.9
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'ZMarkupParserTests' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZMarkupParserSnapshotTests' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
Target 'SnapshotTesting' in project 'swift-snapshot-testing'
➜ Explicit dependency on target 'SnapshotTesting' in project 'swift-snapshot-testing'
Target 'SnapshotTesting' in project 'swift-snapshot-testing' (no dependencies)
Target 'ZMarkupParser' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZMarkupParser' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZMarkupParser' in project 'ZMarkupParser'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
➜ Explicit dependency on target 'ZNSTextAttachment' in project 'ZNSTextAttachment'
Target 'ZNSTextAttachment' in project 'ZNSTextAttachment' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache
SwiftDriver ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-SwiftDriver -- /Applications/Xcode-15.2.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 -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/.dependencies/checkouts/ZNSTextAttachment -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/.dependencies/checkouts/ZNSTextAttachment
builtin-SwiftDriver -- /Applications/Xcode-15.2.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 -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/.dependencies/checkouts/ZNSTextAttachment -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
builtin-SwiftDriver -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting_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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
builtin-SwiftDriver -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting_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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -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/.dependencies/checkouts/ZNSTextAttachment
builtin-SwiftDriver -- /Applications/Xcode-15.2.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 -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/.dependencies/checkouts/ZNSTextAttachment -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
builtin-SwiftDriver -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting_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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/armv7k/SnapshotTesting-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/UILabel+Extenstion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift:12:11: error: cannot find type 'UILabel' in scope
extension UILabel: ZNSTextAttachmentable {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/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/.dependencies/checkouts/ZNSTextAttachment/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/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:20:37: note: add missing conformance to 'ZNSTextAttachmentable' to class 'ZNSTextAttachmentLabel'
attachment.register(self)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift:12:38: error: cannot find type 'UILabel' in scope
public class ZNSTextAttachmentLabel: UILabel {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift:16:11: error: cannot find type 'NSTextStorage' in scope
extension NSTextStorage: ZNSTextAttachmentable {
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:112:26: error: method does not override any method from its superclass
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:18:33: error: 'NSTextAttachment' is unavailable in watchOS
public class ZNSTextAttachment: NSTextAttachment {
^~~~~~~~~~~~~~~~
UIKit.NSTextAttachment:2:12: note: 'NSTextAttachment' has been explicitly marked unavailable here
open class NSTextAttachment : NSObject, NSTextAttachmentLayout, NSTextAttachmentContainer, NSSecureCoding {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift:176:26: error: method does not override any method from its superclass
public override func image(forBounds imageBounds: CGRect, textContainer: NSTextContainer?, characterIndex charIndex: Int) -> UIImage? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:34:26: error: method does not override any method from its superclass
public override func attachmentBounds(for textContainer: NSTextContainer?, proposedLineFragment lineFrag: CGRect, glyphPosition position: CGPoint, characterIndex charIndex: Int) -> CGRect {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift:16:42: error: 'NSTextAttachment' is unavailable in watchOS
public class ZResizableNSTextAttachment: NSTextAttachment {
^~~~~~~~~~~~~~~~
UIKit.NSTextAttachment:2:12: note: 'NSTextAttachment' has been explicitly marked unavailable here
open class NSTextAttachment : NSObject, NSTextAttachmentLayout, NSTextAttachmentContainer, NSSecureCoding {
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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 -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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 armv7k Compiling\ NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/NSTextStorage+Extension.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachmentable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/armv7k/ZNSTextAttachment_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/armv7k/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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 -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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 -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachmentable.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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 -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
/Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/ZNSTextAttachmentLabel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/NSTextStorage+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/WeakZNSTextAttachmentable.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentDelegate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZNSTextAttachmentable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/ZNSTextAttachment/ZResizableNSTextAttachment.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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 -empty-abi-descriptor -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/.dependencies/checkouts/ZNSTextAttachment -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.o -index-unit-output-path /ZNSTextAttachment.build/Debug-watchos/ZNSTextAttachment.build/Objects-normal/arm64_32/ZNSTextAttachment.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
builtin-swiftTaskExecution -- /Applications/Xcode-15.2.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/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertInlineSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/SnapshotTestCase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Description.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -suppress-warnings -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting_const_extract_protocols.json -empty-abi-descriptor -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/.dependencies/checkouts/swift-snapshot-testing -resource-dir /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -disable-clang-spi -target-sdk-version 10.2 -target-sdk-name watchos10.2 -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.2.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/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug-watchos/SnapshotTesting.build/Objects-normal/arm64_32/SnapshotTesting.abi.json
Command SwiftEmitModule failed with a nonzero exit code
SwiftDriver\ Compilation\ Requirements ZNSTextAttachment normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.2.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 -sdk /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -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-15.2.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-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.2-21S355-1a03c8d25fc3596eb74c01d649b42752.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/.dependencies/checkouts/ZNSTextAttachment -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftCompile normal arm64 Compiling\ UILabel+Extenstion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ZNSTextAttachment/Sources/UIExtensions/UILabel+Extenstion.swift (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal arm64 Emitting\ module\ for\ ZNSTextAttachment (in target 'ZNSTextAttachment' from project 'ZNSTextAttachment')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
(4 failures)
BUILD FAILURE 5.9 watchOS