Build Information
Failed to build GoogleSheetsSwift, reference master (14bbd7
), with Swift 6.1 for visionOS using Xcode 16.3 on 24 Aug 2025 15:20:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleSheetsSwift-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShenghaiWang/GoogleSheetsSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShenghaiWang/GoogleSheetsSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 14bbd79 Linux fixes(WIP)
Cloned https://github.com/ShenghaiWang/GoogleSheetsSwift.git
Revision (git rev-parse @):
14bbd79b0356423060da2f3d0050a8d20f082ae0
SUCCESS checkout https://github.com/ShenghaiWang/GoogleSheetsSwift.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ShenghaiWang/GoogleSheetsSwift.git
https://github.com/ShenghaiWang/GoogleSheetsSwift.git
{
"dependencies" : [
],
"manifest_display_name" : "GoogleSheetsSwift",
"name" : "GoogleSheetsSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "GoogleSheetsSwift",
"targets" : [
"GoogleSheetsSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "GoogleSheetsSwiftTests",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwiftTests",
"path" : "Tests/GoogleSheetsSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Fixtures",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Integration",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GoogleSheetsClientLoggingTests.swift",
"GoogleSheetsClientTests.swift",
"GoogleSheetsErrorTests.swift",
"GoogleSheetsLoggerTests.swift",
"GoogleSheetsSwiftTests.swift",
"HTTPClientTests.swift",
"Helpers/TestHelpers.swift",
"Mocks/MockHTTPClient.swift",
"Mocks/MockOAuth2TokenManager.swift",
"Models/AnyCodableTests.swift",
"Models/EnumsTests.swift",
"Models/SpreadsheetModelsTests.swift",
"Models/ValueModelsTests.swift",
"OAuth2TokenManagerTests.swift",
"PackageConfigurationTests.swift",
"Performance/PerformanceTests.swift",
"RetryConfigurationTests.swift",
"Services/SpreadsheetsServiceTests.swift",
"Services/ValuesServiceTests.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "test"
},
{
"c99name" : "GoogleSheetsSwift",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwift",
"path" : "Sources/GoogleSheetsSwift",
"product_memberships" : [
"GoogleSheetsSwift",
"Client"
],
"sources" : [
"Cache/ResponseCache.swift",
"GoogleSheetsClient.swift",
"GoogleSheetsError.swift",
"GoogleSheetsLogger.swift",
"GoogleSheetsSwift.swift",
"HTTPClient.swift",
"Models/AnyCodable.swift",
"Models/Enums.swift",
"Models/SpreadsheetModels.swift",
"Models/ValueModels.swift",
"OAuth2TokenManager.swift",
"Performance/BatchOptimizer.swift",
"Performance/MemoryEfficientDataHandler.swift",
"RetryConfiguration.swift",
"Services/BaseService.swift",
"Services/SpreadsheetsService.swift",
"Services/SpreadsheetsServiceProtocol.swift",
"Services/ValuesService.swift",
"Services/ValuesServiceProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
GoogleSheetsSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: GoogleSheetsSwift
{
"dependencies" : [
],
"manifest_display_name" : "GoogleSheetsSwift",
"name" : "GoogleSheetsSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "GoogleSheetsSwift",
"targets" : [
"GoogleSheetsSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "GoogleSheetsSwiftTests",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwiftTests",
"path" : "Tests/GoogleSheetsSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Fixtures",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Integration",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GoogleSheetsClientLoggingTests.swift",
"GoogleSheetsClientTests.swift",
"GoogleSheetsErrorTests.swift",
"GoogleSheetsLoggerTests.swift",
"GoogleSheetsSwiftTests.swift",
"HTTPClientTests.swift",
"Helpers/TestHelpers.swift",
"Mocks/MockHTTPClient.swift",
"Mocks/MockOAuth2TokenManager.swift",
"Models/AnyCodableTests.swift",
"Models/EnumsTests.swift",
"Models/SpreadsheetModelsTests.swift",
"Models/ValueModelsTests.swift",
"OAuth2TokenManagerTests.swift",
"PackageConfigurationTests.swift",
"Performance/PerformanceTests.swift",
"RetryConfigurationTests.swift",
"Services/SpreadsheetsServiceTests.swift",
"Services/ValuesServiceTests.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "test"
},
{
"c99name" : "GoogleSheetsSwift",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwift",
"path" : "Sources/GoogleSheetsSwift",
"product_memberships" : [
"GoogleSheetsSwift",
"Client"
],
"sources" : [
"Cache/ResponseCache.swift",
"GoogleSheetsClient.swift",
"GoogleSheetsError.swift",
"GoogleSheetsLogger.swift",
"GoogleSheetsSwift.swift",
"HTTPClient.swift",
"Models/AnyCodable.swift",
"Models/Enums.swift",
"Models/SpreadsheetModels.swift",
"Models/ValueModels.swift",
"OAuth2TokenManager.swift",
"Performance/BatchOptimizer.swift",
"Performance/MemoryEfficientDataHandler.swift",
"RetryConfiguration.swift",
"Services/BaseService.swift",
"Services/SpreadsheetsService.swift",
"Services/SpreadsheetsServiceProtocol.swift",
"Services/ValuesService.swift",
"Services/ValuesServiceProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Client",
"GoogleSheetsSwift",
"GoogleSheetsSwift-Package"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Client",
"GoogleSheetsSwift",
"GoogleSheetsSwift-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleSheetsSwift-Package -destination generic/platform=xrOS 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 GoogleSheetsSwift-Package -destination generic/platform=xrOS "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
Resolve Package Graph
Resolved source packages:
GoogleSheetsSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Client' in project 'GoogleSheetsSwift'
➜ Explicit dependency on target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
Target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
➜ Explicit dependency on target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
Target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift' (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/XROS.platform/Developer/SDKs/XROS2.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: 63617a7c3d6a77a939668add9d402807
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/63617a7c3d6a77a939668add9d402807.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.DependencyStaticMetadataFileList (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.DependencyMetadataFileList (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.modulemap (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-OutputFileMap.json (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.LinkFileList (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.SwiftConstValuesFileList (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.SwiftFileList (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client_const_extract_protocols.json (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.SwiftFileList (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.LinkFileList (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client-OutputFileMap.json (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GoogleSheetsSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.modulemap (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/GoogleSheetsSwift.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Client.DependencyStaticMetadataFileList (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Client.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Client.DependencyMetadataFileList (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Client.DependencyMetadataFileList
SwiftDriver GoogleSheetsSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleSheetsSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.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 -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ResponseCache.swift,\ GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CacheConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = CacheConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:133:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = CacheConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = CacheConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: warning: static property 'disabled' is not concurrency-safe because non-'Sendable' type 'CacheConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let disabled = CacheConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:133:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: note: add '@MainActor' to make static property 'disabled' part of global actor 'MainActor'
public static let disabled = CacheConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let disabled = CacheConfiguration(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift:510:27: error: cannot find 'GoogleOAuth2TokenManager' in scope
tokenManager: GoogleOAuth2TokenManager(
^~~~~~~~~~~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name GoogleSheetsSwift -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.o -index-unit-output-path /GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.o -index-unit-output-path /GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ GoogleSheetsError.swift,\ GoogleSheetsLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift:28:10: warning: associated value 'apiError(code:message:details:)' of 'Sendable'-conforming enum 'GoogleSheetsError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case apiError(code: Int, message: String, details: [String: Any]?)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SpreadsheetsServiceProtocol.swift,\ ValuesService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ GoogleSheetsSwift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
EmitSwiftModule normal arm64 (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'CacheConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = CacheConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:133:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = CacheConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = CacheConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: warning: static property 'disabled' is not concurrency-safe because non-'Sendable' type 'CacheConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let disabled = CacheConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:133:15: note: consider making struct 'CacheConfiguration' conform to the 'Sendable' protocol
public struct CacheConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: note: add '@MainActor' to make static property 'disabled' part of global actor 'MainActor'
public static let disabled = CacheConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let disabled = CacheConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift:28:10: warning: associated value 'apiError(code:message:details:)' of 'Sendable'-conforming enum 'GoogleSheetsError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
case apiError(code: Int, message: String, details: [String: Any]?)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: warning: static property 'buildInfo' is not concurrency-safe because non-'Sendable' type 'BuildInfo' may have shared mutable state; this is an error in the Swift 6 language mode
public static let buildInfo = BuildInfo(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:54:15: note: consider making struct 'BuildInfo' conform to the 'Sendable' protocol
public struct BuildInfo {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: note: add '@MainActor' to make static property 'buildInfo' part of global actor 'MainActor'
public static let buildInfo = BuildInfo(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let buildInfo = BuildInfo(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'BatchOptimizer.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Configuration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MemoryEfficientDataHandler.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Configuration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: warning: static property 'conservative' is not concurrency-safe because non-'Sendable' type 'MemoryEfficientDataHandler.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let conservative = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: note: add '@MainActor' to make static property 'conservative' part of global actor 'MainActor'
public static let conservative = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let conservative = Configuration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = RetryConfiguration()
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = RetryConfiguration()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = RetryConfiguration()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: warning: static property 'conservative' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let conservative = RetryConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: note: add '@MainActor' to make static property 'conservative' part of global actor 'MainActor'
public static let conservative = RetryConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let conservative = RetryConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: warning: static property 'aggressive' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aggressive = RetryConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: note: add '@MainActor' to make static property 'aggressive' part of global actor 'MainActor'
public static let aggressive = RetryConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aggressive = RetryConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = RetryConfiguration(maxRetries: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = RetryConfiguration(maxRetries: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = RetryConfiguration(maxRetries: 0)
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ OAuth2TokenManager.swift,\ BatchOptimizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:459:28: error: cannot find 'SecItemImportExportKeyParameters' in scope
var importParams = SecItemImportExportKeyParameters()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:460:39: error: cannot find 'SEC_KEY_IMPORT_EXPORT_PARAMS_VERSION' in scope
importParams.version = UInt32(SEC_KEY_IMPORT_EXPORT_PARAMS_VERSION)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:461:30: error: cannot find 'SecKeyImportExportFlags' in scope
importParams.flags = SecKeyImportExportFlags(rawValue: 0)
^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:470:28: error: cannot find 'SecItemImport' in scope
let importStatus = SecItemImport(
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:475:13: error: cannot find 'SecItemImportExportFlags' in scope
SecItemImportExportFlags(rawValue: 0),
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:472:13: error: 'nil' requires a contextual type
nil, // filename
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:473:13: error: 'nil' requires a contextual type
nil, // inputFormat (let system determine)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:474:13: error: 'nil' requires a contextual type
nil, // itemType (let system determine)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift:477:13: error: 'nil' requires a contextual type
nil, // keychain (use default)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'BatchOptimizer.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:20:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Configuration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift:133:14: warning: immutable value 'majorDimension' was never used; consider replacing with '_' or removing it
for (majorDimension, ops) in groupedOperations {
^~~~~~~~~~~~~~
_
SwiftCompile normal arm64 Compiling\ MemoryEfficientDataHandler.swift,\ RetryConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'MemoryEfficientDataHandler.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:23:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = Configuration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: warning: static property 'conservative' is not concurrency-safe because non-'Sendable' type 'MemoryEfficientDataHandler.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let conservative = Configuration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:7:19: note: consider making struct 'Configuration' conform to the 'Sendable' protocol
public struct Configuration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: note: add '@MainActor' to make static property 'conservative' part of global actor 'MainActor'
public static let conservative = Configuration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let conservative = Configuration(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = RetryConfiguration()
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = RetryConfiguration()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = RetryConfiguration()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: warning: static property 'conservative' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let conservative = RetryConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: note: add '@MainActor' to make static property 'conservative' part of global actor 'MainActor'
public static let conservative = RetryConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let conservative = RetryConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: warning: static property 'aggressive' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let aggressive = RetryConfiguration(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: note: add '@MainActor' to make static property 'aggressive' part of global actor 'MainActor'
public static let aggressive = RetryConfiguration(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let aggressive = RetryConfiguration(
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'RetryConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = RetryConfiguration(maxRetries: 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:4:15: note: consider making struct 'RetryConfiguration' conform to the 'Sendable' protocol
public struct RetryConfiguration {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = RetryConfiguration(maxRetries: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = RetryConfiguration(maxRetries: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:314:54: warning: capture of 'self' with non-sendable type 'RateLimiter' in a '@Sendable' closure
let cutoff = now.addingTimeInterval(-self.timeWindow)
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:294:14: note: class 'RateLimiter' does not conform to the 'Sendable' protocol
public class RateLimiter {
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:326:33: warning: capture of 'self' with non-sendable type 'RateLimiter' in a '@Sendable' closure
self.requestTimes.append(now.addingTimeInterval(delay))
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift:294:14: note: class 'RateLimiter' does not conform to the 'Sendable' protocol
public class RateLimiter {
^
SwiftCompile normal arm64 Compiling\ SpreadsheetModels.swift,\ ValueModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyCodable.swift,\ Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ValuesServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BaseService.swift,\ SpreadsheetsService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift:194:13: warning: initialization of immutable value 'requestBuilder' was never used; consider replacing with assignment to '_' or removing it
let requestBuilder = RequestBuilder(accessToken: accessToken)
~~~~^~~~~~~~~~~~~~
_
SwiftCompile normal arm64 Compiling\ GoogleSheetsSwift.swift,\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: warning: static property 'buildInfo' is not concurrency-safe because non-'Sendable' type 'BuildInfo' may have shared mutable state; this is an error in the Swift 6 language mode
public static let buildInfo = BuildInfo(
^
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:54:15: note: consider making struct 'BuildInfo' conform to the 'Sendable' protocol
public struct BuildInfo {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: note: add '@MainActor' to make static property 'buildInfo' part of global actor 'MainActor'
public static let buildInfo = BuildInfo(
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let buildInfo = BuildInfo(
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for GoogleSheetsSwift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriver\ Compilation\ Requirements GoogleSheetsSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleSheetsSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.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 -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift, Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GoogleSheetsSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-Swift.h (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GoogleSheetsSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftmodule (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftdoc (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.abi.json (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftsourceinfo (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GoogleSheetsSwift.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver Client normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Client' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Client -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.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 -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client-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/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/Objects-normal/arm64/Client_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/Client.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SpreadsheetModels.swift, ValueModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Client (in target 'Client' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Client/main.swift (in target 'Client' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling GoogleSheetsSwift.swift, HTTPClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling GoogleSheetsError.swift, GoogleSheetsLogger.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling SpreadsheetsServiceProtocol.swift, ValuesService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 Compiling\ ResponseCache.swift,\ GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
Building workspace spi-builder-workspace with scheme GoogleSheetsSwift-Package
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
GoogleSheetsSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: GoogleSheetsSwift
{
"dependencies" : [
],
"manifest_display_name" : "GoogleSheetsSwift",
"name" : "GoogleSheetsSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "GoogleSheetsSwift",
"targets" : [
"GoogleSheetsSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Client",
"targets" : [
"Client"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "GoogleSheetsSwiftTests",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwiftTests",
"path" : "Tests/GoogleSheetsSwiftTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Fixtures",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/GoogleSheetsSwiftTests/Integration",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"GoogleSheetsClientLoggingTests.swift",
"GoogleSheetsClientTests.swift",
"GoogleSheetsErrorTests.swift",
"GoogleSheetsLoggerTests.swift",
"GoogleSheetsSwiftTests.swift",
"HTTPClientTests.swift",
"Helpers/TestHelpers.swift",
"Mocks/MockHTTPClient.swift",
"Mocks/MockOAuth2TokenManager.swift",
"Models/AnyCodableTests.swift",
"Models/EnumsTests.swift",
"Models/SpreadsheetModelsTests.swift",
"Models/ValueModelsTests.swift",
"OAuth2TokenManagerTests.swift",
"PackageConfigurationTests.swift",
"Performance/PerformanceTests.swift",
"RetryConfigurationTests.swift",
"Services/SpreadsheetsServiceTests.swift",
"Services/ValuesServiceTests.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "test"
},
{
"c99name" : "GoogleSheetsSwift",
"module_type" : "SwiftTarget",
"name" : "GoogleSheetsSwift",
"path" : "Sources/GoogleSheetsSwift",
"product_memberships" : [
"GoogleSheetsSwift",
"Client"
],
"sources" : [
"Cache/ResponseCache.swift",
"GoogleSheetsClient.swift",
"GoogleSheetsError.swift",
"GoogleSheetsLogger.swift",
"GoogleSheetsSwift.swift",
"HTTPClient.swift",
"Models/AnyCodable.swift",
"Models/Enums.swift",
"Models/SpreadsheetModels.swift",
"Models/ValueModels.swift",
"OAuth2TokenManager.swift",
"Performance/BatchOptimizer.swift",
"Performance/MemoryEfficientDataHandler.swift",
"RetryConfiguration.swift",
"Services/BaseService.swift",
"Services/SpreadsheetsService.swift",
"Services/SpreadsheetsServiceProtocol.swift",
"Services/ValuesService.swift",
"Services/ValuesServiceProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "Client",
"module_type" : "SwiftTarget",
"name" : "Client",
"path" : "Sources/Client",
"product_memberships" : [
"Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GoogleSheetsSwift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Client",
"GoogleSheetsSwift",
"GoogleSheetsSwift-Package"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Client",
"GoogleSheetsSwift",
"GoogleSheetsSwift-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GoogleSheetsSwift-Package -destination generic/platform=xrOS
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 GoogleSheetsSwift-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
GoogleSheetsSwift: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'Client' in project 'GoogleSheetsSwift'
➜ Explicit dependency on target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
Target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
➜ Explicit dependency on target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift'
Target 'GoogleSheetsSwift' in project 'GoogleSheetsSwift' (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/XROS.platform/Developer/SDKs/XROS2.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: 07384eb7f7de413e52116e2ba6cb9eeb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/07384eb7f7de413e52116e2ba6cb9eeb.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver GoogleSheetsSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GoogleSheetsSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift.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/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SpreadsheetModels.swift,\ ValueModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AnyCodable.swift,\ Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GoogleSheetsError.swift,\ GoogleSheetsLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ GoogleSheetsSwift.swift,\ HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ResponseCache.swift,\ GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsError.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsSwift.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/HTTPClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/Enums.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/SpreadsheetModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Models/ValueModels.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsSwift_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name GoogleSheetsSwift -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.o -index-unit-output-path /GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/ResponseCache.o -index-unit-output-path /GoogleSheetsSwift.build/Debug-xros/GoogleSheetsSwift.build/Objects-normal/arm64/GoogleSheetsClient.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift:510:27: error: cannot find 'GoogleOAuth2TokenManager' in scope
tokenManager: GoogleOAuth2TokenManager(
^~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ OAuth2TokenManager.swift,\ BatchOptimizer.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/OAuth2TokenManager.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/BatchOptimizer.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BaseService.swift,\ SpreadsheetsService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/BaseService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsService.swift:194:13: warning: initialization of immutable value 'requestBuilder' was never used; consider replacing with assignment to '_' or removing it
let requestBuilder = RequestBuilder(accessToken: accessToken)
~~~~^~~~~~~~~~~~~~
_
SwiftCompile normal arm64 Compiling\ ValuesServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MemoryEfficientDataHandler.swift,\ RetryConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Performance/MemoryEfficientDataHandler.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/RetryConfiguration.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ GoogleSheetsSwift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
EmitSwiftModule normal arm64 (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SpreadsheetsServiceProtocol.swift,\ ValuesService.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/SpreadsheetsServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Services/ValuesService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ValuesServiceProtocol.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling BaseService.swift, SpreadsheetsService.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift, Enums.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ ResponseCache.swift,\ GoogleSheetsClient.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/Cache/ResponseCache.swift /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/GoogleSheetsSwift/GoogleSheetsClient.swift (in target 'GoogleSheetsSwift' from project 'GoogleSheetsSwift')
Building workspace spi-builder-workspace with scheme GoogleSheetsSwift-Package
(3 failures)
BUILD FAILURE 6.1 visionOS