Build Information
Successful build of IBMSwiftSDKCore, reference main (652ff3
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 20:01:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBMSwiftSDKCore-Package -destination generic/platform=iOS 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: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/IBM/swift-sdk-core.git
https://github.com/IBM/swift-sdk-core.git
{
"dependencies" : [
],
"manifest_display_name" : "IBMSwiftSDKCore",
"name" : "IBMSwiftSDKCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IBMSwiftSDKCore",
"targets" : [
"IBMSwiftSDKCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBMSwiftSDKCoreTests",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCoreTests",
"path" : "Tests/IBMSwiftSDKCoreTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"ConfigBasedAuthenticatorFactoryTests-Linux.swift",
"CredentialUtilsTests-Linux.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift",
"SDKInitializerTests.swift"
],
"target_dependencies" : [
"IBMSwiftSDKCore"
],
"type" : "test"
},
{
"c99name" : "IBMSwiftSDKCore",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCore",
"path" : "Sources/IBMSwiftSDKCore",
"product_memberships" : [
"IBMSwiftSDKCore"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/CloudPakForDataAuthenticator.swift",
"Authentication/ConfigBasedAuthenticatorFactory.swift",
"Authentication/IAMAuthenticator.swift",
"Authentication/InsecureConnection.swift",
"Authentication/JWT.swift",
"CodableExtensions.swift",
"CredentialUtils.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "IBMSwiftSDKCore",
"name" : "IBMSwiftSDKCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "IBMSwiftSDKCore",
"targets" : [
"IBMSwiftSDKCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IBMSwiftSDKCoreTests",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCoreTests",
"path" : "Tests/IBMSwiftSDKCoreTests",
"sources" : [
"AuthenticationTests.swift",
"CodableExtensionsTests.swift",
"ConfigBasedAuthenticatorFactoryTests-Linux.swift",
"CredentialUtilsTests-Linux.swift",
"JSONTests.swift",
"MockURLProtocol.swift",
"MultiPartFormDataTests.swift",
"ResponseTests.swift",
"RestErrorTests.swift",
"SDKInitializerTests.swift"
],
"target_dependencies" : [
"IBMSwiftSDKCore"
],
"type" : "test"
},
{
"c99name" : "IBMSwiftSDKCore",
"module_type" : "SwiftTarget",
"name" : "IBMSwiftSDKCore",
"path" : "Sources/IBMSwiftSDKCore",
"product_memberships" : [
"IBMSwiftSDKCore"
],
"sources" : [
"Authentication/Authentication.swift",
"Authentication/CloudPakForDataAuthenticator.swift",
"Authentication/ConfigBasedAuthenticatorFactory.swift",
"Authentication/IAMAuthenticator.swift",
"Authentication/InsecureConnection.swift",
"Authentication/JWT.swift",
"CodableExtensions.swift",
"CredentialUtils.swift",
"JSON.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "IBMSwiftSDKCore",
"schemes" : [
"IBMSwiftSDKCore",
"IBMSwiftSDKCore-Package"
],
"targets" : [
"IBMSwiftSDKCore",
"IBMSwiftSDKCorePackageDescription",
"IBMSwiftSDKCorePackageTests",
"IBMSwiftSDKCoreTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme IBMSwiftSDKCore-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme IBMSwiftSDKCore-Package -destination generic/platform=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 01af3417f9c06236f1f8d1236d3e5eca
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/01af3417f9c06236f1f8d1236d3e5eca.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Headers (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-OutputFileMap.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Info.plist /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj/IBMSwiftSDKCore_Info.plist (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj/IBMSwiftSDKCore_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Info.plist
SwiftDriver IBMSwiftSDKCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name IBMSwiftSDKCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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\ 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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685509561-swift-frontend-IBMSwiftSDKCore-InsecureConnection.swift-arm64_apple_ios10.0-o-Onone-3289838755.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6922 seconds (4.2394 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 6.6%) 0.1346 ( 37.1%) 0.1565 ( 22.6%) 1.8935 ( 44.7%) parse-and-resolve-imports
0.0208 ( 6.3%) 0.1334 ( 36.8%) 0.1541 ( 22.3%) 1.8911 ( 44.6%) Import resolution
0.0801 ( 24.3%) 0.0272 ( 7.5%) 0.1072 ( 15.5%) 0.1083 ( 2.6%) build-rewrite-system
0.0011 ( 0.3%) 0.0014 ( 0.4%) 0.0025 ( 0.4%) 0.0744 ( 1.8%) load-stdlib
0.0370 ( 11.2%) 0.0110 ( 3.0%) 0.0480 ( 6.9%) 0.0481 ( 1.1%) perform-sema
0.0369 ( 11.2%) 0.0110 ( 3.0%) 0.0479 ( 6.9%) 0.0479 ( 1.1%) Type checking and Semantic analysis
0.0320 ( 9.7%) 0.0089 ( 2.5%) 0.0409 ( 5.9%) 0.0409 ( 1.0%) typecheck-stmt
0.0294 ( 8.9%) 0.0082 ( 2.3%) 0.0376 ( 5.4%) 0.0376 ( 0.9%) typecheck-expr
0.0145 ( 4.4%) 0.0117 ( 3.2%) 0.0262 ( 3.8%) 0.0264 ( 0.6%) import-clang-decl
0.0176 ( 5.3%) 0.0060 ( 1.7%) 0.0236 ( 3.4%) 0.0236 ( 0.6%) typecheck-decl
0.0108 ( 3.3%) 0.0031 ( 0.8%) 0.0139 ( 2.0%) 0.0139 ( 0.3%) precheck-target
0.0081 ( 2.5%) 0.0038 ( 1.0%) 0.0119 ( 1.7%) 0.0119 ( 0.3%) IRGen
0.0083 ( 2.5%) 0.0011 ( 0.3%) 0.0093 ( 1.3%) 0.0093 ( 0.2%) SILGen
0.0053 ( 1.6%) 0.0007 ( 0.2%) 0.0060 ( 0.9%) 0.0060 ( 0.1%) SILGen-function
0.0050 ( 1.5%) 0.0000 ( 0.0%) 0.0051 ( 0.7%) 0.0051 ( 0.1%) SIL optimization
0.0010 ( 0.3%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3300 (100.0%) 0.3622 (100.0%) 0.6922 (100.0%) 4.2394 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6523 seconds (3.5943 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8417 (100.0%) 0.8106 (100.0%) 1.6523 (100.0%) 3.5943 (100.0%) Building Target
0.8417 (100.0%) 0.8106 (100.0%) 1.6523 (100.0%) 3.5943 (100.0%) Total
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-1745697685480901-swift-frontend-IBMSwiftSDKCore-JSON.swift-arm64_apple_ios10.0-o-Onone-282901862.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6726 seconds (4.6170 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0236 ( 7.1%) 0.1259 ( 36.9%) 0.1495 ( 22.2%) 2.0836 ( 45.1%) parse-and-resolve-imports
0.0226 ( 6.8%) 0.1249 ( 36.6%) 0.1476 ( 21.9%) 2.0816 ( 45.1%) Import resolution
0.0017 ( 0.5%) 0.0103 ( 3.0%) 0.0121 ( 1.8%) 0.0872 ( 1.9%) load-stdlib
0.0559 ( 16.9%) 0.0202 ( 5.9%) 0.0761 ( 11.3%) 0.0763 ( 1.7%) build-rewrite-system
0.0509 ( 15.4%) 0.0118 ( 3.4%) 0.0626 ( 9.3%) 0.0627 ( 1.4%) perform-sema
0.0508 ( 15.3%) 0.0118 ( 3.4%) 0.0625 ( 9.3%) 0.0626 ( 1.4%) Type checking and Semantic analysis
0.0260 ( 7.8%) 0.0087 ( 2.5%) 0.0347 ( 5.2%) 0.0347 ( 0.8%) typecheck-decl
0.0277 ( 8.4%) 0.0034 ( 1.0%) 0.0311 ( 4.6%) 0.0312 ( 0.7%) typecheck-stmt
0.0219 ( 6.6%) 0.0045 ( 1.3%) 0.0264 ( 3.9%) 0.0264 ( 0.6%) typecheck-expr
0.0127 ( 3.8%) 0.0106 ( 3.1%) 0.0233 ( 3.5%) 0.0234 ( 0.5%) import-clang-decl
0.0084 ( 2.6%) 0.0040 ( 1.2%) 0.0125 ( 1.9%) 0.0125 ( 0.3%) IRGen
0.0090 ( 2.7%) 0.0024 ( 0.7%) 0.0113 ( 1.7%) 0.0113 ( 0.2%) SILGen
0.0082 ( 2.5%) 0.0022 ( 0.6%) 0.0104 ( 1.5%) 0.0104 ( 0.2%) SILGen-function
0.0065 ( 2.0%) 0.0002 ( 0.1%) 0.0067 ( 1.0%) 0.0074 ( 0.2%) SIL optimization
0.0041 ( 1.3%) 0.0001 ( 0.0%) 0.0043 ( 0.6%) 0.0043 ( 0.1%) precheck-target
0.0009 ( 0.3%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3312 (100.0%) 0.3414 (100.0%) 0.6726 (100.0%) 4.6170 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4760 seconds (3.6179 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6724 (100.0%) 0.8036 (100.0%) 1.4760 (100.0%) 3.6179 (100.0%) Building Target
0.6724 (100.0%) 0.8036 (100.0%) 1.4760 (100.0%) 3.6179 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ RestResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685489677-swift-frontend-IBMSwiftSDKCore-RestResponse.swift-arm64_apple_ios10.0-o-Onone-3722032716.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4958 seconds (4.2021 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0215 ( 12.8%) 0.1318 ( 40.2%) 0.1533 ( 30.9%) 1.9648 ( 46.8%) parse-and-resolve-imports
0.0206 ( 12.3%) 0.1306 ( 39.8%) 0.1512 ( 30.5%) 1.9627 ( 46.7%) Import resolution
0.0799 ( 47.6%) 0.0286 ( 8.7%) 0.1085 ( 21.9%) 0.1094 ( 2.6%) build-rewrite-system
0.0017 ( 1.0%) 0.0113 ( 3.4%) 0.0130 ( 2.6%) 0.0949 ( 2.3%) load-stdlib
0.0120 ( 7.1%) 0.0099 ( 3.0%) 0.0218 ( 4.4%) 0.0222 ( 0.5%) import-clang-decl
0.0035 ( 2.1%) 0.0055 ( 1.7%) 0.0090 ( 1.8%) 0.0090 ( 0.2%) IRGen
0.0061 ( 3.6%) 0.0028 ( 0.8%) 0.0089 ( 1.8%) 0.0089 ( 0.2%) perform-sema
0.0061 ( 3.6%) 0.0028 ( 0.8%) 0.0088 ( 1.8%) 0.0089 ( 0.2%) Type checking and Semantic analysis
0.0032 ( 1.9%) 0.0019 ( 0.6%) 0.0051 ( 1.0%) 0.0051 ( 0.1%) typecheck-decl
0.0027 ( 1.6%) 0.0008 ( 0.3%) 0.0035 ( 0.7%) 0.0035 ( 0.1%) typecheck-stmt
0.0022 ( 1.3%) 0.0004 ( 0.1%) 0.0026 ( 0.5%) 0.0026 ( 0.1%) SILGen
0.0026 ( 1.5%) 0.0000 ( 0.0%) 0.0026 ( 0.5%) 0.0026 ( 0.1%) SIL optimization
0.0019 ( 1.1%) 0.0003 ( 0.1%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) SILGen-function
0.0016 ( 0.9%) 0.0005 ( 0.1%) 0.0020 ( 0.4%) 0.0021 ( 0.0%) typecheck-expr
0.0013 ( 0.8%) 0.0005 ( 0.2%) 0.0018 ( 0.4%) 0.0018 ( 0.0%) typecheck-for-each
0.0008 ( 0.5%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1679 (100.0%) 0.3279 (100.0%) 0.4958 (100.0%) 4.2021 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5823 seconds (3.6074 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7974 (100.0%) 0.7850 (100.0%) 1.5823 (100.0%) 3.6074 (100.0%) Building Target
0.7974 (100.0%) 0.7850 (100.0%) 1.5823 (100.0%) 3.6074 (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')
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]?)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685489845-swift-frontend-IBMSwiftSDKCore-RestError.swift-arm64_apple_ios10.0-o-Onone-1009364966.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5069 seconds (3.9202 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0220 ( 12.1%) 0.1311 ( 40.4%) 0.1531 ( 30.2%) 1.8197 ( 46.4%) parse-and-resolve-imports
0.0210 ( 11.5%) 0.1302 ( 40.1%) 0.1512 ( 29.8%) 1.8178 ( 46.4%) Import resolution
0.0781 ( 42.9%) 0.0280 ( 8.6%) 0.1061 ( 20.9%) 0.1062 ( 2.7%) build-rewrite-system
0.0016 ( 0.9%) 0.0084 ( 2.6%) 0.0100 ( 2.0%) 0.0902 ( 2.3%) load-stdlib
0.0121 ( 6.7%) 0.0100 ( 3.1%) 0.0222 ( 4.4%) 0.0221 ( 0.6%) import-clang-decl
0.0115 ( 6.3%) 0.0039 ( 1.2%) 0.0154 ( 3.0%) 0.0154 ( 0.4%) perform-sema
0.0115 ( 6.3%) 0.0039 ( 1.2%) 0.0154 ( 3.0%) 0.0154 ( 0.4%) Type checking and Semantic analysis
0.0083 ( 4.6%) 0.0027 ( 0.8%) 0.0110 ( 2.2%) 0.0110 ( 0.3%) typecheck-stmt
0.0064 ( 3.5%) 0.0021 ( 0.7%) 0.0085 ( 1.7%) 0.0085 ( 0.2%) precheck-target
0.0025 ( 1.3%) 0.0024 ( 0.7%) 0.0048 ( 1.0%) 0.0048 ( 0.1%) IRGen
0.0030 ( 1.7%) 0.0012 ( 0.4%) 0.0042 ( 0.8%) 0.0042 ( 0.1%) typecheck-decl
0.0019 ( 1.1%) 0.0000 ( 0.0%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0005 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SILGen
0.0005 ( 0.3%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-expr
0.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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1822 (100.0%) 0.3246 (100.0%) 0.5069 (100.0%) 3.9202 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7203 seconds (3.6039 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8454 (100.0%) 0.8749 (100.0%) 1.7203 (100.0%) 3.6039 (100.0%) Building Target
0.8454 (100.0%) 0.8749 (100.0%) 1.7203 (100.0%) 3.6039 (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-1745697685493759-swift-frontend-IBMSwiftSDKCore-all-arm64_apple_ios10.0-swiftmodule-Onone-1733997157.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6443 seconds (3.9477 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0258 ( 9.2%) 0.1336 ( 36.6%) 0.1594 ( 24.7%) 1.8005 ( 45.6%) parse-and-resolve-imports
0.0249 ( 8.9%) 0.1328 ( 36.4%) 0.1577 ( 24.5%) 1.7988 ( 45.6%) Import resolution
0.0125 ( 4.5%) 0.0389 ( 10.7%) 0.0514 ( 8.0%) 0.0715 ( 1.8%) load-stdlib
0.0443 ( 15.8%) 0.0102 ( 2.8%) 0.0545 ( 8.5%) 0.0545 ( 1.4%) perform-sema
0.0441 ( 15.8%) 0.0101 ( 2.8%) 0.0542 ( 8.4%) 0.0542 ( 1.4%) Type checking and Semantic analysis
0.0433 ( 15.5%) 0.0100 ( 2.7%) 0.0533 ( 8.3%) 0.0533 ( 1.3%) typecheck-decl
0.0203 ( 7.3%) 0.0051 ( 1.4%) 0.0254 ( 3.9%) 0.0254 ( 0.6%) typecheck-expr
0.0111 ( 4.0%) 0.0059 ( 1.6%) 0.0170 ( 2.6%) 0.0176 ( 0.4%) SIL optimization
0.0114 ( 4.1%) 0.0028 ( 0.8%) 0.0142 ( 2.2%) 0.0142 ( 0.4%) typecheck-stmt
0.0113 ( 4.1%) 0.0025 ( 0.7%) 0.0138 ( 2.1%) 0.0138 ( 0.3%) SILGen
0.0076 ( 2.7%) 0.0018 ( 0.5%) 0.0094 ( 1.5%) 0.0094 ( 0.2%) precheck-target
0.0074 ( 2.7%) 0.0016 ( 0.4%) 0.0091 ( 1.4%) 0.0090 ( 0.2%) SILGen-function
0.0059 ( 2.1%) 0.0014 ( 0.4%) 0.0074 ( 1.1%) 0.0074 ( 0.2%) build-rewrite-system
0.0036 ( 1.3%) 0.0034 ( 0.9%) 0.0070 ( 1.1%) 0.0070 ( 0.2%) import-clang-decl
0.0024 ( 0.9%) 0.0034 ( 0.9%) 0.0058 ( 0.9%) 0.0064 ( 0.2%) Serialization, swiftmodule
0.0017 ( 0.6%) 0.0003 ( 0.1%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.2%) 0.0008 ( 0.2%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.2%) 0.0001 ( 0.0%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2795 (100.0%) 0.3648 (100.0%) 0.6443 (100.0%) 3.9477 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3140 seconds (1.9765 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1182 (100.0%) 0.1957 (100.0%) 0.3140 (100.0%) 1.9765 (100.0%) Building Target
0.1182 (100.0%) 0.1957 (100.0%) 0.3140 (100.0%) 1.9765 (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\ CredentialUtils.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685500972-swift-frontend-IBMSwiftSDKCore-CredentialUtils.swift-arm64_apple_ios10.0-o-Onone-3751194315.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2317 seconds (3.6765 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3073 ( 40.8%) 0.2048 ( 42.8%) 0.5121 ( 41.6%) 1.6958 ( 46.1%) parse-and-resolve-imports
0.3063 ( 40.7%) 0.2010 ( 42.0%) 0.5072 ( 41.2%) 1.6883 ( 45.9%) Import resolution
0.0818 ( 10.9%) 0.0196 ( 4.1%) 0.1014 ( 8.2%) 0.1015 ( 2.8%) build-rewrite-system
0.0012 ( 0.2%) 0.0036 ( 0.8%) 0.0048 ( 0.4%) 0.0801 ( 2.2%) load-stdlib
0.0122 ( 1.6%) 0.0088 ( 1.8%) 0.0210 ( 1.7%) 0.0211 ( 0.6%) import-clang-decl
0.0089 ( 1.2%) 0.0108 ( 2.3%) 0.0197 ( 1.6%) 0.0210 ( 0.6%) perform-sema
0.0088 ( 1.2%) 0.0108 ( 2.3%) 0.0196 ( 1.6%) 0.0210 ( 0.6%) Type checking and Semantic analysis
0.0088 ( 1.2%) 0.0108 ( 2.3%) 0.0196 ( 1.6%) 0.0209 ( 0.6%) typecheck-decl
0.0037 ( 0.5%) 0.0024 ( 0.5%) 0.0061 ( 0.5%) 0.0061 ( 0.2%) SILGen
0.0023 ( 0.3%) 0.0033 ( 0.7%) 0.0055 ( 0.4%) 0.0059 ( 0.2%) IRGen
0.0030 ( 0.4%) 0.0012 ( 0.3%) 0.0042 ( 0.3%) 0.0042 ( 0.1%) SILGen-function
0.0020 ( 0.3%) 0.0008 ( 0.2%) 0.0028 ( 0.2%) 0.0029 ( 0.1%) typecheck-expr
0.0025 ( 0.3%) 0.0000 ( 0.0%) 0.0025 ( 0.2%) 0.0025 ( 0.1%) SIL optimization
0.0019 ( 0.2%) 0.0004 ( 0.1%) 0.0023 ( 0.2%) 0.0023 ( 0.1%) typecheck-stmt
0.0012 ( 0.2%) 0.0002 ( 0.0%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.1%) 0.0003 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) load-all-members
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) precheck-target
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%) 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.7528 (100.0%) 0.4789 (100.0%) 1.2317 (100.0%) 3.6765 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1732 seconds (3.5949 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1726 (100.0%) 1.0006 (100.0%) 2.1732 (100.0%) 3.5949 (100.0%) Building Target
1.1726 (100.0%) 1.0006 (100.0%) 2.1732 (100.0%) 3.5949 (100.0%) Total
SwiftCompile normal arm64 Compiling\ CodableExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685507443-swift-frontend-IBMSwiftSDKCore-CodableExtensions.swift-arm64_apple_ios10.0-o-Onone-400712983.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.4920 seconds (3.9725 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7095 ( 43.7%) 0.4060 ( 46.7%) 1.1155 ( 44.8%) 1.8213 ( 45.8%) parse-and-resolve-imports
0.7086 ( 43.7%) 0.4053 ( 46.6%) 1.1139 ( 44.7%) 1.8198 ( 45.8%) Import resolution
0.0781 ( 4.8%) 0.0202 ( 2.3%) 0.0984 ( 3.9%) 0.0983 ( 2.5%) build-rewrite-system
0.0011 ( 0.1%) 0.0016 ( 0.2%) 0.0027 ( 0.1%) 0.0715 ( 1.8%) load-stdlib
0.0242 ( 1.5%) 0.0058 ( 0.7%) 0.0299 ( 1.2%) 0.0299 ( 0.8%) perform-sema
0.0241 ( 1.5%) 0.0058 ( 0.7%) 0.0299 ( 1.2%) 0.0299 ( 0.8%) Type checking and Semantic analysis
0.0196 ( 1.2%) 0.0049 ( 0.6%) 0.0245 ( 1.0%) 0.0245 ( 0.6%) typecheck-stmt
0.0118 ( 0.7%) 0.0091 ( 1.0%) 0.0209 ( 0.8%) 0.0210 ( 0.5%) import-clang-decl
0.0160 ( 1.0%) 0.0038 ( 0.4%) 0.0197 ( 0.8%) 0.0197 ( 0.5%) typecheck-expr
0.0081 ( 0.5%) 0.0023 ( 0.3%) 0.0103 ( 0.4%) 0.0103 ( 0.3%) precheck-target
0.0048 ( 0.3%) 0.0018 ( 0.2%) 0.0066 ( 0.3%) 0.0066 ( 0.2%) IRGen
0.0050 ( 0.3%) 0.0008 ( 0.1%) 0.0059 ( 0.2%) 0.0059 ( 0.1%) typecheck-decl
0.0043 ( 0.3%) 0.0008 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) SILGen
0.0042 ( 0.3%) 0.0001 ( 0.0%) 0.0042 ( 0.2%) 0.0042 ( 0.1%) SIL optimization
0.0025 ( 0.2%) 0.0005 ( 0.1%) 0.0030 ( 0.1%) 0.0030 ( 0.1%) SILGen-function
0.0008 ( 0.0%) 0.0004 ( 0.0%) 0.0012 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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
1.6229 (100.0%) 0.8691 (100.0%) 2.4920 (100.0%) 3.9725 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6736 seconds (3.5928 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5545 (100.0%) 1.1191 (100.0%) 2.6736 (100.0%) 3.5928 (100.0%) Building Target
1.5545 (100.0%) 1.1191 (100.0%) 2.6736 (100.0%) 3.5928 (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\ 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-1745697685500681-swift-frontend-IBMSwiftSDKCore-MultipartFormData.swift-arm64_apple_ios10.0-o-Onone-886089819.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6307 seconds (3.8483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0222 ( 7.9%) 0.1349 ( 38.4%) 0.1571 ( 24.9%) 1.7288 ( 44.9%) parse-and-resolve-imports
0.0212 ( 7.6%) 0.1340 ( 38.2%) 0.1553 ( 24.6%) 1.7270 ( 44.9%) Import resolution
0.0795 ( 28.4%) 0.0285 ( 8.1%) 0.1079 ( 17.1%) 0.1090 ( 2.8%) build-rewrite-system
0.0012 ( 0.4%) 0.0037 ( 1.1%) 0.0050 ( 0.8%) 0.0777 ( 2.0%) load-stdlib
0.0296 ( 10.6%) 0.0088 ( 2.5%) 0.0384 ( 6.1%) 0.0385 ( 1.0%) perform-sema
0.0296 ( 10.6%) 0.0087 ( 2.5%) 0.0383 ( 6.1%) 0.0384 ( 1.0%) Type checking and Semantic analysis
0.0235 ( 8.4%) 0.0061 ( 1.8%) 0.0297 ( 4.7%) 0.0297 ( 0.8%) typecheck-stmt
0.0212 ( 7.6%) 0.0049 ( 1.4%) 0.0261 ( 4.1%) 0.0262 ( 0.7%) typecheck-expr
0.0120 ( 4.3%) 0.0095 ( 2.7%) 0.0216 ( 3.4%) 0.0217 ( 0.6%) import-clang-decl
0.0097 ( 3.5%) 0.0035 ( 1.0%) 0.0133 ( 2.1%) 0.0133 ( 0.3%) typecheck-decl
0.0094 ( 3.4%) 0.0022 ( 0.6%) 0.0116 ( 1.8%) 0.0116 ( 0.3%) precheck-target
0.0045 ( 1.6%) 0.0029 ( 0.8%) 0.0075 ( 1.2%) 0.0075 ( 0.2%) IRGen
0.0057 ( 2.0%) 0.0012 ( 0.4%) 0.0069 ( 1.1%) 0.0069 ( 0.2%) SILGen
0.0047 ( 1.7%) 0.0011 ( 0.3%) 0.0058 ( 0.9%) 0.0058 ( 0.2%) SILGen-function
0.0045 ( 1.6%) 0.0003 ( 0.1%) 0.0048 ( 0.8%) 0.0048 ( 0.1%) SIL optimization
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 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.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2799 (100.0%) 0.3509 (100.0%) 0.6307 (100.0%) 3.8483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8049 seconds (3.5982 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9005 (100.0%) 0.9043 (100.0%) 1.8049 (100.0%) 3.5982 (100.0%) Building Target
0.9005 (100.0%) 0.9043 (100.0%) 1.8049 (100.0%) 3.5982 (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\ ConfigBasedAuthenticatorFactory.swift,\ IAMAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/ConfigBasedAuthenticatorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685500842-swift-frontend-IBMSwiftSDKCore-ConfigBasedAuthenticatorFactory.swift-arm64_apple_ios10.0-o-Onone-3861920826.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6985 seconds (4.5149 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0228 ( 6.7%) 0.1346 ( 37.6%) 0.1575 ( 22.5%) 2.0262 ( 44.9%) parse-and-resolve-imports
0.0217 ( 6.4%) 0.1335 ( 37.3%) 0.1552 ( 22.2%) 2.0240 ( 44.8%) Import resolution
0.0015 ( 0.4%) 0.0043 ( 1.2%) 0.0058 ( 0.8%) 0.0832 ( 1.8%) load-stdlib
0.0543 ( 15.9%) 0.0181 ( 5.0%) 0.0723 ( 10.4%) 0.0725 ( 1.6%) build-rewrite-system
0.0445 ( 13.1%) 0.0118 ( 3.3%) 0.0563 ( 8.1%) 0.0564 ( 1.2%) perform-sema
0.0443 ( 13.0%) 0.0118 ( 3.3%) 0.0561 ( 8.0%) 0.0562 ( 1.2%) Type checking and Semantic analysis
0.0293 ( 8.6%) 0.0074 ( 2.1%) 0.0368 ( 5.3%) 0.0369 ( 0.8%) typecheck-expr
0.0250 ( 7.4%) 0.0076 ( 2.1%) 0.0326 ( 4.7%) 0.0326 ( 0.7%) typecheck-decl
0.0256 ( 7.5%) 0.0060 ( 1.7%) 0.0316 ( 4.5%) 0.0317 ( 0.7%) typecheck-stmt
0.0134 ( 3.9%) 0.0118 ( 3.3%) 0.0252 ( 3.6%) 0.0254 ( 0.6%) import-clang-decl
0.0130 ( 3.8%) 0.0046 ( 1.3%) 0.0176 ( 2.5%) 0.0179 ( 0.4%) IRGen
0.0154 ( 4.5%) 0.0023 ( 0.6%) 0.0177 ( 2.5%) 0.0178 ( 0.4%) SILGen
0.0106 ( 3.1%) 0.0016 ( 0.4%) 0.0121 ( 1.7%) 0.0122 ( 0.3%) SILGen-function
0.0076 ( 2.2%) 0.0019 ( 0.5%) 0.0095 ( 1.4%) 0.0094 ( 0.2%) precheck-target
0.0090 ( 2.6%) 0.0002 ( 0.0%) 0.0091 ( 1.3%) 0.0092 ( 0.2%) SIL optimization
0.0015 ( 0.4%) 0.0002 ( 0.1%) 0.0016 ( 0.2%) 0.0016 ( 0.0%) typecheck-expr-pattern
0.0009 ( 0.3%) 0.0004 ( 0.1%) 0.0013 ( 0.2%) 0.0013 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3406 (100.0%) 0.3580 (100.0%) 0.6985 (100.0%) 4.5149 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5155 seconds (3.5993 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7085 (100.0%) 0.8070 (100.0%) 1.5155 (100.0%) 3.5993 (100.0%) Building Target
0.7085 (100.0%) 0.8070 (100.0%) 1.5155 (100.0%) 3.5993 (100.0%) Total
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)
^
SwiftCompile normal arm64 Compiling\ Authentication.swift,\ CloudPakForDataAuthenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/Authentication.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:89:37: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
refreshQueue.async{ self.refreshToken() }
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:94:32: warning: capture of 'self' with non-sendable type 'CloudPakForDataTokenSource' in a '@Sendable' closure
if let token = self.token {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:29:7: note: class 'CloudPakForDataTokenSource' does not conform to the 'Sendable' protocol
class CloudPakForDataTokenSource: TokenSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: warning: capture of 'completionHandler' with non-sendable type '(String?, RestError?) -> Void' in a '@Sendable' closure
completionHandler(token, nil)
^
/Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/Authentication/CloudPakForDataAuthenticator.swift:95:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(token, nil)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697685505681-swift-frontend-IBMSwiftSDKCore-Authentication.swift-arm64_apple_ios10.0-o-Onone-966692637.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7334 seconds (4.0177 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0234 ( 6.2%) 0.1324 ( 37.3%) 0.1558 ( 21.2%) 1.7625 ( 43.9%) parse-and-resolve-imports
0.0225 ( 6.0%) 0.1316 ( 37.1%) 0.1541 ( 21.0%) 1.7608 ( 43.8%) Import resolution
0.0790 ( 20.9%) 0.0279 ( 7.9%) 0.1069 ( 14.6%) 0.1072 ( 2.7%) build-rewrite-system
0.0011 ( 0.3%) 0.0018 ( 0.5%) 0.0029 ( 0.4%) 0.0724 ( 1.8%) load-stdlib
0.0469 ( 12.4%) 0.0105 ( 3.0%) 0.0574 ( 7.8%) 0.0577 ( 1.4%) perform-sema
0.0468 ( 12.4%) 0.0105 ( 2.9%) 0.0573 ( 7.8%) 0.0576 ( 1.4%) Type checking and Semantic analysis
0.0336 ( 8.9%) 0.0069 ( 1.9%) 0.0405 ( 5.5%) 0.0405 ( 1.0%) typecheck-expr
0.0308 ( 8.1%) 0.0064 ( 1.8%) 0.0372 ( 5.1%) 0.0372 ( 0.9%) typecheck-stmt
0.0274 ( 7.2%) 0.0066 ( 1.9%) 0.0340 ( 4.6%) 0.0340 ( 0.8%) typecheck-decl
0.0134 ( 3.5%) 0.0104 ( 2.9%) 0.0238 ( 3.2%) 0.0241 ( 0.6%) import-clang-decl
0.0127 ( 3.3%) 0.0048 ( 1.3%) 0.0174 ( 2.4%) 0.0175 ( 0.4%) IRGen
0.0110 ( 2.9%) 0.0023 ( 0.6%) 0.0133 ( 1.8%) 0.0133 ( 0.3%) precheck-target
0.0118 ( 3.1%) 0.0014 ( 0.4%) 0.0132 ( 1.8%) 0.0132 ( 0.3%) SILGen
0.0092 ( 2.4%) 0.0003 ( 0.1%) 0.0095 ( 1.3%) 0.0095 ( 0.2%) SIL optimization
0.0073 ( 1.9%) 0.0008 ( 0.2%) 0.0080 ( 1.1%) 0.0080 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0004 ( 0.1%) 0.0003 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3784 (100.0%) 0.3550 (100.0%) 0.7334 (100.0%) 4.0177 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7780 seconds (3.6009 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9435 (100.0%) 0.8345 (100.0%) 1.7780 (100.0%) 3.6009 (100.0%) Building Target
0.9435 (100.0%) 0.8345 (100.0%) 1.7780 (100.0%) 3.6009 (100.0%) Total
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-1745697687541345-swift-frontend-IBMSwiftSDKCore-RestRequest.swift-arm64_apple_ios10.0-o-Onone-1613272029.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5313 seconds (0.5319 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0627 ( 15.6%) 0.0140 ( 10.7%) 0.0767 ( 14.4%) 0.0767 ( 14.4%) perform-sema
0.0627 ( 15.6%) 0.0140 ( 10.7%) 0.0766 ( 14.4%) 0.0766 ( 14.4%) Type checking and Semantic analysis
0.0550 ( 13.7%) 0.0207 ( 15.9%) 0.0757 ( 14.2%) 0.0759 ( 14.3%) build-rewrite-system
0.0556 ( 13.9%) 0.0111 ( 8.5%) 0.0667 ( 12.5%) 0.0667 ( 12.5%) typecheck-expr
0.0551 ( 13.7%) 0.0110 ( 8.4%) 0.0660 ( 12.4%) 0.0660 ( 12.4%) typecheck-stmt
0.0187 ( 4.7%) 0.0179 ( 13.8%) 0.0366 ( 6.9%) 0.0366 ( 6.9%) parse-and-resolve-imports
0.0179 ( 4.5%) 0.0168 ( 12.9%) 0.0347 ( 6.5%) 0.0347 ( 6.5%) Import resolution
0.0131 ( 3.3%) 0.0104 ( 8.0%) 0.0235 ( 4.4%) 0.0237 ( 4.5%) import-clang-decl
0.0157 ( 3.9%) 0.0035 ( 2.7%) 0.0192 ( 3.6%) 0.0192 ( 3.6%) precheck-target
0.0095 ( 2.4%) 0.0035 ( 2.7%) 0.0130 ( 2.5%) 0.0130 ( 2.5%) IRGen
0.0101 ( 2.5%) 0.0014 ( 1.0%) 0.0114 ( 2.2%) 0.0114 ( 2.2%) SILGen
0.0085 ( 2.1%) 0.0010 ( 0.8%) 0.0096 ( 1.8%) 0.0096 ( 1.8%) SILGen-function
0.0067 ( 1.7%) 0.0027 ( 2.1%) 0.0094 ( 1.8%) 0.0094 ( 1.8%) typecheck-decl
0.0077 ( 1.9%) 0.0001 ( 0.1%) 0.0078 ( 1.5%) 0.0078 ( 1.5%) SIL optimization
0.0011 ( 0.3%) 0.0018 ( 1.4%) 0.0028 ( 0.5%) 0.0028 ( 0.5%) load-stdlib
0.0009 ( 0.2%) 0.0004 ( 0.3%) 0.0014 ( 0.3%) 0.0014 ( 0.3%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4011 (100.0%) 0.1302 (100.0%) 0.5313 (100.0%) 0.5319 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4203 seconds (1.5178 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7132 (100.0%) 0.7072 (100.0%) 1.4203 (100.0%) 1.5178 (100.0%) Building Target
0.7132 (100.0%) 0.7072 (100.0%) 1.4203 (100.0%) 1.5178 (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)
^
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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 RestRequest.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Headers/IBMSwiftSDKCore-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Headers/IBMSwiftSDKCore-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Modules/IBMSwiftSDKCore.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSON.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling ConfigBasedAuthenticatorFactory.swift, IAMAuthenticator.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling RestResponse.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling CodableExtensions.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 RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling CredentialUtils.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling Authentication.swift, CloudPakForDataAuthenticator.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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-iphoneos/IBMSwiftSDKCore.framework/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-ios10.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.LinkFileList -install_name @rpath/IBMSwiftSDKCore.framework/IBMSwiftSDKCore -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore
ExtractAppIntentsMetadata (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name IBMSwiftSDKCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 10.0 --bundle-identifier IBMSwiftSDKCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework --target-triple arm64-apple-ios10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/Objects-normal/arm64/IBMSwiftSDKCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/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:29.550 appintentsmetadataprocessor[703:3924] Starting appintentsmetadataprocessor export
2025-04-26 13:01:29.552 appintentsmetadataprocessor[703:3924] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/ssu --bundle-id IBMSwiftSDKCore --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/IBMSwiftSDKCore.build/Debug-iphoneos/IBMSwiftSDKCore.build/IBMSwiftSDKCore.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 13:01:29.574 appintentsnltrainingprocessor[704:3926] Parsing options for appintentsnltrainingprocessor
2025-04-26 13:01:29.575 appintentsnltrainingprocessor[704:3926] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/IBMSwiftSDKCore.framework/IBMSwiftSDKCore.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/IBMSwiftSDKCore.framework
/Users/admin/builder/spi-builder-workspace/IBMSwiftSDKCore.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
** 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.