The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build xcparse, reference master (fdba6f), with Swift 5.10 for iOS using Xcode 15.4 on 29 Oct 2024 00:07:52 UTC.

Build Command

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

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:         iOS
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ChargePoint/xcparse.git
Command line invocation:
    /Applications/Xcode-15.4.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.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcparse-Package -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-15.4.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=iOS
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
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 18a1be8e52bcd36ab8b301597d42e280
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/18a1be8e52bcd36ab8b301597d42e280.xcbuilddata
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 17.5.99. (in target 'XCParseCore' from project 'xcparse')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 17.5.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.4.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=iOS
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
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 18a1be8e52bcd36ab8b301597d42e280
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/18a1be8e52bcd36ab8b301597d42e280.xcbuilddata
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 17.5.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')
/Users/admin/builder/spi-builder-workspace/xcparse.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 17.5.99. (in target 'XCParseCore' from project 'xcparse')
** BUILD FAILED **
BUILD FAILURE 5.10 iOS