Build Information
Successful build of IBMSwiftSDKCore, reference main (652ff3
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 20:01:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBMSwiftSDKCore-Package -destination generic/platform=watchOS 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBM/swift-sdk-core.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM/swift-sdk-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 652ff3c build(version): ensure proper versionging is followed
Cloned https://github.com/IBM/swift-sdk-core.git
Revision (git rev-parse @):
652ff3cc98af7adb8130863fd7de7ab1e734e795
SUCCESS checkout https://github.com/IBM/swift-sdk-core.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/IBM/swift-sdk-core.git
https://github.com/IBM/swift-sdk-core.git
{
"dependencies" : [
],
"manifest_display_name" : "IBMSwiftSDKCore",
"name" : "IBMSwiftSDKCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IBMSwiftSDKCore",
"targets" : [
"IBMSwiftSDKCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBMSwiftSDKCoreTests",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCoreTests",
"path" : "Tests/IBMSwiftSDKCoreTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"ConfigBasedAuthenticatorFactoryTests-Linux.swift",
"CredentialUtilsTests-Linux.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift",
"SDKInitializerTests.swift"
],
"target_dependencies" : [
"IBMSwiftSDKCore"
],
"type" : "test"
},
{
"c99name" : "IBMSwiftSDKCore",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCore",
"path" : "Sources/IBMSwiftSDKCore",
"product_memberships" : [
"IBMSwiftSDKCore"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/CloudPakForDataAuthenticator.swift",
"Authentication/ConfigBasedAuthenticatorFactory.swift",
"Authentication/IAMAuthenticator.swift",
"Authentication/InsecureConnection.swift",
"Authentication/JWT.swift",
"CodableExtensions.swift",
"CredentialUtils.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "IBMSwiftSDKCore",
"name" : "IBMSwiftSDKCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IBMSwiftSDKCore",
"targets" : [
"IBMSwiftSDKCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBMSwiftSDKCoreTests",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCoreTests",
"path" : "Tests/IBMSwiftSDKCoreTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"ConfigBasedAuthenticatorFactoryTests-Linux.swift",
"CredentialUtilsTests-Linux.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift",
"SDKInitializerTests.swift"
],
"target_dependencies" : [
"IBMSwiftSDKCore"
],
"type" : "test"
},
{
"c99name" : "IBMSwiftSDKCore",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCore",
"path" : "Sources/IBMSwiftSDKCore",
"product_memberships" : [
"IBMSwiftSDKCore"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/CloudPakForDataAuthenticator.swift",
"Authentication/ConfigBasedAuthenticatorFactory.swift",
"Authentication/IAMAuthenticator.swift",
"Authentication/InsecureConnection.swift",
"Authentication/JWT.swift",
"CodableExtensions.swift",
"CredentialUtils.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "IBMSwiftSDKCore",
"schemes" : [
"IBMSwiftSDKCore",
"IBMSwiftSDKCore-Package"
],
"targets" : [
"IBMSwiftSDKCore",
"IBMSwiftSDKCorePackageDescription",
"IBMSwiftSDKCorePackageTests",
"IBMSwiftSDKCoreTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBMSwiftSDKCore-Package -destination generic/platform=watchOS 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 IBMSwiftSDKCore-Package -destination generic/platform=watchOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'IBMSwiftSDKCore' in project 'IBMSwiftSDKCore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/WatchOS.platform/Developer/SDKs/WatchOS11.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/ld -version_details
Build description signature: 247891ebee6b190c911ff7d02468f104
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/247891ebee6b190c911ff7d02468f104.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.LinkFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftConstValuesFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-OutputFileMap.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_const_extract_protocols.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Headers (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Info.plist /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj/IBMSwiftSDKCore_Info.plist (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj/IBMSwiftSDKCore_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Info.plist
SwiftDriver IBMSwiftSDKCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver IBMSwiftSDKCore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Authentication.swift,\ CloudPakForDataAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:89:37: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
refreshQueue.async{ self.refreshToken() }
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:94:32: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
if let token = self.token {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: warning: capture of 'completionHandler' with non-sendable type '(String?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(token, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(token, nil)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654698761-swift-frontend-IBMSwiftSDKCore-Authentication.swift-arm64_apple_watchos11.4-o-Onone-4265413727.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6936 seconds (3.7053 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 5.6%) 0.1077 ( 34.0%) 0.1288 ( 18.6%) 1.5985 ( 43.1%) parse-and-resolve-imports
0.0202 ( 5.4%) 0.1068 ( 33.7%) 0.1270 ( 18.3%) 1.5967 ( 43.1%) Import resolution
0.0820 ( 21.7%) 0.0297 ( 9.4%) 0.1118 ( 16.1%) 0.1120 ( 3.0%) build-rewrite-system
0.0017 ( 0.5%) 0.0102 ( 3.2%) 0.0119 ( 1.7%) 0.0836 ( 2.3%) load-stdlib
0.0475 ( 12.6%) 0.0108 ( 3.4%) 0.0582 ( 8.4%) 0.0582 ( 1.6%) perform-sema
0.0474 ( 12.6%) 0.0107 ( 3.4%) 0.0581 ( 8.4%) 0.0581 ( 1.6%) Type checking and Semantic analysis
0.0339 ( 9.0%) 0.0073 ( 2.3%) 0.0412 ( 5.9%) 0.0412 ( 1.1%) typecheck-expr
0.0316 ( 8.4%) 0.0070 ( 2.2%) 0.0385 ( 5.6%) 0.0385 ( 1.0%) typecheck-stmt
0.0281 ( 7.5%) 0.0071 ( 2.2%) 0.0352 ( 5.1%) 0.0352 ( 0.9%) typecheck-decl
0.0133 ( 3.5%) 0.0100 ( 3.2%) 0.0234 ( 3.4%) 0.0235 ( 0.6%) import-clang-decl
0.0132 ( 3.5%) 0.0045 ( 1.4%) 0.0177 ( 2.6%) 0.0178 ( 0.5%) IRGen
0.0107 ( 2.9%) 0.0023 ( 0.7%) 0.0130 ( 1.9%) 0.0130 ( 0.4%) precheck-target
0.0103 ( 2.7%) 0.0011 ( 0.3%) 0.0114 ( 1.6%) 0.0115 ( 0.3%) SILGen
0.0090 ( 2.4%) 0.0004 ( 0.1%) 0.0094 ( 1.4%) 0.0094 ( 0.3%) SIL optimization
0.0054 ( 1.4%) 0.0004 ( 0.1%) 0.0058 ( 0.8%) 0.0058 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0005 ( 0.1%) 0.0002 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3771 (100.0%) 0.3165 (100.0%) 0.6936 (100.0%) 3.7053 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8230 seconds (3.4553 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9978 (100.0%) 0.8252 (100.0%) 1.8230 (100.0%) 3.4553 (100.0%) Building Target
0.9978 (100.0%) 0.8252 (100.0%) 1.8230 (100.0%) 3.4553 (100.0%) Total
SwiftCompile normal arm64 Compiling\ InsecureConnection.swift,\ JWT.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654688363-swift-frontend-IBMSwiftSDKCore-InsecureConnection.swift-arm64_apple_watchos11.4-o-Onone-3713873268.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7329 seconds (3.8192 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0271 ( 7.3%) 0.1104 ( 30.5%) 0.1375 ( 18.8%) 1.6653 ( 43.6%) parse-and-resolve-imports
0.0260 ( 7.0%) 0.1094 ( 30.2%) 0.1354 ( 18.5%) 1.6631 ( 43.5%) Import resolution
0.0829 ( 22.4%) 0.0294 ( 8.1%) 0.1123 ( 15.3%) 0.1124 ( 2.9%) build-rewrite-system
0.0135 ( 3.6%) 0.0440 ( 12.1%) 0.0574 ( 7.8%) 0.0877 ( 2.3%) load-stdlib
0.0402 ( 10.8%) 0.0117 ( 3.2%) 0.0519 ( 7.1%) 0.0519 ( 1.4%) perform-sema
0.0401 ( 10.8%) 0.0116 ( 3.2%) 0.0517 ( 7.1%) 0.0518 ( 1.4%) Type checking and Semantic analysis
0.0349 ( 9.4%) 0.0094 ( 2.6%) 0.0443 ( 6.0%) 0.0443 ( 1.2%) typecheck-stmt
0.0323 ( 8.7%) 0.0087 ( 2.4%) 0.0410 ( 5.6%) 0.0410 ( 1.1%) typecheck-expr
0.0191 ( 5.1%) 0.0062 ( 1.7%) 0.0253 ( 3.5%) 0.0254 ( 0.7%) typecheck-decl
0.0139 ( 3.8%) 0.0111 ( 3.1%) 0.0251 ( 3.4%) 0.0252 ( 0.7%) import-clang-decl
0.0114 ( 3.1%) 0.0032 ( 0.9%) 0.0146 ( 2.0%) 0.0146 ( 0.4%) precheck-target
0.0075 ( 2.0%) 0.0041 ( 1.1%) 0.0116 ( 1.6%) 0.0116 ( 0.3%) IRGen
0.0092 ( 2.5%) 0.0017 ( 0.5%) 0.0109 ( 1.5%) 0.0109 ( 0.3%) SILGen
0.0060 ( 1.6%) 0.0011 ( 0.3%) 0.0072 ( 1.0%) 0.0072 ( 0.2%) SILGen-function
0.0052 ( 1.4%) 0.0001 ( 0.0%) 0.0053 ( 0.7%) 0.0053 ( 0.1%) SIL optimization
0.0009 ( 0.2%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3705 (100.0%) 0.3624 (100.0%) 0.7329 (100.0%) 3.8192 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8101 seconds (3.4628 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9387 (100.0%) 0.8714 (100.0%) 1.8101 (100.0%) 3.4628 (100.0%) Building Target
0.9387 (100.0%) 0.8714 (100.0%) 1.8101 (100.0%) 3.4628 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift:33:7: warning: non-final class 'AllowInsecureConnectionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class AllowInsecureConnectionDelegate: NSObject, URLSessionDelegate {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ ConfigBasedAuthenticatorFactory.swift,\ IAMAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/ConfigBasedAuthenticatorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/ConfigBasedAuthenticatorFactory.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:85:37: warning: capture of 'self' with non-sendable type 'IAMTokenSource' in a '@Sendable' closure
refreshQueue.async{ self.refreshToken() }
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:36:7: note: class 'IAMTokenSource' does not conform to the 'Sendable' protocol
class IAMTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:90:32: warning: capture of 'self' with non-sendable type 'IAMTokenSource' in a '@Sendable' closure
if let token = self.token {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:36:7: note: class 'IAMTokenSource' does not conform to the 'Sendable' protocol
class IAMTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:91:21: warning: capture of 'completionHandler' with non-sendable type '(String?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(token, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:91:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(token, nil)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654691681-swift-frontend-IBMSwiftSDKCore-ConfigBasedAuthenticatorFactory.swift-arm64_apple_watchos11.4-o-Onone-2718057689.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6778 seconds (3.6776 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0212 ( 6.1%) 0.1081 ( 32.6%) 0.1293 ( 19.1%) 1.5916 ( 43.3%) parse-and-resolve-imports
0.0204 ( 5.9%) 0.1072 ( 32.4%) 0.1276 ( 18.8%) 1.5899 ( 43.2%) Import resolution
0.0808 ( 23.3%) 0.0289 ( 8.7%) 0.1097 ( 16.2%) 0.1098 ( 3.0%) build-rewrite-system
0.0017 ( 0.5%) 0.0169 ( 5.1%) 0.0186 ( 2.7%) 0.0910 ( 2.5%) load-stdlib
0.0401 ( 11.6%) 0.0131 ( 3.9%) 0.0532 ( 7.8%) 0.0542 ( 1.5%) perform-sema
0.0400 ( 11.5%) 0.0131 ( 3.9%) 0.0531 ( 7.8%) 0.0540 ( 1.5%) Type checking and Semantic analysis
0.0275 ( 7.9%) 0.0065 ( 2.0%) 0.0340 ( 5.0%) 0.0340 ( 0.9%) typecheck-expr
0.0215 ( 6.2%) 0.0089 ( 2.7%) 0.0304 ( 4.5%) 0.0308 ( 0.8%) typecheck-decl
0.0247 ( 7.1%) 0.0053 ( 1.6%) 0.0300 ( 4.4%) 0.0300 ( 0.8%) typecheck-stmt
0.0126 ( 3.7%) 0.0101 ( 3.0%) 0.0227 ( 3.4%) 0.0228 ( 0.6%) import-clang-decl
0.0119 ( 3.4%) 0.0071 ( 2.1%) 0.0189 ( 2.8%) 0.0191 ( 0.5%) IRGen
0.0152 ( 4.4%) 0.0024 ( 0.7%) 0.0176 ( 2.6%) 0.0176 ( 0.5%) SILGen
0.0105 ( 3.0%) 0.0017 ( 0.5%) 0.0122 ( 1.8%) 0.0122 ( 0.3%) SILGen-function
0.0085 ( 2.5%) 0.0002 ( 0.1%) 0.0087 ( 1.3%) 0.0087 ( 0.2%) SIL optimization
0.0069 ( 2.0%) 0.0014 ( 0.4%) 0.0082 ( 1.2%) 0.0082 ( 0.2%) precheck-target
0.0021 ( 0.6%) 0.0003 ( 0.1%) 0.0024 ( 0.4%) 0.0024 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3464 (100.0%) 0.3314 (100.0%) 0.6778 (100.0%) 3.6776 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8372 seconds (3.4635 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9923 (100.0%) 0.8449 (100.0%) 1.8372 (100.0%) 3.4635 (100.0%) Building Target
0.9923 (100.0%) 0.8449 (100.0%) 1.8372 (100.0%) 3.4635 (100.0%) Total
SwiftCompile normal arm64 Compiling\ CodableExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654695015-swift-frontend-IBMSwiftSDKCore-CodableExtensions.swift-arm64_apple_watchos11.4-o-Onone-2282032589.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5304 seconds (3.6588 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0206 ( 8.0%) 0.0947 ( 34.5%) 0.1153 ( 21.7%) 1.6241 ( 44.4%) parse-and-resolve-imports
0.0195 ( 7.6%) 0.0936 ( 34.1%) 0.1131 ( 21.3%) 1.6219 ( 44.3%) Import resolution
0.0017 ( 0.6%) 0.0107 ( 3.9%) 0.0124 ( 2.3%) 0.1227 ( 3.4%) load-stdlib
0.0814 ( 31.8%) 0.0302 ( 11.0%) 0.1116 ( 21.0%) 0.1116 ( 3.0%) build-rewrite-system
0.0259 ( 10.1%) 0.0075 ( 2.7%) 0.0333 ( 6.3%) 0.0334 ( 0.9%) perform-sema
0.0258 ( 10.1%) 0.0074 ( 2.7%) 0.0333 ( 6.3%) 0.0333 ( 0.9%) Type checking and Semantic analysis
0.0210 ( 8.2%) 0.0059 ( 2.2%) 0.0270 ( 5.1%) 0.0270 ( 0.7%) typecheck-stmt
0.0117 ( 4.6%) 0.0106 ( 3.9%) 0.0224 ( 4.2%) 0.0226 ( 0.6%) import-clang-decl
0.0169 ( 6.6%) 0.0045 ( 1.7%) 0.0214 ( 4.0%) 0.0214 ( 0.6%) typecheck-expr
0.0086 ( 3.4%) 0.0028 ( 1.0%) 0.0114 ( 2.1%) 0.0114 ( 0.3%) precheck-target
0.0050 ( 1.9%) 0.0033 ( 1.2%) 0.0082 ( 1.6%) 0.0083 ( 0.2%) IRGen
0.0055 ( 2.1%) 0.0015 ( 0.5%) 0.0070 ( 1.3%) 0.0070 ( 0.2%) typecheck-decl
0.0046 ( 1.8%) 0.0008 ( 0.3%) 0.0054 ( 1.0%) 0.0054 ( 0.1%) SILGen
0.0043 ( 1.7%) 0.0001 ( 0.0%) 0.0045 ( 0.8%) 0.0045 ( 0.1%) SIL optimization
0.0027 ( 1.0%) 0.0004 ( 0.1%) 0.0031 ( 0.6%) 0.0031 ( 0.1%) SILGen-function
0.0008 ( 0.3%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2561 (100.0%) 0.2742 (100.0%) 0.5304 (100.0%) 3.6588 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7399 seconds (3.4576 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8956 (100.0%) 0.8443 (100.0%) 1.7399 (100.0%) 3.4576 (100.0%) Building Target
0.8956 (100.0%) 0.8443 (100.0%) 1.7399 (100.0%) 3.4576 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ RestError.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654699985-swift-frontend-IBMSwiftSDKCore-RestError.swift-arm64_apple_watchos11.4-o-Onone-107006320.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4759 seconds (3.7309 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0223 ( 11.8%) 0.1095 ( 38.1%) 0.1318 ( 27.7%) 1.7228 ( 46.2%) parse-and-resolve-imports
0.0212 ( 11.2%) 0.1084 ( 37.8%) 0.1296 ( 27.2%) 1.7206 ( 46.1%) Import resolution
0.0811 ( 43.0%) 0.0306 ( 10.6%) 0.1117 ( 23.5%) 0.1121 ( 3.0%) build-rewrite-system
0.0016 ( 0.9%) 0.0090 ( 3.1%) 0.0106 ( 2.2%) 0.0828 ( 2.2%) load-stdlib
0.0120 ( 6.3%) 0.0103 ( 3.6%) 0.0223 ( 4.7%) 0.0223 ( 0.6%) import-clang-decl
0.0121 ( 6.4%) 0.0044 ( 1.5%) 0.0165 ( 3.5%) 0.0166 ( 0.4%) perform-sema
0.0120 ( 6.4%) 0.0044 ( 1.5%) 0.0164 ( 3.5%) 0.0165 ( 0.4%) Type checking and Semantic analysis
0.0087 ( 4.6%) 0.0030 ( 1.0%) 0.0117 ( 2.5%) 0.0117 ( 0.3%) typecheck-stmt
0.0064 ( 3.4%) 0.0022 ( 0.8%) 0.0086 ( 1.8%) 0.0086 ( 0.2%) precheck-target
0.0028 ( 1.5%) 0.0031 ( 1.1%) 0.0059 ( 1.2%) 0.0059 ( 0.2%) IRGen
0.0031 ( 1.7%) 0.0013 ( 0.5%) 0.0044 ( 0.9%) 0.0045 ( 0.1%) typecheck-decl
0.0021 ( 1.1%) 0.0001 ( 0.0%) 0.0021 ( 0.4%) 0.0021 ( 0.1%) SIL optimization
0.0014 ( 0.8%) 0.0004 ( 0.1%) 0.0018 ( 0.4%) 0.0018 ( 0.0%) SILGen
0.0009 ( 0.5%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0010 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-expr
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1889 (100.0%) 0.2870 (100.0%) 0.4759 (100.0%) 3.7309 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6966 seconds (3.4458 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8818 (100.0%) 0.8148 (100.0%) 1.6966 (100.0%) 3.4458 (100.0%) Building Target
0.8818 (100.0%) 0.8148 (100.0%) 1.6966 (100.0%) 3.4458 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:55:10: warning: associated value 'http(statusCode:message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case http(statusCode: Int?, message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:58:10: warning: associated value 'other(message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case other(message: String?, metadata: [String: Any]?)
^
SwiftCompile normal arm64 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654705424-swift-frontend-IBMSwiftSDKCore-JSON.swift-arm64_apple_watchos11.4-o-Onone-3086481454.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6755 seconds (4.0476 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0221 ( 6.1%) 0.1058 ( 33.9%) 0.1279 ( 18.9%) 1.7716 ( 43.8%) parse-and-resolve-imports
0.0209 ( 5.7%) 0.1045 ( 33.5%) 0.1254 ( 18.6%) 1.7691 ( 43.7%) Import resolution
0.0818 ( 22.5%) 0.0284 ( 9.1%) 0.1102 ( 16.3%) 0.1107 ( 2.7%) build-rewrite-system
0.0015 ( 0.4%) 0.0073 ( 2.3%) 0.0088 ( 1.3%) 0.0917 ( 2.3%) load-stdlib
0.0540 ( 14.8%) 0.0135 ( 4.3%) 0.0675 ( 10.0%) 0.0678 ( 1.7%) perform-sema
0.0540 ( 14.8%) 0.0135 ( 4.3%) 0.0675 ( 10.0%) 0.0678 ( 1.7%) Type checking and Semantic analysis
0.0266 ( 7.3%) 0.0090 ( 2.9%) 0.0356 ( 5.3%) 0.0358 ( 0.9%) typecheck-decl
0.0296 ( 8.1%) 0.0044 ( 1.4%) 0.0340 ( 5.0%) 0.0341 ( 0.8%) typecheck-stmt
0.0228 ( 6.3%) 0.0053 ( 1.7%) 0.0281 ( 4.2%) 0.0283 ( 0.7%) typecheck-expr
0.0133 ( 3.7%) 0.0105 ( 3.4%) 0.0238 ( 3.5%) 0.0240 ( 0.6%) import-clang-decl
0.0081 ( 2.2%) 0.0039 ( 1.2%) 0.0120 ( 1.8%) 0.0120 ( 0.3%) IRGen
0.0090 ( 2.5%) 0.0026 ( 0.8%) 0.0117 ( 1.7%) 0.0117 ( 0.3%) SILGen
0.0083 ( 2.3%) 0.0025 ( 0.8%) 0.0108 ( 1.6%) 0.0108 ( 0.3%) SILGen-function
0.0063 ( 1.7%) 0.0000 ( 0.0%) 0.0063 ( 0.9%) 0.0063 ( 0.2%) SIL optimization
0.0043 ( 1.2%) 0.0001 ( 0.0%) 0.0044 ( 0.7%) 0.0044 ( 0.1%) precheck-target
0.0010 ( 0.3%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0013 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3639 (100.0%) 0.3116 (100.0%) 0.6755 (100.0%) 4.0476 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6502 seconds (3.4461 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9089 (100.0%) 0.7413 (100.0%) 1.6502 (100.0%) 3.4461 (100.0%) Building Target
0.9089 (100.0%) 0.7413 (100.0%) 1.6502 (100.0%) 3.4461 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ RestResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654705834-swift-frontend-IBMSwiftSDKCore-RestResponse.swift-arm64_apple_watchos11.4-o-Onone-430753317.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3865 seconds (3.8431 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0204 ( 12.3%) 0.0801 ( 36.4%) 0.1005 ( 26.0%) 1.7738 ( 46.2%) parse-and-resolve-imports
0.0194 ( 11.7%) 0.0791 ( 35.9%) 0.0985 ( 25.5%) 1.7718 ( 46.1%) Import resolution
0.0015 ( 0.9%) 0.0073 ( 3.3%) 0.0088 ( 2.3%) 0.1184 ( 3.1%) load-stdlib
0.0801 ( 48.2%) 0.0299 ( 13.6%) 0.1100 ( 28.5%) 0.1102 ( 2.9%) build-rewrite-system
0.0116 ( 7.0%) 0.0096 ( 4.4%) 0.0212 ( 5.5%) 0.0214 ( 0.6%) import-clang-decl
0.0060 ( 3.6%) 0.0027 ( 1.2%) 0.0087 ( 2.3%) 0.0087 ( 0.2%) perform-sema
0.0059 ( 3.6%) 0.0027 ( 1.2%) 0.0087 ( 2.2%) 0.0087 ( 0.2%) Type checking and Semantic analysis
0.0038 ( 2.3%) 0.0038 ( 1.7%) 0.0076 ( 2.0%) 0.0077 ( 0.2%) IRGen
0.0029 ( 1.8%) 0.0018 ( 0.8%) 0.0047 ( 1.2%) 0.0047 ( 0.1%) typecheck-decl
0.0028 ( 1.7%) 0.0009 ( 0.4%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) typecheck-stmt
0.0027 ( 1.6%) 0.0005 ( 0.2%) 0.0032 ( 0.8%) 0.0032 ( 0.1%) SILGen
0.0023 ( 1.4%) 0.0004 ( 0.2%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SILGen-function
0.0027 ( 1.6%) 0.0001 ( 0.0%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SIL optimization
0.0014 ( 0.8%) 0.0006 ( 0.3%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) typecheck-for-each
0.0015 ( 0.9%) 0.0004 ( 0.2%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) typecheck-expr
0.0008 ( 0.5%) 0.0004 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1662 (100.0%) 0.2203 (100.0%) 0.3865 (100.0%) 3.8431 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5787 seconds (3.4409 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8421 (100.0%) 0.7366 (100.0%) 1.5787 (100.0%) 3.4409 (100.0%) Building Target
0.8421 (100.0%) 0.7366 (100.0%) 1.5787 (100.0%) 3.4409 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ CredentialUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654702879-swift-frontend-IBMSwiftSDKCore-CredentialUtils.swift-arm64_apple_watchos11.4-o-Onone-2302973246.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4802 seconds (3.6285 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0237 ( 12.4%) 0.1110 ( 38.3%) 0.1347 ( 28.0%) 1.6713 ( 46.1%) parse-and-resolve-imports
0.0226 ( 11.9%) 0.1100 ( 38.0%) 0.1326 ( 27.6%) 1.6692 ( 46.0%) Import resolution
0.0831 ( 43.6%) 0.0320 ( 11.0%) 0.1151 ( 24.0%) 0.1151 ( 3.2%) build-rewrite-system
0.0015 ( 0.8%) 0.0090 ( 3.1%) 0.0105 ( 2.2%) 0.0853 ( 2.4%) load-stdlib
0.0120 ( 6.3%) 0.0110 ( 3.8%) 0.0230 ( 4.8%) 0.0232 ( 0.6%) import-clang-decl
0.0096 ( 5.0%) 0.0036 ( 1.2%) 0.0132 ( 2.7%) 0.0132 ( 0.4%) perform-sema
0.0095 ( 5.0%) 0.0036 ( 1.2%) 0.0131 ( 2.7%) 0.0131 ( 0.4%) Type checking and Semantic analysis
0.0095 ( 5.0%) 0.0035 ( 1.2%) 0.0131 ( 2.7%) 0.0131 ( 0.4%) typecheck-decl
0.0032 ( 1.7%) 0.0030 ( 1.0%) 0.0061 ( 1.3%) 0.0061 ( 0.2%) IRGen
0.0038 ( 2.0%) 0.0008 ( 0.3%) 0.0046 ( 1.0%) 0.0047 ( 0.1%) SILGen
0.0031 ( 1.6%) 0.0007 ( 0.2%) 0.0038 ( 0.8%) 0.0038 ( 0.1%) SILGen-function
0.0027 ( 1.4%) 0.0001 ( 0.0%) 0.0028 ( 0.6%) 0.0028 ( 0.1%) SIL optimization
0.0019 ( 1.0%) 0.0005 ( 0.2%) 0.0024 ( 0.5%) 0.0024 ( 0.1%) typecheck-expr
0.0019 ( 1.0%) 0.0005 ( 0.2%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) typecheck-stmt
0.0012 ( 0.6%) 0.0002 ( 0.1%) 0.0014 ( 0.3%) 0.0014 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.4%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1904 (100.0%) 0.2897 (100.0%) 0.4802 (100.0%) 3.6285 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7412 seconds (3.4424 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8929 (100.0%) 0.8484 (100.0%) 1.7412 (100.0%) 3.4424 (100.0%) Building Target
0.8929 (100.0%) 0.8484 (100.0%) 1.7412 (100.0%) 3.4424 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ IBMSwiftSDKCore (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654705887-swift-frontend-IBMSwiftSDKCore-all-arm64_apple_watchos11.4-swiftmodule-Onone-4156032746.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5780 seconds (3.5542 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0208 ( 7.6%) 0.1078 ( 35.4%) 0.1286 ( 22.3%) 1.5785 ( 44.4%) parse-and-resolve-imports
0.0199 ( 7.3%) 0.1067 ( 35.0%) 0.1266 ( 21.9%) 1.5756 ( 44.3%) Import resolution
0.0012 ( 0.5%) 0.0055 ( 1.8%) 0.0067 ( 1.2%) 0.0769 ( 2.2%) load-stdlib
0.0464 ( 17.0%) 0.0164 ( 5.4%) 0.0627 ( 10.9%) 0.0645 ( 1.8%) perform-sema
0.0462 ( 16.9%) 0.0163 ( 5.3%) 0.0624 ( 10.8%) 0.0643 ( 1.8%) Type checking and Semantic analysis
0.0454 ( 16.6%) 0.0161 ( 5.3%) 0.0615 ( 10.6%) 0.0633 ( 1.8%) typecheck-decl
0.0217 ( 8.0%) 0.0065 ( 2.1%) 0.0282 ( 4.9%) 0.0284 ( 0.8%) typecheck-expr
0.0117 ( 4.3%) 0.0068 ( 2.2%) 0.0185 ( 3.2%) 0.0191 ( 0.5%) SIL optimization
0.0127 ( 4.7%) 0.0040 ( 1.3%) 0.0168 ( 2.9%) 0.0170 ( 0.5%) typecheck-stmt
0.0133 ( 4.9%) 0.0030 ( 1.0%) 0.0163 ( 2.8%) 0.0163 ( 0.5%) SILGen
0.0084 ( 3.1%) 0.0029 ( 0.9%) 0.0113 ( 2.0%) 0.0115 ( 0.3%) precheck-target
0.0090 ( 3.3%) 0.0021 ( 0.7%) 0.0111 ( 1.9%) 0.0111 ( 0.3%) SILGen-function
0.0040 ( 1.5%) 0.0037 ( 1.2%) 0.0078 ( 1.3%) 0.0078 ( 0.2%) import-clang-decl
0.0062 ( 2.3%) 0.0015 ( 0.5%) 0.0076 ( 1.3%) 0.0076 ( 0.2%) build-rewrite-system
0.0025 ( 0.9%) 0.0040 ( 1.3%) 0.0064 ( 1.1%) 0.0070 ( 0.2%) Serialization, swiftmodule
0.0020 ( 0.7%) 0.0003 ( 0.1%) 0.0023 ( 0.4%) 0.0023 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.3%) 0.0011 ( 0.3%) 0.0018 ( 0.3%) 0.0018 ( 0.1%) Serialization, swiftdoc
0.0007 ( 0.3%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2733 (100.0%) 0.3046 (100.0%) 0.5780 (100.0%) 3.5542 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2534 seconds (1.7771 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1083 (100.0%) 0.1451 (100.0%) 0.2534 (100.0%) 1.7771 (100.0%) Building Target
0.1083 (100.0%) 0.1451 (100.0%) 0.2534 (100.0%) 1.7771 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift:33:7: warning: non-final class 'AllowInsecureConnectionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class AllowInsecureConnectionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:55:10: warning: associated value 'http(statusCode:message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case http(statusCode: Int?, message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:58:10: warning: associated value 'other(message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case other(message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: warning: static property 'userAgent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var userAgent: String?
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: convert 'userAgent' to a 'let' constant to make 'Sendable' shared state immutable
public static var userAgent: String?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
public static var userAgent: String?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var userAgent: String?
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697654706568-swift-frontend-IBMSwiftSDKCore-MultipartFormData.swift-arm64_apple_watchos11.4-o-Onone-2440757896.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.0308 seconds (3.5446 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9404 ( 44.3%) 0.4100 ( 45.1%) 1.3504 ( 44.6%) 1.5671 ( 44.2%) parse-and-resolve-imports
0.9395 ( 44.3%) 0.4058 ( 44.7%) 1.3453 ( 44.4%) 1.5590 ( 44.0%) Import resolution
0.0830 ( 3.9%) 0.0164 ( 1.8%) 0.0994 ( 3.3%) 0.0998 ( 2.8%) build-rewrite-system
0.0014 ( 0.1%) 0.0069 ( 0.8%) 0.0083 ( 0.3%) 0.0880 ( 2.5%) load-stdlib
0.0309 ( 1.5%) 0.0137 ( 1.5%) 0.0445 ( 1.5%) 0.0452 ( 1.3%) perform-sema
0.0308 ( 1.5%) 0.0136 ( 1.5%) 0.0445 ( 1.5%) 0.0452 ( 1.3%) Type checking and Semantic analysis
0.0235 ( 1.1%) 0.0057 ( 0.6%) 0.0293 ( 1.0%) 0.0295 ( 0.8%) typecheck-stmt
0.0217 ( 1.0%) 0.0061 ( 0.7%) 0.0278 ( 0.9%) 0.0284 ( 0.8%) typecheck-expr
0.0123 ( 0.6%) 0.0110 ( 1.2%) 0.0234 ( 0.8%) 0.0234 ( 0.7%) import-clang-decl
0.0111 ( 0.5%) 0.0088 ( 1.0%) 0.0200 ( 0.7%) 0.0207 ( 0.6%) typecheck-decl
0.0053 ( 0.3%) 0.0066 ( 0.7%) 0.0119 ( 0.4%) 0.0123 ( 0.3%) IRGen
0.0095 ( 0.4%) 0.0017 ( 0.2%) 0.0112 ( 0.4%) 0.0112 ( 0.3%) precheck-target
0.0047 ( 0.2%) 0.0003 ( 0.0%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) SIL optimization
0.0039 ( 0.2%) 0.0008 ( 0.1%) 0.0047 ( 0.2%) 0.0047 ( 0.1%) SILGen
0.0029 ( 0.1%) 0.0006 ( 0.1%) 0.0035 ( 0.1%) 0.0036 ( 0.1%) SILGen-function
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.1223 (100.0%) 0.9086 (100.0%) 3.0308 (100.0%) 3.5446 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0398 seconds (3.4406 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8610 (100.0%) 1.1788 (100.0%) 3.0398 (100.0%) 3.4406 (100.0%) Building Target
1.8610 (100.0%) 1.1788 (100.0%) 3.0398 (100.0%) 3.4406 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ IBMSwiftSDKCore (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697656561287-swift-frontend-IBMSwiftSDKCore-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-2426507196.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.4926 seconds (3.6227 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0359 ( 45.2%) 0.5241 ( 43.7%) 1.5600 ( 44.7%) 1.6171 ( 44.6%) parse-and-resolve-imports
1.0346 ( 45.1%) 0.5114 ( 42.6%) 1.5460 ( 44.3%) 1.6004 ( 44.2%) Import resolution
0.0427 ( 1.9%) 0.0364 ( 3.0%) 0.0792 ( 2.3%) 0.0816 ( 2.3%) perform-sema
0.0425 ( 1.9%) 0.0364 ( 3.0%) 0.0789 ( 2.3%) 0.0814 ( 2.2%) Type checking and Semantic analysis
0.0418 ( 1.8%) 0.0361 ( 3.0%) 0.0779 ( 2.2%) 0.0804 ( 2.2%) typecheck-decl
0.0133 ( 0.6%) 0.0176 ( 1.5%) 0.0309 ( 0.9%) 0.0401 ( 1.1%) load-stdlib
0.0201 ( 0.9%) 0.0128 ( 1.1%) 0.0329 ( 0.9%) 0.0337 ( 0.9%) typecheck-expr
0.0115 ( 0.5%) 0.0081 ( 0.7%) 0.0196 ( 0.6%) 0.0202 ( 0.6%) typecheck-stmt
0.0108 ( 0.5%) 0.0029 ( 0.2%) 0.0138 ( 0.4%) 0.0138 ( 0.4%) SIL optimization
0.0077 ( 0.3%) 0.0053 ( 0.4%) 0.0129 ( 0.4%) 0.0133 ( 0.4%) precheck-target
0.0101 ( 0.4%) 0.0020 ( 0.2%) 0.0120 ( 0.3%) 0.0120 ( 0.3%) SILGen
0.0066 ( 0.3%) 0.0014 ( 0.1%) 0.0079 ( 0.2%) 0.0079 ( 0.2%) SILGen-function
0.0058 ( 0.3%) 0.0013 ( 0.1%) 0.0071 ( 0.2%) 0.0071 ( 0.2%) build-rewrite-system
0.0034 ( 0.1%) 0.0031 ( 0.3%) 0.0064 ( 0.2%) 0.0064 ( 0.2%) import-clang-decl
0.0021 ( 0.1%) 0.0006 ( 0.0%) 0.0027 ( 0.1%) 0.0027 ( 0.1%) Serialization, swiftmodule
0.0015 ( 0.1%) 0.0002 ( 0.0%) 0.0017 ( 0.0%) 0.0017 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.0%) 0.0004 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.2923 (100.0%) 1.2003 (100.0%) 3.4926 (100.0%) 3.6227 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7352 seconds (1.8083 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1258 (100.0%) 0.6094 (100.0%) 1.7352 (100.0%) 1.8083 (100.0%) Building Target
1.1258 (100.0%) 0.6094 (100.0%) 1.7352 (100.0%) 1.8083 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift:33:7: warning: non-final class 'AllowInsecureConnectionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class AllowInsecureConnectionDelegate: NSObject, URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:55:10: warning: associated value 'http(statusCode:message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case http(statusCode: Int?, message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:58:10: warning: associated value 'other(message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case other(message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: warning: static property 'userAgent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var userAgent: String?
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: convert 'userAgent' to a 'let' constant to make 'Sendable' shared state immutable
public static var userAgent: String?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
public static var userAgent: String?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var userAgent: String?
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for IBMSwiftSDKCore (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriver\ Compilation\ Requirements IBMSwiftSDKCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 Compiling\ CodableExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658428300-swift-frontend-IBMSwiftSDKCore-CodableExtensions.swift-arm64_32_apple_watchos11.4-o-Onone-3114593117.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4365 seconds (0.4446 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0877 ( 30.6%) 0.0347 ( 23.1%) 0.1224 ( 28.0%) 0.1232 ( 27.7%) build-rewrite-system
0.0317 ( 11.1%) 0.0135 ( 9.0%) 0.0452 ( 10.4%) 0.0466 ( 10.5%) perform-sema
0.0316 ( 11.0%) 0.0135 ( 9.0%) 0.0452 ( 10.3%) 0.0465 ( 10.5%) Type checking and Semantic analysis
0.0192 ( 6.7%) 0.0209 ( 14.0%) 0.0402 ( 9.2%) 0.0412 ( 9.3%) parse-and-resolve-imports
0.0181 ( 6.3%) 0.0196 ( 13.1%) 0.0377 ( 8.6%) 0.0387 ( 8.7%) Import resolution
0.0257 ( 9.0%) 0.0115 ( 7.7%) 0.0373 ( 8.5%) 0.0385 ( 8.7%) typecheck-stmt
0.0210 ( 7.3%) 0.0094 ( 6.2%) 0.0304 ( 7.0%) 0.0308 ( 6.9%) typecheck-expr
0.0125 ( 4.4%) 0.0131 ( 8.8%) 0.0256 ( 5.9%) 0.0259 ( 5.8%) import-clang-decl
0.0099 ( 3.4%) 0.0045 ( 3.0%) 0.0144 ( 3.3%) 0.0145 ( 3.3%) precheck-target
0.0071 ( 2.5%) 0.0037 ( 2.5%) 0.0109 ( 2.5%) 0.0110 ( 2.5%) IRGen
0.0065 ( 2.3%) 0.0020 ( 1.3%) 0.0085 ( 1.9%) 0.0086 ( 1.9%) typecheck-decl
0.0055 ( 1.9%) 0.0009 ( 0.6%) 0.0064 ( 1.5%) 0.0066 ( 1.5%) SILGen
0.0043 ( 1.5%) 0.0001 ( 0.0%) 0.0044 ( 1.0%) 0.0044 ( 1.0%) SIL optimization
0.0034 ( 1.2%) 0.0004 ( 0.2%) 0.0038 ( 0.9%) 0.0039 ( 0.9%) SILGen-function
0.0011 ( 0.4%) 0.0015 ( 1.0%) 0.0026 ( 0.6%) 0.0026 ( 0.6%) load-stdlib
0.0009 ( 0.3%) 0.0007 ( 0.5%) 0.0016 ( 0.4%) 0.0016 ( 0.4%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2864 (100.0%) 0.1500 (100.0%) 0.4365 (100.0%) 0.4446 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1971 seconds (1.2328 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9038 (100.0%) 0.2934 (100.0%) 1.1971 (100.0%) 1.2328 (100.0%) Building Target
0.9038 (100.0%) 0.2934 (100.0%) 1.1971 (100.0%) 1.2328 (100.0%) Total
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftdoc (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.abi.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftsourceinfo (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658458407-swift-frontend-IBMSwiftSDKCore-MultipartFormData.swift-arm64_32_apple_watchos11.4-o-Onone-3526547864.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4827 seconds (0.4910 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0816 ( 26.6%) 0.0321 ( 18.2%) 0.1137 ( 23.6%) 0.1140 ( 23.2%) build-rewrite-system
0.0206 ( 6.7%) 0.0350 ( 19.9%) 0.0556 ( 11.5%) 0.0594 ( 12.1%) parse-and-resolve-imports
0.0197 ( 6.4%) 0.0335 ( 19.0%) 0.0532 ( 11.0%) 0.0569 ( 11.6%) Import resolution
0.0367 ( 12.0%) 0.0133 ( 7.5%) 0.0499 ( 10.3%) 0.0500 ( 10.2%) perform-sema
0.0366 ( 11.9%) 0.0133 ( 7.5%) 0.0499 ( 10.3%) 0.0499 ( 10.2%) Type checking and Semantic analysis
0.0289 ( 9.4%) 0.0106 ( 6.0%) 0.0395 ( 8.2%) 0.0396 ( 8.1%) typecheck-stmt
0.0254 ( 8.3%) 0.0082 ( 4.7%) 0.0336 ( 7.0%) 0.0337 ( 6.9%) typecheck-expr
0.0122 ( 4.0%) 0.0133 ( 7.5%) 0.0255 ( 5.3%) 0.0256 ( 5.2%) import-clang-decl
0.0128 ( 4.2%) 0.0045 ( 2.6%) 0.0174 ( 3.6%) 0.0174 ( 3.5%) typecheck-decl
0.0110 ( 3.6%) 0.0039 ( 2.2%) 0.0148 ( 3.1%) 0.0149 ( 3.0%) precheck-target
0.0060 ( 2.0%) 0.0043 ( 2.4%) 0.0103 ( 2.1%) 0.0103 ( 2.1%) IRGen
0.0044 ( 1.4%) 0.0011 ( 0.6%) 0.0055 ( 1.1%) 0.0055 ( 1.1%) SILGen
0.0048 ( 1.6%) 0.0001 ( 0.1%) 0.0049 ( 1.0%) 0.0050 ( 1.0%) SIL optimization
0.0034 ( 1.1%) 0.0009 ( 0.5%) 0.0042 ( 0.9%) 0.0042 ( 0.9%) SILGen-function
0.0009 ( 0.3%) 0.0016 ( 0.9%) 0.0025 ( 0.5%) 0.0025 ( 0.5%) load-stdlib
0.0008 ( 0.3%) 0.0004 ( 0.2%) 0.0012 ( 0.2%) 0.0012 ( 0.2%) load-all-members
0.0005 ( 0.2%) 0.0003 ( 0.2%) 0.0008 ( 0.2%) 0.0008 ( 0.2%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3064 (100.0%) 0.1763 (100.0%) 0.4827 (100.0%) 0.4910 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1784 seconds (1.2032 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8885 (100.0%) 0.2899 (100.0%) 1.1784 (100.0%) 1.2032 (100.0%) Building Target
0.8885 (100.0%) 0.2899 (100.0%) 1.1784 (100.0%) 1.2032 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658458012-swift-frontend-IBMSwiftSDKCore-JSON.swift-arm64_32_apple_watchos11.4-o-Onone-1123305424.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5541 seconds (0.5616 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0843 ( 22.8%) 0.0341 ( 18.5%) 0.1184 ( 21.4%) 0.1186 ( 21.1%) build-rewrite-system
0.0562 ( 15.2%) 0.0172 ( 9.3%) 0.0734 ( 13.2%) 0.0741 ( 13.2%) perform-sema
0.0562 ( 15.2%) 0.0172 ( 9.3%) 0.0733 ( 13.2%) 0.0740 ( 13.2%) Type checking and Semantic analysis
0.0211 ( 5.7%) 0.0339 ( 18.4%) 0.0550 ( 9.9%) 0.0571 ( 10.2%) parse-and-resolve-imports
0.0202 ( 5.5%) 0.0326 ( 17.7%) 0.0528 ( 9.5%) 0.0548 ( 9.8%) Import resolution
0.0297 ( 8.0%) 0.0131 ( 7.1%) 0.0427 ( 7.7%) 0.0432 ( 7.7%) typecheck-decl
0.0297 ( 8.0%) 0.0048 ( 2.6%) 0.0345 ( 6.2%) 0.0348 ( 6.2%) typecheck-stmt
0.0230 ( 6.2%) 0.0058 ( 3.1%) 0.0288 ( 5.2%) 0.0290 ( 5.2%) typecheck-expr
0.0136 ( 3.7%) 0.0148 ( 8.1%) 0.0284 ( 5.1%) 0.0285 ( 5.1%) import-clang-decl
0.0081 ( 2.2%) 0.0036 ( 1.9%) 0.0117 ( 2.1%) 0.0122 ( 2.2%) IRGen
0.0083 ( 2.2%) 0.0024 ( 1.3%) 0.0107 ( 1.9%) 0.0107 ( 1.9%) SILGen
0.0075 ( 2.0%) 0.0022 ( 1.2%) 0.0097 ( 1.8%) 0.0097 ( 1.7%) SILGen-function
0.0062 ( 1.7%) 0.0002 ( 0.1%) 0.0064 ( 1.1%) 0.0064 ( 1.1%) SIL optimization
0.0042 ( 1.1%) 0.0001 ( 0.1%) 0.0043 ( 0.8%) 0.0044 ( 0.8%) precheck-target
0.0010 ( 0.3%) 0.0017 ( 0.9%) 0.0027 ( 0.5%) 0.0027 ( 0.5%) load-stdlib
0.0008 ( 0.2%) 0.0003 ( 0.2%) 0.0011 ( 0.2%) 0.0011 ( 0.2%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3702 (100.0%) 0.1839 (100.0%) 0.5541 (100.0%) 0.5616 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1809 seconds (1.2060 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9096 (100.0%) 0.2713 (100.0%) 1.1809 (100.0%) 1.2060 (100.0%) Building Target
0.9096 (100.0%) 0.2713 (100.0%) 1.1809 (100.0%) 1.2060 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Authentication.swift,\ CloudPakForDataAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:89:37: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
refreshQueue.async{ self.refreshToken() }
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:94:32: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
if let token = self.token {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: warning: capture of 'completionHandler' with non-sendable type '(String?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(token, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(token, nil)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658459605-swift-frontend-IBMSwiftSDKCore-Authentication.swift-arm64_32_apple_watchos11.4-o-Onone-1147439276.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6157 seconds (0.6256 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0820 ( 20.0%) 0.0318 ( 15.4%) 0.1138 ( 18.5%) 0.1148 ( 18.3%) build-rewrite-system
0.0563 ( 13.7%) 0.0194 ( 9.4%) 0.0757 ( 12.3%) 0.0770 ( 12.3%) perform-sema
0.0562 ( 13.7%) 0.0194 ( 9.4%) 0.0755 ( 12.3%) 0.0768 ( 12.3%) Type checking and Semantic analysis
0.0205 ( 5.0%) 0.0353 ( 17.1%) 0.0558 ( 9.1%) 0.0567 ( 9.1%) parse-and-resolve-imports
0.0401 ( 9.8%) 0.0133 ( 6.4%) 0.0533 ( 8.7%) 0.0545 ( 8.7%) typecheck-expr
0.0194 ( 4.7%) 0.0335 ( 16.2%) 0.0529 ( 8.6%) 0.0537 ( 8.6%) Import resolution
0.0374 ( 9.1%) 0.0126 ( 6.1%) 0.0500 ( 8.1%) 0.0511 ( 8.2%) typecheck-stmt
0.0321 ( 7.8%) 0.0131 ( 6.4%) 0.0452 ( 7.3%) 0.0464 ( 7.4%) typecheck-decl
0.0137 ( 3.3%) 0.0136 ( 6.6%) 0.0273 ( 4.4%) 0.0275 ( 4.4%) import-clang-decl
0.0130 ( 3.2%) 0.0055 ( 2.6%) 0.0185 ( 3.0%) 0.0195 ( 3.1%) precheck-target
0.0131 ( 3.2%) 0.0043 ( 2.1%) 0.0173 ( 2.8%) 0.0173 ( 2.8%) IRGen
0.0097 ( 2.4%) 0.0013 ( 0.6%) 0.0110 ( 1.8%) 0.0110 ( 1.8%) SILGen
0.0083 ( 2.0%) 0.0001 ( 0.1%) 0.0085 ( 1.4%) 0.0085 ( 1.4%) SIL optimization
0.0051 ( 1.2%) 0.0004 ( 0.2%) 0.0055 ( 0.9%) 0.0055 ( 0.9%) SILGen-function
0.0010 ( 0.2%) 0.0018 ( 0.9%) 0.0028 ( 0.4%) 0.0028 ( 0.4%) load-stdlib
0.0007 ( 0.2%) 0.0008 ( 0.4%) 0.0015 ( 0.2%) 0.0015 ( 0.2%) typecheck-expr-pattern
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4094 (100.0%) 0.2062 (100.0%) 0.6157 (100.0%) 0.6256 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1924 seconds (1.2087 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9350 (100.0%) 0.2575 (100.0%) 1.1924 (100.0%) 1.2087 (100.0%) Building Target
0.9350 (100.0%) 0.2575 (100.0%) 1.1924 (100.0%) 1.2087 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Emitting module for IBMSwiftSDKCore (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriver\ Compilation\ Requirements IBMSwiftSDKCore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 Compiling\ RestError.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658468232-swift-frontend-IBMSwiftSDKCore-RestError.swift-arm64_32_apple_watchos11.4-o-Onone-1327166510.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3339 seconds (0.3373 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0843 ( 42.9%) 0.0346 ( 25.2%) 0.1189 ( 35.6%) 0.1193 ( 35.4%) build-rewrite-system
0.0216 ( 11.0%) 0.0311 ( 22.6%) 0.0527 ( 15.8%) 0.0540 ( 16.0%) parse-and-resolve-imports
0.0202 ( 10.3%) 0.0294 ( 21.4%) 0.0497 ( 14.9%) 0.0510 ( 15.1%) Import resolution
0.0116 ( 5.9%) 0.0135 ( 9.8%) 0.0251 ( 7.5%) 0.0251 ( 7.4%) import-clang-decl
0.0142 ( 7.2%) 0.0067 ( 4.9%) 0.0209 ( 6.3%) 0.0210 ( 6.2%) perform-sema
0.0141 ( 7.2%) 0.0067 ( 4.9%) 0.0208 ( 6.2%) 0.0209 ( 6.2%) Type checking and Semantic analysis
0.0096 ( 4.9%) 0.0044 ( 3.2%) 0.0140 ( 4.2%) 0.0140 ( 4.2%) typecheck-stmt
0.0072 ( 3.7%) 0.0034 ( 2.5%) 0.0107 ( 3.2%) 0.0107 ( 3.2%) precheck-target
0.0044 ( 2.2%) 0.0023 ( 1.7%) 0.0067 ( 2.0%) 0.0067 ( 2.0%) typecheck-decl
0.0030 ( 1.5%) 0.0025 ( 1.8%) 0.0055 ( 1.7%) 0.0058 ( 1.7%) IRGen
0.0010 ( 0.5%) 0.0016 ( 1.1%) 0.0026 ( 0.8%) 0.0026 ( 0.8%) load-stdlib
0.0021 ( 1.1%) 0.0001 ( 0.1%) 0.0022 ( 0.7%) 0.0022 ( 0.7%) SIL optimization
0.0013 ( 0.7%) 0.0003 ( 0.2%) 0.0015 ( 0.5%) 0.0015 ( 0.5%) SILGen
0.0008 ( 0.4%) 0.0004 ( 0.3%) 0.0013 ( 0.4%) 0.0013 ( 0.4%) load-all-members
0.0007 ( 0.4%) 0.0001 ( 0.1%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) SILGen-function
0.0001 ( 0.0%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1965 (100.0%) 0.1375 (100.0%) 0.3339 (100.0%) 0.3373 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1560 seconds (1.1901 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8580 (100.0%) 0.2980 (100.0%) 1.1560 (100.0%) 1.1901 (100.0%) Building Target
0.8580 (100.0%) 0.2980 (100.0%) 1.1560 (100.0%) 1.1901 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:55:10: warning: associated value 'http(statusCode:message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case http(statusCode: Int?, message: String?, metadata: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift:58:10: warning: associated value 'other(message:metadata:)' of 'Sendable'-conforming enum 'RestError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case other(message: String?, metadata: [String: Any]?)
^
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Headers/IBMSwiftSDKCore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-Swift.h (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Headers/IBMSwiftSDKCore-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling InsecureConnection.swift, JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftdoc (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.abi.json (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftsourceinfo (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ RestResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658484153-swift-frontend-IBMSwiftSDKCore-RestResponse.swift-arm64_32_apple_watchos11.4-o-Onone-3905486110.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3026 seconds (0.3040 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0852 ( 48.5%) 0.0348 ( 27.4%) 0.1200 ( 39.7%) 0.1205 ( 39.6%) build-rewrite-system
0.0218 ( 12.4%) 0.0311 ( 24.5%) 0.0529 ( 17.5%) 0.0531 ( 17.5%) parse-and-resolve-imports
0.0207 ( 11.8%) 0.0294 ( 23.2%) 0.0501 ( 16.6%) 0.0503 ( 16.5%) Import resolution
0.0118 ( 6.7%) 0.0113 ( 8.9%) 0.0231 ( 7.6%) 0.0232 ( 7.6%) import-clang-decl
0.0064 ( 3.6%) 0.0036 ( 2.9%) 0.0100 ( 3.3%) 0.0100 ( 3.3%) perform-sema
0.0064 ( 3.6%) 0.0036 ( 2.8%) 0.0100 ( 3.3%) 0.0100 ( 3.3%) Type checking and Semantic analysis
0.0033 ( 1.9%) 0.0026 ( 2.1%) 0.0059 ( 2.0%) 0.0059 ( 1.9%) IRGen
0.0031 ( 1.8%) 0.0023 ( 1.9%) 0.0054 ( 1.8%) 0.0054 ( 1.8%) typecheck-decl
0.0031 ( 1.8%) 0.0013 ( 1.0%) 0.0045 ( 1.5%) 0.0045 ( 1.5%) typecheck-stmt
0.0031 ( 1.7%) 0.0011 ( 0.8%) 0.0041 ( 1.4%) 0.0044 ( 1.4%) SILGen
0.0012 ( 0.7%) 0.0029 ( 2.3%) 0.0041 ( 1.4%) 0.0042 ( 1.4%) load-stdlib
0.0027 ( 1.5%) 0.0009 ( 0.7%) 0.0036 ( 1.2%) 0.0039 ( 1.3%) SILGen-function
0.0026 ( 1.5%) 0.0000 ( 0.0%) 0.0027 ( 0.9%) 0.0027 ( 0.9%) SIL optimization
0.0017 ( 1.0%) 0.0007 ( 0.5%) 0.0024 ( 0.8%) 0.0024 ( 0.8%) typecheck-expr
0.0015 ( 0.9%) 0.0008 ( 0.6%) 0.0023 ( 0.8%) 0.0023 ( 0.7%) typecheck-for-each
0.0008 ( 0.5%) 0.0003 ( 0.2%) 0.0011 ( 0.4%) 0.0011 ( 0.4%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) precheck-target
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1757 (100.0%) 0.1269 (100.0%) 0.3026 (100.0%) 0.3040 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1477 seconds (1.1756 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8638 (100.0%) 0.2840 (100.0%) 1.1477 (100.0%) 1.1756 (100.0%) Building Target
0.8638 (100.0%) 0.2840 (100.0%) 1.1477 (100.0%) 1.1756 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Authentication.swift, CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 Compiling\ CredentialUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658489367-swift-frontend-IBMSwiftSDKCore-CredentialUtils.swift-arm64_32_apple_watchos11.4-o-Onone-1717621338.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3286 seconds (0.3309 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0849 ( 44.6%) 0.0335 ( 24.3%) 0.1184 ( 36.0%) 0.1187 ( 35.9%) build-rewrite-system
0.0219 ( 11.5%) 0.0349 ( 25.2%) 0.0568 ( 17.3%) 0.0573 ( 17.3%) parse-and-resolve-imports
0.0208 ( 11.0%) 0.0334 ( 24.1%) 0.0542 ( 16.5%) 0.0547 ( 16.5%) Import resolution
0.0121 ( 6.4%) 0.0131 ( 9.5%) 0.0252 ( 7.7%) 0.0257 ( 7.8%) import-clang-decl
0.0101 ( 5.3%) 0.0042 ( 3.1%) 0.0143 ( 4.4%) 0.0144 ( 4.4%) perform-sema
0.0100 ( 5.3%) 0.0042 ( 3.0%) 0.0142 ( 4.3%) 0.0143 ( 4.3%) Type checking and Semantic analysis
0.0100 ( 5.3%) 0.0042 ( 3.0%) 0.0142 ( 4.3%) 0.0143 ( 4.3%) typecheck-decl
0.0029 ( 1.5%) 0.0031 ( 2.3%) 0.0060 ( 1.8%) 0.0060 ( 1.8%) IRGen
0.0042 ( 2.2%) 0.0012 ( 0.9%) 0.0054 ( 1.6%) 0.0055 ( 1.7%) SILGen
0.0011 ( 0.6%) 0.0033 ( 2.4%) 0.0045 ( 1.4%) 0.0045 ( 1.3%) load-stdlib
0.0031 ( 1.6%) 0.0009 ( 0.7%) 0.0040 ( 1.2%) 0.0040 ( 1.2%) SILGen-function
0.0027 ( 1.4%) 0.0001 ( 0.1%) 0.0028 ( 0.8%) 0.0028 ( 0.8%) SIL optimization
0.0020 ( 1.1%) 0.0007 ( 0.5%) 0.0027 ( 0.8%) 0.0027 ( 0.8%) typecheck-expr
0.0020 ( 1.0%) 0.0006 ( 0.4%) 0.0026 ( 0.8%) 0.0026 ( 0.8%) typecheck-stmt
0.0012 ( 0.6%) 0.0002 ( 0.2%) 0.0014 ( 0.4%) 0.0014 ( 0.4%) typecheck-expr-pattern
0.0008 ( 0.4%) 0.0005 ( 0.3%) 0.0013 ( 0.4%) 0.0013 ( 0.4%) load-all-members
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.1%) precheck-target
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1903 (100.0%) 0.1382 (100.0%) 0.3286 (100.0%) 0.3309 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1435 seconds (1.1676 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8580 (100.0%) 0.2855 (100.0%) 1.1435 (100.0%) 1.1676 (100.0%) Building Target
0.8580 (100.0%) 0.2855 (100.0%) 1.1435 (100.0%) 1.1676 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ RestRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: warning: static property 'userAgent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var userAgent: String?
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: convert 'userAgent' to a 'let' constant to make 'Sendable' shared state immutable
public static var userAgent: String?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
public static var userAgent: String?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var userAgent: String?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:114:25: warning: capture of 'completionHandler' with non-sendable type '(Data?, HTTPURLResponse?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(nil, nil, RestError.sslCertificateUntrusted)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:114:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(nil, nil, RestError.sslCertificateUntrusted)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:136:44: warning: capture of 'self' with non-sendable type 'RestRequest' in a '@Sendable' closure
let serviceError = self.errorResponseDecoder(data, response)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:24:15: note: consider making struct 'RestRequest' conform to the 'Sendable' protocol
public struct RestRequest {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:322:21: warning: capture of 'completionHandler' with non-sendable type '(HTTPURLResponse?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(nil, RestError.noResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:322:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(nil, RestError.noResponse)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658492511-swift-frontend-IBMSwiftSDKCore-RestRequest.swift-arm64_32_apple_watchos11.4-o-Onone-1646378422.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6304 seconds (0.6327 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0810 ( 18.2%) 0.0308 ( 16.7%) 0.1118 ( 17.7%) 0.1126 ( 17.8%) build-rewrite-system
0.0652 ( 14.6%) 0.0168 ( 9.1%) 0.0819 ( 13.0%) 0.0820 ( 13.0%) perform-sema
0.0651 ( 14.6%) 0.0168 ( 9.1%) 0.0819 ( 13.0%) 0.0820 ( 13.0%) Type checking and Semantic analysis
0.0575 ( 12.9%) 0.0138 ( 7.4%) 0.0712 ( 11.3%) 0.0713 ( 11.3%) typecheck-expr
0.0569 ( 12.8%) 0.0136 ( 7.4%) 0.0705 ( 11.2%) 0.0706 ( 11.2%) typecheck-stmt
0.0215 ( 4.8%) 0.0324 ( 17.5%) 0.0539 ( 8.6%) 0.0545 ( 8.6%) parse-and-resolve-imports
0.0206 ( 4.6%) 0.0313 ( 16.9%) 0.0519 ( 8.2%) 0.0525 ( 8.3%) Import resolution
0.0129 ( 2.9%) 0.0107 ( 5.8%) 0.0235 ( 3.7%) 0.0236 ( 3.7%) import-clang-decl
0.0158 ( 3.6%) 0.0044 ( 2.4%) 0.0202 ( 3.2%) 0.0202 ( 3.2%) precheck-target
0.0117 ( 2.6%) 0.0048 ( 2.6%) 0.0164 ( 2.6%) 0.0164 ( 2.6%) IRGen
0.0106 ( 2.4%) 0.0016 ( 0.8%) 0.0122 ( 1.9%) 0.0122 ( 1.9%) SILGen
0.0094 ( 2.1%) 0.0014 ( 0.7%) 0.0108 ( 1.7%) 0.0108 ( 1.7%) SILGen-function
0.0074 ( 1.7%) 0.0032 ( 1.7%) 0.0106 ( 1.7%) 0.0106 ( 1.7%) typecheck-decl
0.0077 ( 1.7%) 0.0002 ( 0.1%) 0.0079 ( 1.3%) 0.0079 ( 1.3%) SIL optimization
0.0012 ( 0.3%) 0.0033 ( 1.8%) 0.0045 ( 0.7%) 0.0045 ( 0.7%) load-stdlib
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4453 (100.0%) 0.1851 (100.0%) 0.6304 (100.0%) 0.6327 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1576 seconds (1.1733 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9100 (100.0%) 0.2475 (100.0%) 1.1576 (100.0%) 1.1733 (100.0%) Building Target
0.9100 (100.0%) 0.2475 (100.0%) 1.1576 (100.0%) 1.1733 (100.0%) Total
SwiftCompile normal arm64_32 Compiling\ ConfigBasedAuthenticatorFactory.swift,\ IAMAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/ConfigBasedAuthenticatorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658495278-swift-frontend-IBMSwiftSDKCore-ConfigBasedAuthenticatorFactory.swift-arm64_32_apple_watchos11.4-o-Onone-380642929.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5485 seconds (0.5513 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0800 ( 21.5%) 0.0291 ( 16.5%) 0.1091 ( 19.9%) 0.1094 ( 19.8%) build-rewrite-system
0.0475 ( 12.8%) 0.0147 ( 8.4%) 0.0623 ( 11.4%) 0.0627 ( 11.4%) perform-sema
0.0474 ( 12.7%) 0.0147 ( 8.4%) 0.0621 ( 11.3%) 0.0625 ( 11.3%) Type checking and Semantic analysis
0.0213 ( 5.7%) 0.0330 ( 18.8%) 0.0543 ( 9.9%) 0.0546 ( 9.9%) parse-and-resolve-imports
0.0204 ( 5.5%) 0.0319 ( 18.1%) 0.0523 ( 9.5%) 0.0525 ( 9.5%) Import resolution
0.0320 ( 8.6%) 0.0091 ( 5.2%) 0.0411 ( 7.5%) 0.0414 ( 7.5%) typecheck-expr
0.0269 ( 7.2%) 0.0100 ( 5.7%) 0.0369 ( 6.7%) 0.0373 ( 6.8%) typecheck-decl
0.0279 ( 7.5%) 0.0071 ( 4.0%) 0.0350 ( 6.4%) 0.0351 ( 6.4%) typecheck-stmt
0.0133 ( 3.6%) 0.0127 ( 7.2%) 0.0260 ( 4.7%) 0.0261 ( 4.7%) import-clang-decl
0.0125 ( 3.3%) 0.0048 ( 2.7%) 0.0173 ( 3.1%) 0.0174 ( 3.2%) IRGen
0.0138 ( 3.7%) 0.0022 ( 1.2%) 0.0160 ( 2.9%) 0.0160 ( 2.9%) SILGen
0.0091 ( 2.4%) 0.0013 ( 0.7%) 0.0104 ( 1.9%) 0.0104 ( 1.9%) SILGen-function
0.0079 ( 2.1%) 0.0020 ( 1.2%) 0.0099 ( 1.8%) 0.0100 ( 1.8%) precheck-target
0.0087 ( 2.3%) 0.0002 ( 0.1%) 0.0089 ( 1.6%) 0.0089 ( 1.6%) SIL optimization
0.0011 ( 0.3%) 0.0021 ( 1.2%) 0.0032 ( 0.6%) 0.0032 ( 0.6%) load-stdlib
0.0020 ( 0.5%) 0.0003 ( 0.2%) 0.0023 ( 0.4%) 0.0024 ( 0.4%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0005 ( 0.3%) 0.0013 ( 0.2%) 0.0013 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3728 (100.0%) 0.1757 (100.0%) 0.5485 (100.0%) 0.5513 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1573 seconds (1.1724 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9113 (100.0%) 0.2460 (100.0%) 1.1573 (100.0%) 1.1724 (100.0%) Building Target
0.9113 (100.0%) 0.2460 (100.0%) 1.1573 (100.0%) 1.1724 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/ConfigBasedAuthenticatorFactory.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:85:37: warning: capture of 'self' with non-sendable type 'IAMTokenSource' in a '@Sendable' closure
refreshQueue.async{ self.refreshToken() }
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:36:7: note: class 'IAMTokenSource' does not conform to the 'Sendable' protocol
class IAMTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:90:32: warning: capture of 'self' with non-sendable type 'IAMTokenSource' in a '@Sendable' closure
if let token = self.token {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:36:7: note: class 'IAMTokenSource' does not conform to the 'Sendable' protocol
class IAMTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:91:21: warning: capture of 'completionHandler' with non-sendable type '(String?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(token, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift:91:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(token, nil)
^
SwiftCompile normal arm64_32 Compiling\ InsecureConnection.swift,\ JWT.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697658497569-swift-frontend-IBMSwiftSDKCore-InsecureConnection.swift-arm64_32_apple_watchos11.4-o-Onone-1657724670.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5174 seconds (0.5204 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0813 ( 23.8%) 0.0317 ( 18.0%) 0.1130 ( 21.8%) 0.1130 ( 21.7%) build-rewrite-system
0.0400 ( 11.7%) 0.0142 ( 8.1%) 0.0542 ( 10.5%) 0.0548 ( 10.5%) perform-sema
0.0399 ( 11.7%) 0.0142 ( 8.0%) 0.0540 ( 10.4%) 0.0547 ( 10.5%) Type checking and Semantic analysis
0.0211 ( 6.2%) 0.0323 ( 18.3%) 0.0534 ( 10.3%) 0.0535 ( 10.3%) parse-and-resolve-imports
0.0202 ( 5.9%) 0.0311 ( 17.6%) 0.0513 ( 9.9%) 0.0515 ( 9.9%) Import resolution
0.0349 ( 10.2%) 0.0117 ( 6.6%) 0.0466 ( 9.0%) 0.0469 ( 9.0%) typecheck-stmt
0.0324 ( 9.5%) 0.0109 ( 6.2%) 0.0432 ( 8.4%) 0.0435 ( 8.4%) typecheck-expr
0.0193 ( 5.7%) 0.0078 ( 4.4%) 0.0271 ( 5.2%) 0.0277 ( 5.3%) typecheck-decl
0.0129 ( 3.8%) 0.0115 ( 6.5%) 0.0244 ( 4.7%) 0.0245 ( 4.7%) import-clang-decl
0.0110 ( 3.2%) 0.0038 ( 2.1%) 0.0148 ( 2.9%) 0.0148 ( 2.8%) precheck-target
0.0070 ( 2.0%) 0.0032 ( 1.8%) 0.0102 ( 2.0%) 0.0102 ( 2.0%) IRGen
0.0087 ( 2.5%) 0.0014 ( 0.8%) 0.0101 ( 1.9%) 0.0101 ( 1.9%) SILGen
0.0055 ( 1.6%) 0.0009 ( 0.5%) 0.0063 ( 1.2%) 0.0063 ( 1.2%) SILGen-function
0.0050 ( 1.5%) 0.0001 ( 0.0%) 0.0051 ( 1.0%) 0.0051 ( 1.0%) SIL optimization
0.0009 ( 0.3%) 0.0017 ( 0.9%) 0.0026 ( 0.5%) 0.0026 ( 0.5%) load-stdlib
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3410 (100.0%) 0.1764 (100.0%) 0.5174 (100.0%) 0.5204 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1492 seconds (1.1696 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8687 (100.0%) 0.2805 (100.0%) 1.1492 (100.0%) 1.1696 (100.0%) Building Target
0.8687 (100.0%) 0.2805 (100.0%) 1.1492 (100.0%) 1.1696 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/InsecureConnection.swift:33:7: warning: non-final class 'AllowInsecureConnectionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class AllowInsecureConnectionDelegate: NSObject, URLSessionDelegate {
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling ConfigBasedAuthenticatorFactory.swift, IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64 Compiling\ RestRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: warning: static property 'userAgent' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var userAgent: String?
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: convert 'userAgent' to a 'let' constant to make 'Sendable' shared state immutable
public static var userAgent: String?
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: add '@MainActor' to make static property 'userAgent' part of global actor 'MainActor'
public static var userAgent: String?
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var userAgent: String?
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:114:25: warning: capture of 'completionHandler' with non-sendable type '(Data?, HTTPURLResponse?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(nil, nil, RestError.sslCertificateUntrusted)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:114:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(nil, nil, RestError.sslCertificateUntrusted)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:136:44: warning: capture of 'self' with non-sendable type 'RestRequest' in a '@Sendable' closure
let serviceError = self.errorResponseDecoder(data, response)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:24:15: note: consider making struct 'RestRequest' conform to the 'Sendable' protocol
public struct RestRequest {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:322:21: warning: capture of 'completionHandler' with non-sendable type '(HTTPURLResponse?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(nil, RestError.noResponse)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift:322:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(nil, RestError.noResponse)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697660008252-swift-frontend-IBMSwiftSDKCore-RestRequest.swift-arm64_apple_watchos11.4-o-Onone-444944101.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4109 seconds (0.4108 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0615 ( 18.4%) 0.0097 ( 12.5%) 0.0712 ( 17.3%) 0.0712 ( 17.3%) perform-sema
0.0614 ( 18.4%) 0.0097 ( 12.5%) 0.0711 ( 17.3%) 0.0711 ( 17.3%) Type checking and Semantic analysis
0.0544 ( 16.3%) 0.0078 ( 10.1%) 0.0622 ( 15.1%) 0.0622 ( 15.2%) typecheck-expr
0.0539 ( 16.2%) 0.0078 ( 10.0%) 0.0616 ( 15.0%) 0.0616 ( 15.0%) typecheck-stmt
0.0183 ( 5.5%) 0.0145 ( 18.6%) 0.0328 ( 8.0%) 0.0328 ( 8.0%) parse-and-resolve-imports
0.0174 ( 5.2%) 0.0137 ( 17.7%) 0.0311 ( 7.6%) 0.0311 ( 7.6%) Import resolution
0.0142 ( 4.3%) 0.0022 ( 2.8%) 0.0164 ( 4.0%) 0.0164 ( 4.0%) precheck-target
0.0082 ( 2.4%) 0.0031 ( 4.0%) 0.0113 ( 2.7%) 0.0113 ( 2.7%) IRGen
0.0085 ( 2.5%) 0.0016 ( 2.1%) 0.0101 ( 2.5%) 0.0101 ( 2.5%) build-rewrite-system
0.0089 ( 2.7%) 0.0010 ( 1.3%) 0.0099 ( 2.4%) 0.0099 ( 2.4%) SILGen
0.0066 ( 2.0%) 0.0020 ( 2.6%) 0.0086 ( 2.1%) 0.0086 ( 2.1%) typecheck-decl
0.0075 ( 2.2%) 0.0007 ( 0.9%) 0.0082 ( 2.0%) 0.0082 ( 2.0%) SILGen-function
0.0075 ( 2.3%) 0.0001 ( 0.1%) 0.0076 ( 1.8%) 0.0076 ( 1.8%) SIL optimization
0.0039 ( 1.2%) 0.0025 ( 3.3%) 0.0064 ( 1.6%) 0.0064 ( 1.6%) import-clang-decl
0.0009 ( 0.3%) 0.0012 ( 1.6%) 0.0021 ( 0.5%) 0.0021 ( 0.5%) load-stdlib
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3332 (100.0%) 0.0777 (100.0%) 0.4109 (100.0%) 0.4108 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2012 seconds (0.2012 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1662 (100.0%) 0.0350 (100.0%) 0.2012 (100.0%) 0.2012 (100.0%) Building Target
0.1662 (100.0%) 0.0350 (100.0%) 0.2012 (100.0%) 0.2012 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling ConfigBasedAuthenticatorFactory.swift, IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling Authentication.swift, CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling InsecureConnection.swift, JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64_32 Compiling RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriver\ Compilation IBMSwiftSDKCore normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/Binary/IBMSwiftSDKCore normal arm64_32 (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.LinkFileList -install_name @rpath/IBMSwiftSDKCore.framework/IBMSwiftSDKCore -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/Binary/IBMSwiftSDKCore
SwiftDriverJobDiscovery normal arm64 Compiling RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriver\ Compilation IBMSwiftSDKCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/Binary/IBMSwiftSDKCore normal arm64 (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList -install_name @rpath/IBMSwiftSDKCore.framework/IBMSwiftSDKCore -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/Binary/IBMSwiftSDKCore
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore normal arm64\ arm64_32 (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/Binary/IBMSwiftSDKCore /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/Binary/IBMSwiftSDKCore -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore
ExtractAppIntentsMetadata (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name IBMSwiftSDKCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier IBMSwiftSDKCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-watchos/IBMSwiftSDKCore.build/Objects-normal/arm64_32/IBMSwiftSDKCore.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 13:01:00.393 appintentsmetadataprocessor[717:4112] Starting appintentsmetadataprocessor export
2025-04-26 13:01:00.396 appintentsmetadataprocessor[717:4112] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/IBMSwiftSDKCore.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "IBMSwiftSDKCore",
"name" : "IBMSwiftSDKCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IBMSwiftSDKCore",
"targets" : [
"IBMSwiftSDKCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBMSwiftSDKCoreTests",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCoreTests",
"path" : "Tests/IBMSwiftSDKCoreTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"ConfigBasedAuthenticatorFactoryTests-Linux.swift",
"CredentialUtilsTests-Linux.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift",
"SDKInitializerTests.swift"
],
"target_dependencies" : [
"IBMSwiftSDKCore"
],
"type" : "test"
},
{
"c99name" : "IBMSwiftSDKCore",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCore",
"path" : "Sources/IBMSwiftSDKCore",
"product_memberships" : [
"IBMSwiftSDKCore"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/CloudPakForDataAuthenticator.swift",
"Authentication/ConfigBasedAuthenticatorFactory.swift",
"Authentication/IAMAuthenticator.swift",
"Authentication/InsecureConnection.swift",
"Authentication/JWT.swift",
"CodableExtensions.swift",
"CredentialUtils.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.