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 tvOS using Xcode 16.0.

Swift 6 data race errors: 43

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=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/Doubles.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/Doubles
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 11874bc Documentation addition
Cloned https://github.com/mgriebling/Doubles.git
Revision (git rev-parse @):
11874bcd84404008d643bc9178bc5671211ef103
SUCCESS checkout https://github.com/mgriebling/Doubles.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/mgriebling/Doubles.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Doubles: /Users/admin/builder/spi-builder-workspace
resolved source packages: Doubles
{
  "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Doubles"
    ]
  }
}
Running build ...
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=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Doubles -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Doubles: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Doubles' in project 'Doubles'
        ➜ Explicit dependency on target 'Doubles' in project 'Doubles'
    Target 'Doubles' in project 'Doubles' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: 5e31bfd54fdd2f58c9564b406366de7f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5e31bfd54fdd2f58c9564b406366de7f.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Doubles' from project 'Doubles')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Doubles.modulemap (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Doubles.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Doubles.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Doubles.modulemap (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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Doubles.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles-OutputFileMap.json (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.LinkFileList (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.SwiftFileList (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.SwiftFileList
SwiftDriver Doubles normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Doubles' from project 'Doubles')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/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-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Doubles (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 -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /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 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.abi.json
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 104 |
 105 |     /// Internal constants
 106 |     static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
     |                        |- 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
     |                        |- note: annotate '_2pi' 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
 107 |     static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
 108 |     static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 105 |     /// Internal constants
 106 |     static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
 107 |     static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
     |                        |- 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
     |                        |- note: annotate '_pi' 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
 108 |     static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
 109 |     static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 106 |     static private let _2pi = DDouble(6.283185307179586232e+00, 2.449293598294706414e-16);
 107 |     static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
 108 |     static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
     |                        |- 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
     |                        |- note: annotate '_pi2' 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
 109 |     static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
 110 |     static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 107 |     static private let _pi = DDouble(3.141592653589793116e+00, 1.224646799147353207e-16);
 108 |     static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
 109 |     static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
     |                        |- 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
     |                        |- note: annotate '_pi4' 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
 110 |     static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
 111 |     static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 108 |     static private let _pi2 = DDouble(1.570796326794896558e+00, 6.123233995736766036e-17);
 109 |     static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
 110 |     static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
     |                        |- 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
     |                        |- 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
 111 |     static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
 112 |     static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 109 |     static private let _pi4 = DDouble(7.853981633974482790e-01, 3.061616997868383018e-17);
 110 |     static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
 111 |     static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
     |                        |- 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
     |                        |- note: annotate '_e' 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
 112 |     static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
 113 |     static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 110 |     static private let _3pi4 = DDouble(2.356194490192344837e+00, 9.1848509936051484375e-17);
 111 |     static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
 112 |     static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
     |                        |- 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
     |                        |- note: annotate 'Log2' 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
 113 |     static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
 114 |     static private let _nan = DDouble(Double.nan, Double.nan)
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 111 |     static private let _e = DDouble(2.718281828459045091e+00, 1.445646891729250158e-16);
 112 |     static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
 113 |     static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
     |                        |- 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
     |                        |- note: annotate 'Log10' 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
 114 |     static private let _nan = DDouble(Double.nan, Double.nan)
 115 |     static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 112 |     static public  let Log2 = DDouble(6.931471805599452862e-01, 2.319046813846299558e-17);
 113 |     static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
 114 |     static private let _nan = DDouble(Double.nan, Double.nan)
     |                        |- 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
     |                        |- 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
 115 |     static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
 116 |     static private let _inf = DDouble(Double.infinity, Double.infinity)
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 113 |     static public  let Log10 = DDouble(2.302585092994045901e+00, -2.170756223382249351e-16);
 114 |     static private let _nan = DDouble(Double.nan, Double.nan)
 115 |     static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
     |                        |- 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
     |                        |- note: annotate '_snan' 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
 116 |     static private let _inf = DDouble(Double.infinity, Double.infinity)
 117 |
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 114 |     static private let _nan = DDouble(Double.nan, Double.nan)
 115 |     static private let _snan = DDouble(Double.signalingNaN, Double.signalingNaN)
 116 |     static private let _inf = DDouble(Double.infinity, Double.infinity)
     |                        |- 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
     |                        |- 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
 117 |
 118 |     static private let _eps = 4.93038065763132e-32;  // 2^-104
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 118 |     static private let _eps = 4.93038065763132e-32;  // 2^-104
 119 |     static private let _min_normalized = 2.0041683600089728e-292;  // = 2^(-1022 + 53)
 120 |     static private let _max = DDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291);
     |                        |- 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
     |                        |- 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
 121 |     static private let _safe_max = DDouble(1.7976931080746007281e+308, 9.97920154767359795037e+291);
 122 |     static private let _ndigits = 31
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 119 |     static private let _min_normalized = 2.0041683600089728e-292;  // = 2^(-1022 + 53)
 120 |     static private let _max = DDouble(1.79769313486231570815e+308, 9.97920154767359795037e+291);
 121 |     static private let _safe_max = DDouble(1.7976931080746007281e+308, 9.97920154767359795037e+291);
     |                        |- 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
     |                        |- 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
 122 |     static private let _ndigits = 31
 123 |
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 123 |
 124 |     static public let eps = _eps
 125 |     static public let e = _e
     |                       |- 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
     |                       |- note: annotate 'e' 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
 126 |     static public let max = _max
 127 |
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
 124 |     static public let eps = _eps
 125 |     static public let e = _e
 126 |     static public let max = _max
     |                       |- 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
     |                       |- 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
 127 |
 128 |     /// Base 10 digits
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
 441 |     public init(rawValue: Int) { self.rawValue = rawValue }
 442 |
 443 |     static let dec = Format(rawValue: 1 << 0)
     |                |- 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
     |                |- note: annotate 'dec' 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
 444 |     static let oct = Format(rawValue: 1 << 1)
 445 |     static let hex = Format(rawValue: 1 << 2)
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 442 |
 443 |     static let dec = Format(rawValue: 1 << 0)
 444 |     static let oct = Format(rawValue: 1 << 1)
     |                |- 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
     |                |- note: annotate 'oct' 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
 445 |     static let hex = Format(rawValue: 1 << 2)
 446 |
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 443 |     static let dec = Format(rawValue: 1 << 0)
 444 |     static let oct = Format(rawValue: 1 << 1)
 445 |     static let hex = Format(rawValue: 1 << 2)
     |                |- 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
     |                |- note: annotate 'hex' 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
 446 |
 447 |     static let left = Format(rawValue: 1 << 3)
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 445 |     static let hex = Format(rawValue: 1 << 2)
 446 |
 447 |     static let left = Format(rawValue: 1 << 3)
     |                |- 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
     |                |- note: annotate 'left' 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
 448 |     static let right = Format(rawValue: 1 << 4)
 449 |     static let intern = Format(rawValue: 1 << 5)
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 446 |
 447 |     static let left = Format(rawValue: 1 << 3)
 448 |     static let right = Format(rawValue: 1 << 4)
     |                |- 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
     |                |- note: annotate 'right' 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
 449 |     static let intern = Format(rawValue: 1 << 5)
 450 |
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 447 |     static let left = Format(rawValue: 1 << 3)
 448 |     static let right = Format(rawValue: 1 << 4)
 449 |     static let intern = Format(rawValue: 1 << 5)
     |                |- 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
     |                |- note: annotate 'intern' 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
 450 |
 451 |     static let scientific = Format(rawValue: 1 << 6)
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 449 |     static let intern = Format(rawValue: 1 << 5)
 450 |
 451 |     static let scientific = Format(rawValue: 1 << 6)
     |                |- 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
     |                |- note: annotate 'scientific' 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
 452 |     static let fixed = Format(rawValue: 1 << 7)
 453 |
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 450 |
 451 |     static let scientific = Format(rawValue: 1 << 6)
 452 |     static let fixed = Format(rawValue: 1 << 7)
     |                |- 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
     |                |- note: annotate 'fixed' 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
 453 |
 454 |     static let baseField: Format = [.dec, .oct, .hex]
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 452 |     static let fixed = Format(rawValue: 1 << 7)
 453 |
 454 |     static let baseField: Format = [.dec, .oct, .hex]
     |                |- 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
     |                |- note: annotate 'baseField' 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
 455 |     static let adjustField: Format = [.left, .right, .intern]
 456 |     static let floatField: Format = [.scientific, .fixed]
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 453 |
 454 |     static let baseField: Format = [.dec, .oct, .hex]
 455 |     static let adjustField: Format = [.left, .right, .intern]
     |                |- 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
     |                |- note: annotate 'adjustField' 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
 456 |     static let floatField: Format = [.scientific, .fixed]
 457 | }
