Build Information
Successful build of IBMSwiftSDKCore, reference main (652ff3
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 20:01:20 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.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: macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IBMSwiftSDKCore-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d1ed1c340bace05a936b1b0feb2ab8f8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d1ed1c340bace05a936b1b0feb2ab8f8.xcbuilddata
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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Resources Versions/Current/Resources (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/Current A (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Modules Versions/Current/Modules (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/IBMSwiftSDKCore Versions/Current/IBMSwiftSDKCore (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/IBMSwiftSDKCore /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/IBMSwiftSDKCore
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Headers Versions/Current/Headers (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Resources (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/IBMSwiftSDKCore.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/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/IBMSwiftSDKCore.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A (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/IBMSwiftSDKCore.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions (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/IBMSwiftSDKCore.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/IBMSwiftSDKCore.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos15.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-1745697673522601-swift-frontend-IBMSwiftSDKCore-ConfigBasedAuthenticatorFactory.swift-arm64_apple_macos15.4-o-Onone-2973936183.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.5850 seconds (5.0765 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5869 ( 45.7%) 0.4998 ( 44.9%) 2.0868 ( 45.5%) 2.3223 ( 45.7%) parse-and-resolve-imports
1.5861 ( 45.7%) 0.4994 ( 44.9%) 2.0855 ( 45.5%) 2.3210 ( 45.7%) Import resolution
0.0810 ( 2.3%) 0.0174 ( 1.6%) 0.0984 ( 2.1%) 0.0984 ( 1.9%) build-rewrite-system
0.0119 ( 0.3%) 0.0356 ( 3.2%) 0.0475 ( 1.0%) 0.0658 ( 1.3%) load-stdlib
0.0383 ( 1.1%) 0.0120 ( 1.1%) 0.0504 ( 1.1%) 0.0510 ( 1.0%) perform-sema
0.0382 ( 1.1%) 0.0120 ( 1.1%) 0.0502 ( 1.1%) 0.0509 ( 1.0%) Type checking and Semantic analysis
0.0216 ( 0.6%) 0.0091 ( 0.8%) 0.0307 ( 0.7%) 0.0310 ( 0.6%) typecheck-decl
0.0252 ( 0.7%) 0.0045 ( 0.4%) 0.0298 ( 0.6%) 0.0298 ( 0.6%) typecheck-expr
0.0219 ( 0.6%) 0.0036 ( 0.3%) 0.0255 ( 0.6%) 0.0255 ( 0.5%) typecheck-stmt
0.0132 ( 0.4%) 0.0107 ( 1.0%) 0.0239 ( 0.5%) 0.0239 ( 0.5%) import-clang-decl
0.0110 ( 0.3%) 0.0041 ( 0.4%) 0.0150 ( 0.3%) 0.0155 ( 0.3%) IRGen
0.0112 ( 0.3%) 0.0018 ( 0.2%) 0.0130 ( 0.3%) 0.0130 ( 0.3%) SILGen
0.0086 ( 0.2%) 0.0003 ( 0.0%) 0.0089 ( 0.2%) 0.0089 ( 0.2%) SIL optimization
0.0073 ( 0.2%) 0.0014 ( 0.1%) 0.0087 ( 0.2%) 0.0087 ( 0.2%) SILGen-function
0.0068 ( 0.2%) 0.0010 ( 0.1%) 0.0078 ( 0.2%) 0.0078 ( 0.2%) precheck-target
0.0013 ( 0.0%) 0.0001 ( 0.0%) 0.0015 ( 0.0%) 0.0015 ( 0.0%) typecheck-expr-pattern
0.0009 ( 0.0%) 0.0003 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.4718 (100.0%) 1.1132 (100.0%) 4.5850 (100.0%) 5.0765 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.7363 seconds (5.1551 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.8368 (100.0%) 1.8995 (100.0%) 4.7363 (100.0%) 5.1551 (100.0%) Building Target
2.8368 (100.0%) 1.8995 (100.0%) 4.7363 (100.0%) 5.1551 (100.0%) Total
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-1745697673549640-swift-frontend-IBMSwiftSDKCore-all-arm64_apple_macos15.4-swiftmodule-Onone-529192075.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4963 seconds (5.3179 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0263 ( 9.2%) 0.0678 ( 32.0%) 0.0941 ( 19.0%) 2.4747 ( 46.5%) parse-and-resolve-imports
0.0252 ( 8.9%) 0.0665 ( 31.4%) 0.0917 ( 18.5%) 2.4722 ( 46.5%) Import resolution
0.0010 ( 0.4%) 0.0023 ( 1.1%) 0.0034 ( 0.7%) 0.0627 ( 1.2%) load-stdlib
0.0480 ( 16.9%) 0.0132 ( 6.2%) 0.0612 ( 12.3%) 0.0613 ( 1.2%) perform-sema
0.0478 ( 16.8%) 0.0131 ( 6.2%) 0.0609 ( 12.3%) 0.0609 ( 1.1%) Type checking and Semantic analysis
0.0470 ( 16.5%) 0.0129 ( 6.1%) 0.0599 ( 12.1%) 0.0600 ( 1.1%) typecheck-decl
0.0219 ( 7.7%) 0.0064 ( 3.0%) 0.0283 ( 5.7%) 0.0283 ( 0.5%) typecheck-expr
0.0118 ( 4.1%) 0.0068 ( 3.2%) 0.0186 ( 3.7%) 0.0191 ( 0.4%) SIL optimization
0.0121 ( 4.3%) 0.0036 ( 1.7%) 0.0158 ( 3.2%) 0.0158 ( 0.3%) typecheck-stmt
0.0113 ( 4.0%) 0.0029 ( 1.4%) 0.0143 ( 2.9%) 0.0143 ( 0.3%) SILGen
0.0085 ( 3.0%) 0.0024 ( 1.1%) 0.0109 ( 2.2%) 0.0109 ( 0.2%) precheck-target
0.0076 ( 2.7%) 0.0020 ( 0.9%) 0.0095 ( 1.9%) 0.0096 ( 0.2%) SILGen-function
0.0043 ( 1.5%) 0.0051 ( 2.4%) 0.0094 ( 1.9%) 0.0094 ( 0.2%) import-clang-decl
0.0060 ( 2.1%) 0.0015 ( 0.7%) 0.0075 ( 1.5%) 0.0075 ( 0.1%) build-rewrite-system
0.0024 ( 0.8%) 0.0038 ( 1.8%) 0.0062 ( 1.3%) 0.0067 ( 0.1%) Serialization, swiftmodule
0.0014 ( 0.5%) 0.0002 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.3%) 0.0009 ( 0.4%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.3%) 0.0001 ( 0.0%) 0.0008 ( 0.2%) 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%) perform-whole-module-type-checking
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%) 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.2846 (100.0%) 0.2117 (100.0%) 0.4963 (100.0%) 5.3179 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2102 seconds (2.6507 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1118 (100.0%) 0.0984 (100.0%) 0.2102 (100.0%) 2.6507 (100.0%) Building Target
0.1118 (100.0%) 0.0984 (100.0%) 0.2102 (100.0%) 2.6507 (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\ 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-1745697673531651-swift-frontend-IBMSwiftSDKCore-CodableExtensions.swift-arm64_apple_macos15.4-o-Onone-4264338935.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4823 seconds (5.2647 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0281 ( 10.6%) 0.0683 ( 31.6%) 0.0964 ( 20.0%) 2.4562 ( 46.7%) parse-and-resolve-imports
0.0270 ( 10.1%) 0.0670 ( 31.0%) 0.0940 ( 19.5%) 2.4538 ( 46.6%) Import resolution
0.0828 ( 31.1%) 0.0332 ( 15.4%) 0.1160 ( 24.0%) 0.1160 ( 2.2%) build-rewrite-system
0.0011 ( 0.4%) 0.0017 ( 0.8%) 0.0028 ( 0.6%) 0.0655 ( 1.2%) load-stdlib
0.0236 ( 8.8%) 0.0070 ( 3.3%) 0.0306 ( 6.3%) 0.0306 ( 0.6%) perform-sema
0.0235 ( 8.8%) 0.0070 ( 3.3%) 0.0305 ( 6.3%) 0.0306 ( 0.6%) Type checking and Semantic analysis
0.0131 ( 4.9%) 0.0124 ( 5.7%) 0.0255 ( 5.3%) 0.0255 ( 0.5%) import-clang-decl
0.0190 ( 7.1%) 0.0057 ( 2.6%) 0.0247 ( 5.1%) 0.0247 ( 0.5%) typecheck-stmt
0.0157 ( 5.9%) 0.0045 ( 2.1%) 0.0202 ( 4.2%) 0.0202 ( 0.4%) typecheck-expr
0.0082 ( 3.1%) 0.0025 ( 1.1%) 0.0106 ( 2.2%) 0.0106 ( 0.2%) precheck-target
0.0051 ( 1.9%) 0.0031 ( 1.4%) 0.0082 ( 1.7%) 0.0082 ( 0.2%) IRGen
0.0054 ( 2.0%) 0.0014 ( 0.6%) 0.0068 ( 1.4%) 0.0068 ( 0.1%) typecheck-decl
0.0054 ( 2.0%) 0.0011 ( 0.5%) 0.0065 ( 1.3%) 0.0065 ( 0.1%) SILGen
0.0042 ( 1.6%) 0.0002 ( 0.1%) 0.0044 ( 0.9%) 0.0044 ( 0.1%) SIL optimization
0.0033 ( 1.2%) 0.0006 ( 0.3%) 0.0039 ( 0.8%) 0.0039 ( 0.1%) SILGen-function
0.0009 ( 0.3%) 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%) 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%) 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%) AST verification
0.2664 (100.0%) 0.2159 (100.0%) 0.4823 (100.0%) 5.2647 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5500 seconds (5.1369 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1607 (100.0%) 1.3893 (100.0%) 2.5500 (100.0%) 5.1369 (100.0%) Building Target
1.1607 (100.0%) 1.3893 (100.0%) 2.5500 (100.0%) 5.1369 (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\ 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-1745697673535952-swift-frontend-IBMSwiftSDKCore-JSON.swift-arm64_apple_macos15.4-o-Onone-2172518759.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5851 seconds (5.8918 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0258 ( 7.2%) 0.0632 ( 28.0%) 0.0889 ( 15.2%) 2.7010 ( 45.8%) parse-and-resolve-imports
0.0246 ( 6.9%) 0.0618 ( 27.4%) 0.0864 ( 14.8%) 2.6973 ( 45.8%) Import resolution
0.0585 ( 16.3%) 0.0246 ( 10.9%) 0.0831 ( 14.2%) 0.0832 ( 1.4%) build-rewrite-system
0.0010 ( 0.3%) 0.0018 ( 0.8%) 0.0027 ( 0.5%) 0.0819 ( 1.4%) load-stdlib
0.0562 ( 15.6%) 0.0155 ( 6.9%) 0.0717 ( 12.3%) 0.0728 ( 1.2%) perform-sema
0.0561 ( 15.6%) 0.0155 ( 6.9%) 0.0716 ( 12.2%) 0.0727 ( 1.2%) Type checking and Semantic analysis
0.0298 ( 8.3%) 0.0120 ( 5.3%) 0.0417 ( 7.1%) 0.0427 ( 0.7%) typecheck-decl
0.0299 ( 8.3%) 0.0042 ( 1.9%) 0.0342 ( 5.8%) 0.0342 ( 0.6%) typecheck-stmt
0.0252 ( 7.0%) 0.0063 ( 2.8%) 0.0315 ( 5.4%) 0.0321 ( 0.5%) typecheck-expr
0.0133 ( 3.7%) 0.0116 ( 5.1%) 0.0248 ( 4.2%) 0.0251 ( 0.4%) import-clang-decl
0.0112 ( 3.1%) 0.0051 ( 2.3%) 0.0163 ( 2.8%) 0.0165 ( 0.3%) IRGen
0.0085 ( 2.4%) 0.0017 ( 0.8%) 0.0102 ( 1.7%) 0.0102 ( 0.2%) SILGen
0.0077 ( 2.1%) 0.0016 ( 0.7%) 0.0093 ( 1.6%) 0.0093 ( 0.2%) SILGen-function
0.0064 ( 1.8%) 0.0001 ( 0.1%) 0.0066 ( 1.1%) 0.0068 ( 0.1%) SIL optimization
0.0042 ( 1.2%) 0.0001 ( 0.1%) 0.0044 ( 0.7%) 0.0043 ( 0.1%) precheck-target
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.1%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 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%) 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%) populate-source-file-class-member-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%) AST verification
0.3597 (100.0%) 0.2254 (100.0%) 0.5851 (100.0%) 5.8918 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3031 seconds (5.1364 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9616 (100.0%) 1.3415 (100.0%) 2.3031 (100.0%) 5.1364 (100.0%) Building Target
0.9616 (100.0%) 1.3415 (100.0%) 2.3031 (100.0%) 5.1364 (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\ 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-1745697673546126-swift-frontend-IBMSwiftSDKCore-InsecureConnection.swift-arm64_apple_macos15.4-o-Onone-1640035583.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5675 seconds (5.2911 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 7.5%) 0.0635 ( 27.9%) 0.0891 ( 15.7%) 2.4301 ( 45.9%) parse-and-resolve-imports
0.0246 ( 7.2%) 0.0626 ( 27.5%) 0.0872 ( 15.4%) 2.4282 ( 45.9%) Import resolution
0.0797 ( 23.4%) 0.0314 ( 13.8%) 0.1111 ( 19.6%) 0.1110 ( 2.1%) build-rewrite-system
0.0375 ( 11.0%) 0.0109 ( 4.8%) 0.0484 ( 8.5%) 0.0484 ( 0.9%) perform-sema
0.0374 ( 11.0%) 0.0109 ( 4.8%) 0.0483 ( 8.5%) 0.0483 ( 0.9%) Type checking and Semantic analysis
0.0011 ( 0.3%) 0.0022 ( 1.0%) 0.0034 ( 0.6%) 0.0448 ( 0.8%) load-stdlib
0.0328 ( 9.7%) 0.0089 ( 3.9%) 0.0417 ( 7.4%) 0.0417 ( 0.8%) typecheck-stmt
0.0304 ( 8.9%) 0.0081 ( 3.6%) 0.0385 ( 6.8%) 0.0385 ( 0.7%) typecheck-expr
0.0144 ( 4.2%) 0.0127 ( 5.6%) 0.0271 ( 4.8%) 0.0272 ( 0.5%) import-clang-decl
0.0179 ( 5.3%) 0.0059 ( 2.6%) 0.0238 ( 4.2%) 0.0238 ( 0.4%) typecheck-decl
0.0108 ( 3.2%) 0.0029 ( 1.3%) 0.0138 ( 2.4%) 0.0138 ( 0.3%) precheck-target
0.0078 ( 2.3%) 0.0050 ( 2.2%) 0.0129 ( 2.3%) 0.0129 ( 0.2%) IRGen
0.0086 ( 2.5%) 0.0013 ( 0.6%) 0.0099 ( 1.7%) 0.0099 ( 0.2%) SILGen
0.0053 ( 1.6%) 0.0007 ( 0.3%) 0.0060 ( 1.1%) 0.0060 ( 0.1%) SILGen-function
0.0050 ( 1.5%) 0.0001 ( 0.1%) 0.0051 ( 0.9%) 0.0051 ( 0.1%) SIL optimization
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%) perform-whole-module-type-checking
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%) 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.3399 (100.0%) 0.2276 (100.0%) 0.5675 (100.0%) 5.2911 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6043 seconds (5.1294 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1761 (100.0%) 1.4282 (100.0%) 2.6043 (100.0%) 5.1294 (100.0%) Building Target
1.1761 (100.0%) 1.4282 (100.0%) 2.6043 (100.0%) 5.1294 (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\ RestRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697673538319-swift-frontend-IBMSwiftSDKCore-RestRequest.swift-arm64_apple_macos15.4-o-Onone-595957169.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7160 seconds (5.9149 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0268 ( 5.8%) 0.0686 ( 26.7%) 0.0954 ( 13.3%) 2.6567 ( 44.9%) parse-and-resolve-imports
0.0257 ( 5.6%) 0.0671 ( 26.1%) 0.0928 ( 13.0%) 2.6540 ( 44.9%) Import resolution
0.0709 ( 15.5%) 0.0187 ( 7.3%) 0.0897 ( 12.5%) 0.0905 ( 1.5%) perform-sema
0.0709 ( 15.4%) 0.0187 ( 7.3%) 0.0896 ( 12.5%) 0.0904 ( 1.5%) Type checking and Semantic analysis
0.0577 ( 12.6%) 0.0225 ( 8.8%) 0.0802 ( 11.2%) 0.0802 ( 1.4%) build-rewrite-system
0.0627 ( 13.7%) 0.0145 ( 5.7%) 0.0772 ( 10.8%) 0.0780 ( 1.3%) typecheck-expr
0.0620 ( 13.5%) 0.0144 ( 5.6%) 0.0764 ( 10.7%) 0.0772 ( 1.3%) typecheck-stmt
0.0012 ( 0.3%) 0.0028 ( 1.1%) 0.0040 ( 0.6%) 0.0765 ( 1.3%) load-stdlib
0.0137 ( 3.0%) 0.0116 ( 4.5%) 0.0252 ( 3.5%) 0.0253 ( 0.4%) import-clang-decl
0.0173 ( 3.8%) 0.0050 ( 2.0%) 0.0223 ( 3.1%) 0.0224 ( 0.4%) precheck-target
0.0121 ( 2.6%) 0.0060 ( 2.3%) 0.0181 ( 2.5%) 0.0186 ( 0.3%) IRGen
0.0116 ( 2.5%) 0.0015 ( 0.6%) 0.0131 ( 1.8%) 0.0131 ( 0.2%) SILGen
0.0081 ( 1.8%) 0.0040 ( 1.6%) 0.0121 ( 1.7%) 0.0121 ( 0.2%) typecheck-decl
0.0098 ( 2.1%) 0.0012 ( 0.5%) 0.0109 ( 1.5%) 0.0109 ( 0.2%) SILGen-function
0.0079 ( 1.7%) 0.0001 ( 0.0%) 0.0079 ( 1.1%) 0.0079 ( 0.1%) SIL optimization
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 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.0001 ( 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%) 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4591 (100.0%) 0.2569 (100.0%) 0.7160 (100.0%) 5.9149 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3502 seconds (5.1325 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9932 (100.0%) 1.3570 (100.0%) 2.3502 (100.0%) 5.1325 (100.0%) Building Target
0.9932 (100.0%) 1.3570 (100.0%) 2.3502 (100.0%) 5.1325 (100.0%) Total
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)
^
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697673549750-swift-frontend-IBMSwiftSDKCore-Authentication.swift-arm64_apple_macos15.4-o-Onone-3977676041.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6003 seconds (5.1596 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0266 ( 7.0%) 0.0647 ( 29.7%) 0.0914 ( 15.2%) 2.3445 ( 45.4%) parse-and-resolve-imports
0.0256 ( 6.7%) 0.0638 ( 29.3%) 0.0893 ( 14.9%) 2.3425 ( 45.4%) Import resolution
0.0819 ( 21.4%) 0.0300 ( 13.8%) 0.1119 ( 18.6%) 0.1119 ( 2.2%) build-rewrite-system
0.0466 ( 12.2%) 0.0096 ( 4.4%) 0.0562 ( 9.4%) 0.0562 ( 1.1%) perform-sema
0.0465 ( 12.2%) 0.0096 ( 4.4%) 0.0561 ( 9.3%) 0.0561 ( 1.1%) Type checking and Semantic analysis
0.0011 ( 0.3%) 0.0021 ( 0.9%) 0.0031 ( 0.5%) 0.0559 ( 1.1%) load-stdlib
0.0330 ( 8.6%) 0.0064 ( 2.9%) 0.0394 ( 6.6%) 0.0393 ( 0.8%) typecheck-expr
0.0293 ( 7.7%) 0.0068 ( 3.1%) 0.0362 ( 6.0%) 0.0362 ( 0.7%) typecheck-decl
0.0297 ( 7.8%) 0.0058 ( 2.7%) 0.0356 ( 5.9%) 0.0356 ( 0.7%) typecheck-stmt
0.0136 ( 3.6%) 0.0101 ( 4.7%) 0.0238 ( 4.0%) 0.0240 ( 0.5%) import-clang-decl
0.0125 ( 3.3%) 0.0043 ( 2.0%) 0.0168 ( 2.8%) 0.0168 ( 0.3%) IRGen
0.0109 ( 2.8%) 0.0021 ( 1.0%) 0.0130 ( 2.2%) 0.0130 ( 0.3%) precheck-target
0.0097 ( 2.5%) 0.0013 ( 0.6%) 0.0109 ( 1.8%) 0.0109 ( 0.2%) SILGen
0.0087 ( 2.3%) 0.0003 ( 0.1%) 0.0090 ( 1.5%) 0.0090 ( 0.2%) SIL optimization
0.0054 ( 1.4%) 0.0005 ( 0.2%) 0.0059 ( 1.0%) 0.0059 ( 0.1%) SILGen-function
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0004 ( 0.1%) 0.0002 ( 0.1%) 0.0006 ( 0.1%) 0.0006 ( 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.3824 (100.0%) 0.2179 (100.0%) 0.6003 (100.0%) 5.1596 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6714 seconds (5.1269 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2521 (100.0%) 1.4193 (100.0%) 2.6714 (100.0%) 5.1269 (100.0%) Building Target
1.2521 (100.0%) 1.4193 (100.0%) 2.6714 (100.0%) 5.1269 (100.0%) Total
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)
^
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-1745697673549744-swift-frontend-IBMSwiftSDKCore-MultipartFormData.swift-arm64_apple_macos15.4-o-Onone-1189827607.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5188 seconds (5.2821 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 8.5%) 0.0637 ( 29.1%) 0.0893 ( 17.2%) 2.4411 ( 46.2%) parse-and-resolve-imports
0.0246 ( 8.2%) 0.0626 ( 28.7%) 0.0873 ( 16.8%) 2.4391 ( 46.2%) Import resolution
0.0815 ( 27.1%) 0.0319 ( 14.6%) 0.1134 ( 21.9%) 0.1135 ( 2.1%) build-rewrite-system
0.0011 ( 0.4%) 0.0022 ( 1.0%) 0.0033 ( 0.6%) 0.0625 ( 1.2%) load-stdlib
0.0327 ( 10.9%) 0.0099 ( 4.5%) 0.0426 ( 8.2%) 0.0427 ( 0.8%) perform-sema
0.0327 ( 10.9%) 0.0099 ( 4.5%) 0.0425 ( 8.2%) 0.0426 ( 0.8%) Type checking and Semantic analysis
0.0265 ( 8.8%) 0.0081 ( 3.7%) 0.0346 ( 6.7%) 0.0346 ( 0.7%) typecheck-stmt
0.0236 ( 7.9%) 0.0068 ( 3.1%) 0.0304 ( 5.9%) 0.0304 ( 0.6%) typecheck-expr
0.0129 ( 4.3%) 0.0119 ( 5.5%) 0.0249 ( 4.8%) 0.0250 ( 0.5%) import-clang-decl
0.0105 ( 3.5%) 0.0033 ( 1.5%) 0.0138 ( 2.7%) 0.0139 ( 0.3%) typecheck-decl
0.0104 ( 3.5%) 0.0031 ( 1.4%) 0.0135 ( 2.6%) 0.0135 ( 0.3%) precheck-target
0.0044 ( 1.5%) 0.0031 ( 1.4%) 0.0075 ( 1.4%) 0.0075 ( 0.1%) IRGen
0.0046 ( 1.5%) 0.0010 ( 0.4%) 0.0055 ( 1.1%) 0.0055 ( 0.1%) SILGen
0.0045 ( 1.5%) 0.0001 ( 0.0%) 0.0046 ( 0.9%) 0.0046 ( 0.1%) SIL optimization
0.0035 ( 1.2%) 0.0007 ( 0.3%) 0.0042 ( 0.8%) 0.0042 ( 0.1%) SILGen-function
0.0007 ( 0.2%) 0.0003 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 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%) 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%) 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.3002 (100.0%) 0.2186 (100.0%) 0.5188 (100.0%) 5.2821 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5631 seconds (5.1177 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1797 (100.0%) 1.3834 (100.0%) 2.5631 (100.0%) 5.1177 (100.0%) Building Target
1.1797 (100.0%) 1.3834 (100.0%) 2.5631 (100.0%) 5.1177 (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
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-1745697673549870-swift-frontend-IBMSwiftSDKCore-CredentialUtils.swift-arm64_apple_macos15.4-o-Onone-4098425113.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3827 seconds (5.0283 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0270 ( 14.1%) 0.0674 ( 35.4%) 0.0944 ( 24.7%) 2.3963 ( 47.7%) parse-and-resolve-imports
0.0261 ( 13.6%) 0.0664 ( 34.9%) 0.0925 ( 24.2%) 2.3944 ( 47.6%) Import resolution
0.0838 ( 43.6%) 0.0308 ( 16.2%) 0.1146 ( 29.9%) 0.1146 ( 2.3%) build-rewrite-system
0.0010 ( 0.5%) 0.0016 ( 0.8%) 0.0026 ( 0.7%) 0.0444 ( 0.9%) load-stdlib
0.0126 ( 6.5%) 0.0116 ( 6.1%) 0.0242 ( 6.3%) 0.0241 ( 0.5%) import-clang-decl
0.0084 ( 4.4%) 0.0026 ( 1.3%) 0.0109 ( 2.9%) 0.0110 ( 0.2%) perform-sema
0.0083 ( 4.3%) 0.0025 ( 1.3%) 0.0108 ( 2.8%) 0.0108 ( 0.2%) Type checking and Semantic analysis
0.0083 ( 4.3%) 0.0025 ( 1.3%) 0.0107 ( 2.8%) 0.0107 ( 0.2%) typecheck-decl
0.0028 ( 1.4%) 0.0026 ( 1.4%) 0.0054 ( 1.4%) 0.0054 ( 0.1%) IRGen
0.0033 ( 1.7%) 0.0006 ( 0.3%) 0.0040 ( 1.0%) 0.0040 ( 0.1%) SILGen
0.0027 ( 1.4%) 0.0005 ( 0.3%) 0.0032 ( 0.8%) 0.0032 ( 0.1%) SILGen-function
0.0025 ( 1.3%) 0.0000 ( 0.0%) 0.0025 ( 0.7%) 0.0025 ( 0.1%) SIL optimization
0.0018 ( 0.9%) 0.0005 ( 0.3%) 0.0022 ( 0.6%) 0.0023 ( 0.0%) typecheck-expr
0.0016 ( 0.9%) 0.0004 ( 0.2%) 0.0020 ( 0.5%) 0.0020 ( 0.0%) typecheck-stmt
0.0010 ( 0.5%) 0.0001 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 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%) 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%) 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%) 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.1921 (100.0%) 0.1906 (100.0%) 0.3827 (100.0%) 5.0283 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6313 seconds (5.1170 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1666 (100.0%) 1.4647 (100.0%) 2.6313 (100.0%) 5.1170 (100.0%) Building Target
1.1666 (100.0%) 1.4647 (100.0%) 2.6313 (100.0%) 5.1170 (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
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-1745697673522726-swift-frontend-IBMSwiftSDKCore-RestResponse.swift-arm64_apple_macos15.4-o-Onone-2207253303.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3645 seconds (5.4211 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0250 ( 14.0%) 0.0615 ( 33.2%) 0.0865 ( 23.7%) 2.5705 ( 47.4%) parse-and-resolve-imports
0.0240 ( 13.4%) 0.0602 ( 32.5%) 0.0842 ( 23.1%) 2.5682 ( 47.4%) Import resolution
0.0812 ( 45.3%) 0.0326 ( 17.6%) 0.1138 ( 31.2%) 0.1139 ( 2.1%) build-rewrite-system
0.0012 ( 0.7%) 0.0059 ( 3.2%) 0.0071 ( 1.9%) 0.0956 ( 1.8%) load-stdlib
0.0120 ( 6.7%) 0.0096 ( 5.2%) 0.0216 ( 5.9%) 0.0216 ( 0.4%) import-clang-decl
0.0065 ( 3.6%) 0.0031 ( 1.6%) 0.0096 ( 2.6%) 0.0096 ( 0.2%) perform-sema
0.0065 ( 3.6%) 0.0030 ( 1.6%) 0.0095 ( 2.6%) 0.0095 ( 0.2%) Type checking and Semantic analysis
0.0044 ( 2.4%) 0.0039 ( 2.1%) 0.0083 ( 2.3%) 0.0083 ( 0.2%) IRGen
0.0035 ( 1.9%) 0.0022 ( 1.2%) 0.0057 ( 1.6%) 0.0057 ( 0.1%) typecheck-decl
0.0029 ( 1.6%) 0.0008 ( 0.4%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) typecheck-stmt
0.0030 ( 1.7%) 0.0006 ( 0.3%) 0.0036 ( 1.0%) 0.0036 ( 0.1%) SILGen
0.0026 ( 1.4%) 0.0005 ( 0.3%) 0.0030 ( 0.8%) 0.0030 ( 0.1%) SILGen-function
0.0027 ( 1.5%) 0.0001 ( 0.0%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SIL optimization
0.0016 ( 0.9%) 0.0004 ( 0.2%) 0.0020 ( 0.5%) 0.0020 ( 0.0%) typecheck-expr
0.0014 ( 0.8%) 0.0005 ( 0.3%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) typecheck-for-each
0.0008 ( 0.5%) 0.0004 ( 0.2%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) 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%) AST verification
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%) 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.1793 (100.0%) 0.1852 (100.0%) 0.3645 (100.0%) 5.4211 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4412 seconds (5.1450 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1081 (100.0%) 1.3331 (100.0%) 2.4412 (100.0%) 5.1450 (100.0%) Building Target
1.1081 (100.0%) 1.3331 (100.0%) 2.4412 (100.0%) 5.1450 (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\ 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-1745697676273849-swift-frontend-IBMSwiftSDKCore-RestError.swift-arm64_apple_macos15.4-o-Onone-1852216197.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2908 seconds (0.2933 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0566 ( 32.2%) 0.0226 ( 19.6%) 0.0792 ( 27.2%) 0.0794 ( 27.1%) build-rewrite-system
0.0252 ( 14.3%) 0.0260 ( 22.6%) 0.0512 ( 17.6%) 0.0514 ( 17.5%) parse-and-resolve-imports
0.0239 ( 13.6%) 0.0243 ( 21.1%) 0.0482 ( 16.6%) 0.0484 ( 16.5%) Import resolution
0.0127 ( 7.2%) 0.0119 ( 10.3%) 0.0246 ( 8.5%) 0.0248 ( 8.5%) import-clang-decl
0.0135 ( 7.7%) 0.0067 ( 5.8%) 0.0201 ( 6.9%) 0.0206 ( 7.0%) perform-sema
0.0134 ( 7.6%) 0.0066 ( 5.8%) 0.0200 ( 6.9%) 0.0205 ( 7.0%) Type checking and Semantic analysis
0.0096 ( 5.5%) 0.0044 ( 3.8%) 0.0140 ( 4.8%) 0.0144 ( 4.9%) typecheck-stmt
0.0073 ( 4.2%) 0.0035 ( 3.0%) 0.0108 ( 3.7%) 0.0111 ( 3.8%) precheck-target
0.0037 ( 2.1%) 0.0037 ( 3.2%) 0.0073 ( 2.5%) 0.0074 ( 2.5%) IRGen
0.0037 ( 2.1%) 0.0022 ( 1.9%) 0.0059 ( 2.0%) 0.0059 ( 2.0%) typecheck-decl
0.0011 ( 0.6%) 0.0023 ( 2.0%) 0.0034 ( 1.2%) 0.0034 ( 1.1%) load-stdlib
0.0021 ( 1.2%) 0.0000 ( 0.0%) 0.0021 ( 0.7%) 0.0021 ( 0.7%) SIL optimization
0.0010 ( 0.6%) 0.0005 ( 0.5%) 0.0015 ( 0.5%) 0.0015 ( 0.5%) load-all-members
0.0011 ( 0.6%) 0.0003 ( 0.2%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) SILGen
0.0006 ( 0.3%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.2%) 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.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%) 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.1757 (100.0%) 0.1151 (100.0%) 0.2908 (100.0%) 0.2933 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2505 seconds (2.3942 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9167 (100.0%) 1.3338 (100.0%) 2.2505 (100.0%) 2.3942 (100.0%) Building Target
0.9167 (100.0%) 1.3338 (100.0%) 2.2505 (100.0%) 2.3942 (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]?)
^
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos15.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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 JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Headers/IBMSwiftSDKCore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Headers/IBMSwiftSDKCore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling Authentication.swift, CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling InsecureConnection.swift, JWT.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling ConfigBasedAuthenticatorFactory.swift, IAMAuthenticator.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos15.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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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/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/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore normal (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-macos15.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList -install_name @rpath/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 15.4 --bundle-identifier IBMSwiftSDKCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/Resources --target-triple arm64-apple-macos15.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 13:01:19.246 appintentsmetadataprocessor[706:4033] Starting appintentsmetadataprocessor export
2025-04-26 13:01:19.248 appintentsmetadataprocessor[706:4033] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IBMSwiftSDKCore.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/IBMSwiftSDKCore.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/IBMSwiftSDKCore.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore.tbd (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/Versions/A/IBMSwiftSDKCore.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd
** 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.