The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-android-native, reference main (feb13b), with Swift 6.1 for Android on 31 May 2025 00:55:38 UTC.

Swift 6 data race errors: 10

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/skiptools/swift-android-native.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/skiptools/swift-android-native
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at feb13b9 Fix availability for async test cases
Cloned https://github.com/skiptools/swift-android-native.git
Revision (git rev-parse @):
feb13b9e6dd537ec43d42a39108f1c0d30e7870a
SUCCESS checkout https://github.com/skiptools/swift-android-native.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/skiptools/swift-android-native.git
https://github.com/skiptools/swift-android-native.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-jni",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://source.skip.tools/swift-jni.git"
    }
  ],
  "manifest_display_name" : "swift-android-native",
  "name" : "swift-android-native",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AndroidNative",
      "targets" : [
        "AndroidNative"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidContext",
      "targets" : [
        "AndroidContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidAssetManager",
      "targets" : [
        "AndroidAssetManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidLogging",
      "targets" : [
        "AndroidLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidLooper",
      "targets" : [
        "AndroidLooper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidChoreographer",
      "targets" : [
        "AndroidLooper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConcurrencyRuntimeC",
      "module_type" : "ClangTarget",
      "name" : "ConcurrencyRuntimeC",
      "path" : "Sources/ConcurrencyRuntimeC",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "src.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidSystemTests",
      "path" : "Tests/AndroidSystemTests",
      "sources" : [
        "AndroidSystemTests.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidSystem",
      "module_type" : "SwiftTarget",
      "name" : "AndroidSystem",
      "path" : "Sources/AndroidSystem",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "Errno.swift",
        "ErrnoWindows.swift",
        "FileDescriptor.swift",
        "FileHelpers.swift",
        "FileOperations.swift",
        "FilePath/FilePath.swift",
        "FilePath/FilePathComponentView.swift",
        "FilePath/FilePathComponents.swift",
        "FilePath/FilePathParsing.swift",
        "FilePath/FilePathString.swift",
        "FilePath/FilePathSyntax.swift",
        "FilePath/FilePathTemp.swift",
        "FilePath/FilePathTempPosix.swift",
        "FilePath/FilePathTempWindows.swift",
        "FilePath/FilePathWindows.swift",
        "FilePermissions.swift",
        "Internals/Backcompat.swift",
        "Internals/CInterop.swift",
        "Internals/Constants.swift",
        "Internals/Exports.swift",
        "Internals/Mocking.swift",
        "Internals/RawBuffer.swift",
        "Internals/Syscalls.swift",
        "Internals/WindowsSyscallAdapters.swift",
        "LockedState.swift",
        "MachPort.swift",
        "PlatformString.swift",
        "SystemString.swift",
        "Util+StringArray.swift",
        "Util.swift",
        "UtilConsumers.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidNativeTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidNativeTests",
      "path" : "Tests/AndroidNativeTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AndroidNativeTests/Resources/sample_resource.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "AndroidNativeTests.swift"
      ],
      "target_dependencies" : [
        "AndroidNative"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidNative",
      "module_type" : "SwiftTarget",
      "name" : "AndroidNative",
      "path" : "Sources/AndroidNative",
      "product_memberships" : [
        "AndroidNative"
      ],
      "sources" : [
        "AndroidNative.swift"
      ],
      "target_dependencies" : [
        "AndroidContext",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidNDK",
      "module_type" : "ClangTarget",
      "name" : "AndroidNDK",
      "path" : "Sources/AndroidNDK",
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext",
        "AndroidAssetManager",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "src.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidLooperTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLooperTests",
      "path" : "Tests/AndroidLooperTests",
      "sources" : [
        "AndroidLooperTests.swift"
      ],
      "target_dependencies" : [
        "AndroidLooper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidLooper",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLooper",
      "path" : "Sources/AndroidLooper",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "AndroidLooper.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem",
        "AndroidLogging",
        "ConcurrencyRuntimeC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLoggingTests",
      "path" : "Tests/AndroidLoggingTests",
      "sources" : [
        "AndroidLoggingTests.swift"
      ],
      "target_dependencies" : [
        "AndroidLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidLogging",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLogging",
      "path" : "Sources/AndroidLogging",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "AndroidLogging.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidContextTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidContextTests",
      "path" : "Tests/AndroidContextTests",
      "sources" : [
        "AndroidContextTests.swift"
      ],
      "target_dependencies" : [
        "AndroidContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidContext",
      "module_type" : "SwiftTarget",
      "name" : "AndroidContext",
      "path" : "Sources/AndroidContext",
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext"
      ],
      "sources" : [
        "AndroidContext.swift"
      ],
      "target_dependencies" : [
        "AndroidAssetManager",
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidChoreographerTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidChoreographerTests",
      "path" : "Tests/AndroidChoreographerTests",
      "sources" : [
        "AndroidChoreographerTests.swift"
      ],
      "target_dependencies" : [
        "AndroidChoreographer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidChoreographer",
      "module_type" : "SwiftTarget",
      "name" : "AndroidChoreographer",
      "path" : "Sources/AndroidChoreographer",
      "product_memberships" : [
        "AndroidNative"
      ],
      "sources" : [
        "AndroidChoreographer.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem",
        "AndroidLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidAssetManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidAssetManagerTests",
      "path" : "Tests/AndroidAssetManagerTests",
      "sources" : [
        "AndroidAssetManagerTests.swift"
      ],
      "target_dependencies" : [
        "AndroidAssetManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidAssetManager",
      "module_type" : "SwiftTarget",
      "name" : "AndroidAssetManager",
      "path" : "Sources/AndroidAssetManager",
      "product_dependencies" : [
        "SwiftJNI"
      ],
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext",
        "AndroidAssetManager"
      ],
      "sources" : [
        "AndroidAssetManager.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://source.skip.tools/swift-jni.git
[1/105] Fetching swift-jni
Fetched https://source.skip.tools/swift-jni.git from cache (5.11s)
Computing version for https://source.skip.tools/swift-jni.git
Computed https://source.skip.tools/swift-jni.git at 0.2.1 (5.62s)
Creating working copy for https://source.skip.tools/swift-jni.git
Working copy of https://source.skip.tools/swift-jni.git resolved at 0.2.1
Building for debugging...
[0/15] Write sources
[8/15] Compiling ConcurrencyRuntimeC src.c
[9/15] Compiling CJNI cjni.c
[10/15] Compiling AndroidNDK src.c
[11/15] Write swift-version-24593BA9C3E375BF.txt
[13/48] Emitting module AndroidSystem
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/CInterop.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
19 | import WASILibc
20 | #elseif canImport(Android)
21 | @_implementationOnly import AndroidNDK
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
22 | import Android
23 | #else
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/Exports.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 24 | import WASILibc
 25 | #elseif canImport(Android)
 26 | @_implementationOnly import AndroidNDK
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 27 | import Android
 28 | #else
[14/51] Compiling AndroidSystem Util+StringArray.swift
[15/51] Compiling AndroidSystem Util.swift
[16/51] Compiling AndroidSystem UtilConsumers.swift
[17/51] Compiling AndroidSystem LockedState.swift
[18/51] Compiling AndroidSystem MachPort.swift
[19/51] Compiling AndroidSystem PlatformString.swift
[20/51] Compiling AndroidSystem SystemString.swift
[21/51] Compiling AndroidSystem Errno.swift
[22/51] Compiling AndroidSystem ErrnoWindows.swift
[23/51] Compiling AndroidSystem FileDescriptor.swift
[24/51] Compiling AndroidSystem FileHelpers.swift
[25/51] Compiling AndroidSystem Mocking.swift
[26/51] Compiling AndroidSystem RawBuffer.swift
[27/51] Compiling AndroidSystem Syscalls.swift
[28/51] Compiling AndroidSystem WindowsSyscallAdapters.swift
[29/51] Compiling AndroidSystem FilePathParsing.swift
[30/51] Compiling AndroidSystem FilePathString.swift
[31/51] Compiling AndroidSystem FilePathSyntax.swift
[32/51] Compiling AndroidSystem FilePathTemp.swift
[33/51] Compiling AndroidSystem FilePathTempPosix.swift
[34/51] Compiling AndroidSystem FilePathTempWindows.swift
[35/51] Compiling AndroidSystem FilePathWindows.swift
[36/51] Compiling AndroidSystem FilePermissions.swift
[37/51] Compiling AndroidSystem FileOperations.swift
[38/51] Compiling AndroidSystem FilePath.swift
[39/51] Compiling AndroidSystem FilePathComponentView.swift
[40/51] Compiling AndroidSystem FilePathComponents.swift
[41/51] Compiling AndroidSystem Backcompat.swift
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/CInterop.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
19 | import WASILibc
20 | #elseif canImport(Android)
21 | @_implementationOnly import AndroidNDK
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
22 | import Android
23 | #else
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/Exports.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 24 | import WASILibc
 25 | #elseif canImport(Android)
 26 | @_implementationOnly import AndroidNDK
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 27 | import Android
 28 | #else
[42/51] Compiling AndroidSystem CInterop.swift
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/CInterop.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
19 | import WASILibc
20 | #elseif canImport(Android)
21 | @_implementationOnly import AndroidNDK
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
22 | import Android
23 | #else
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/Exports.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 24 | import WASILibc
 25 | #elseif canImport(Android)
 26 | @_implementationOnly import AndroidNDK
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 27 | import Android
 28 | #else
[43/51] Compiling AndroidSystem Constants.swift
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/CInterop.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
19 | import WASILibc
20 | #elseif canImport(Android)
21 | @_implementationOnly import AndroidNDK
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
22 | import Android
23 | #else
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/Exports.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 24 | import WASILibc
 25 | #elseif canImport(Android)
 26 | @_implementationOnly import AndroidNDK
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 27 | import Android
 28 | #else
[44/51] Compiling AndroidSystem Exports.swift
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/CInterop.swift:21:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
19 | import WASILibc
20 | #elseif canImport(Android)
21 | @_implementationOnly import AndroidNDK
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
22 | import Android
23 | #else
/host/spi-builder-workspace/Sources/AndroidSystem/Internals/Exports.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 24 | import WASILibc
 25 | #elseif canImport(Android)
 26 | @_implementationOnly import AndroidNDK
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'AndroidSystem' may lead to instability during execution
 27 | import Android
 28 | #else
[45/52] Emitting module AndroidLogging
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:147:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
145 |
146 | extension OSLogType {
147 |     public static let `default`: OSLogType = OSLogType(0x00)
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:148:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
146 | extension OSLogType {
147 |     public static let `default`: OSLogType = OSLogType(0x00)
148 |     public static let info: OSLogType = OSLogType(0x01)
    |                       |- warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'info' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:149:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
147 |     public static let `default`: OSLogType = OSLogType(0x00)
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |     public static let error: OSLogType = OSLogType(0x10)
151 |     public static let fault: OSLogType = OSLogType(0x11)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:150:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
    |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |     public static let fault: OSLogType = OSLogType(0x11)
152 | }
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:151:23: warning: static property 'fault' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
151 |     public static let fault: OSLogType = OSLogType(0x11)
    |                       |- warning: static property 'fault' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'fault' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | }
153 | #endif
[46/52] Compiling AndroidLogging AndroidLogging.swift
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:147:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
145 |
146 | extension OSLogType {
147 |     public static let `default`: OSLogType = OSLogType(0x00)
    |                       |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:148:23: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
146 | extension OSLogType {
147 |     public static let `default`: OSLogType = OSLogType(0x00)
148 |     public static let info: OSLogType = OSLogType(0x01)
    |                       |- warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'info' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:149:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
147 |     public static let `default`: OSLogType = OSLogType(0x00)
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
150 |     public static let error: OSLogType = OSLogType(0x10)
151 |     public static let fault: OSLogType = OSLogType(0x11)
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:150:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
148 |     public static let info: OSLogType = OSLogType(0x01)
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
    |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
151 |     public static let fault: OSLogType = OSLogType(0x11)
152 | }
/host/spi-builder-workspace/Sources/AndroidLogging/AndroidLogging.swift:151:23: warning: static property 'fault' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
132 | //    public static let dynamicStackTracing: OSLog.Category
133 | //}
134 | public struct OSLogType : Equatable, RawRepresentable {
    |               `- note: consider making struct 'OSLogType' conform to the 'Sendable' protocol
135 |     public let rawValue: UInt8
136 |
    :
149 |     public static let debug: OSLogType = OSLogType(0x02)
150 |     public static let error: OSLogType = OSLogType(0x10)
151 |     public static let fault: OSLogType = OSLogType(0x11)
    |                       |- warning: static property 'fault' is not concurrency-safe because non-'Sendable' type 'OSLogType' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'fault' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 | }
153 | #endif
[49/53] Emitting module SwiftJNI
[50/53] Compiling SwiftJNI SwiftJNI.swift
[51/54] Wrapping AST for SwiftJNI for debugging
[52/54] Write Objects.LinkFileList
[53/58] Linking libSwiftJNI.so
[55/60] Compiling AndroidChoreographer AndroidChoreographer.swift
/host/spi-builder-workspace/Sources/AndroidChoreographer/AndroidChoreographer.swift:22:36: warning: static property 'main' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 |     ///
21 |     /// Must be initialized at startup time with `setupMainChoreographer()`
22 |     public private(set) static var main: AndroidChoreographer!
   |                                    |- warning: static property 'main' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'main' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'main' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 |     /// Get the AChoreographer instance for the current thread.
[56/60] Emitting module AndroidChoreographer
/host/spi-builder-workspace/Sources/AndroidChoreographer/AndroidChoreographer.swift:22:36: warning: static property 'main' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
20 |     ///
21 |     /// Must be initialized at startup time with `setupMainChoreographer()`
22 |     public private(set) static var main: AndroidChoreographer!
   |                                    |- warning: static property 'main' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'main' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'main' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 |     /// Get the AChoreographer instance for the current thread.
[58/61] Emitting module AndroidLooper
/host/spi-builder-workspace/Sources/AndroidLooper/AndroidLooper.swift:145:13: warning: var '_mainLooper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
143 | public typealias LooperCallback = @convention(c) (CInt, CInt, UnsafeMutableRawPointer?) -> CInt
144 |
145 | private var _mainLooper: OpaquePointer? = nil
    |             |- warning: var '_mainLooper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_mainLooper' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var '_mainLooper' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public extension AndroidLooper {
[59/61] Compiling AndroidLooper AndroidLooper.swift
/host/spi-builder-workspace/Sources/AndroidLooper/AndroidLooper.swift:145:13: warning: var '_mainLooper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
143 | public typealias LooperCallback = @convention(c) (CInt, CInt, UnsafeMutableRawPointer?) -> CInt
144 |
145 | private var _mainLooper: OpaquePointer? = nil
    |             |- warning: var '_mainLooper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |             |- note: convert '_mainLooper' to a 'let' constant to make 'Sendable' shared state immutable
    |             |- note: add '@MainActor' to make var '_mainLooper' part of global actor 'MainActor'
    |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
146 |
147 | public extension AndroidLooper {
/host/spi-builder-workspace/Sources/AndroidLooper/AndroidLooper.swift:279:17: warning: switch covers known cases, but 'CFRunLoopRunResult' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
277 |         let looperCallback: LooperCallback = { ft, event, data in
278 |             while true {
279 |                 switch CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0.0, true) {
    |                 |- warning: switch covers known cases, but 'CFRunLoopRunResult' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
280 |                 case CFRunLoopRunResult.handledSource:
281 |                     continue // continue run loop
/host/spi-builder-workspace/Sources/AndroidLooper/AndroidLooper.swift:292:13: warning: initialization of immutable value 'mainLoop' was never used; consider replacing with assignment to '_' or removing it
290 |         }
291 |
292 |         let mainLoop = CFRunLoopGetMain()
    |             `- warning: initialization of immutable value 'mainLoop' was never used; consider replacing with assignment to '_' or removing it
293 |
294 |         // https://github.com/readdle/swift-android-ndk/blob/main/Sources/CAndroidNDK/MainRunLoop.c#L71
[61/62] Emitting module AndroidAssetManager
[62/62] Compiling AndroidAssetManager AndroidAssetManager.swift
/host/spi-builder-workspace/Sources/AndroidAssetManager/AndroidAssetManager.swift:122:45: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
120 |             var data = Data(count: len)
121 |
122 |             let bytesRead: Int32 = try data.withUnsafeMutableBytes { buffer in
    |                                             `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
123 |                 #if !os(Android)
124 |                 fatalError("only implemented for Android")
/host/spi-builder-workspace/Sources/AndroidAssetManager/AndroidAssetManager.swift:122:36: warning: no calls to throwing functions occur within 'try' expression
120 |             var data = Data(count: len)
121 |
122 |             let bytesRead: Int32 = try data.withUnsafeMutableBytes { buffer in
    |                                    `- warning: no calls to throwing functions occur within 'try' expression
123 |                 #if !os(Android)
124 |                 fatalError("only implemented for Android")
[64/65] Emitting module AndroidContext
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:30:23: warning: static property 'contextFactory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |     /// The default value of the factory will be the value of the `SWIFT_ANDROID_CONTEXT_FACTORY` environment variable,
29 |     /// and if unset, will fall back to `android.app.ActivityThread.currentApplication()Landroid/app/Application;`.
30 |     public static var contextFactory = getenv("SWIFT_ANDROID_CONTEXT_FACTORY").flatMap({ String(cString: $0) }) ?? "android.app.ActivityThread.currentApplication()Landroid/app/Application;"
   |                       |- warning: static property 'contextFactory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'contextFactory' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'contextFactory' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// A global pointer to the application context, in case the application environment wants to initialize it directly without going through the factory method.
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:33:23: warning: static property 'contextPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 |
32 |     /// A global pointer to the application context, in case the application environment wants to initialize it directly without going through the factory method.
33 |     public static var contextPointer: JavaObjectPointer? = nil
   |                       |- warning: static property 'contextPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'contextPointer' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'contextPointer' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 |     /// Returns the application context.
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:80:53: warning: reference to class property 'jni' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
78 |
79 |     /// The `AndroidAssetManager` for this context
80 |     public private(set) lazy var assetManager = JNI.jni.withEnv { _, env in AndroidAssetManager(env: env, peer: self.safePointer()) }
   |                                                     `- warning: reference to class property 'jni' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 |
82 |     /// Returns the package name for the current context
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:102:23: note: class property declared here
 100 | public class JNI {
 101 |     /// The single shared singleton JNI instance for the process.
 102 |     public static var jni: JNI! { // this should be set in "OnLoad" and so should always exist
     |                       `- note: class property declared here
 103 |         didSet {
 104 |             _ = JClassLoader.globalClassLoader // cache the global class loader on initialization
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:23:14: warning: class 'AndroidContext' must restate inherited '@unchecked Sendable' conformance
21 | @available(tvOS, unavailable)
22 | @available(watchOS, unavailable)
23 | public class AndroidContext : JObject {
   |              `- warning: class 'AndroidContext' must restate inherited '@unchecked Sendable' conformance
24 |     /// The JNI signature for the method to invoke to obtain the global Context.
25 |     /// This can be manually changed before initialization to a different signature.
[65/65] Compiling AndroidContext AndroidContext.swift
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:30:23: warning: static property 'contextFactory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
28 |     /// The default value of the factory will be the value of the `SWIFT_ANDROID_CONTEXT_FACTORY` environment variable,
29 |     /// and if unset, will fall back to `android.app.ActivityThread.currentApplication()Landroid/app/Application;`.
30 |     public static var contextFactory = getenv("SWIFT_ANDROID_CONTEXT_FACTORY").flatMap({ String(cString: $0) }) ?? "android.app.ActivityThread.currentApplication()Landroid/app/Application;"
   |                       |- warning: static property 'contextFactory' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'contextFactory' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'contextFactory' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// A global pointer to the application context, in case the application environment wants to initialize it directly without going through the factory method.
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:33:23: warning: static property 'contextPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
31 |
32 |     /// A global pointer to the application context, in case the application environment wants to initialize it directly without going through the factory method.
33 |     public static var contextPointer: JavaObjectPointer? = nil
   |                       |- warning: static property 'contextPointer' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'contextPointer' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'contextPointer' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 |
35 |     /// Returns the application context.
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:80:53: warning: reference to class property 'jni' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
78 |
79 |     /// The `AndroidAssetManager` for this context
80 |     public private(set) lazy var assetManager = JNI.jni.withEnv { _, env in AndroidAssetManager(env: env, peer: self.safePointer()) }
   |                                                     `- warning: reference to class property 'jni' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
81 |
82 |     /// Returns the package name for the current context
/host/spi-builder-workspace/.build/checkouts/swift-jni/Sources/SwiftJNI/SwiftJNI.swift:102:23: note: class property declared here
 100 | public class JNI {
 101 |     /// The single shared singleton JNI instance for the process.
 102 |     public static var jni: JNI! { // this should be set in "OnLoad" and so should always exist
     |                       `- note: class property declared here
 103 |         didSet {
 104 |             _ = JClassLoader.globalClassLoader // cache the global class loader on initialization
/host/spi-builder-workspace/Sources/AndroidContext/AndroidContext.swift:23:14: warning: class 'AndroidContext' must restate inherited '@unchecked Sendable' conformance
21 | @available(tvOS, unavailable)
22 | @available(watchOS, unavailable)
23 | public class AndroidContext : JObject {
   |              `- warning: class 'AndroidContext' must restate inherited '@unchecked Sendable' conformance
24 |     /// The JNI signature for the method to invoke to obtain the global Context.
25 |     /// This can be manually changed before initialization to a different signature.
[67/68] Emitting module AndroidNative
[68/68] Compiling AndroidNative AndroidNative.swift
Build complete! (22.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-jni",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://source.skip.tools/swift-jni.git"
    }
  ],
  "manifest_display_name" : "swift-android-native",
  "name" : "swift-android-native",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AndroidNative",
      "targets" : [
        "AndroidNative"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidContext",
      "targets" : [
        "AndroidContext"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidAssetManager",
      "targets" : [
        "AndroidAssetManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidLogging",
      "targets" : [
        "AndroidLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidLooper",
      "targets" : [
        "AndroidLooper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AndroidChoreographer",
      "targets" : [
        "AndroidLooper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConcurrencyRuntimeC",
      "module_type" : "ClangTarget",
      "name" : "ConcurrencyRuntimeC",
      "path" : "Sources/ConcurrencyRuntimeC",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "src.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidSystemTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidSystemTests",
      "path" : "Tests/AndroidSystemTests",
      "sources" : [
        "AndroidSystemTests.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidSystem",
      "module_type" : "SwiftTarget",
      "name" : "AndroidSystem",
      "path" : "Sources/AndroidSystem",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "Errno.swift",
        "ErrnoWindows.swift",
        "FileDescriptor.swift",
        "FileHelpers.swift",
        "FileOperations.swift",
        "FilePath/FilePath.swift",
        "FilePath/FilePathComponentView.swift",
        "FilePath/FilePathComponents.swift",
        "FilePath/FilePathParsing.swift",
        "FilePath/FilePathString.swift",
        "FilePath/FilePathSyntax.swift",
        "FilePath/FilePathTemp.swift",
        "FilePath/FilePathTempPosix.swift",
        "FilePath/FilePathTempWindows.swift",
        "FilePath/FilePathWindows.swift",
        "FilePermissions.swift",
        "Internals/Backcompat.swift",
        "Internals/CInterop.swift",
        "Internals/Constants.swift",
        "Internals/Exports.swift",
        "Internals/Mocking.swift",
        "Internals/RawBuffer.swift",
        "Internals/Syscalls.swift",
        "Internals/WindowsSyscallAdapters.swift",
        "LockedState.swift",
        "MachPort.swift",
        "PlatformString.swift",
        "SystemString.swift",
        "Util+StringArray.swift",
        "Util.swift",
        "UtilConsumers.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidNativeTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidNativeTests",
      "path" : "Tests/AndroidNativeTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/AndroidNativeTests/Resources/sample_resource.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "AndroidNativeTests.swift"
      ],
      "target_dependencies" : [
        "AndroidNative"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidNative",
      "module_type" : "SwiftTarget",
      "name" : "AndroidNative",
      "path" : "Sources/AndroidNative",
      "product_memberships" : [
        "AndroidNative"
      ],
      "sources" : [
        "AndroidNative.swift"
      ],
      "target_dependencies" : [
        "AndroidContext",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidNDK",
      "module_type" : "ClangTarget",
      "name" : "AndroidNDK",
      "path" : "Sources/AndroidNDK",
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext",
        "AndroidAssetManager",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "src.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidLooperTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLooperTests",
      "path" : "Tests/AndroidLooperTests",
      "sources" : [
        "AndroidLooperTests.swift"
      ],
      "target_dependencies" : [
        "AndroidLooper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidLooper",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLooper",
      "path" : "Sources/AndroidLooper",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "AndroidLooper.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem",
        "AndroidLogging",
        "ConcurrencyRuntimeC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLoggingTests",
      "path" : "Tests/AndroidLoggingTests",
      "sources" : [
        "AndroidLoggingTests.swift"
      ],
      "target_dependencies" : [
        "AndroidLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidLogging",
      "module_type" : "SwiftTarget",
      "name" : "AndroidLogging",
      "path" : "Sources/AndroidLogging",
      "product_memberships" : [
        "AndroidNative",
        "AndroidLogging",
        "AndroidLooper",
        "AndroidChoreographer"
      ],
      "sources" : [
        "AndroidLogging.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidContextTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidContextTests",
      "path" : "Tests/AndroidContextTests",
      "sources" : [
        "AndroidContextTests.swift"
      ],
      "target_dependencies" : [
        "AndroidContext"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidContext",
      "module_type" : "SwiftTarget",
      "name" : "AndroidContext",
      "path" : "Sources/AndroidContext",
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext"
      ],
      "sources" : [
        "AndroidContext.swift"
      ],
      "target_dependencies" : [
        "AndroidAssetManager",
        "AndroidNDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidChoreographerTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidChoreographerTests",
      "path" : "Tests/AndroidChoreographerTests",
      "sources" : [
        "AndroidChoreographerTests.swift"
      ],
      "target_dependencies" : [
        "AndroidChoreographer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidChoreographer",
      "module_type" : "SwiftTarget",
      "name" : "AndroidChoreographer",
      "path" : "Sources/AndroidChoreographer",
      "product_memberships" : [
        "AndroidNative"
      ],
      "sources" : [
        "AndroidChoreographer.swift"
      ],
      "target_dependencies" : [
        "AndroidSystem",
        "AndroidLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AndroidAssetManagerTests",
      "module_type" : "SwiftTarget",
      "name" : "AndroidAssetManagerTests",
      "path" : "Tests/AndroidAssetManagerTests",
      "sources" : [
        "AndroidAssetManagerTests.swift"
      ],
      "target_dependencies" : [
        "AndroidAssetManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AndroidAssetManager",
      "module_type" : "SwiftTarget",
      "name" : "AndroidAssetManager",
      "path" : "Sources/AndroidAssetManager",
      "product_dependencies" : [
        "SwiftJNI"
      ],
      "product_memberships" : [
        "AndroidNative",
        "AndroidContext",
        "AndroidAssetManager"
      ],
      "sources" : [
        "AndroidAssetManager.swift"
      ],
      "target_dependencies" : [
        "AndroidNDK"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.