Build Information
Failed to build HealthDataSync, reference master (7e2ca2
), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 26 Nov 2024 10:47:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataSync_Tests -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 Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/health-data-sync.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/microsoft/health-data-sync
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7e2ca28 Merge pull request #1 from microsoft/personal/namalu/installation-documentation
Cloned https://github.com/microsoft/health-data-sync.git
Revision (git rev-parse @):
7e2ca28f1cc601c007b46de68c9a4a4e4b81d2e7
SUCCESS checkout https://github.com/microsoft/health-data-sync.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.0
Building package at path: $PWD
https://github.com/microsoft/health-data-sync.git
Command line invocation:
/Applications/Xcode-16.1.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
Resolve Package Graph
Fetching from https://github.com/Quick/Quick
Fetching from https://github.com/Quick/Nimble
Creating working copy of package ‘Quick’
Checking out 2.2.1 of package ‘Quick’
Creating working copy of package ‘Nimble’
Checking out 8.0.2 of package ‘Nimble’
Resolved source packages:
Nimble: https://github.com/Quick/Nimble @ 8.0.2
Quick: https://github.com/Quick/Quick @ 2.2.1
resolved source packages: Nimble, Quick
{
"dependencies" : [
],
"manifest_display_name" : "HealthDataSync",
"name" : "HealthDataSync",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "HealthDataSync",
"targets" : [
"HealthDataSync"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HealthDataSync",
"module_type" : "SwiftTarget",
"name" : "HealthDataSync",
"path" : "Sources",
"product_memberships" : [
"HealthDataSync"
],
"sources" : [
"Constants.swift",
"HDSConverterProtocol.swift",
"HDSError.swift",
"HDSManager.swift",
"HDSManagerFactory.swift",
"HDSManagerProtocol.swift",
"HDSPermissionsManager.swift",
"HDSQueryObserver.swift",
"HDSQueryObserverDelegate.swift",
"HDSQueryObserverFactory.swift",
"Proxies/HDSStoreProxy.swift",
"Proxies/HDSStoreProxyProtocol.swift",
"Proxies/HDSUserDefaultsProxy.swift",
"Proxies/HDSUserDefaultsProxyProtocol.swift",
"Synchronizers/HDSExternalObjectProtocol.swift",
"Synchronizers/HDSExternalStoreProtocol.swift",
"Synchronizers/HDSObjectSynchronizer.swift",
"Synchronizers/HDSObjectSynchronizerProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "HealthDataSync",
"schemes" : [
"HealthDataSync_Tests"
],
"targets" : [
"HealthDataSync_Tests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HealthDataSync_Tests -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.1.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 HealthDataSync_Tests -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Resolved source packages:
Nimble: https://github.com/Quick/Nimble @ 8.0.2
Quick: https://github.com/Quick/Quick @ 2.2.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'HealthDataSync_Tests' in project 'HealthDataSync'
➜ Explicit dependency on target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble' (no dependencies)
Target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
Target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk -x c -c /dev/null
Build description signature: c56fc6a93cd1fbf13439fea01f3cee46
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c56fc6a93cd1fbf13439fea01f3cee46.xcbuilddata
/Users/admin/builder/spi-builder-workspace/HealthDataSync.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "UBF8T346G9" with a private key was found. (in target 'HealthDataSync_Tests' from project 'HealthDataSync')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building project HealthDataSync with scheme HealthDataSync_Tests
(1 failure)
Command line invocation:
/Applications/Xcode-16.1.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 HealthDataSync_Tests -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Resolved source packages:
Nimble: https://github.com/Quick/Nimble @ 8.0.2
Quick: https://github.com/Quick/Quick @ 2.2.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'HealthDataSync_Tests' in project 'HealthDataSync'
➜ Explicit dependency on target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble'
➜ Explicit dependency on target 'Nimble' in project 'Nimble'
Target 'Nimble' in project 'Nimble' (no dependencies)
Target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
Target 'Quick' in project 'Quick'
➜ Explicit dependency on target 'QuickObjCRuntime' in project 'Quick'
Target 'QuickObjCRuntime' in project 'Quick' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/HealthDataSync.xcodeproj: error: No signing certificate "Mac Development" found: No "Mac Development" signing certificate matching team ID "UBF8T346G9" with a private key was found. (in target 'HealthDataSync_Tests' from project 'HealthDataSync')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
The following build commands failed:
Building project HealthDataSync with scheme HealthDataSync_Tests
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild