The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Anima with Swift 5.7 for watchOS using Xcode 14.2 at 1.3.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Anima -destination generic/platform=watchos

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flocked/Anima.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flocked/Anima
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 8440c18 Update AnimatableArray.swift
Cloned https://github.com/flocked/Anima.git
Revision (git rev-parse @):
8440c18ff13d1194327a34936a2f059bb103f209
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/flocked/Anima.git at 1.3.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.7
Building package at path:  $workDir
https://github.com/flocked/Anima.git
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/b3ll/Decomposed.git (cached)
Cloning local copy of package ‘Decomposed’
Checking out main of package ‘Decomposed’
Resolve Package Graph
Resolved source packages:
  Anima: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Decomposed: https://github.com/b3ll/Decomposed.git @ main
resolved source packages: Anima, Decomposed
2024-04-17 22:00:24.378 xcodebuild[35877:971950] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600003c0fd00: name:Anima.docc path:absolute:/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
{
  "dependencies" : [
    {
      "identity" : "decomposed",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/b3ll/Decomposed.git"
    }
  ],
  "manifest_display_name" : "Anima",
  "name" : "Anima",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Anima",
      "targets" : [
        "Anima"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnimaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnimaTests",
      "path" : "Tests/AnimaTests",
      "sources" : [
        "AnimaTests.swift"
      ],
      "target_dependencies" : [
        "Anima"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Anima",
      "module_type" : "SwiftTarget",
      "name" : "Anima",
      "path" : "Sources/Anima",
      "product_dependencies" : [
        "Decomposed"
      ],
      "product_memberships" : [
        "Anima"
      ],
      "sources" : [
        "Anima/Anima+AnimationConfiguration.swift",
        "Anima/Anima+AnimationOptions.swift",
        "Anima/Anima+AnimationState.swift",
        "Anima/Anima.swift",
        "Anima/AnimationController.swift",
        "AnimatableProperty/AnimatableArray.swift",
        "AnimatableProperty/AnimatableProperty.swift",
        "AnimatablePropertyProvider/AnimatablePropertyProvider.swift",
        "AnimatablePropertyProvider/AnimationProvider.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layer.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Layout.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Popover.swift",
        "AnimatablePropertyProvider/PropertyAnimator+View.swift",
        "AnimatablePropertyProvider/PropertyAnimator+Window.swift",
        "AnimatablePropertyProvider/PropertyAnimator.swift",
        "AnimationProviding/AnimatingState.swift",
        "AnimationProviding/AnimationEvent.swift",
        "AnimationProviding/AnimationPosition.swift",
        "AnimationProviding/AnimationProviding.swift",
        "Animations/Cubic/CubicAnimation.swift",
        "Animations/Cubic/CubicFunction.swift",
        "Animations/Decay/DecayAnimation.swift",
        "Animations/Decay/DecayFunction.swift",
        "Animations/Easing/EasingAnimation.swift",
        "Animations/Easing/TimingFunction.swift",
        "Animations/Misc/ColorAnimation.swift",
        "Animations/Misc/Keyframe.swift",
        "Animations/Property/PropertyAnimation.swift",
        "Animations/Spring/Spring.swift",
        "Animations/Spring/SpringAnimation.swift",
        "Extensions/AssociatedValue.swift",
        "Extensions/Colors/CGColor+.swift",
        "Extensions/Colors/NSUIColor+.swift",
        "Extensions/CoreAnimation/CALayer+.swift",
        "Extensions/CoreAnimation/CAMediaTimingFunction+.swift",
        "Extensions/CoreAnimation/CATransform3D+.swift",
        "Extensions/CoreAnimation/InnerShadowLayer.swift",
        "Extensions/DisplayLink+Combine.swift",
        "Extensions/KVO/KeyValueObserver.swift",
        "Extensions/KVO/NSObject+Observe.swift",
        "Extensions/KVO/NotificationCenter+.swift",
        "Extensions/KeyPath+.swift",
        "Extensions/Math & Geometry/ApproximateEquatable.swift",
        "Extensions/Math & Geometry/CVTimeStamp+.swift",
        "Extensions/Math & Geometry/Comparable+Clamp.swift",
        "Extensions/Math & Geometry/CoreGraphics+.swift",
        "Extensions/Math & Geometry/NSUIBezierpath+.swift",
        "Extensions/Math & Geometry/NSUIEdgeInset+.swift",
        "Extensions/Math & Geometry/NSValue+.swift",
        "Extensions/Math & Geometry/Number+FloatInitializable.swift",
        "Extensions/Math & Geometry/Sequence+Sort.swift",
        "Extensions/Math & Geometry/TimeInterval+.swift",
        "Extensions/Math & Geometry/VectorArithmetic+.swift",
        "Extensions/NSUI Typealias.swift",
        "Extensions/Optional.swift",
        "Extensions/Views/NSScrollView+.swift",
        "Extensions/Views/NSUITextField+.swift",
        "Extensions/Views/NSUIView+.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable+Layer.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationEmittable.swift",
        "Misc/CAKeyFrameAnimation/CAKeyframeAnimationValueConvertible.swift",
        "Misc/ContentConfiguration/BorderConfiguration.swift",
        "Misc/ContentConfiguration/ShadowConfiguration.swift",
        "Misc/Rubberband.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Anima"
    ]
  }
}
2024-04-17 22:00:25.614 xcodebuild[36169:972724] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600002665300: name:Anima.docc path:absolute:/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Anima -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Anima -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Anima: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  Decomposed: https://github.com/b3ll/Decomposed.git @ main
Resolve Package Graph
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 3839b3729ec2bae52bd37b3b51b32a7c
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3839b3729ec2bae52bd37b3b51b32a7c-desc.xcbuild
note: Building targets in dependency order
CreateBuildDirectory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs
CreateBuildDirectory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
MkDir /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnimaTests.xctest (in target 'AnimaTests' from project 'Anima')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/AnimaTests.xctest
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Decomposed.modulemap (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Decomposed.modulemap
Copy /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Decomposed.modulemap /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Decomposed.modulemap (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Decomposed.modulemap /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.LinkFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.LinkFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.LinkFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.LinkFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.SwiftFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.LinkFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.LinkFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-OutputFileMap.json (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.SwiftFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-OutputFileMap.json (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.SwiftFileList (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-OutputFileMap.json (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    write-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-OutputFileMap.json
SwiftDriver Decomposed normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftDriver Decomposed normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftDriver Decomposed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.abi.json
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
SwiftCompile normal arm64_32 Compiling\ CATransform3DExtensions.swift,\ CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ SIMDConvenienceExtensions.swift,\ SIMDDecomposed.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ CALayerExtensions.swift,\ CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.abi.json
Command SwiftEmitModule failed with a nonzero exit code
Resolve Package Graph
2024-04-17 22:00:28.231 xcodebuild[36172:972770] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600000446a00: name:Anima.docc path:absolute:/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
(2 failures)
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Anima -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Decomposed: https://github.com/b3ll/Decomposed.git @ main
  Anima: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 3839b3729ec2bae52bd37b3b51b32a7c
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3839b3729ec2bae52bd37b3b51b32a7c-desc.xcbuild
note: Building targets in dependency order
SwiftDriver Decomposed normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftDriver Decomposed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftDriver Decomposed normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-SwiftDriver -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Decomposed -Onone -enforce-exclusivity\=checked @/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed.swiftmodule -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/armv7k/Decomposed-Swift.h -working-directory /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -experimental-emit-module-separately
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/Decomposed.abi.json
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift:9:8: error: no such module 'QuartzCore'
import QuartzCore
       ^
SwiftCompile normal arm64_32 Compiling\ CALayerExtensions.swift,\ CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CALayerExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DConvenienceExtensions.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ CATransform3DExtensions.swift,\ CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CATransform3DExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/CGFloatVectorTypes.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ SIMDConvenienceExtensions.swift,\ SIMDDecomposed.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.d -emit-reference-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.swiftdeps -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.dia -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDConvenienceExtensions.o -index-unit-output-path /Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64_32/SIMDDecomposed.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CALayerExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CATransform3DExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/CGFloatVectorTypes.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Globals.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/Interpolatable.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDConvenienceExtensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed/Sources/Decomposed/SIMDDecomposed.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/Decomposed -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Decomposed -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decomposed.build/Debug-watchos/Decomposed.build/Objects-normal/arm64/Decomposed.abi.json
Command SwiftEmitModule failed with a nonzero exit code
2024-04-17 22:00:32.594 xcodebuild[36217:973014] [MT] IDEFileReferenceDebug: [Load] <IDEFileReference, 0x600001f75c00: name:Anima.docc path:absolute:/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Anima/Documentation/Anima.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder"." UserInfo={NSLocalizedDescription=Cannot open "Anima.docc" as a "Folder" because it is already open as a "Swift User Managed Package Folder".}
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Decomposed (in target 'Decomposed' from project 'Decomposed')
(2 failures)
BUILD FAILURE 5.7 watchOS