The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FocusEntity with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxxfrazer/FocusEntity.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/maxxfrazer/FocusEntity
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5fa5211 Merge pull request #46 from marcos-vinicius-mafei/main
Cloned https://github.com/maxxfrazer/FocusEntity.git
Revision (git rev-parse @):
5fa521172e447cbfa8c2fc1d6602d9d6bed202c7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/maxxfrazer/FocusEntity.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "focusentity",
      "name": "FocusEntity",
      "url": "https://github.com/maxxfrazer/FocusEntity.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FocusEntity",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/maxxfrazer/FocusEntity.git
[1/655] Fetching focusentity
Fetched https://github.com/maxxfrazer/FocusEntity.git (0.76s)
Creating working copy for https://github.com/maxxfrazer/FocusEntity.git
Working copy of https://github.com/maxxfrazer/FocusEntity.git resolved at main
warning: '.resolve-product-dependencies': dependency 'focusentity' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/maxxfrazer/FocusEntity.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling FocusEntity float4x4+Extension.swift
[2/8] Compiling FocusEntity FocusEntity+Colored.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Colored.swift:44:17: warning: 'baseColor' was deprecated in macOS 12.0: use `color` property instead
            mat.baseColor = endColor
                ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Colored.swift:45:17: warning: 'tintColor' was deprecated in macOS 12.0: use `color` property instead
            mat.tintColor = .white.withAlphaComponent(0.9999)
                ^
[3/8] Compiling FocusEntity FocusEntityComponent.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:34:14: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        case classic(color: Material.Color = FocusEntityComponent.defaultColor)
             ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
[4/8] Compiling FocusEntity FocusEntity.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:16:10: warning: FocusEntity: This package is only fully available with physical iOS devices
#warning("FocusEntity: This package is only fully available with physical iOS devices")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:76:23: error: cannot find type 'ARPlaneAnchor' in scope
        planeChanged: ARPlaneAnchor?,
                      ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:77:19: error: cannot find type 'ARPlaneAnchor' in scope
        oldPlane: ARPlaneAnchor?
                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:64: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:90: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Compiling FocusEntity FocusEntity+Alignment.swift
[6/8] Emitting module FocusEntity
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:16:10: warning: FocusEntity: This package is only fully available with physical iOS devices
#warning("FocusEntity: This package is only fully available with physical iOS devices")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:76:23: error: cannot find type 'ARPlaneAnchor' in scope
        planeChanged: ARPlaneAnchor?,
                      ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:77:19: error: cannot find type 'ARPlaneAnchor' in scope
        oldPlane: ARPlaneAnchor?
                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:64: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:90: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:34:14: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        case classic(color: Material.Color = FocusEntityComponent.defaultColor)
             ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
