The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build IBLinter, reference 0.5.0 (d62942), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 21:53:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBLinter-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBLinter.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBDecodable/IBLinter
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at d629428 Update CHANGELOG.md
Cloned https://github.com/IBDecodable/IBLinter.git
Revision (git rev-parse @):
d6294281badfe3a655c7db7694ea409041e5d507
SUCCESS checkout https://github.com/IBDecodable/IBLinter.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/IBDecodable/IBLinter.git
https://github.com/IBDecodable/IBLinter.git
{
  "dependencies" : [
    {
      "identity" : "ibdecodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBDecodable/IBDecodable.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "xcodeprojkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/XcodeProjKit.git"
    }
  ],
  "manifest_display_name" : "IBLinter",
  "name" : "IBLinter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "iblinter",
      "targets" : [
        "IBLinter"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IBLinterFrontend",
      "targets" : [
        "IBLinterFrontend"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "IBLinterKit",
      "targets" : [
        "IBLinterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "iblinter-tools",
      "targets" : [
        "IBLinterTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBLinterTools",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterTools",
      "path" : "Sources/IBLinterTools",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "iblinter-tools"
      ],
      "sources" : [
        "DumpRuleDocument.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IBLinterKitTest",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKitTest",
      "path" : "Tests/IBLinterKitTest",
      "sources" : [
        "ReportersTest.swift",
        "RuleTest.swift",
        "Rules/AmbiguousViewRuleTests.swift",
        "Rules/ColorResourcesRuleTests.swift",
        "Rules/CustomClassNameRuleTests.swift",
        "Rules/CustomModuleRuleTests.swift",
        "Rules/DuplicateConstraintRuleTests.swift",
        "Rules/DuplicateIDRuleTests.swift",
        "Rules/HidesBottomBarRuleTests.swift",
        "Rules/ImageResourcesRuleTests.swift",
        "Rules/RelativeToMarginRuleTests.swift",
        "Rules/ReuseIdentifierRuleTests.swift",
        "Rules/StackViewBackgroundColorRuleTests.swift",
        "Rules/UseBaseClassRuleTests.swift",
        "Rules/UseTraitCollectionsTests.swift",
        "Rules/ViewAsDeviceRuleTests.swift",
        "Supports/Context+Mock.swift",
        "Supports/Fixture.swift",
        "Utils/AssetsCatalogTest.swift",
        "Utils/ConfigTest.swift",
        "Utils/GlobTests.swift",
        "Utils/LintCacheTests.swift",
        "Utils/LintablePathsTests.swift",
        "ValidatorTest.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBLinterKit",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKit",
      "path" : "Sources/IBLinterKit",
      "product_dependencies" : [
        "IBDecodable",
        "Commandant",
        "SourceKittenFramework",
        "XcodeProjKit"
      ],
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend",
        "IBLinterKit",
        "iblinter-tools"
      ],
      "sources" : [
        "Config/Config.swift",
        "Config/CustomModuleConfig.swift",
        "Config/HidesBottomBarConfig.swift",
        "Config/UseBaseClassConfig.swift",
        "Config/UseTraitCollectionsConfig.swift",
        "Config/ViewAsDeviceConfig.swift",
        "Context.swift",
        "Entity/AssetsCatalog.swift",
        "Extensions/String+md5.swift",
        "Extensions/String+xml.swift",
        "Reporters/CheckstyleReporter.swift",
        "Reporters/CodeClimateReporter.swift",
        "Reporters/EmojiReporter.swift",
        "Reporters/GitLabJUnitReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/XcodeReporter.swift",
        "Rule.swift",
        "Rules/AmbiguousViewRule.swift",
        "Rules/ColorResourcesRule.swift",
        "Rules/CustomClassNameRule.swift",
        "Rules/CustomModuleRule.swift",
        "Rules/DuplicateConstraintRule.swift",
        "Rules/DuplicateIDRule.swift",
        "Rules/ForceToEnableAutoLayoutRule.swift",
        "Rules/HidesBottomBarRule.swift",
        "Rules/ImageResourcesRule.swift",
        "Rules/MisplacedViewRule.swift",
        "Rules/RelativeToMarginRule.swift",
        "Rules/ReuseIdentifierRule.swift",
        "Rules/StackViewBackgroundColorRule.swift",
        "Rules/StoryboardControllerId.swift",
        "Rules/UseBaseClassRule.swift",
        "Rules/UseTraitCollections.swift",
        "Rules/ViewAsDeviceRule.swift",
        "Utils/Glob.swift",
        "Utils/LintCache.swift",
        "Utils/ViewName.swift",
        "Validator.swift",
        "Version.swift",
        "Violation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinterFrontend",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterFrontend",
      "path" : "Sources/IBLinterFrontend",
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend"
      ],
      "sources" : [
        "Commands/ValidateCommand.swift",
        "Commands/VersionCommand.swift",
        "IBLinter.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinter",
      "module_type" : "SwiftTarget",
      "name" : "IBLinter",
      "path" : "Sources/IBLinter",
      "product_memberships" : [
        "iblinter"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Carthage/Commandant.git
Fetching from https://github.com/phimage/XcodeProjKit.git
Fetching from https://github.com/IBDecodable/IBDecodable.git
Fetching from https://github.com/jpsim/SourceKitten.git
Fetching from https://github.com/Quick/Nimble.git
Fetching from https://github.com/Quick/Quick.git
Fetching from https://github.com/drmohundro/SWXMLHash.git
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Creating working copy of package ‘Commandant’
Checking out 0.17.0 of package ‘Commandant’
Creating working copy of package ‘Yams’
Checking out 5.3.1 of package ‘Yams’
Creating working copy of package ‘IBDecodable’
Checking out 0.6.1 of package ‘IBDecodable’
Creating working copy of package ‘Nimble’
Checking out 8.1.2 of package ‘Nimble’
Creating working copy of package ‘SourceKitten’
Checking out 0.37.0 of package ‘SourceKitten’
Creating working copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Creating working copy of package ‘Quick’
Checking out 2.2.1 of package ‘Quick’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘XcodeProjKit’
Checking out 2.3.0 of package ‘XcodeProjKit’
Resolve Package Graph
Resolved source packages:
  XcodeProjKit: https://github.com/phimage/XcodeProjKit.git @ 2.3.0
  IBDecodable: https://github.com/IBDecodable/IBDecodable.git @ 0.6.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.2
  Commandant: https://github.com/Carthage/Commandant.git @ 0.17.0
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  IBLinter: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick.git @ 2.2.1
resolved source packages: XcodeProjKit, IBDecodable, swift-argument-parser, Nimble, Commandant, Yams, SWXMLHash, SourceKitten, IBLinter, Quick
{
  "dependencies" : [
    {
      "identity" : "ibdecodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBDecodable/IBDecodable.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "xcodeprojkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/XcodeProjKit.git"
    }
  ],
  "manifest_display_name" : "IBLinter",
  "name" : "IBLinter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "iblinter",
      "targets" : [
        "IBLinter"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IBLinterFrontend",
      "targets" : [
        "IBLinterFrontend"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "IBLinterKit",
      "targets" : [
        "IBLinterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "iblinter-tools",
      "targets" : [
        "IBLinterTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBLinterTools",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterTools",
      "path" : "Sources/IBLinterTools",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "iblinter-tools"
      ],
      "sources" : [
        "DumpRuleDocument.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IBLinterKitTest",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKitTest",
      "path" : "Tests/IBLinterKitTest",
      "sources" : [
        "ReportersTest.swift",
        "RuleTest.swift",
        "Rules/AmbiguousViewRuleTests.swift",
        "Rules/ColorResourcesRuleTests.swift",
        "Rules/CustomClassNameRuleTests.swift",
        "Rules/CustomModuleRuleTests.swift",
        "Rules/DuplicateConstraintRuleTests.swift",
        "Rules/DuplicateIDRuleTests.swift",
        "Rules/HidesBottomBarRuleTests.swift",
        "Rules/ImageResourcesRuleTests.swift",
        "Rules/RelativeToMarginRuleTests.swift",
        "Rules/ReuseIdentifierRuleTests.swift",
        "Rules/StackViewBackgroundColorRuleTests.swift",
        "Rules/UseBaseClassRuleTests.swift",
        "Rules/UseTraitCollectionsTests.swift",
        "Rules/ViewAsDeviceRuleTests.swift",
        "Supports/Context+Mock.swift",
        "Supports/Fixture.swift",
        "Utils/AssetsCatalogTest.swift",
        "Utils/ConfigTest.swift",
        "Utils/GlobTests.swift",
        "Utils/LintCacheTests.swift",
        "Utils/LintablePathsTests.swift",
        "ValidatorTest.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBLinterKit",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKit",
      "path" : "Sources/IBLinterKit",
      "product_dependencies" : [
        "IBDecodable",
        "Commandant",
        "SourceKittenFramework",
        "XcodeProjKit"
      ],
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend",
        "IBLinterKit",
        "iblinter-tools"
      ],
      "sources" : [
        "Config/Config.swift",
        "Config/CustomModuleConfig.swift",
        "Config/HidesBottomBarConfig.swift",
        "Config/UseBaseClassConfig.swift",
        "Config/UseTraitCollectionsConfig.swift",
        "Config/ViewAsDeviceConfig.swift",
        "Context.swift",
        "Entity/AssetsCatalog.swift",
        "Extensions/String+md5.swift",
        "Extensions/String+xml.swift",
        "Reporters/CheckstyleReporter.swift",
        "Reporters/CodeClimateReporter.swift",
        "Reporters/EmojiReporter.swift",
        "Reporters/GitLabJUnitReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/XcodeReporter.swift",
        "Rule.swift",
        "Rules/AmbiguousViewRule.swift",
        "Rules/ColorResourcesRule.swift",
        "Rules/CustomClassNameRule.swift",
        "Rules/CustomModuleRule.swift",
        "Rules/DuplicateConstraintRule.swift",
        "Rules/DuplicateIDRule.swift",
        "Rules/ForceToEnableAutoLayoutRule.swift",
        "Rules/HidesBottomBarRule.swift",
        "Rules/ImageResourcesRule.swift",
        "Rules/MisplacedViewRule.swift",
        "Rules/RelativeToMarginRule.swift",
        "Rules/ReuseIdentifierRule.swift",
        "Rules/StackViewBackgroundColorRule.swift",
        "Rules/StoryboardControllerId.swift",
        "Rules/UseBaseClassRule.swift",
        "Rules/UseTraitCollections.swift",
        "Rules/ViewAsDeviceRule.swift",
        "Utils/Glob.swift",
        "Utils/LintCache.swift",
        "Utils/ViewName.swift",
        "Validator.swift",
        "Version.swift",
        "Violation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinterFrontend",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterFrontend",
      "path" : "Sources/IBLinterFrontend",
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend"
      ],
      "sources" : [
        "Commands/ValidateCommand.swift",
        "Commands/VersionCommand.swift",
        "IBLinter.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinter",
      "module_type" : "SwiftTarget",
      "name" : "IBLinter",
      "path" : "Sources/IBLinter",
      "product_memberships" : [
        "iblinter"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iblinter",
      "IBLinter-Package",
      "iblinter-tools",
      "IBLinterFrontend",
      "IBLinterKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBLinter-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IBLinter-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.2
  IBDecodable: https://github.com/IBDecodable/IBDecodable.git @ 0.6.1
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  IBLinter: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Quick: https://github.com/Quick/Quick.git @ 2.2.1
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Commandant: https://github.com/Carthage/Commandant.git @ 0.17.0
  XcodeProjKit: https://github.com/phimage/XcodeProjKit.git @ 2.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'iblinter-tools' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'iblinter' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'XcodeProjKit' in project 'XcodeProjKit'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'XcodeProjKit' in project 'XcodeProjKit' (no dependencies)
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant' (no dependencies)
    Target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2cfb677bb7ba63629b20424545a81d63
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2cfb677bb7ba63629b20424545a81d63.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'iblinter' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterKit' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterFrontend' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'iblinter-tools' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterFrontend' from project 'IBLinter')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme IBLinter-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  XcodeProjKit: https://github.com/phimage/XcodeProjKit.git @ 2.3.0
  IBDecodable: https://github.com/IBDecodable/IBDecodable.git @ 0.6.1
  IBLinter: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick.git @ 2.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Commandant: https://github.com/Carthage/Commandant.git @ 0.17.0
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.2
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
resolved source packages: Yams, XcodeProjKit, IBDecodable, IBLinter, Quick, swift-argument-parser, SourceKitten, Commandant, Nimble, SWXMLHash
{
  "dependencies" : [
    {
      "identity" : "ibdecodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBDecodable/IBDecodable.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.29.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten.git"
    },
    {
      "identity" : "xcodeprojkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/phimage/XcodeProjKit.git"
    }
  ],
  "manifest_display_name" : "IBLinter",
  "name" : "IBLinter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "iblinter",
      "targets" : [
        "IBLinter"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IBLinterFrontend",
      "targets" : [
        "IBLinterFrontend"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "IBLinterKit",
      "targets" : [
        "IBLinterKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "iblinter-tools",
      "targets" : [
        "IBLinterTools"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBLinterTools",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterTools",
      "path" : "Sources/IBLinterTools",
      "product_dependencies" : [
        "Commandant"
      ],
      "product_memberships" : [
        "iblinter-tools"
      ],
      "sources" : [
        "DumpRuleDocument.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IBLinterKitTest",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKitTest",
      "path" : "Tests/IBLinterKitTest",
      "sources" : [
        "ReportersTest.swift",
        "RuleTest.swift",
        "Rules/AmbiguousViewRuleTests.swift",
        "Rules/ColorResourcesRuleTests.swift",
        "Rules/CustomClassNameRuleTests.swift",
        "Rules/CustomModuleRuleTests.swift",
        "Rules/DuplicateConstraintRuleTests.swift",
        "Rules/DuplicateIDRuleTests.swift",
        "Rules/HidesBottomBarRuleTests.swift",
        "Rules/ImageResourcesRuleTests.swift",
        "Rules/RelativeToMarginRuleTests.swift",
        "Rules/ReuseIdentifierRuleTests.swift",
        "Rules/StackViewBackgroundColorRuleTests.swift",
        "Rules/UseBaseClassRuleTests.swift",
        "Rules/UseTraitCollectionsTests.swift",
        "Rules/ViewAsDeviceRuleTests.swift",
        "Supports/Context+Mock.swift",
        "Supports/Fixture.swift",
        "Utils/AssetsCatalogTest.swift",
        "Utils/ConfigTest.swift",
        "Utils/GlobTests.swift",
        "Utils/LintCacheTests.swift",
        "Utils/LintablePathsTests.swift",
        "ValidatorTest.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBLinterKit",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterKit",
      "path" : "Sources/IBLinterKit",
      "product_dependencies" : [
        "IBDecodable",
        "Commandant",
        "SourceKittenFramework",
        "XcodeProjKit"
      ],
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend",
        "IBLinterKit",
        "iblinter-tools"
      ],
      "sources" : [
        "Config/Config.swift",
        "Config/CustomModuleConfig.swift",
        "Config/HidesBottomBarConfig.swift",
        "Config/UseBaseClassConfig.swift",
        "Config/UseTraitCollectionsConfig.swift",
        "Config/ViewAsDeviceConfig.swift",
        "Context.swift",
        "Entity/AssetsCatalog.swift",
        "Extensions/String+md5.swift",
        "Extensions/String+xml.swift",
        "Reporters/CheckstyleReporter.swift",
        "Reporters/CodeClimateReporter.swift",
        "Reporters/EmojiReporter.swift",
        "Reporters/GitLabJUnitReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/Reporter.swift",
        "Reporters/XcodeReporter.swift",
        "Rule.swift",
        "Rules/AmbiguousViewRule.swift",
        "Rules/ColorResourcesRule.swift",
        "Rules/CustomClassNameRule.swift",
        "Rules/CustomModuleRule.swift",
        "Rules/DuplicateConstraintRule.swift",
        "Rules/DuplicateIDRule.swift",
        "Rules/ForceToEnableAutoLayoutRule.swift",
        "Rules/HidesBottomBarRule.swift",
        "Rules/ImageResourcesRule.swift",
        "Rules/MisplacedViewRule.swift",
        "Rules/RelativeToMarginRule.swift",
        "Rules/ReuseIdentifierRule.swift",
        "Rules/StackViewBackgroundColorRule.swift",
        "Rules/StoryboardControllerId.swift",
        "Rules/UseBaseClassRule.swift",
        "Rules/UseTraitCollections.swift",
        "Rules/ViewAsDeviceRule.swift",
        "Utils/Glob.swift",
        "Utils/LintCache.swift",
        "Utils/ViewName.swift",
        "Validator.swift",
        "Version.swift",
        "Violation.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinterFrontend",
      "module_type" : "SwiftTarget",
      "name" : "IBLinterFrontend",
      "path" : "Sources/IBLinterFrontend",
      "product_memberships" : [
        "iblinter",
        "IBLinterFrontend"
      ],
      "sources" : [
        "Commands/ValidateCommand.swift",
        "Commands/VersionCommand.swift",
        "IBLinter.swift"
      ],
      "target_dependencies" : [
        "IBLinterKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBLinter",
      "module_type" : "SwiftTarget",
      "name" : "IBLinter",
      "path" : "Sources/IBLinter",
      "product_memberships" : [
        "iblinter"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IBLinterFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "iblinter",
      "IBLinter-Package",
      "iblinter-tools",
      "IBLinterFrontend",
      "IBLinterKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBLinter-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IBLinter-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Yams: https://github.com/jpsim/Yams.git @ 5.3.1
  Nimble: https://github.com/Quick/Nimble.git @ 8.1.2
  XcodeProjKit: https://github.com/phimage/XcodeProjKit.git @ 2.3.0
  IBDecodable: https://github.com/IBDecodable/IBDecodable.git @ 0.6.1
  SourceKitten: https://github.com/jpsim/SourceKitten.git @ 0.37.0
  Quick: https://github.com/Quick/Quick.git @ 2.2.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.5.0
  Commandant: https://github.com/Carthage/Commandant.git @ 0.17.0
  IBLinter: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'iblinter-tools' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'iblinter' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterFrontend' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'IBLinterKit' in project 'IBLinter'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'XcodeProjKit' in project 'XcodeProjKit'
        ➜ Explicit dependency on target 'XcodeProjKit' in project 'XcodeProjKit'
    Target 'XcodeProjKit' in project 'XcodeProjKit' (no dependencies)
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'SourceKittenFramework' in project 'SourceKitten'
        ➜ Explicit dependency on target 'Clang_C' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SourceKit' in project 'SourceKitten'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'Yams' in project 'Yams'
        ➜ Explicit dependency on target 'CYaml' in project 'Yams'
    Target 'CYaml' in project 'Yams' (no dependencies)
    Target 'SourceKit' in project 'SourceKitten' (no dependencies)
    Target 'Clang_C' in project 'SourceKitten' (no dependencies)
    Target 'Commandant' in project 'Commandant'
        ➜ Explicit dependency on target 'Commandant' in project 'Commandant'
    Target 'Commandant' in project 'Commandant' (no dependencies)
    Target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'IBDecodable' in project 'IBDecodable'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash'
        ➜ Explicit dependency on target 'SWXMLHash' in project 'SWXMLHash'
    Target 'SWXMLHash' in project 'SWXMLHash' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 4f3a8288e821b49374a07b253328dc23
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4f3a8288e821b49374a07b253328dc23.xcbuilddata
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'iblinter-tools' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterFrontend' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterFrontend' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'iblinter' from project 'IBLinter')
error: The package product 'SourceKittenFramework' requires minimum platform version 12.0 for the macOS platform, but this target supports 10.13 (in target 'IBLinterKit' from project 'IBLinter')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:eeb68333342ed245c993cdb6044cd4d8092ca679, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme IBLinter-Package
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild