The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of IBMSwiftSDKCore, reference 1.2.1 (652ff3), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 19:59:40 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: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/IBM/swift-sdk-core
 * tag               1.2.1      -> FETCH_HEAD
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 1.2.1
========================================
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
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
    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/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/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
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
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.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/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/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
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.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.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
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\ 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-1745697574960607-swift-frontend-IBMSwiftSDKCore-ConfigBasedAuthenticatorFactory.swift-arm64_apple_ios10.0-o-Onone-705837662.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9895 seconds (4.0047 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9013 ( 42.8%)   0.3887 ( 43.9%)   1.2900 ( 43.2%)   1.7253 ( 43.1%)  parse-and-resolve-imports
   0.9000 ( 42.8%)   0.3854 ( 43.5%)   1.2855 ( 43.0%)   1.7161 ( 42.9%)  Import resolution
   0.0017 (  0.1%)   0.0125 (  1.4%)   0.0142 (  0.5%)   0.1563 (  3.9%)  load-stdlib
   0.0806 (  3.8%)   0.0217 (  2.4%)   0.1023 (  3.4%)   0.1027 (  2.6%)  build-rewrite-system
   0.0409 (  1.9%)   0.0176 (  2.0%)   0.0585 (  2.0%)   0.0606 (  1.5%)  perform-sema
   0.0408 (  1.9%)   0.0175 (  2.0%)   0.0584 (  2.0%)   0.0605 (  1.5%)  Type checking and Semantic analysis
   0.0234 (  1.1%)   0.0142 (  1.6%)   0.0375 (  1.3%)   0.0396 (  1.0%)  typecheck-decl
   0.0263 (  1.3%)   0.0051 (  0.6%)   0.0314 (  1.1%)   0.0314 (  0.8%)  typecheck-expr
   0.0228 (  1.1%)   0.0043 (  0.5%)   0.0271 (  0.9%)   0.0271 (  0.7%)  typecheck-stmt
   0.0126 (  0.6%)   0.0100 (  1.1%)   0.0226 (  0.8%)   0.0226 (  0.6%)  import-clang-decl
   0.0144 (  0.7%)   0.0020 (  0.2%)   0.0165 (  0.6%)   0.0164 (  0.4%)  SILGen
   0.0110 (  0.5%)   0.0035 (  0.4%)   0.0145 (  0.5%)   0.0149 (  0.4%)  IRGen
   0.0100 (  0.5%)   0.0017 (  0.2%)   0.0117 (  0.4%)   0.0117 (  0.3%)  SILGen-function
   0.0088 (  0.4%)   0.0001 (  0.0%)   0.0089 (  0.3%)   0.0089 (  0.2%)  SIL optimization
   0.0068 (  0.3%)   0.0009 (  0.1%)   0.0077 (  0.3%)   0.0077 (  0.2%)  precheck-target
   0.0013 (  0.1%)   0.0002 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1037 (100.0%)   0.8857 (100.0%)   2.9895 (100.0%)   4.0047 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1044 seconds (3.8217 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8875 (100.0%)   1.2169 (100.0%)   3.1044 (100.0%)   3.8217 (100.0%)  Building Target
   1.8875 (100.0%)   1.2169 (100.0%)   3.1044 (100.0%)   3.8217 (100.0%)  Total
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-1745697574963954-swift-frontend-IBMSwiftSDKCore-Authentication.swift-arm64_apple_ios10.0-o-Onone-1611843592.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6099 seconds (4.0677 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 (  5.5%)   0.0624 ( 26.7%)   0.0830 ( 13.6%)   1.7430 ( 42.8%)  parse-and-resolve-imports
   0.0198 (  5.3%)   0.0614 ( 26.3%)   0.0812 ( 13.3%)   1.7412 ( 42.8%)  Import resolution
   0.0019 (  0.5%)   0.0153 (  6.6%)   0.0172 (  2.8%)   0.1542 (  3.8%)  load-stdlib
   0.0828 ( 22.0%)   0.0295 ( 12.6%)   0.1123 ( 18.4%)   0.1126 (  2.8%)  build-rewrite-system
   0.0467 ( 12.4%)   0.0108 (  4.6%)   0.0575 (  9.4%)   0.0575 (  1.4%)  perform-sema
   0.0466 ( 12.4%)   0.0108 (  4.6%)   0.0574 (  9.4%)   0.0574 (  1.4%)  Type checking and Semantic analysis
   0.0339 (  9.0%)   0.0078 (  3.3%)   0.0416 (  6.8%)   0.0417 (  1.0%)  typecheck-expr
   0.0314 (  8.4%)   0.0074 (  3.2%)   0.0388 (  6.4%)   0.0388 (  1.0%)  typecheck-stmt
   0.0269 (  7.2%)   0.0067 (  2.9%)   0.0336 (  5.5%)   0.0336 (  0.8%)  typecheck-decl
   0.0134 (  3.6%)   0.0112 (  4.8%)   0.0245 (  4.0%)   0.0247 (  0.6%)  import-clang-decl
   0.0123 (  3.3%)   0.0042 (  1.8%)   0.0165 (  2.7%)   0.0165 (  0.4%)  IRGen
   0.0118 (  3.1%)   0.0017 (  0.7%)   0.0135 (  2.2%)   0.0136 (  0.3%)  SILGen
   0.0108 (  2.9%)   0.0027 (  1.1%)   0.0135 (  2.2%)   0.0135 (  0.3%)  precheck-target
   0.0087 (  2.3%)   0.0001 (  0.1%)   0.0089 (  1.5%)   0.0089 (  0.2%)  SIL optimization
   0.0071 (  1.9%)   0.0010 (  0.4%)   0.0081 (  1.3%)   0.0081 (  0.2%)  SILGen-function
   0.0006 (  0.2%)   0.0005 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.3763 (100.0%)   0.2336 (100.0%)   0.6099 (100.0%)   4.0677 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8813 seconds (3.8173 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0123 (100.0%)   0.8690 (100.0%)   1.8813 (100.0%)   3.8173 (100.0%)  Building Target
   1.0123 (100.0%)   0.8690 (100.0%)   1.8813 (100.0%)   3.8173 (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-1745697574976655-swift-frontend-IBMSwiftSDKCore-MultipartFormData.swift-arm64_apple_ios10.0-o-Onone-2780449854.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5631 seconds (4.0515 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (  7.9%)   0.0941 ( 34.3%)   0.1169 ( 20.8%)   1.8281 ( 45.1%)  parse-and-resolve-imports
   0.0220 (  7.6%)   0.0933 ( 34.0%)   0.1153 ( 20.5%)   1.8266 ( 45.1%)  Import resolution
   0.0855 ( 29.6%)   0.0304 ( 11.1%)   0.1160 ( 20.6%)   0.1160 (  2.9%)  build-rewrite-system
   0.0013 (  0.5%)   0.0066 (  2.4%)   0.0079 (  1.4%)   0.0728 (  1.8%)  load-stdlib
   0.0293 ( 10.1%)   0.0080 (  2.9%)   0.0373 (  6.6%)   0.0373 (  0.9%)  perform-sema
   0.0293 ( 10.1%)   0.0080 (  2.9%)   0.0372 (  6.6%)   0.0373 (  0.9%)  Type checking and Semantic analysis
   0.0238 (  8.2%)   0.0065 (  2.4%)   0.0303 (  5.4%)   0.0303 (  0.7%)  typecheck-stmt
   0.0216 (  7.5%)   0.0052 (  1.9%)   0.0268 (  4.8%)   0.0268 (  0.7%)  typecheck-expr
   0.0122 (  4.2%)   0.0110 (  4.0%)   0.0232 (  4.1%)   0.0240 (  0.6%)  import-clang-decl
   0.0098 (  3.4%)   0.0026 (  1.0%)   0.0124 (  2.2%)   0.0124 (  0.3%)  precheck-target
   0.0094 (  3.3%)   0.0024 (  0.9%)   0.0119 (  2.1%)   0.0119 (  0.3%)  typecheck-decl
   0.0066 (  2.3%)   0.0014 (  0.5%)   0.0079 (  1.4%)   0.0079 (  0.2%)  SILGen
   0.0046 (  1.6%)   0.0029 (  1.0%)   0.0075 (  1.3%)   0.0075 (  0.2%)  IRGen
   0.0054 (  1.9%)   0.0011 (  0.4%)   0.0065 (  1.2%)   0.0065 (  0.2%)  SILGen-function
   0.0043 (  1.5%)   0.0001 (  0.0%)   0.0044 (  0.8%)   0.0044 (  0.1%)  SIL optimization
   0.0008 (  0.3%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  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%)  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.2891 (100.0%)   0.2740 (100.0%)   0.5631 (100.0%)   4.0515 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8807 seconds (3.8014 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9473 (100.0%)   0.9334 (100.0%)   1.8807 (100.0%)   3.8014 (100.0%)  Building Target
   0.9473 (100.0%)   0.9334 (100.0%)   1.8807 (100.0%)   3.8014 (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\ 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-1745697574978607-swift-frontend-IBMSwiftSDKCore-RestRequest.swift-arm64_apple_ios10.0-o-Onone-3629495938.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7487 seconds (4.6133 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 (  5.1%)   0.0923 ( 31.3%)   0.1156 ( 15.4%)   2.0062 ( 43.5%)  parse-and-resolve-imports
   0.0222 (  4.9%)   0.0907 ( 30.8%)   0.1129 ( 15.1%)   2.0035 ( 43.4%)  Import resolution
   0.0816 ( 18.0%)   0.0277 (  9.4%)   0.1093 ( 14.6%)   0.1096 (  2.4%)  build-rewrite-system
   0.0016 (  0.3%)   0.0066 (  2.2%)   0.0081 (  1.1%)   0.0893 (  1.9%)  load-stdlib
   0.0655 ( 14.4%)   0.0146 (  5.0%)   0.0801 ( 10.7%)   0.0804 (  1.7%)  perform-sema
   0.0654 ( 14.4%)   0.0146 (  5.0%)   0.0800 ( 10.7%)   0.0803 (  1.7%)  Type checking and Semantic analysis
   0.0565 ( 12.5%)   0.0112 (  3.8%)   0.0677 (  9.0%)   0.0680 (  1.5%)  typecheck-expr
   0.0557 ( 12.3%)   0.0109 (  3.7%)   0.0666 (  8.9%)   0.0669 (  1.5%)  typecheck-stmt
   0.0140 (  3.1%)   0.0104 (  3.5%)   0.0244 (  3.3%)   0.0248 (  0.5%)  import-clang-decl
   0.0155 (  3.4%)   0.0034 (  1.1%)   0.0189 (  2.5%)   0.0190 (  0.4%)  precheck-target
   0.0126 (  2.8%)   0.0049 (  1.7%)   0.0175 (  2.3%)   0.0176 (  0.4%)  IRGen
   0.0116 (  2.5%)   0.0018 (  0.6%)   0.0134 (  1.8%)   0.0135 (  0.3%)  SILGen
   0.0088 (  1.9%)   0.0037 (  1.3%)   0.0125 (  1.7%)   0.0125 (  0.3%)  typecheck-decl
   0.0099 (  2.2%)   0.0015 (  0.5%)   0.0114 (  1.5%)   0.0115 (  0.2%)  SILGen-function
   0.0088 (  1.9%)   0.0002 (  0.1%)   0.0090 (  1.2%)   0.0090 (  0.2%)  SIL optimization
   0.0007 (  0.1%)   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.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%)  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%)  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.4540 (100.0%)   0.2947 (100.0%)   0.7487 (100.0%)   4.6133 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7193 seconds (3.8023 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9380 (100.0%)   0.7813 (100.0%)   1.7193 (100.0%)   3.8023 (100.0%)  Building Target
   0.9380 (100.0%)   0.7813 (100.0%)   1.7193 (100.0%)   3.8023 (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\ 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-1745697574977810-swift-frontend-IBMSwiftSDKCore-InsecureConnection.swift-arm64_apple_ios10.0-o-Onone-3923703453.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6425 seconds (4.0491 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0246 (  7.4%)   0.0976 ( 31.4%)   0.1222 ( 19.0%)   1.7932 ( 44.3%)  parse-and-resolve-imports
   0.0233 (  7.0%)   0.0949 ( 30.5%)   0.1182 ( 18.4%)   1.7839 ( 44.1%)  Import resolution
   0.0849 ( 25.6%)   0.0294 (  9.5%)   0.1143 ( 17.8%)   0.1146 (  2.8%)  build-rewrite-system
   0.0013 (  0.4%)   0.0065 (  2.1%)   0.0079 (  1.2%)   0.0716 (  1.8%)  load-stdlib
   0.0355 ( 10.7%)   0.0159 (  5.1%)   0.0513 (  8.0%)   0.0530 (  1.3%)  perform-sema
   0.0354 ( 10.7%)   0.0158 (  5.1%)   0.0512 (  8.0%)   0.0529 (  1.3%)  Type checking and Semantic analysis
   0.0299 (  9.0%)   0.0087 (  2.8%)   0.0386 (  6.0%)   0.0386 (  1.0%)  typecheck-stmt
   0.0275 (  8.3%)   0.0078 (  2.5%)   0.0353 (  5.5%)   0.0353 (  0.9%)  typecheck-expr
   0.0173 (  5.2%)   0.0114 (  3.7%)   0.0286 (  4.5%)   0.0303 (  0.7%)  typecheck-decl
   0.0136 (  4.1%)   0.0110 (  3.5%)   0.0246 (  3.8%)   0.0247 (  0.6%)  import-clang-decl
   0.0091 (  2.8%)   0.0057 (  1.8%)   0.0148 (  2.3%)   0.0154 (  0.4%)  IRGen
   0.0098 (  2.9%)   0.0024 (  0.8%)   0.0121 (  1.9%)   0.0121 (  0.3%)  precheck-target
   0.0081 (  2.4%)   0.0019 (  0.6%)   0.0100 (  1.6%)   0.0100 (  0.2%)  SILGen
   0.0050 (  1.5%)   0.0013 (  0.4%)   0.0063 (  1.0%)   0.0063 (  0.2%)  SILGen-function
   0.0051 (  1.5%)   0.0003 (  0.1%)   0.0054 (  0.8%)   0.0054 (  0.1%)  SIL optimization
   0.0011 (  0.3%)   0.0002 (  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%)  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.3317 (100.0%)   0.3108 (100.0%)   0.6425 (100.0%)   4.0491 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9197 seconds (3.8048 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9580 (100.0%)   0.9617 (100.0%)   1.9197 (100.0%)   3.8048 (100.0%)  Building Target
   0.9580 (100.0%)   0.9617 (100.0%)   1.9197 (100.0%)   3.8048 (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\ 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-1745697574966956-swift-frontend-IBMSwiftSDKCore-RestResponse.swift-arm64_apple_ios10.0-o-Onone-2300319029.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4429 seconds (3.9768 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 ( 12.6%)   0.0988 ( 37.4%)   0.1213 ( 27.4%)   1.8449 ( 46.4%)  parse-and-resolve-imports
   0.0216 ( 12.1%)   0.0979 ( 37.1%)   0.1195 ( 27.0%)   1.8431 ( 46.3%)  Import resolution
   0.0860 ( 48.1%)   0.0314 ( 11.9%)   0.1174 ( 26.5%)   0.1174 (  3.0%)  build-rewrite-system
   0.0018 (  1.0%)   0.0108 (  4.1%)   0.0126 (  2.9%)   0.0990 (  2.5%)  load-stdlib
   0.0125 (  7.0%)   0.0108 (  4.1%)   0.0233 (  5.3%)   0.0234 (  0.6%)  import-clang-decl
   0.0068 (  3.8%)   0.0031 (  1.2%)   0.0100 (  2.2%)   0.0100 (  0.3%)  perform-sema
   0.0068 (  3.8%)   0.0031 (  1.2%)   0.0099 (  2.2%)   0.0100 (  0.3%)  Type checking and Semantic analysis
   0.0036 (  2.0%)   0.0022 (  0.8%)   0.0058 (  1.3%)   0.0058 (  0.1%)  typecheck-decl
   0.0028 (  1.6%)   0.0024 (  0.9%)   0.0053 (  1.2%)   0.0053 (  0.1%)  IRGen
   0.0030 (  1.7%)   0.0009 (  0.3%)   0.0039 (  0.9%)   0.0039 (  0.1%)  typecheck-stmt
   0.0024 (  1.4%)   0.0006 (  0.2%)   0.0031 (  0.7%)   0.0032 (  0.1%)  SILGen
   0.0026 (  1.4%)   0.0000 (  0.0%)   0.0026 (  0.6%)   0.0026 (  0.1%)  SIL optimization
   0.0020 (  1.1%)   0.0005 (  0.2%)   0.0025 (  0.6%)   0.0025 (  0.1%)  SILGen-function
   0.0017 (  1.0%)   0.0005 (  0.2%)   0.0022 (  0.5%)   0.0022 (  0.1%)  typecheck-expr
   0.0015 (  0.8%)   0.0006 (  0.2%)   0.0021 (  0.5%)   0.0021 (  0.1%)  typecheck-for-each
   0.0008 (  0.5%)   0.0004 (  0.2%)   0.0013 (  0.3%)   0.0013 (  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%)  AST verification
   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.1788 (100.0%)   0.2641 (100.0%)   0.4429 (100.0%)   3.9768 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8553 seconds (3.8065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9190 (100.0%)   0.9363 (100.0%)   1.8553 (100.0%)   3.8065 (100.0%)  Building Target
   0.9190 (100.0%)   0.9363 (100.0%)   1.8553 (100.0%)   3.8065 (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\ 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-1745697574967968-swift-frontend-IBMSwiftSDKCore-JSON.swift-arm64_apple_ios10.0-o-Onone-409784480.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6769 seconds (4.3856 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0288 (  8.0%)   0.0958 ( 30.4%)   0.1247 ( 18.4%)   1.9649 ( 44.8%)  parse-and-resolve-imports
   0.0279 (  7.7%)   0.0949 ( 30.1%)   0.1228 ( 18.1%)   1.9629 ( 44.8%)  Import resolution
   0.0842 ( 23.3%)   0.0301 (  9.6%)   0.1143 ( 16.9%)   0.1147 (  2.6%)  build-rewrite-system
   0.0133 (  3.7%)   0.0396 ( 12.6%)   0.0529 (  7.8%)   0.0803 (  1.8%)  load-stdlib
   0.0458 ( 12.7%)   0.0103 (  3.3%)   0.0561 (  8.3%)   0.0562 (  1.3%)  perform-sema
   0.0457 ( 12.6%)   0.0103 (  3.3%)   0.0560 (  8.3%)   0.0561 (  1.3%)  Type checking and Semantic analysis
   0.0256 (  7.1%)   0.0038 (  1.2%)   0.0294 (  4.3%)   0.0294 (  0.7%)  typecheck-stmt
   0.0221 (  6.1%)   0.0065 (  2.1%)   0.0286 (  4.2%)   0.0286 (  0.7%)  typecheck-decl
   0.0129 (  3.6%)   0.0106 (  3.4%)   0.0235 (  3.5%)   0.0239 (  0.5%)  import-clang-decl
   0.0194 (  5.4%)   0.0044 (  1.4%)   0.0239 (  3.5%)   0.0239 (  0.5%)  typecheck-expr
   0.0083 (  2.3%)   0.0035 (  1.1%)   0.0118 (  1.7%)   0.0118 (  0.3%)  IRGen
   0.0090 (  2.5%)   0.0024 (  0.7%)   0.0114 (  1.7%)   0.0114 (  0.3%)  SILGen
   0.0082 (  2.3%)   0.0022 (  0.7%)   0.0105 (  1.5%)   0.0105 (  0.2%)  SILGen-function
   0.0061 (  1.7%)   0.0001 (  0.0%)   0.0062 (  0.9%)   0.0062 (  0.1%)  SIL optimization
   0.0037 (  1.0%)   0.0001 (  0.0%)   0.0038 (  0.6%)   0.0038 (  0.1%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.3622 (100.0%)   0.3148 (100.0%)   0.6769 (100.0%)   4.3856 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8299 seconds (3.8107 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9562 (100.0%)   0.8737 (100.0%)   1.8299 (100.0%)   3.8107 (100.0%)  Building Target
   0.9562 (100.0%)   0.8737 (100.0%)   1.8299 (100.0%)   3.8107 (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\ 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-1745697574978851-swift-frontend-IBMSwiftSDKCore-CodableExtensions.swift-arm64_apple_ios10.0-o-Onone-105068703.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5539 seconds (4.4744 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0253 (  9.4%)   0.1029 ( 35.9%)   0.1282 ( 23.1%)   2.0477 ( 45.8%)  parse-and-resolve-imports
   0.0242 (  9.1%)   0.1019 ( 35.6%)   0.1261 ( 22.8%)   2.0457 ( 45.7%)  Import resolution
   0.0821 ( 30.7%)   0.0297 ( 10.4%)   0.1118 ( 20.2%)   0.1125 (  2.5%)  build-rewrite-system
   0.0014 (  0.5%)   0.0066 (  2.3%)   0.0080 (  1.5%)   0.0883 (  2.0%)  load-stdlib
   0.0254 (  9.5%)   0.0072 (  2.5%)   0.0326 (  5.9%)   0.0327 (  0.7%)  perform-sema
   0.0254 (  9.5%)   0.0072 (  2.5%)   0.0326 (  5.9%)   0.0327 (  0.7%)  Type checking and Semantic analysis
   0.0209 (  7.8%)   0.0059 (  2.1%)   0.0268 (  4.8%)   0.0268 (  0.6%)  typecheck-stmt
   0.0126 (  4.7%)   0.0103 (  3.6%)   0.0229 (  4.1%)   0.0229 (  0.5%)  import-clang-decl
   0.0163 (  6.1%)   0.0044 (  1.5%)   0.0207 (  3.7%)   0.0207 (  0.5%)  typecheck-expr
   0.0080 (  3.0%)   0.0024 (  0.8%)   0.0104 (  1.9%)   0.0104 (  0.2%)  precheck-target
   0.0059 (  2.2%)   0.0038 (  1.3%)   0.0097 (  1.8%)   0.0097 (  0.2%)  IRGen
   0.0059 (  2.2%)   0.0014 (  0.5%)   0.0073 (  1.3%)   0.0073 (  0.2%)  SILGen
   0.0051 (  1.9%)   0.0012 (  0.4%)   0.0063 (  1.1%)   0.0064 (  0.1%)  typecheck-decl
   0.0044 (  1.6%)   0.0001 (  0.0%)   0.0045 (  0.8%)   0.0045 (  0.1%)  SIL optimization
   0.0037 (  1.4%)   0.0007 (  0.2%)   0.0044 (  0.8%)   0.0044 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0004 (  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%)  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%)  SIL verification, post-optimization
   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%)  perform-whole-module-type-checking
   0.2677 (100.0%)   0.2863 (100.0%)   0.5539 (100.0%)   4.4744 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6875 seconds (3.7989 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8694 (100.0%)   0.8181 (100.0%)   1.6875 (100.0%)   3.7989 (100.0%)  Building Target
   0.8694 (100.0%)   0.8181 (100.0%)   1.6875 (100.0%)   3.7989 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/CodableExtensions.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ RestError.swift /Users/admin/builder/spi-builder-workspace/Sources/IBMSwiftSDKCore/RestError.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697574976895-swift-frontend-IBMSwiftSDKCore-RestError.swift-arm64_apple_ios10.0-o-Onone-2353155552.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4425 seconds (4.0053 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 ( 11.8%)   0.0916 ( 36.7%)   0.1144 ( 25.8%)   1.8616 ( 46.5%)  parse-and-resolve-imports
   0.0215 ( 11.2%)   0.0903 ( 36.2%)   0.1118 ( 25.3%)   1.8590 ( 46.4%)  Import resolution
   0.0864 ( 44.9%)   0.0329 ( 13.2%)   0.1193 ( 27.0%)   0.1192 (  3.0%)  build-rewrite-system
   0.0016 (  0.9%)   0.0069 (  2.7%)   0.0085 (  1.9%)   0.0764 (  1.9%)  load-stdlib
   0.0122 (  6.3%)   0.0111 (  4.5%)   0.0233 (  5.3%)   0.0236 (  0.6%)  import-clang-decl
   0.0118 (  6.1%)   0.0040 (  1.6%)   0.0157 (  3.6%)   0.0158 (  0.4%)  perform-sema
   0.0117 (  6.1%)   0.0039 (  1.6%)   0.0156 (  3.5%)   0.0157 (  0.4%)  Type checking and Semantic analysis
   0.0085 (  4.4%)   0.0027 (  1.1%)   0.0112 (  2.5%)   0.0113 (  0.3%)  typecheck-stmt
   0.0065 (  3.4%)   0.0021 (  0.8%)   0.0086 (  1.9%)   0.0087 (  0.2%)  precheck-target
   0.0031 (  1.6%)   0.0012 (  0.5%)   0.0043 (  1.0%)   0.0043 (  0.1%)  typecheck-decl
   0.0020 (  1.1%)   0.0020 (  0.8%)   0.0041 (  0.9%)   0.0041 (  0.1%)  IRGen
   0.0020 (  1.0%)   0.0003 (  0.1%)   0.0023 (  0.5%)   0.0023 (  0.1%)  SIL optimization
   0.0009 (  0.5%)   0.0004 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  load-all-members
   0.0009 (  0.5%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  SILGen
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0007 (  0.1%)   0.0007 (  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%)  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1927 (100.0%)   0.2498 (100.0%)   0.4425 (100.0%)   4.0053 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8449 seconds (3.7992 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9232 (100.0%)   0.9218 (100.0%)   1.8449 (100.0%)   3.7992 (100.0%)  Building Target
   0.9232 (100.0%)   0.9218 (100.0%)   1.8449 (100.0%)   3.7992 (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]?)
         ^
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-1745697574979642-swift-frontend-IBMSwiftSDKCore-all-arm64_apple_ios10.0-swiftmodule-Onone-1826890434.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4349 seconds (4.1677 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3342 ( 37.2%)   0.2339 ( 43.7%)   0.5680 ( 39.6%)   1.8893 ( 45.3%)  parse-and-resolve-imports
   0.3331 ( 37.0%)   0.2328 ( 43.5%)   0.5659 ( 39.4%)   1.8871 ( 45.3%)  Import resolution
   0.0013 (  0.1%)   0.0061 (  1.1%)   0.0074 (  0.5%)   0.0960 (  2.3%)  load-stdlib
   0.0473 (  5.3%)   0.0102 (  1.9%)   0.0575 (  4.0%)   0.0576 (  1.4%)  perform-sema
   0.0470 (  5.2%)   0.0101 (  1.9%)   0.0571 (  4.0%)   0.0572 (  1.4%)  Type checking and Semantic analysis
   0.0462 (  5.1%)   0.0100 (  1.9%)   0.0562 (  3.9%)   0.0563 (  1.4%)  typecheck-decl
   0.0226 (  2.5%)   0.0058 (  1.1%)   0.0285 (  2.0%)   0.0285 (  0.7%)  typecheck-expr
   0.0115 (  1.3%)   0.0063 (  1.2%)   0.0178 (  1.2%)   0.0185 (  0.4%)  SIL optimization
   0.0124 (  1.4%)   0.0035 (  0.7%)   0.0159 (  1.1%)   0.0159 (  0.4%)  typecheck-stmt
   0.0118 (  1.3%)   0.0025 (  0.5%)   0.0142 (  1.0%)   0.0142 (  0.3%)  SILGen
   0.0083 (  0.9%)   0.0022 (  0.4%)   0.0105 (  0.7%)   0.0105 (  0.3%)  precheck-target
   0.0079 (  0.9%)   0.0016 (  0.3%)   0.0094 (  0.7%)   0.0094 (  0.2%)  SILGen-function
   0.0040 (  0.4%)   0.0041 (  0.8%)   0.0082 (  0.6%)   0.0082 (  0.2%)  import-clang-decl
   0.0060 (  0.7%)   0.0015 (  0.3%)   0.0076 (  0.5%)   0.0076 (  0.2%)  build-rewrite-system
   0.0022 (  0.2%)   0.0034 (  0.6%)   0.0057 (  0.4%)   0.0064 (  0.2%)  Serialization, swiftmodule
   0.0017 (  0.2%)   0.0003 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.1%)   0.0009 (  0.2%)   0.0017 (  0.1%)   0.0017 (  0.0%)  Serialization, swiftdoc
   0.0007 (  0.1%)   0.0001 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8995 (100.0%)   0.5354 (100.0%)   1.4349 (100.0%)   4.1677 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6833 seconds (2.0939 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4199 (100.0%)   0.2634 (100.0%)   0.6833 (100.0%)   2.0939 (100.0%)  Building Target
   0.4199 (100.0%)   0.2634 (100.0%)   0.6833 (100.0%)   2.0939 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745697577153253-swift-frontend-IBMSwiftSDKCore-CredentialUtils.swift-arm64_apple_ios10.0-o-Onone-2107301614.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3059 seconds (0.3071 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0821 ( 41.9%)   0.0318 ( 29.0%)   0.1139 ( 37.2%)   0.1143 ( 37.2%)  build-rewrite-system
   0.0224 ( 11.4%)   0.0215 ( 19.6%)   0.0439 ( 14.4%)   0.0441 ( 14.4%)  parse-and-resolve-imports
   0.0210 ( 10.7%)   0.0197 ( 17.9%)   0.0407 ( 13.3%)   0.0407 ( 13.3%)  Import resolution
   0.0133 (  6.8%)   0.0103 (  9.4%)   0.0236 (  7.7%)   0.0241 (  7.9%)  import-clang-decl
   0.0115 (  5.9%)   0.0056 (  5.1%)   0.0171 (  5.6%)   0.0171 (  5.6%)  perform-sema
   0.0115 (  5.9%)   0.0055 (  5.0%)   0.0170 (  5.5%)   0.0170 (  5.5%)  Type checking and Semantic analysis
   0.0115 (  5.8%)   0.0055 (  5.0%)   0.0169 (  5.5%)   0.0169 (  5.5%)  typecheck-decl
   0.0047 (  2.4%)   0.0014 (  1.3%)   0.0061 (  2.0%)   0.0061 (  2.0%)  SILGen
   0.0027 (  1.4%)   0.0029 (  2.6%)   0.0056 (  1.8%)   0.0056 (  1.8%)  IRGen
   0.0038 (  1.9%)   0.0011 (  1.0%)   0.0048 (  1.6%)   0.0049 (  1.6%)  SILGen-function
   0.0025 (  1.3%)   0.0009 (  0.8%)   0.0034 (  1.1%)   0.0034 (  1.1%)  typecheck-expr
   0.0012 (  0.6%)   0.0020 (  1.8%)   0.0033 (  1.1%)   0.0033 (  1.1%)  load-stdlib
   0.0024 (  1.2%)   0.0008 (  0.7%)   0.0032 (  1.0%)   0.0032 (  1.0%)  typecheck-stmt
   0.0026 (  1.3%)   0.0001 (  0.1%)   0.0027 (  0.9%)   0.0027 (  0.9%)  SIL optimization
   0.0015 (  0.7%)   0.0002 (  0.2%)   0.0017 (  0.6%)   0.0017 (  0.5%)  typecheck-expr-pattern
   0.0009 (  0.4%)   0.0005 (  0.4%)   0.0013 (  0.4%)   0.0013 (  0.4%)  load-all-members
   0.0004 (  0.2%)   0.0001 (  0.1%)   0.0005 (  0.2%)   0.0005 (  0.2%)  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.1960 (100.0%)   0.1099 (100.0%)   0.3059 (100.0%)   0.3071 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5172 seconds (1.6218 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8165 (100.0%)   0.7007 (100.0%)   1.5172 (100.0%)   1.6218 (100.0%)  Building Target
   0.8165 (100.0%)   0.7007 (100.0%)   1.5172 (100.0%)   1.6218 (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

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 CredentialUtils.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 CodableExtensions.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 MultipartFormData.swift (in target 'IBMSwiftSDKCore' from project 'IBMSwiftSDKCore')
SwiftDriverJobDiscovery normal arm64 Compiling RestError.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 Authentication.swift, CloudPakForDataAuthenticator.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-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 12:59:39.376 appintentsmetadataprocessor[706:4029] Starting appintentsmetadataprocessor export
2025-04-26 12:59:39.379 appintentsmetadataprocessor[706:4029] 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 12:59:39.400 appintentsnltrainingprocessor[707:4030] Parsing options for appintentsnltrainingprocessor
2025-04-26 12:59:39.401 appintentsnltrainingprocessor[707:4030] 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.