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

Swift 6 data race errors: 3

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 SimpleAnalytics -destination generic/platform=ios 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/dennisbirch/simple-analytics.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dennisbirch/simple-analytics
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c03e6f0 Updated SmpleAnalytics Reader screenshot image
Cloned https://github.com/dennisbirch/simple-analytics.git
Revision (git rev-parse @):
c03e6f0e37f85f6dd1e4acdf089f7779b61c6f04
SUCCESS checkout https://github.com/dennisbirch/simple-analytics.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/dennisbirch/simple-analytics.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
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleAnalytics",
  "name" : "SimpleAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "SimpleAnalytics",
      "targets" : [
        "SimpleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalyticsTests",
      "path" : "Tests/SimpleAnalyticsTests",
      "sources" : [
        "SimpleAnalyticsTests.swift",
        "SubmissionTests.swift"
      ],
      "target_dependencies" : [
        "SimpleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalytics",
      "path" : "Sources/SimpleAnalytics",
      "product_memberships" : [
        "SimpleAnalytics"
      ],
      "sources" : [
        "AnalyticsCount.swift",
        "AnalyticsItem.swift",
        "AnalyticsSubmitter.swift",
        "AppAnalytics.swift",
        "SimpleAnalytics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "Simple Analytics",
    "schemes" : [
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SimpleAnalytics"
    ]
  }
}
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 SimpleAnalytics -destination generic/platform=ios 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 SimpleAnalytics -destination generic/platform=ios "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:
  SimpleAnalytics: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SimpleAnalytics' in project 'SimpleAnalytics'
        ➜ Explicit dependency on target 'SimpleAnalytics' in project 'SimpleAnalytics'
    Target 'SimpleAnalytics' in project 'SimpleAnalytics' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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: 467a761cbe4c20ef530090710b4fc2c5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/467a761cbe4c20ef530090710b4fc2c5.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-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.modulemap (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SimpleAnalytics.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.modulemap (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.LinkFileList (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_const_extract_protocols.json (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-OutputFileMap.json (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-OutputFileMap.json
SwiftDriver SimpleAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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 SimpleAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsCount.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.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/SimpleAnalytics/AnalyticsCount.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsCount.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleAnalytics (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:86:6: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 84 |     ///
 85 |     /// This method is required for configuring the framework on macOS.
 86 |     @available (iOS, deprecated: 13.0, message: "Please use the setEndpoint(_:, sharedApp:) method")
    |      `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
 87 |     @objc public static func setEndpoint(_ urlString: String, deviceID: String, submissionCompletionCallback: (() -> Void)? = nil) {
 88 |         shared.endpoint = urlString
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:48:24: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 46 |     private var shouldSubmitAtAppDismiss = true
 47 |
 48 |     private static var shared = AppAnalytics(deviceID: "")
    |                        |- warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: annotate 'shared' 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
 49 |     private static let persistenceFileName = "PersistedAnalytics"
 50 |
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: warning: static property 'logger' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | public struct SimpleAnalytics {
 5 |     private static var logger = OSLog(subsystem: "SimpleAnalytics", category: "")
   |                        |- warning: static property 'logger' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
   |                        |- note: annotate 'logger' 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
 6 |
 7 |     public static func debugLog(_ message: StaticString, _ arg: String? = nil) {
SwiftCompile normal arm64 Compiling\ AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.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/SimpleAnalytics/AppAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AppAnalytics.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:86:15: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
    @available (iOS, deprecated: 13.0, message: "Please use the setEndpoint(_:, sharedApp:) method")
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:48:24: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var shared = AppAnalytics(deviceID: "")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:48:24: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
    private static var shared = AppAnalytics(deviceID: "")
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:48:24: note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
    private static var shared = AppAnalytics(deviceID: "")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:48:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var shared = AppAnalytics(deviceID: "")
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:240:29: warning: main actor-isolated property 'userInterfaceIdiom' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.userInterfaceIdiom == .phone {
                            ^
UIKit.UIDevice:41:25: note: property declared here
    @MainActor open var userInterfaceIdiom: UIUserInterfaceIdiom { get }
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:240:21: warning: main actor-isolated class property 'current' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.userInterfaceIdiom == .phone {
                    ^
UIKit.UIDevice:3:20: note: class property declared here
    open class var current: UIDevice { get }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:246:42: warning: main actor-isolated property 'systemVersion' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        systemVersion = UIDevice.current.systemVersion
                                         ^
UIKit.UIDevice:10:14: note: property declared here
    open var systemVersion: String { get }
             ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:246:34: warning: main actor-isolated class property 'current' can not be referenced from a non-isolated context; this is an error in the Swift 6 language mode
        systemVersion = UIDevice.current.systemVersion
                                 ^
UIKit.UIDevice:3:20: note: class property declared here
    open class var current: UIDevice { get }
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:303:30: warning: call to main actor-isolated instance method 'endBackgroundTask' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                sharedUIApp?.endBackgroundTask(backgroundTaskID)
                             ^
UIKit.UIApplication:80:26: note: calls to instance method 'endBackgroundTask' from outside of its actor context are implicitly asynchronous
    @MainActor open func endBackgroundTask(_ identifier: UIBackgroundTaskIdentifier)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:295:10: note: add '@MainActor' to make instance method 'clearAndSubmitItems()' part of global actor 'MainActor'
    func clearAndSubmitItems() {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:320:13: warning: capture of 'self' with non-sendable type 'AppAnalytics?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.submitItems(items, counters: counters, with: submitter)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:16:20: note: class 'AppAnalytics' does not conform to the 'Sendable' protocol
@objc public class AppAnalytics: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:320:64: warning: capture of 'submitter' with non-sendable type 'any AnalyticsSubmitting' in a `@Sendable` closure; this is an error in the Swift 6 language mode
            self?.submitItems(items, counters: counters, with: submitter)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift:10:10: note: protocol 'AnalyticsSubmitting' does not conform to the 'Sendable' protocol
protocol AnalyticsSubmitting {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:328:31: warning: capture of 'self' with non-sendable type 'AppAnalytics?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                if let base = self?.baseItemCount {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:16:20: note: class 'AppAnalytics' does not conform to the 'Sendable' protocol
@objc public class AppAnalytics: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:328:31: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
                if let base = self?.baseItemCount {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:329:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
                    self?.maxItemCount = base
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:335:36: warning: call to main actor-isolated instance method 'endBackgroundTask' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self?.sharedUIApp?.endBackgroundTask(task)
                                   ^
UIKit.UIApplication:80:26: note: calls to instance method 'endBackgroundTask' from outside of its actor context are implicitly asynchronous
    @MainActor open func endBackgroundTask(_ identifier: UIBackgroundTaskIdentifier)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:346:17: warning: capture of 'self' with non-sendable type 'AppAnalytics?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.resetItems(errorItems, counters: errorCounters)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:16:20: note: class 'AppAnalytics' does not conform to the 'Sendable' protocol
@objc public class AppAnalytics: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:346:17: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
                self?.resetItems(errorItems, counters: errorCounters)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:348:31: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
                if let task = self?.backgroundTaskID,
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:350:21: warning: reference to captured var 'self' in concurrently-executing code; this is an error in the Swift 6 language mode
                    self?.sharedUIApp?.endBackgroundTask(task)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:374:46: warning: call to main actor-isolated instance method 'beginBackgroundTask(withName:expirationHandler:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                backgroundTaskID = sharedApp.beginBackgroundTask(withName: "Submit Analytics Data", expirationHandler: { [weak self] in
                                             ^
UIKit.UIApplication:75:15: note: calls to instance method 'beginBackgroundTask(withName:expirationHandler:)' from outside of its actor context are implicitly asynchronous
    open func beginBackgroundTask(withName taskName: String?, expirationHandler handler: (() -> Void)? = nil) -> UIBackgroundTaskIdentifier
              ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:370:24: note: add '@MainActor' to make instance method 'receivedDismissNotification' part of global actor 'MainActor'
    @objc private func receivedDismissNotification(_ notification: Notification) {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:376:35: warning: call to main actor-isolated instance method 'endBackgroundTask' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                        sharedApp.endBackgroundTask(task)
                                  ^
UIKit.UIApplication:80:26: note: calls to instance method 'endBackgroundTask' from outside of its actor context are implicitly asynchronous
    @MainActor open func endBackgroundTask(_ identifier: UIBackgroundTaskIdentifier)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:382:17: warning: capture of 'self' with non-sendable type 'AppAnalytics?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                self?.clearAndSubmitItems()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:16:20: note: class 'AppAnalytics' does not conform to the 'Sendable' protocol
@objc public class AppAnalytics: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:328:31: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                if let base = self?.baseItemCount {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:328:31: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                if let base = self?.baseItemCount {
                              ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:346:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self?.resetItems(errorItems, counters: errorCounters)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:346:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.resetItems(errorItems, counters: errorCounters)
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:374:46: warning: sending task-isolated value of type '() -> Void' with later accesses to main actor-isolated context risks causing data races; this is an error in the Swift 6 language mode
                backgroundTaskID = sharedApp.beginBackgroundTask(withName: "Submit Analytics Data", expirationHandler: { [weak self] in
                                   ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:382:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self?.clearAndSubmitItems()
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:382:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self?.clearAndSubmitItems()
                ^~~~
SwiftCompile normal arm64 Compiling\ AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.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/SimpleAnalytics/AnalyticsSubmitter.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsSubmitter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift:62:21: warning: capture of 'errorHandler' with non-sendable type '([AnalyticsItem], [AnalyticsCount]) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    errorHandler(items, itemCounts)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift:62:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    errorHandler(items, itemCounts)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift:86:25: warning: capture of 'successHandler' with non-sendable type '(String) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                        successHandler(message)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                        successHandler(message)
                        ^
SwiftCompile normal arm64 Compiling\ SimpleAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.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/SimpleAnalytics/SimpleAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: warning: static property 'logger' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var logger = OSLog(subsystem: "SimpleAnalytics", category: "")
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
    private static var logger = OSLog(subsystem: "SimpleAnalytics", category: "")
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
    private static var logger = OSLog(subsystem: "SimpleAnalytics", category: "")
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var logger = OSLog(subsystem: "SimpleAnalytics", category: "")
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.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/SimpleAnalytics/AnalyticsItem.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics/AnalyticsCount.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsSubmitter.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SimpleAnalytics -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name iphoneos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.o -index-unit-output-path /SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/AnalyticsItem.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleAnalytics (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriver\ Compilation\ Requirements SimpleAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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 SimpleAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-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-iphoneos/SimpleAnalytics-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-Swift.h (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SimpleAnalytics-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftmodule (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftdoc (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.abi.json (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftsourceinfo (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SimpleAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling AnalyticsItem.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling AnalyticsCount.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling AnalyticsSubmitter.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriverJobDiscovery normal arm64 Compiling AppAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
SwiftDriver\ Compilation SimpleAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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 SimpleAnalytics -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.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/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o normal (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    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-ios12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleAnalytics",
  "name" : "SimpleAnalytics",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "SimpleAnalytics",
      "targets" : [
        "SimpleAnalytics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleAnalyticsTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalyticsTests",
      "path" : "Tests/SimpleAnalyticsTests",
      "sources" : [
        "SimpleAnalyticsTests.swift",
        "SubmissionTests.swift"
      ],
      "target_dependencies" : [
        "SimpleAnalytics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleAnalytics",
      "module_type" : "SwiftTarget",
      "name" : "SimpleAnalytics",
      "path" : "Sources/SimpleAnalytics",
      "product_memberships" : [
        "SimpleAnalytics"
      ],
      "sources" : [
        "AnalyticsCount.swift",
        "AnalyticsItem.swift",
        "AnalyticsSubmitter.swift",
        "AppAnalytics.swift",
        "SimpleAnalytics.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.