The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SVGUIView, reference main (f0cdf4), with Swift 5.10 for iOS using Xcode 15.4 on 11 Jun 2025 02:49:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SVGUIView-Package -destination generic/platform=iOS

Build Log

<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "_CShims.h"
        ^
/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include/_CShims.h:11:112: error: declaration of 'locale_t' must be imported from module 'Darwin.C.xlocale._xlocale' before it is required
extern double strtod_l(const char * _Nullable __restrict nptr, char * _Nullable * _Nullable __restrict endptr, locale_t _Nullable loc);
                                                                                                               ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/_xlocale.h:30:28: note: declaration here is not visible
typedef struct _xlocale *               locale_t;
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift:2:8: error: could not build Objective-C module '_CShims'
import _CShims
       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-9 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSToken.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSTokenizer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/PreserveAspectRatio.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGClipPath.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGElementRect.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFill.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGLength.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSToken.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSTokenizer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/PreserveAspectRatio.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGClipPath.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGElementRect.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFill.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilter.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGLength.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "_CShims.h"
        ^
/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include/_CShims.h:11:112: error: declaration of 'locale_t' must be imported from module 'Darwin.C.xlocale._xlocale' before it is required
extern double strtod_l(const char * _Nullable __restrict nptr, char * _Nullable * _Nullable __restrict endptr, locale_t _Nullable loc);
                                                                                                               ^
/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/include/_xlocale.h:30:28: note: declaration here is not visible
typedef struct _xlocale *               locale_t;
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift:2:8: error: could not build Objective-C module '_CShims'
import _CShims
       ^
SwiftCompile normal arm64 Compiling\ SVGFeMergeElement.swift,\ SVGFeMergeNodeElement.swift,\ SVGFeOffsetElement.swift,\ SVGFilterApplier.swift,\ SVGFilterElement.swift,\ SVGGradientServer.swift,\ SVGStopElement.swift,\ CFString+SPI.swift,\ CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/filter/SVGFilterApplier.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/filter/SVGFilterElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/pserver/SVGGradientServer.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/element/pserver/SVGStopElement.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/font/CFString+SPI.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.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/Sources/SVGUIView/font/CSSFontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/CGAffineTransform+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/Extensions/UIBezierPath+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/SVGUIViewConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSRule.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/css/CSSSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGClipPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGDefsElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGGroupElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGMaskElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGPatternElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/SVGSVGElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGCircleElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGEllipse.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGImageElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGLineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPathElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolygonElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGPolylineElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGRectElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/drawable/SVGUseElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeBlendElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeFloodElement.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeGaussianBlurElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeMergeNodeElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFeOffsetElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterApplier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/filter/SVGFilterElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGGradientServer.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/element/pserver/SVGStopElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CFString+SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/CSSFontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UScriptCode.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/UnrealizedCoreTextFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/VariationCapabilities\ .swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/CSSParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGAttributeScanner.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/SVGParser.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferReader.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferView.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/buffer/BufferViewIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGMask.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGOpacity.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIColor.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIFont.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIPoints.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStroke.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGUIStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/TransformOperator.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-ios16.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -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 -package-name spi_builder_workspace -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_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 -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SVGUIView -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphoneos17.5 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeMergeNodeElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFeOffsetElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterApplier.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGFilterElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGGradientServer.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGStopElement.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CFString+SPI.o -index-unit-output-path /SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/CSSFontSelector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriver\ Compilation\ Requirements SVGUIView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SVGUIView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_ICU.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/_SPI.modulemap -DXcode -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -target arm64-apple-ios16.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 -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-iphoneos -I /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.5-21F77-ba3edb802217262fcc881d76e84d3da5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-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/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CShims/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_ICU/include -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_SPI/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.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/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule (in target 'SVGUIView' from project 'SVGUIView')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftmodule
error: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule: No such file or directory (in target 'SVGUIView' from project 'SVGUIView')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SVGUIView (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 Compiling\ FontSelectionCapabilities.swift,\ FontSelectionValue.swift,\ FontSelector.swift,\ FontSizeAdjust.swift,\ FontTaggedSettings.swift,\ GlyphData.swift,\ GlyphPage.swift,\ Settings.swift,\ SystemFontDatabaseCoreText.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionCapabilities.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionValue.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelector.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSizeAdjust.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontTaggedSettings.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphData.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/GlyphPage.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Settings.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/SystemFontDatabaseCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationCoreTextCache.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontFamilySpecificationKey.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontGenericFamilies.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontInterrogation.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontPlatformData.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontRanges.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontSelectionAlgorithm.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/Font.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCache.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCacheCoreText.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascade.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeDescription.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCascadeFonts.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContext.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontCreationContextRareData.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/font/FontDatabase.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 Compiling\ CSSToken.swift,\ CSSTokenizer.swift,\ PreserveAspectRatio.swift,\ SVGClipPath.swift,\ SVGElementRect.swift,\ SVGFill.swift,\ SVGFilter.swift,\ SVGLength.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSToken.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/parser/css/CSSTokenizer.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/PreserveAspectRatio.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGClipPath.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGElementRect.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFill.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGFilter.swift (in target 'SVGUIView' from project 'SVGUIView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SVGUIView/primitives/SVGLength.swift (in target 'SVGUIView' from project 'SVGUIView')
	Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SVGUIView.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SVGUIView.build/Debug-iphoneos/SVGUIView.build/Objects-normal/arm64/SVGUIView.swiftmodule (in target 'SVGUIView' from project 'SVGUIView')
(39 failures)
BUILD FAILURE 5.10 iOS