/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
 436 | }
 437 |
 438 | public struct Format: OptionSet {
     |               `- note: consider making struct 'Format' conform to the 'Sendable' protocol
 439 |     public let rawValue: Int
 440 |
     :
 454 |     static let baseField: Format = [.dec, .oct, .hex]
 455 |     static let adjustField: Format = [.left, .right, .intern]
 456 |     static let floatField: Format = [.scientific, .fixed]
     |                |- 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
     |                |- note: annotate 'floatField' 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
 457 | }
 458 |
/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
  11 | /// of Mathematical, Information, and Computational Sciences of the
  12 | /// U.S. Department of Energy under contract number DE-AC03-76SF00098.
  13 | public struct DDouble {
     |               `- note: consider making struct 'DDouble' conform to the 'Sendable' protocol
  14 |
  15 |     /// Storage for double-precision data type
     :
1221 |     public static func abs(_ a: DDouble) -> DDouble { a.abs }
1222 |
1223 |     static private let _pi16 = DDouble(1.963495408493620697e-01, 7.654042494670957545e-18)
     |                        |- 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
     |                        |- note: annotate '_pi16' 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
1224 |
1225 |     /* Table of sin(k * pi/16) and cos(k * pi/16). */
/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
  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 |     ///
     :
  51 |     /// Internal/public constants
  52 |     ///
  53 |     public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
     |                       |- 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
     |                       |- note: annotate 'twopi' 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
  54 |     public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
  55 |     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: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
  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 |     ///
     :
  52 |     ///
  53 |     public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
  54 |     public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
     |                       |- 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
     |                       |- note: annotate 'pi' 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
  55 |     public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
  56 |     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: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
  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 |     ///
     :
  53 |     public static let twopi =   QDouble(6.283185307179586232e+00, 2.449293598294706414e-16, -5.989539619436679332e-33, 2.224908441726730563e-49)
  54 |     public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
  55 |     public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
     |                       |- 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
     |                       |- note: annotate 'pi2' 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
  56 |     public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
  57 |
/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
  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 |     ///
     :
  54 |     public static let pi =      QDouble(3.141592653589793116e+00, 1.224646799147353207e-16, -2.994769809718339666e-33, 1.112454220863365282e-49)
  55 |     public static let pi2 =     QDouble(1.570796326794896558e+00, 6.123233995736766036e-17, -1.497384904859169833e-33, 5.562271104316826408e-50)
  56 |     public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
     |                       |- 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
     |                       |- note: annotate 'pi4' 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
  57 |
  58 |     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: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
  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 |     ///
     :
  56 |     public static let pi4 =     QDouble(7.853981633974482790e-01, 3.061616997868383018e-17, -7.486924524295849165e-34, 2.781135552158413204e-50)
  57 |
  58 |     public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
     |                       |- 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
     |                       |- note: annotate 'e' 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
  59 |     public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
  60 |     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: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
  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 |     ///
     :
  57 |
  58 |     public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
  59 |     public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
     |                       |- 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
     |                       |- note: annotate 'Log2' 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
  60 |     public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
  61 |
/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
  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 |     ///
     :
  58 |     public static let e =       QDouble(2.718281828459045091e+00, 1.445646891729250158e-16, -2.127717108038176765e-33, 1.515630159841218954e-49)
  59 |     public static let Log2 =    QDouble(6.931471805599452862e-01, 2.319046813846299558e-17, 5.707708438416212066e-34, -3.582432210601811423e-50)
  60 |     public static let Log10 =   QDouble(2.302585092994045901e+00, -2.170756223382249351e-16, -9.984262454465776570e-33, -4.023357454450206379e-49)
     |                       |- 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
     |                       |- note: annotate 'Log10' 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
  61 |
  62 |     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: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
  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 |     ///
     :
  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\ 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-appletvos/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-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/String+Char.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/String+Char.o -index-unit-output-path /Doubles.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/String+Char.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/String+Char.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/String+Char.o -index-unit-output-path /Doubles.build/Debug-appletvos/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 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-appletvos/Doubles.build/Objects-normal/arm64/DDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/DDouble.o -index-unit-output-path /Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/DDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/DDouble.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/DDouble.o -index-unit-output-path /Doubles.build/Debug-appletvos/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\ 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-appletvos/Doubles.build/Objects-normal/arm64/QDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/QDouble.o -index-unit-output-path /Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/QDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/QDouble.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/QDouble.o -index-unit-output-path /Doubles.build/Debug-appletvos/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)
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-appletvos/Doubles.build/Objects-normal/arm64/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/Common.o -index-unit-output-path /Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Common.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Common.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/Doubles.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Doubles -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/Doubles.build/Objects-normal/arm64/Common.o -index-unit-output-path /Doubles.build/Debug-appletvos/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)
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/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-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/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-appletvos/Doubles-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Doubles-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Common.swift (in target 'Doubles' from project 'Doubles')
SwiftDriverJobDiscovery normal arm64 Compiling String+Char.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.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-appletvos/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-appletvos/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-appletvos/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-appletvos/Doubles.build/Objects-normal/arm64/Doubles_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/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/Products/Debug-appletvos/Doubles.o normal (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-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Doubles.build/Debug-appletvos/Doubles.build/Objects-normal/arm64/Doubles_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Doubles.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/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.