This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Doubles with Swift 6.0 for watchOS using Xcode 16.0.

Swift 6 data race errors: 129

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Doubles -destination generic/platform=watchos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

     :
  60 |     public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
  61 |
  62 |     private static let pi1024 = QDouble(3.067961575771282340e-03, 1.195944139792337116e-19, -2.924579892303066080e-36, 1.086381075061880158e-52)
     |                        |- warning: static property 'pi1024' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: annotate 'pi1024' with '@MainActor' if property should only be accessed from the main actor
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  63 |     private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
  64 |
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:63:24: warning: static property '_3pi4' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
  61 |
  62 |     private static let pi1024 = QDouble(3.067961575771282340e-03, 1.195944139792337116e-19, -2.924579892303066080e-36, 1.086381075061880158e-52)
  63 |     private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
     |                        |- warning: static property '_3pi4' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: annotate '_3pi4' with '@MainActor' if property should only be accessed from the main actor
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  64 |
  65 |     public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:65:23: warning: static property 'nan' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
  63 |     private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
  64 |
  65 |     public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
     |                       |- warning: static property 'nan' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: annotate 'nan' with '@MainActor' if property should only be accessed from the main actor
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  66 |     public static let inf =     QDouble(Double.infinity, Double.infinity, Double.infinity, Double.infinity)
  67 |
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:66:23: warning: static property 'inf' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
  64 |
  65 |     public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
  66 |     public static let inf =     QDouble(Double.infinity, Double.infinity, Double.infinity, Double.infinity)
     |                       |- warning: static property 'inf' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: annotate 'inf' with '@MainActor' if property should only be accessed from the main actor
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  67 |
  68 |     public static let eps =     1.21543267145725e-63       // = 2^-209
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:70:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
  68 |     public static let eps =     1.21543267145725e-63       // = 2^-209
  69 |     public static let digits =  62
  70 |     public static let max =     QDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
     |                       |- warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                       |- note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
     |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  71 |
  72 |     private static let _min_normalized = 1.6259745436952323e-260    // = 2^(-1022 + 3*53)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:73:24: warning: static property '_safe_max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
  71 |
  72 |     private static let _min_normalized = 1.6259745436952323e-260    // = 2^(-1022 + 3*53)
  73 |     private static let _safe_max =       QDouble(1.7976931080746007281e+308,  9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
     |                        |- warning: static property '_safe_max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
     |                        |- note: annotate '_safe_max' with '@MainActor' if property should only be accessed from the main actor
     |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  74 |
  75 |     //
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1551:28: warning: static property 'inv_fact' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
1549 |     // MARK: - Internal precalculated values
1550 |     /** Table of inverse factorials */
1551 |     fileprivate static let inv_fact = [
     |                            |- warning: static property 'inv_fact' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
     |                            |- note: annotate 'inv_fact' with '@MainActor' if property should only be accessed from the main actor
     |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1552 |         QDouble( 1.66666666666666657e-01,  9.25185853854297066e-18, 5.13581318503262866e-34,  2.85094902409834186e-50),
1553 |         QDouble( 4.16666666666666644e-02,  2.31296463463574266e-18, 1.28395329625815716e-34,  7.12737256024585466e-51),
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1570:28: warning: static property 'sin_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
1568 |
1569 |     /** Table of sin(k * pi/1024) and cos(k * pi/1024). */
1570 |     fileprivate static let sin_table = [
     |                            |- warning: static property 'sin_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
     |                            |- note: annotate 'sin_table' with '@MainActor' if property should only be accessed from the main actor
     |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1571 |         QDouble( 3.0679567629659761e-03, 1.2690279085455925e-19, 5.2879464245328389e-36, -1.7820334081955298e-52),
1572 |         QDouble( 6.1358846491544753e-03, 9.0545257482474933e-20, 1.6260113133745320e-37, -9.7492001208767410e-55),
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1829:28: warning: static property 'cos_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
  13 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  14 |
  15 | public struct QDouble {
     |               `- note: consider making struct 'QDouble' conform to the 'Sendable' protocol
  16 |
  17 |     ///
     :
1827 |     ]
1828 |
1829 |     fileprivate static let cos_table = [
     |                            |- warning: static property 'cos_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
     |                            |- note: annotate 'cos_table' with '@MainActor' if property should only be accessed from the main actor
     |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
1830 |         QDouble( 9.9999529380957619e-01, -1.9668064285322189e-17, -6.3053955095883481e-34, 5.3266110855726731e-52),
1831 |         QDouble( 9.9998117528260111e-01, 3.3568103522895585e-17, -1.4740132559368063e-35, 9.8603097594755596e-52),
SwiftCompile normal arm64 Compiling\ DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/DDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:106:24: warning: static property '_2pi' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:106:24: note: annotate '_2pi' with '@MainActor' if property should only be accessed from the main actor
    static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:106:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:107:24: warning: static property '_pi' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:107:24: note: annotate '_pi' with '@MainActor' if property should only be accessed from the main actor
    static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:107:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:108:24: warning: static property '_pi2' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:108:24: note: annotate '_pi2' with '@MainActor' if property should only be accessed from the main actor
    static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:108:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:109:24: warning: static property '_pi4' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:109:24: note: annotate '_pi4' with '@MainActor' if property should only be accessed from the main actor
    static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:109:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:110:24: warning: static property '_3pi4' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:110:24: note: annotate '_3pi4' with '@MainActor' if property should only be accessed from the main actor
    static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:110:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:111:24: warning: static property '_e' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:111:24: note: annotate '_e' with '@MainActor' if property should only be accessed from the main actor
    static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:111:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:112:24: warning: static property 'Log2' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:112:24: note: annotate 'Log2' with '@MainActor' if property should only be accessed from the main actor
    static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:112:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:113:24: warning: static property 'Log10' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:113:24: note: annotate 'Log10' with '@MainActor' if property should only be accessed from the main actor
    static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:113:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:114:24: warning: static property '_nan' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _nan = DDouble(Double.nan, Double.nan)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:114:24: note: annotate '_nan' with '@MainActor' if property should only be accessed from the main actor
    static private let _nan = DDouble(Double.nan, Double.nan)
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:114:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _nan = DDouble(Double.nan, Double.nan)
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:115:24: warning: static property '_snan' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:115:24: note: annotate '_snan' with '@MainActor' if property should only be accessed from the main actor
    static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:115:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:116:24: warning: static property '_inf' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _inf = DDouble(Double.infinity, Double.infinity)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:116:24: note: annotate '_inf' with '@MainActor' if property should only be accessed from the main actor
    static private let _inf = DDouble(Double.infinity, Double.infinity)
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:116:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _inf = DDouble(Double.infinity, Double.infinity)
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:120:24: warning: static property '_max' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _max = DDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:120:24: note: annotate '_max' with '@MainActor' if property should only be accessed from the main actor
    static private let _max = DDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:120:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _max = DDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:121:24: warning: static property '_safe_max' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _safe_max = DDouble(1.7976931080746007281e+308, 9.97920154767359795037e+291);
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:121:24: note: annotate '_safe_max' with '@MainActor' if property should only be accessed from the main actor
    static private let _safe_max = DDouble(1.7976931080746007281e+308, 9.97920154767359795037e+291);
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:121:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _safe_max = DDouble(1.7976931080746007281e+308, 9.97920154767359795037e+291);
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:125:23: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let e = _e
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:125:23: note: annotate 'e' with '@MainActor' if property should only be accessed from the main actor
    static public let e = _e
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let e = _e
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:126:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static public let max = _max
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:126:23: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
    static public let max = _max
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public let max = _max
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:443:16: warning: static property 'dec' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let dec = Format(rawValue: 1 << 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:443:16: note: annotate 'dec' with '@MainActor' if property should only be accessed from the main actor
    static let dec = Format(rawValue: 1 << 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:443:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let dec = Format(rawValue: 1 << 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:444:16: warning: static property 'oct' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let oct = Format(rawValue: 1 << 1)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:444:16: note: annotate 'oct' with '@MainActor' if property should only be accessed from the main actor
    static let oct = Format(rawValue: 1 << 1)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:444:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let oct = Format(rawValue: 1 << 1)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:445:16: warning: static property 'hex' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let hex = Format(rawValue: 1 << 2)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:445:16: note: annotate 'hex' with '@MainActor' if property should only be accessed from the main actor
    static let hex = Format(rawValue: 1 << 2)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:445:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let hex = Format(rawValue: 1 << 2)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = Format(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: annotate 'left' with '@MainActor' if property should only be accessed from the main actor
    static let left = Format(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = Format(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:448:16: warning: static property 'right' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let right = Format(rawValue: 1 << 4)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:448:16: note: annotate 'right' with '@MainActor' if property should only be accessed from the main actor
    static let right = Format(rawValue: 1 << 4)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:448:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let right = Format(rawValue: 1 << 4)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: warning: static property 'intern' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let intern = Format(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: annotate 'intern' with '@MainActor' if property should only be accessed from the main actor
    static let intern = Format(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let intern = Format(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:451:16: warning: static property 'scientific' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let scientific = Format(rawValue: 1 << 6)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:451:16: note: annotate 'scientific' with '@MainActor' if property should only be accessed from the main actor
    static let scientific = Format(rawValue: 1 << 6)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:451:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let scientific = Format(rawValue: 1 << 6)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: warning: static property 'fixed' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fixed = Format(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: annotate 'fixed' with '@MainActor' if property should only be accessed from the main actor
    static let fixed = Format(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fixed = Format(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:454:16: warning: static property 'baseField' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let baseField: Format = [.dec, .oct, .hex]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:454:16: note: annotate 'baseField' with '@MainActor' if property should only be accessed from the main actor
    static let baseField: Format = [.dec, .oct, .hex]
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:454:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let baseField: Format = [.dec, .oct, .hex]
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:455:16: warning: static property 'adjustField' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let adjustField: Format = [.left, .right, .intern]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:455:16: note: annotate 'adjustField' with '@MainActor' if property should only be accessed from the main actor
    static let adjustField: Format = [.left, .right, .intern]
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:455:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let adjustField: Format = [.left, .right, .intern]
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:456:16: warning: static property 'floatField' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let floatField: Format = [.scientific, .fixed]
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:456:16: note: annotate 'floatField' with '@MainActor' if property should only be accessed from the main actor
    static let floatField: Format = [.scientific, .fixed]
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:456:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let floatField: Format = [.scientific, .fixed]
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:1223:24: warning: static property '_pi16' is not concurrency-safe because non-'Sendable' type 'DDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    static private let _pi16 = DDouble(1.963495408493620697e-01, 7.654042494670957545e-18)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:13:15: note: consider making struct 'DDouble' conform to the 'Sendable' protocol
public struct DDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:1223:24: note: annotate '_pi16' with '@MainActor' if property should only be accessed from the main actor
    static private let _pi16 = DDouble(1.963495408493620697e-01, 7.654042494670957545e-18)
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:1223:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private let _pi16 = DDouble(1.963495408493620697e-01, 7.654042494670957545e-18)
                       ^
           nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String+Char.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/String+Char.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 Compiling\ String+Char.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/String+Char.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal armv7k Emitting module for Doubles (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation\ Requirements Doubles normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Doubles (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation\ Requirements Doubles normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling String+Char.swift (in target 'Doubles' from project 'Doubles')
SwiftCompile normal arm64_32 Compiling\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.dia -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: warning: static property 'fixed' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fixed = Format(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: annotate 'fixed' with '@MainActor' if property should only be accessed from the main actor
    static let fixed = Format(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fixed = Format(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: warning: static property 'intern' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let intern = Format(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: annotate 'intern' with '@MainActor' if property should only be accessed from the main actor
    static let intern = Format(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let intern = Format(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = Format(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: annotate 'left' with '@MainActor' if property should only be accessed from the main actor
    static let left = Format(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = Format(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: warning: static property 'fixed' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fixed = Format(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: annotate 'fixed' with '@MainActor' if property should only be accessed from the main actor
    static let fixed = Format(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fixed = Format(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: warning: static property 'intern' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let intern = Format(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: annotate 'intern' with '@MainActor' if property should only be accessed from the main actor
    static let intern = Format(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let intern = Format(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = Format(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: annotate 'left' with '@MainActor' if property should only be accessed from the main actor
    static let left = Format(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = Format(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.dia -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/QDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:53:23: warning: static property 'twopi' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:53:23: note: annotate 'twopi' with '@MainActor' if property should only be accessed from the main actor
    public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:54:23: warning: static property 'pi' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:54:23: note: annotate 'pi' with '@MainActor' if property should only be accessed from the main actor
    public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:55:23: warning: static property 'pi2' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:55:23: note: annotate 'pi2' with '@MainActor' if property should only be accessed from the main actor
    public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:56:23: warning: static property 'pi4' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:56:23: note: annotate 'pi4' with '@MainActor' if property should only be accessed from the main actor
    public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:58:23: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:58:23: note: annotate 'e' with '@MainActor' if property should only be accessed from the main actor
    public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:59:23: warning: static property 'Log2' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:59:23: note: annotate 'Log2' with '@MainActor' if property should only be accessed from the main actor
    public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:60:23: warning: static property 'Log10' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:60:23: note: annotate 'Log10' with '@MainActor' if property should only be accessed from the main actor
    public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:62:24: warning: static property 'pi1024' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let pi1024 = QDouble(3.067961575771282340e-03, 1.195944139792337116e-19, -2.924579892303066080e-36, 1.086381075061880158e-52)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:62:24: note: annotate 'pi1024' with '@MainActor' if property should only be accessed from the main actor
    private static let pi1024 = QDouble(3.067961575771282340e-03, 1.195944139792337116e-19, -2.924579892303066080e-36, 1.086381075061880158e-52)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:62:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let pi1024 = QDouble(3.067961575771282340e-03, 1.195944139792337116e-19, -2.924579892303066080e-36, 1.086381075061880158e-52)
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:63:24: warning: static property '_3pi4' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:63:24: note: annotate '_3pi4' with '@MainActor' if property should only be accessed from the main actor
    private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:63:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _3pi4  = QDouble(2.356194490192344837e+00, 9.1848509936051484375e-17, 3.9168984647504003225e-33, -2.5867981632704860386e-49)
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:65:23: warning: static property 'nan' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:65:23: note: annotate 'nan' with '@MainActor' if property should only be accessed from the main actor
    public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nan =     QDouble(Double.nan,      Double.nan,      Double.nan,      Double.nan)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:66:23: warning: static property 'inf' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let inf =     QDouble(Double.infinity, Double.infinity, Double.infinity, Double.infinity)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:66:23: note: annotate 'inf' with '@MainActor' if property should only be accessed from the main actor
    public static let inf =     QDouble(Double.infinity, Double.infinity, Double.infinity, Double.infinity)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let inf =     QDouble(Double.infinity, Double.infinity, Double.infinity, Double.infinity)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:70:23: warning: static property 'max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let max =     QDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:70:23: note: annotate 'max' with '@MainActor' if property should only be accessed from the main actor
    public static let max =     QDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let max =     QDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:73:24: warning: static property '_safe_max' is not concurrency-safe because non-'Sendable' type 'QDouble' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let _safe_max =       QDouble(1.7976931080746007281e+308,  9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:73:24: note: annotate '_safe_max' with '@MainActor' if property should only be accessed from the main actor
    private static let _safe_max =       QDouble(1.7976931080746007281e+308,  9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:73:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let _safe_max =       QDouble(1.7976931080746007281e+308,  9.97920154767359795037e+291, 5.53956966280111259858e+275, 3.07507889307840487279e+259)
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1551:28: warning: static property 'inv_fact' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let inv_fact = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1551:28: note: annotate 'inv_fact' with '@MainActor' if property should only be accessed from the main actor
    fileprivate static let inv_fact = [
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1551:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let inv_fact = [
                           ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1570:28: warning: static property 'sin_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let sin_table = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1570:28: note: annotate 'sin_table' with '@MainActor' if property should only be accessed from the main actor
    fileprivate static let sin_table = [
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1570:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let sin_table = [
                           ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1829:28: warning: static property 'cos_table' is not concurrency-safe because non-'Sendable' type '[QDouble]' may have shared mutable state; this is an error in the Swift 6 language mode
    fileprivate static let cos_table = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:15:15: note: consider making struct 'QDouble' conform to the 'Sendable' protocol
public struct QDouble {
              ^
                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1829:28: note: annotate 'cos_table' with '@MainActor' if property should only be accessed from the main actor
    fileprivate static let cos_table = [
                           ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift:1829:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    fileprivate static let cos_table = [
                           ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal armv7k Compiling DDouble.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal armv7k Compiling QDouble.swift (in target 'Doubles' from project 'Doubles')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftmodule (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftdoc (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64_32 Compiling String+Char.swift (in target 'Doubles' from project 'Doubles')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.abi.json (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftmodule (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftdoc (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.abi.json (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftsourceinfo (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftsourceinfo (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Doubles/Common.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/QDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Doubles/String+Char.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.dia -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 10.4 -target-sdk-name watchos10.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.o -index-unit-output-path /Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Common.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: warning: static property 'fixed' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fixed = Format(rawValue: 1 << 7)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: annotate 'fixed' with '@MainActor' if property should only be accessed from the main actor
    static let fixed = Format(rawValue: 1 << 7)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:452:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fixed = Format(rawValue: 1 << 7)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: warning: static property 'intern' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let intern = Format(rawValue: 1 << 5)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: annotate 'intern' with '@MainActor' if property should only be accessed from the main actor
    static let intern = Format(rawValue: 1 << 5)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:449:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let intern = Format(rawValue: 1 << 5)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: warning: static property 'left' is not concurrency-safe because non-'Sendable' type 'Format' may have shared mutable state; this is an error in the Swift 6 language mode
    static let left = Format(rawValue: 1 << 3)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:438:15: note: consider making struct 'Format' conform to the 'Sendable' protocol
public struct Format: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: annotate 'left' with '@MainActor' if property should only be accessed from the main actor
    static let left = Format(rawValue: 1 << 3)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Doubles/DDouble.swift:447:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let left = Format(rawValue: 1 << 3)
               ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling DDouble.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64_32 Compiling QDouble.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64_32 Compiling Common.swift (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation Doubles normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Common.swift (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation Doubles normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Doubles (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation\ Requirements Doubles normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Doubles-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-Swift.h (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Doubles-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftdoc (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftsourceinfo (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.abi.json (in target 'Doubles' from project 'Doubles')
    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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.swiftmodule/arm64-apple-watchos.abi.json
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Binary/Doubles.o normal armv7k (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Doubles_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Binary/Doubles.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Binary/Doubles.o normal arm64_32 (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Doubles_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Binary/Doubles.o
SwiftDriverJobDiscovery normal arm64 Compiling String+Char.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64 Compiling Common.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64 Compiling DDouble.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64 Compiling QDouble.swift (in target 'Doubles' from project 'Doubles')
SwiftDriver\ Compilation Doubles normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Doubles -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_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/Doubles.build/Debug-watchos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.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/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Binary/Doubles.o normal arm64 (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.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-15.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-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Doubles_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Binary/Doubles.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.o normal arm64\ armv7k\ arm64_32 (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64/Binary/Doubles.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/armv7k/Binary/Doubles.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-watchos/Doubles.build/Objects-normal/arm64_32/Binary/Doubles.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.o (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Doubles.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Doubles' from project 'Doubles')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Doubles",
  "name" : "Doubles",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Doubles",
      "targets" : [
        "Doubles"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DoublesTests",
      "module_type" : "SwiftTarget",
      "name" : "DoublesTests",
      "path" : "Tests/DoublesTests",
      "sources" : [
        "DoublesTests.swift"
      ],
      "target_dependencies" : [
        "Doubles"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Doubles",
      "module_type" : "SwiftTarget",
      "name" : "Doubles",
      "path" : "Sources/Doubles",
      "product_memberships" : [
        "Doubles"
      ],
      "sources" : [
        "Common.swift",
        "DDouble.swift",
        "QDouble.swift",
        "String+Char.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.