The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of S2GeometrySwift, reference 1.0.3 (d2ba24), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 09:21:47 UTC.

Swift 6 data race errors: 84

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme S2GeometrySwift -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

        public static let minArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: add '@MainActor' to make static property 'minArea' part of global actor 'MainActor'
        public static let minArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: warning: static property 'maxArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: add '@MainActor' to make static property 'maxArea' part of global actor 'MainActor'
        public static let maxArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: warning: static property 'avgArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: add '@MainActor' to make static property 'avgArea' part of global actor 'MainActor'
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: warning: static property 'minAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: add '@MainActor' to make static property 'minAngleSpan' part of global actor 'MainActor'
        public static let minAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: warning: static property 'maxAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: add '@MainActor' to make static property 'maxAngleSpan' part of global actor 'MainActor'
        public static let maxAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: warning: static property 'avgAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: add '@MainActor' to make static property 'avgAngleSpan' part of global actor 'MainActor'
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: warning: static property 'minWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: add '@MainActor' to make static property 'minWidth' part of global actor 'MainActor'
        public static let minWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: warning: static property 'maxWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: add '@MainActor' to make static property 'maxWidth' part of global actor 'MainActor'
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: warning: static property 'avgWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: add '@MainActor' to make static property 'avgWidth' part of global actor 'MainActor'
        public static let avgWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: warning: static property 'minEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: add '@MainActor' to make static property 'minEdge' part of global actor 'MainActor'
        public static let minEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: warning: static property 'maxEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: add '@MainActor' to make static property 'maxEdge' part of global actor 'MainActor'
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: warning: static property 'avgEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: add '@MainActor' to make static property 'avgEdge' part of global actor 'MainActor'
        public static let avgEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: warning: static property 'minDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: add '@MainActor' to make static property 'minDiag' part of global actor 'MainActor'
        public static let minDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: warning: static property 'maxDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: add '@MainActor' to make static property 'maxDiag' part of global actor 'MainActor'
        public static let maxDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: warning: static property 'avgDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: add '@MainActor' to make static property 'avgDiag' part of global actor 'MainActor'
        public static let avgDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: warning: static property 'faceCells' is not concurrency-safe because non-'Sendable' type '[S2Cell]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let faceCells: [S2Cell] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift:20:15: note: consider making struct 'S2Cell' conform to the 'Sendable' protocol
