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, reference master (c03e6f), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 16:56:39 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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.1
Building package at path:  $PWD
https://github.com/dennisbirch/simple-analytics.git
https://github.com/dennisbirch/simple-analytics.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleAnalytics -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SimpleAnalytics -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  SimpleAnalytics: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
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 /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 30afb48ab71341178de51788f7bc9e9c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/30afb48ab71341178de51788f7bc9e9c.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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
    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/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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.DependencyMetadataFileList (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.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.DependencyStaticMetadataFileList (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.DependencyStaticMetadataFileList
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftConstValuesFileList (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.SwiftConstValuesFileList
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
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
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
SwiftDriver SimpleAnalytics normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name 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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -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')
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/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AnalyticsItem.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AnalyticsItem.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
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/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleAnalytics (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
EmitSwiftModule normal arm64 (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/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 nonisolated 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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    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/SimpleAnalytics.swift:5:24: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var 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: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    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\ AppAnalytics.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
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/.swiftpm/xcode

/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 nonisolated 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: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    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 nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.userInterfaceIdiom == .phone {
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:61:52: note: property declared here
@property(nonatomic,readonly) UIUserInterfaceIdiom userInterfaceIdiom API_AVAILABLE(ios(3.2));
                                                   ^
/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 nonisolated context; this is an error in the Swift 6 language mode
        if UIDevice.current.userInterfaceIdiom == .phone {
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/AppAnalytics.swift:246:42: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        systemVersion = UIDevice.current.systemVersion
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemVersion;     // e.g. @"4.0"
                                                  ^
/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 nonisolated context; this is an error in the Swift 6 language mode
        systemVersion = UIDevice.current.systemVersion
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/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
            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
            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: 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:375:35: warning: sending 'self' risks causing data races; 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:375:35: 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 task = self?.backgroundTaskID {
                                  ^~~~
/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')
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/.swiftpm/xcode

/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
                    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
                        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')
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/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SimpleAnalytics/SimpleAnalytics.swift:5:24: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var 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: add '@MainActor' to make static property 'logger' part of global actor 'MainActor'
    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)
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/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -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.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.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.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 AnalyticsSubmitter.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 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/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -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/.swiftpm/xcode -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
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-16.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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 -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -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 -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.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 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o
ExtractAppIntentsMetadata (in target 'SimpleAnalytics' from project 'SimpleAnalytics')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleAnalytics --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SimpleAnalytics --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SimpleAnalytics.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/SimpleAnalytics.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleAnalytics.build/Debug-iphoneos/SimpleAnalytics.build/Objects-normal/arm64/SimpleAnalytics.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 09:56:38.638 appintentsmetadataprocessor[717:4071] Starting appintentsmetadataprocessor export
2025-04-27 09:56:38.676 appintentsmetadataprocessor[717:4071] Extracted no relevant App Intents symbols, skipping writing output
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
** 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.