[7/8] Compiling FocusEntity FocusEntity+Classic.swift
[8/8] Compiling FocusEntity FocusEntity+Segment.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:71:29: error: 'PhysicallyBasedMaterial' is only available in macOS 12.0 or newer
                var phMat = PhysicallyBasedMaterial()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:71:29: note: add 'if #available' version check
                var phMat = PhysicallyBasedMaterial()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:23: error: 'baseColor' is only available in macOS 12.0 or newer
                phMat.baseColor = .init(tint: .black)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:23: note: add 'if #available' version check
                phMat.baseColor = .init(tint: .black)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:36: error: 'init(tint:texture:)' is only available in macOS 12.0 or newer
                phMat.baseColor = .init(tint: .black)
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:36: note: add 'if #available' version check
                phMat.baseColor = .init(tint: .black)
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:23: error: 'emissiveColor' is only available in macOS 12.0 or newer
                phMat.emissiveColor = .init(color: color)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:23: note: add 'if #available' version check
                phMat.emissiveColor = .init(color: color)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:40: error: 'init(color:texture:)' is only available in macOS 12.0 or newer
                phMat.emissiveColor = .init(color: color)
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:40: note: add 'if #available' version check
                phMat.emissiveColor = .init(color: color)
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:74:23: error: 'emissiveIntensity' is only available in macOS 12.0 or newer
                phMat.emissiveIntensity = 2
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:74:23: note: add 'if #available' version check
                phMat.emissiveIntensity = 2
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/4] Compiling FocusEntity FocusEntity+Segment.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:71:29: error: 'PhysicallyBasedMaterial' is only available in macOS 12.0 or newer
                var phMat = PhysicallyBasedMaterial()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:71:29: note: add 'if #available' version check
                var phMat = PhysicallyBasedMaterial()
                            ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:23: error: 'baseColor' is only available in macOS 12.0 or newer
                phMat.baseColor = .init(tint: .black)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:23: note: add 'if #available' version check
                phMat.baseColor = .init(tint: .black)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:36: error: 'init(tint:texture:)' is only available in macOS 12.0 or newer
                phMat.baseColor = .init(tint: .black)
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:72:36: note: add 'if #available' version check
                phMat.baseColor = .init(tint: .black)
                                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:23: error: 'emissiveColor' is only available in macOS 12.0 or newer
                phMat.emissiveColor = .init(color: color)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:23: note: add 'if #available' version check
                phMat.emissiveColor = .init(color: color)
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:40: error: 'init(color:texture:)' is only available in macOS 12.0 or newer
                phMat.emissiveColor = .init(color: color)
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:73:40: note: add 'if #available' version check
                phMat.emissiveColor = .init(color: color)
                                       ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:74:23: error: 'emissiveIntensity' is only available in macOS 12.0 or newer
                phMat.emissiveIntensity = 2
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:74:23: note: add 'if #available' version check
                phMat.emissiveIntensity = 2
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:65:9: note: add @available attribute to enclosing initializer
        init(name: String, corner: Corner, alignment: Alignment, color: Material.Color) {
        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity+Segment.swift:48:11: note: add @available attribute to enclosing class
    class Segment: Entity, HasModel {
          ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module FocusEntity
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:16:10: warning: FocusEntity: This package is only fully available with physical iOS devices
#warning("FocusEntity: This package is only fully available with physical iOS devices")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:76:23: error: cannot find type 'ARPlaneAnchor' in scope
        planeChanged: ARPlaneAnchor?,
                      ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:77:19: error: cannot find type 'ARPlaneAnchor' in scope
        oldPlane: ARPlaneAnchor?
                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:64: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:90: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:34:14: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        case classic(color: Material.Color = FocusEntityComponent.defaultColor)
             ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
[3/4] Compiling FocusEntity FocusEntity.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:16:10: warning: FocusEntity: This package is only fully available with physical iOS devices
#warning("FocusEntity: This package is only fully available with physical iOS devices")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:76:23: error: cannot find type 'ARPlaneAnchor' in scope
        planeChanged: ARPlaneAnchor?,
                      ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:77:19: error: cannot find type 'ARPlaneAnchor' in scope
        oldPlane: ARPlaneAnchor?
                  ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:64: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                               ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntity.swift:87:90: error: cannot find type 'ARPlaneAnchor' in scope
    func focusEntity(_ focusEntity: FocusEntity, planeChanged: ARPlaneAnchor?, oldPlane: ARPlaneAnchor?) {}
                                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
[4/4] Compiling FocusEntity FocusEntityComponent.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: error: could not infer type of color literal
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:71:38: note: import AppKit to use 'NSColor' as the default color literal type
    public static let defaultColor = #colorLiteral(red: 1, green: 0.8, blue: 0, alpha: 1)
                                     ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/FocusEntity/FocusEntityComponent.swift:34:14: warning: cannot use class 'NSColor' here; 'AppKit' was not imported by this file
        case classic(color: Material.Color = FocusEntityComponent.defaultColor)
             ^
AppKit.NSColor:1:12: note: type declared here
open class NSColor : NSObject, NSCopying, NSSecureCoding, NSPasteboardReading, NSPasteboardWriting, @unchecked Sendable {
           ^
error: fatalError
BUILD FAILURE 5.9 macosSpm

Build Machine: Mac 7