public struct S2Cell: S2Region, Equatable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: add '@MainActor' to make static property 'faceCells' part of global actor 'MainActor'
        private static let faceCells: [S2Cell] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let faceCells: [S2Cell] = [
                           ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Emitting module for S2GeometrySwift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriver\ Compilation\ Requirements S2GeometrySwift normal armv7k com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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 S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling S2Region.swift, S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftEmitModule normal arm64 Emitting\ module\ for\ S2GeometrySwift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
EmitSwiftModule normal arm64 (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'R1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:14:15: note: consider making struct 'R1Interval' conform to the 'Sendable' protocol
public struct R1Interval: Equatable { //, Hashable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'S2Point' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:19:15: note: consider making struct 'S2Point' conform to the 'Sendable' protocol
public struct S2Point: Comparable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: warning: static property 'lookupLoaded' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookupLoaded = false
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: convert 'lookupLoaded' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookupLoaded = false
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: add '@MainActor' to make static property 'lookupLoaded' part of global actor 'MainActor'
        private static var lookupLoaded = false
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookupLoaded = false
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: warning: static property 'lookup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: convert 'lookup' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookup: (pos: [Int], ij: [Int]) = {
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: add '@MainActor' to make static property 'lookup' part of global actor 'MainActor'
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let none = S2CellId()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
        public static let none = S2CellId()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let none = S2CellId()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: warning: static property 'sentinel' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sentinel = S2CellId(id: .max)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: add '@MainActor' to make static property 'sentinel' part of global actor 'MainActor'
        public static let sentinel = S2CellId(id: .max)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sentinel = S2CellId(id: .max)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:770:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2CellId' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: warning: static property 'defaultIntersectionTolerance' is not concurrency-safe because non-'Sendable' type 'S1Angle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift:15:15: note: consider making struct 'S1Angle' conform to the 'Sendable' protocol
public struct S1Angle: Equatable, Comparable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: add '@MainActor' to make static property 'defaultIntersectionTolerance' part of global actor 'MainActor'
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:99:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2Point' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: warning: static property 's2Projection' is not concurrency-safe because non-'Sendable' type 'S2Projections.Projection' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let s2Projection: Projection = .quadratic
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:68:14: note: consider making enum 'Projection' conform to the 'Sendable' protocol
        public enum Projection {
                    ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: add '@MainActor' to make static property 's2Projection' part of global actor 'MainActor'
        private static let s2Projection: Projection = .quadratic
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let s2Projection: Projection = .quadratic
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: warning: static property 'minArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: add '@MainActor' to make static property 'minArea' part of global actor 'MainActor'
        public static let minArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: warning: static property 'maxArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: add '@MainActor' to make static property 'maxArea' part of global actor 'MainActor'
        public static let maxArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: warning: static property 'avgArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: add '@MainActor' to make static property 'avgArea' part of global actor 'MainActor'
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: warning: static property 'minAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: add '@MainActor' to make static property 'minAngleSpan' part of global actor 'MainActor'
        public static let minAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: warning: static property 'maxAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: add '@MainActor' to make static property 'maxAngleSpan' part of global actor 'MainActor'
        public static let maxAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: warning: static property 'avgAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: add '@MainActor' to make static property 'avgAngleSpan' part of global actor 'MainActor'
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: warning: static property 'minWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: add '@MainActor' to make static property 'minWidth' part of global actor 'MainActor'
        public static let minWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: warning: static property 'maxWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: add '@MainActor' to make static property 'maxWidth' part of global actor 'MainActor'
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: warning: static property 'avgWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: add '@MainActor' to make static property 'avgWidth' part of global actor 'MainActor'
        public static let avgWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: warning: static property 'minEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: add '@MainActor' to make static property 'minEdge' part of global actor 'MainActor'
        public static let minEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: warning: static property 'maxEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: add '@MainActor' to make static property 'maxEdge' part of global actor 'MainActor'
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: warning: static property 'avgEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: add '@MainActor' to make static property 'avgEdge' part of global actor 'MainActor'
        public static let avgEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: warning: static property 'minDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: add '@MainActor' to make static property 'minDiag' part of global actor 'MainActor'
        public static let minDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: warning: static property 'maxDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: add '@MainActor' to make static property 'maxDiag' part of global actor 'MainActor'
        public static let maxDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: warning: static property 'avgDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: add '@MainActor' to make static property 'avgDiag' part of global actor 'MainActor'
        public static let avgDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: warning: static property 'faceCells' is not concurrency-safe because non-'Sendable' type '[S2Cell]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let faceCells: [S2Cell] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift:20:15: note: consider making struct 'S2Cell' conform to the 'Sendable' protocol
public struct S2Cell: S2Region, Equatable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: add '@MainActor' to make static property 'faceCells' part of global actor 'MainActor'
        private static let faceCells: [S2Cell] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let faceCells: [S2Cell] = [
                           ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ R1Interval.swift,\ R2Vector.swift,\ S1Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/R2Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'R1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:14:15: note: consider making struct 'R1Interval' conform to the 'Sendable' protocol
public struct R1Interval: Equatable { //, Hashable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/R2Vector.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling S2CellUnion.swift, S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftmodule (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling R1Interval.swift, R2Vector.swift, S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftdoc (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal armv7k Compiling S2Polyline.swift, S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.abi.json (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftsourceinfo (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ S2Cap.swift,\ S2Cell.swift,\ S2CellId.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: warning: static property 'lookupLoaded' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookupLoaded = false
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: convert 'lookupLoaded' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookupLoaded = false
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: add '@MainActor' to make static property 'lookupLoaded' part of global actor 'MainActor'
        private static var lookupLoaded = false
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookupLoaded = false
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: warning: static property 'lookup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: convert 'lookup' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookup: (pos: [Int], ij: [Int]) = {
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: add '@MainActor' to make static property 'lookup' part of global actor 'MainActor'
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let none = S2CellId()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
        public static let none = S2CellId()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let none = S2CellId()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: warning: static property 'sentinel' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sentinel = S2CellId(id: .max)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: add '@MainActor' to make static property 'sentinel' part of global actor 'MainActor'
        public static let sentinel = S2CellId(id: .max)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sentinel = S2CellId(id: .max)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:770:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2CellId' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:486:10: warning: will never be executed
                return true
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:474:14: note: condition always evaluates to true
                if current >= 0 {
                           ^
SwiftCompile normal arm64 Compiling\ S1Interval.swift,\ S2.swift,\ S2AreaCentroid.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'S2Point' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:19:15: note: consider making struct 'S2Point' conform to the 'Sendable' protocol
public struct S2Point: Comparable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling S2Cap.swift, S2Cell.swift, S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S2CellUnion.swift,\ S2Edge.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellUnion.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellUnion.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ S2Loop.swift,\ S2Point.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Loop.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Loop.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:99:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2Point' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
SwiftDriverJobDiscovery normal armv7k Compiling S2EdgeIndex.swift, S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ R1Interval.swift,\ R2Vector.swift,\ S1Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/R2Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'R1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:14:15: note: consider making struct 'R1Interval' conform to the 'Sendable' protocol
public struct R1Interval: Equatable { //, Hashable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/R1Interval.swift:26:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = R1Interval(lo: 1, hi: 0)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/R2Vector.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ S2LatLng.swift,\ S2LatLngRect.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLng.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLng.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling S2Loop.swift, S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2Region.swift,\ S2RegionCoverer.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Region.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Region.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: warning: static property 'faceCells' is not concurrency-safe because non-'Sendable' type '[S2Cell]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let faceCells: [S2Cell] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift:20:15: note: consider making struct 'S2Cell' conform to the 'Sendable' protocol
public struct S2Cell: S2Region, Equatable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: add '@MainActor' to make static property 'faceCells' part of global actor 'MainActor'
        private static let faceCells: [S2Cell] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let faceCells: [S2Cell] = [
                           ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling S1Interval.swift, S2.swift, S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal armv7k Compiling S2LatLng.swift, S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2EdgeIndex.swift,\ S2EdgeUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeIndex.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: warning: static property 'defaultIntersectionTolerance' is not concurrency-safe because non-'Sendable' type 'S1Angle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift:15:15: note: consider making struct 'S1Angle' conform to the 'Sendable' protocol
public struct S1Angle: Equatable, Comparable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: add '@MainActor' to make static property 'defaultIntersectionTolerance' part of global actor 'MainActor'
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Emitting module for S2GeometrySwift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriver\ Compilation\ Requirements S2GeometrySwift normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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 S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for S2GeometrySwift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S2EdgeIndex.swift,\ S2EdgeUtil.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeIndex.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeIndex.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: warning: static property 'defaultIntersectionTolerance' is not concurrency-safe because non-'Sendable' type 'S1Angle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Angle.swift:15:15: note: consider making struct 'S1Angle' conform to the 'Sendable' protocol
public struct S1Angle: Equatable, Comparable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: add '@MainActor' to make static property 'defaultIntersectionTolerance' part of global actor 'MainActor'
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2EdgeUtil.swift:458:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let defaultIntersectionTolerance = S1Angle(radians: 1.5e-15)
                          ^
        nonisolated(unsafe)
SwiftDriver\ Compilation\ Requirements S2GeometrySwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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 S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling S2CellUnion.swift, S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftmodule (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/S2GeometrySwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-Swift.h (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/S2GeometrySwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftdoc (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.abi.json (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftmodule (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftdoc (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.abi.json (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftsourceinfo (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftsourceinfo (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ S2Polygon.swift,\ S2PolygonBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ S2CellUnion.swift,\ S2Edge.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellUnion.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellUnion.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling R1Interval.swift, R2Vector.swift, S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S2Polyline.swift,\ S2Projections.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polyline.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polyline.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: warning: static property 's2Projection' is not concurrency-safe because non-'Sendable' type 'S2Projections.Projection' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let s2Projection: Projection = .quadratic
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:68:14: note: consider making enum 'Projection' conform to the 'Sendable' protocol
        public enum Projection {
                    ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: add '@MainActor' to make static property 's2Projection' part of global actor 'MainActor'
        private static let s2Projection: Projection = .quadratic
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let s2Projection: Projection = .quadratic
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: warning: static property 'minArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: add '@MainActor' to make static property 'minArea' part of global actor 'MainActor'
        public static let minArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: warning: static property 'maxArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: add '@MainActor' to make static property 'maxArea' part of global actor 'MainActor'
        public static let maxArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: warning: static property 'avgArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: add '@MainActor' to make static property 'avgArea' part of global actor 'MainActor'
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: warning: static property 'minAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: add '@MainActor' to make static property 'minAngleSpan' part of global actor 'MainActor'
        public static let minAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: warning: static property 'maxAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: add '@MainActor' to make static property 'maxAngleSpan' part of global actor 'MainActor'
        public static let maxAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: warning: static property 'avgAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: add '@MainActor' to make static property 'avgAngleSpan' part of global actor 'MainActor'
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: warning: static property 'minWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: add '@MainActor' to make static property 'minWidth' part of global actor 'MainActor'
        public static let minWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: warning: static property 'maxWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: add '@MainActor' to make static property 'maxWidth' part of global actor 'MainActor'
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: warning: static property 'avgWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: add '@MainActor' to make static property 'avgWidth' part of global actor 'MainActor'
        public static let avgWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: warning: static property 'minEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: add '@MainActor' to make static property 'minEdge' part of global actor 'MainActor'
        public static let minEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: warning: static property 'maxEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: add '@MainActor' to make static property 'maxEdge' part of global actor 'MainActor'
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: warning: static property 'avgEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: add '@MainActor' to make static property 'avgEdge' part of global actor 'MainActor'
        public static let avgEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: warning: static property 'minDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: add '@MainActor' to make static property 'minDiag' part of global actor 'MainActor'
        public static let minDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: warning: static property 'maxDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: add '@MainActor' to make static property 'maxDiag' part of global actor 'MainActor'
        public static let maxDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: warning: static property 'avgDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: add '@MainActor' to make static property 'avgDiag' part of global actor 'MainActor'
        public static let avgDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling S2LatLng.swift, S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2LatLng.swift,\ S2LatLngRect.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLng.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLng.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling S2Polygon.swift, S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2Cap.swift,\ S2Cell.swift,\ S2CellId.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:75:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: -1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S2Cap' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:28:15: note: consider making struct 'S2Cap' conform to the 'Sendable' protocol
public struct S2Cap: S2Region {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cap.swift:78:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S2Cap(axis: S2Point(x: 1, y: 0, z: 0), height: 2)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: warning: static property 'lookupLoaded' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookupLoaded = false
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: convert 'lookupLoaded' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookupLoaded = false
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: add '@MainActor' to make static property 'lookupLoaded' part of global actor 'MainActor'
        private static var lookupLoaded = false
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookupLoaded = false
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: warning: static property 'lookup' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: convert 'lookup' to a 'let' constant to make 'Sendable' shared state immutable
        private static var lookup: (pos: [Int], ij: [Int]) = {
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: add '@MainActor' to make static property 'lookup' part of global actor 'MainActor'
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:81:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var lookup: (pos: [Int], ij: [Int]) = {
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let none = S2CellId()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
        public static let none = S2CellId()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let none = S2CellId()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: warning: static property 'sentinel' is not concurrency-safe because non-'Sendable' type 'S2CellId' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sentinel = S2CellId(id: .max)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:43:15: note: consider making struct 'S2CellId' conform to the 'Sendable' protocol
public struct S2CellId: Comparable, Hashable {
              ^
                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: add '@MainActor' to make static property 'sentinel' part of global actor 'MainActor'
        public static let sentinel = S2CellId(id: .max)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:126:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sentinel = S2CellId(id: .max)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:770:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2CellId' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:486:10: warning: will never be executed
                return true
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2CellId.swift:474:14: note: condition always evaluates to true
                if current >= 0 {
                           ^
SwiftDriverJobDiscovery normal arm64_32 Compiling S2Cap.swift, S2Cell.swift, S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S2Loop.swift,\ S2Point.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Loop.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Loop.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:99:13: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'S2Point' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
SwiftDriverJobDiscovery normal arm64_32 Compiling S2Polyline.swift, S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S2Region.swift,\ S2RegionCoverer.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Region.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Region.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: warning: static property 'faceCells' is not concurrency-safe because non-'Sendable' type '[S2Cell]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let faceCells: [S2Cell] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Cell.swift:20:15: note: consider making struct 'S2Cell' conform to the 'Sendable' protocol
public struct S2Cell: S2Region, Equatable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: add '@MainActor' to make static property 'faceCells' part of global actor 'MainActor'
        private static let faceCells: [S2Cell] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2RegionCoverer.swift:48:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let faceCells: [S2Cell] = [
                           ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling S2CellUnion.swift, S2Edge.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal armv7k Compiling\ S2Polygon.swift,\ S2PolygonBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling S2Region.swift, S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2Polyline.swift,\ S2Projections.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polyline.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polyline.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: warning: static property 's2Projection' is not concurrency-safe because non-'Sendable' type 'S2Projections.Projection' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let s2Projection: Projection = .quadratic
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:68:14: note: consider making enum 'Projection' conform to the 'Sendable' protocol
        public enum Projection {
                    ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: add '@MainActor' to make static property 's2Projection' part of global actor 'MainActor'
        private static let s2Projection: Projection = .quadratic
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let s2Projection: Projection = .quadratic
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: warning: static property 'minArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: add '@MainActor' to make static property 'minArea' part of global actor 'MainActor'
        public static let minArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:84:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: warning: static property 'maxArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxArea: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: add '@MainActor' to make static property 'maxArea' part of global actor 'MainActor'
        public static let maxArea: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxArea: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: warning: static property 'avgArea' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: add '@MainActor' to make static property 'avgArea' part of global actor 'MainActor'
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:104:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgArea = S2.Metric(dim: 2, deriv: Double.pi / 6) // 0.524
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: warning: static property 'minAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: add '@MainActor' to make static property 'minAngleSpan' part of global actor 'MainActor'
        public static let minAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:114:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: warning: static property 'maxAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxAngleSpan: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: add '@MainActor' to make static property 'maxAngleSpan' part of global actor 'MainActor'
        public static let maxAngleSpan: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:124:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxAngleSpan: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: warning: static property 'avgAngleSpan' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: add '@MainActor' to make static property 'avgAngleSpan' part of global actor 'MainActor'
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:134:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgAngleSpan = S2.Metric(dim: 1, deriv: Double.pi / 4) // 0.785
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: warning: static property 'minWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: add '@MainActor' to make static property 'minWidth' part of global actor 'MainActor'
        public static let minWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:155:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: warning: static property 'maxWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: add '@MainActor' to make static property 'maxWidth' part of global actor 'MainActor'
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:165:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxWidth = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: warning: static property 'avgWidth' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgWidth: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: add '@MainActor' to make static property 'avgWidth' part of global actor 'MainActor'
        public static let avgWidth: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:167:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgWidth: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: warning: static property 'minEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: add '@MainActor' to make static property 'minEdge' part of global actor 'MainActor'
        public static let minEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:187:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: warning: static property 'maxEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: add '@MainActor' to make static property 'maxEdge' part of global actor 'MainActor'
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:197:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxEdge = S2.Metric(dim: 1, deriv: maxAngleSpan.deriv)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: warning: static property 'avgEdge' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgEdge: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: add '@MainActor' to make static property 'avgEdge' part of global actor 'MainActor'
        public static let avgEdge: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:199:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgEdge: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: warning: static property 'minDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let minDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: add '@MainActor' to make static property 'minDiag' part of global actor 'MainActor'
        public static let minDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:218:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let minDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: warning: static property 'maxDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let maxDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: add '@MainActor' to make static property 'maxDiag' part of global actor 'MainActor'
        public static let maxDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:228:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let maxDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: warning: static property 'avgDiag' is not concurrency-safe because non-'Sendable' type 'S2.Metric' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let avgDiag: S2.Metric = {
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:120:16: note: consider making struct 'Metric' conform to the 'Sendable' protocol
        public struct Metric {
                      ^
                             : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: add '@MainActor' to make static property 'avgDiag' part of global actor 'MainActor'
        public static let avgDiag: S2.Metric = {
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Projections.swift:238:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let avgDiag: S2.Metric = {
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling S2EdgeIndex.swift, S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 Compiling\ S1Interval.swift,\ S2.swift,\ S2AreaCentroid.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:65:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let empty = S1Interval(lo: .pi, hi: -.pi, checked: true)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: warning: static property 'full' is not concurrency-safe because non-'Sendable' type 'S1Interval' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:33:15: note: consider making struct 'S1Interval' conform to the 'Sendable' protocol
public struct S1Interval: Equatable {
              ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: add '@MainActor' to make static property 'full' part of global actor 'MainActor'
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S1Interval.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let full = S1Interval(lo: -.pi, hi: .pi, checked: true)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: warning: static property 'origin' is not concurrency-safe because non-'Sendable' type 'S2Point' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Point.swift:19:15: note: consider making struct 'S2Point' conform to the 'Sendable' protocol
public struct S2Point: Comparable, Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: add '@MainActor' to make static property 'origin' part of global actor 'MainActor'
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Classes/S2.swift:203:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let origin = S2Point(x: 0, y: 1, z: 0)
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling R1Interval.swift, R2Vector.swift, S1Angle.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 Compiling\ S2Polygon.swift,\ S2PolygonBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2Polygon.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Classes/S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling S2EdgeIndex.swift, S2EdgeUtil.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64 Compiling S2Loop.swift, S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64 Compiling S1Interval.swift, S2.swift, S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64 Compiling S2LatLng.swift, S2LatLngRect.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal armv7k Compiling S2Polygon.swift, S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriver\ Compilation S2GeometrySwift normal armv7k com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/Binary/S2GeometrySwift.o normal armv7k (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/Binary/S2GeometrySwift.o
SwiftDriverJobDiscovery normal arm64 Compiling S2Polygon.swift, S2PolygonBuilder.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling S2Region.swift, S2RegionCoverer.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64 Compiling S2Polyline.swift, S2Projections.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64_32 Compiling S2Loop.swift, S2Point.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriverJobDiscovery normal arm64 Compiling S2Cap.swift, S2Cell.swift, S2CellId.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriver\ Compilation S2GeometrySwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/Binary/S2GeometrySwift.o normal arm64 (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/Binary/S2GeometrySwift.o
SwiftDriverJobDiscovery normal arm64_32 Compiling S1Interval.swift, S2.swift, S2AreaCentroid.swift (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
SwiftDriver\ Compilation S2GeometrySwift normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name S2GeometrySwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.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/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/Binary/S2GeometrySwift.o normal arm64_32 (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/Binary/S2GeometrySwift.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.o normal arm64\ armv7k\ arm64_32 (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/Binary/S2GeometrySwift.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/Binary/S2GeometrySwift.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/Binary/S2GeometrySwift.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.o
ExtractAppIntentsMetadata (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name S2GeometrySwift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.S2GeometrySwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/S2GeometrySwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/S2GeometrySwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64/S2GeometrySwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/armv7k/S2GeometrySwift.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/S2GeometrySwift.build/Debug-watchos/S2GeometrySwift.build/Objects-normal/arm64_32/S2GeometrySwift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 02:21:46.300 appintentsmetadataprocessor[744:4224] Starting appintentsmetadataprocessor export
2025-04-26 02:21:46.338 appintentsmetadataprocessor[744:4224] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.o (in target 'S2GeometrySwift' from project 'S2GeometrySwift')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/S2GeometrySwift.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "S2GeometrySwift",
  "name" : "S2GeometrySwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "S2GeometrySwift",
      "targets" : [
        "S2GeometrySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S2GeometrySwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "S2GeometrySwiftTests",
      "path" : "Tests",
      "sources" : [
        "GeometryTestCase.swift",
        "S2CellIdTests.swift"
      ],
      "target_dependencies" : [
        "S2GeometrySwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S2GeometrySwift",
      "module_type" : "SwiftTarget",
      "name" : "S2GeometrySwift",
      "path" : "Sources",
      "product_memberships" : [
        "S2GeometrySwift"
      ],
      "sources" : [
        "Classes/R1Interval.swift",
        "Classes/R2Vector.swift",
        "Classes/S1Angle.swift",
        "Classes/S1Interval.swift",
        "Classes/S2.swift",
        "Classes/S2AreaCentroid.swift",
        "Classes/S2Cap.swift",
        "Classes/S2Cell.swift",
        "Classes/S2CellId.swift",
        "Classes/S2CellUnion.swift",
        "Classes/S2Edge.swift",
        "Classes/S2EdgeIndex.swift",
        "Classes/S2EdgeUtil.swift",
        "Classes/S2LatLng.swift",
        "Classes/S2LatLngRect.swift",
        "Classes/S2Loop.swift",
        "Classes/S2Point.swift",
        "Classes/S2Polygon.swift",
        "Classes/S2PolygonBuilder.swift",
        "Classes/S2Polyline.swift",
        "Classes/S2Projections.swift",
        "Classes/S2Region.swift",
        "Classes/S2RegionCoverer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.