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 xcparse, reference master (fdba6f), with Swift 5.9 for watchOS using Xcode 15.2 on 29 Oct 2024 00:07:39 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChargePoint/xcparse.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChargePoint/xcparse
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fdba6f6 [no-jira] Update current version to 2.3.2
Cloned https://github.com/ChargePoint/xcparse.git
Revision (git rev-parse @):
fdba6f63882f8dff5a8a8b8d772aa28d74e7862e
SUCCESS checkout https://github.com/ChargePoint/xcparse.git at master
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.9
Building package at path:  $PWD
https://github.com/ChargePoint/xcparse.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "exact" : [
          "0.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "xcparse",
  "name" : "xcparse",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xcparse",
      "targets" : [
        "xcparse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCParseCore",
      "targets" : [
        "XCParseCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Converter",
      "targets" : [
        "Converter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xcparseTests",
      "module_type" : "SwiftTarget",
      "name" : "xcparseTests",
      "path" : "Tests/xcparseTests",
      "sources" : [
        "ScreenshotCommandUTITests.swift",
        "XCTestManifests.swift",
        "xcparseTests.swift"
      ],
      "target_dependencies" : [
        "xcparse",
        "testUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcparse",
      "module_type" : "SwiftTarget",
      "name" : "xcparse",
      "path" : "Sources/xcparse",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "xcparse"
      ],
      "sources" : [
        "AttachmentsCommand.swift",
        "CodeCoverageCommand.swift",
        "Command.swift",
        "CommandRegistry.swift",
        "ConverterCommand.swift",
        "GitHubLatestReleaseResponse.swift",
        "LogsCommand.swift",
        "ScreenshotsCommand.swift",
        "VersionCommand.swift",
        "XCPParser.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCParseCore",
        "Converter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "testUtility",
      "module_type" : "SwiftTarget",
      "name" : "testUtility",
      "path" : "Tests/Utility",
      "sources" : [
        "FileManagerExtensions.swift",
        "Resource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "appThinningConverterTests",
      "module_type" : "SwiftTarget",
      "name" : "appThinningConverterTests",
      "path" : "Tests/appThinningConverterTests",
      "sources" : [
        "AppSizeParserTests.swift",
        "ReportConverterTests.swift",
        "VariantDescriptorParserTests.swift",
        "VariantParserTests.swift"
      ],
      "target_dependencies" : [
        "Converter",
        "testUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCParseCore",
      "module_type" : "SwiftTarget",
      "name" : "XCParseCore",
      "path" : "Sources/XCParseCore",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "xcparse",
        "XCParseCore",
        "Converter"
      ],
      "sources" : [
        "ActionAbstractTestSummary.swift",
        "ActionDeviceRecord.swift",
        "ActionPlatformRecord.swift",
        "ActionRecord.swift",
        "ActionResult.swift",
        "ActionRunDestinationRecord.swift",
        "ActionSDKRecord.swift",
        "ActionTestActivitySummary.swift",
        "ActionTestAttachment.swift",
        "ActionTestConfiguration.swift",
        "ActionTestExpectedFailure.swift",
        "ActionTestFailureSummary.swift",
        "ActionTestMetadata.swift",
        "ActionTestNoticeSummary.swift",
        "ActionTestPerformanceMetricSummary.swift",
        "ActionTestPlanRunSummaries.swift",
        "ActionTestPlanRunSummary.swift",
        "ActionTestRepetitionPolicySummary.swift",
        "ActionTestSummary.swift",
        "ActionTestSummaryGroup.swift",
        "ActionTestSummaryIdentifiableObject.swift",
        "ActionTestableSummary.swift",
        "ActionsInvocationMetadata.swift",
        "ActionsInvocationRecord.swift",
        "ActivityLogAnalyzerControlFlowStep.swift",
        "ActivityLogAnalyzerControlFlowStepEdge.swift",
        "ActivityLogAnalyzerEventStep.swift",
        "ActivityLogAnalyzerResultMessage.swift",
        "ActivityLogAnalyzerStep.swift",
        "ActivityLogAnalyzerWarningMessage.swift",
        "ActivityLogCommandInvocationSection.swift",
        "ActivityLogMajorSection.swift",
        "ActivityLogMessage.swift",
        "ActivityLogMessageAnnotation.swift",
        "ActivityLogSection.swift",
        "ActivityLogTargetBuildSection.swift",
        "ActivityLogUnitTestSection.swift",
        "ArchiveInfo.swift",
        "CodeCoverageInfo.swift",
        "Console.swift",
        "ConsoleLogItem.swift",
        "ConsoleLogSection.swift",
        "DocumentLocation.swift",
        "EntityIdentifier.swift",
        "Extensions/String+ASCII.swift",
        "Extensions/URL+Directory.swift",
        "IssueSummary.swift",
        "ObjectID.swift",
        "Reference.swift",
        "ResultIssueSummaries.swift",
        "ResultMetrics.swift",
        "SortedKeyValueArray.swift",
        "SortedKeyValueArrayPair.swift",
        "SourceCode/SourceCodeContext.swift",
        "SourceCode/SourceCodeFrame.swift",
        "SourceCode/SourceCodeLocation.swift",
        "SourceCode/SourceCodeSymbolInfo.swift",
        "TestAssociatedError.swift",
        "TestFailureIssueSummary.swift",
        "TypeDefinition.swift",
        "Version+XCPTooling.swift",
        "XCPResultDecoding.swift",
        "XCResult.swift",
        "XCResultToolCommand.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Converter",
      "module_type" : "SwiftTarget",
      "name" : "Converter",
      "path" : "Sources/Converter",
      "product_memberships" : [
        "xcparse",
        "Converter"
      ],
      "sources" : [
        "Helper/FileController.swift",
        "Helper/MemorySize.swift",
        "Helper/ResultFactory.swift",
        "Models/AppSizeModel.swift",
        "Models/DeviceModel.swift",
        "Models/VariantModel.swift",
        "Parser/AppSizeParser.swift",
        "Parser/ReportConverter.swift",
        "Parser/VariantDescriptorParser.swift",
        "Parser/VariantParser.swift"
      ],
      "target_dependencies" : [
        "XCParseCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "xcparse",
    "schemes" : [
      "xcparse",
      "xcparse-Package"
    ],
    "targets" : [
      "Basic",
      "SPMLibc",
      "SPMUtility",
      "SwiftPMPackageDescription",
      "XCParseCore",
      "clibc",
      "xcparse",
      "xcparsePackageDescription",
      "xcparsePackageTests",
      "xcparseTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcparse-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme xcparse-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'xcparse' in project 'xcparse'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'clibc' in project 'xcparse' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: e9c96673298c6eb191c6068774085642
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e9c96673298c6eb191c6068774085642.xcbuilddata
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 10.2.99. (in target 'XCParseCore' from project 'xcparse')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 10.2.99. (in target 'xcparse' from project 'xcparse')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: error: Signing for "xcparse" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'xcparse' from project 'xcparse')
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme xcparse-Package -destination generic/platform=watchOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'xcparse' in project 'xcparse'
        ➜ Explicit dependency on target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'XCParseCore' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'SPMUtility' in project 'xcparse'
        ➜ Explicit dependency on target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'Basic' in project 'xcparse'
        ➜ Explicit dependency on target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'SPMLibc' in project 'xcparse'
        ➜ Explicit dependency on target 'clibc' in project 'xcparse'
    Target 'clibc' in project 'xcparse' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: e9c96673298c6eb191c6068774085642
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e9c96673298c6eb191c6068774085642.xcbuilddata
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 10.2.99. (in target 'XCParseCore' from project 'xcparse')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 10.2.99. (in target 'xcparse' from project 'xcparse')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: error: Signing for "xcparse" requires a development team. Select a development team in the Signing & Capabilities editor. (in target 'xcparse' from project 'xcparse')
** BUILD FAILED **
BUILD FAILURE 5.9 watchOS