The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PHPFramework, reference main (6a6dba), with Swift 6.1 for Android on 30 May 2025 04:07:54 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/0xWDG/PHPFramework.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/0xWDG/PHPFramework
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6a6dbae Update PHPFrameworkFileSystem.swift
Cloned https://github.com/0xWDG/PHPFramework.git
Revision (git rev-parse @):
6a6dbaee835353a80b6cbcedc098155a829e4033
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/PHPFramework.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xWDG/PHPFramework.git
https://github.com/0xWDG/PHPFramework.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PHPFramework",
  "name" : "PHPFramework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PHPFramework",
      "targets" : [
        "PHPFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PHPFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "PHPFrameworkTests",
      "path" : "Tests/PHPFrameworkTests",
      "sources" : [
        "PHPFrameworkCreditsTests.swift",
        "PHPFrameworkDirectoryTests.swift",
        "PHPFrameworkFileSystem.swift",
        "PHPFrameworkPHPBaseTests.swift",
        "PHPFrameworkStringFunctionsTests.swift",
        "PHPFrameworkTests.swift"
      ],
      "target_dependencies" : [
        "PHPFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PHPFramework",
      "module_type" : "SwiftTarget",
      "name" : "PHPFramework",
      "path" : "Sources/PHPFramework",
      "product_memberships" : [
        "PHPFramework"
      ],
      "sources" : [
        "PHPFramework.swift",
        "PHPFrameworkArrayFunctions.swift",
        "PHPFrameworkCredits.swift",
        "PHPFrameworkDateTime.swift",
        "PHPFrameworkDirectory.swift",
        "PHPFrameworkFileSystem.swift",
        "PHPFrameworkPHPBase.swift",
        "PHPFrameworkPHPConstants.swift",
        "PHPFrameworkPHPConstantsDictionary.swift",
        "PHPFrameworkStringFunctions.swift",
        "PHPFrameworkStringPHPBase.swift",
        "PHPFrameworkSwiftIntExtensions.swift",
        "PHPFrameworkSwiftStringExtensions.swift",
        "PHPFrameworkTest.swift",
        "PHPFrameworkVariableFunctions.swift",
        "Specials/ROT13.swift",
        "Specials/SHA1.swift",
        "Specials/SwiftGetHumanType.swift",
        "Specials/crc32.swift",
        "Specials/levenshtein.swift",
        "Specials/md5.swift",
        "tests/PHPFrameworkTestDirectory.swift",
        "tests/PHPFrameworkTestPHPBase.swift",
        "tests/PHPFrameworkTestStringFunctions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module PHPFramework
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkPHPConstantsDictionary.swift:20:12: warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  18 |  *seperated otherwise Xcode will fail.*
  19 |  */
  20 | public let PHPAllConstants: [String: Any] = [
     |            |- warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
     |            |- note: add '@MainActor' to make let 'PHPAllConstants' part of global actor 'MainActor'
     |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  21 | 	"E_ERROR": E_ERROR,
  22 | 	"E_RECOVERABLE_ERROR": E_RECOVERABLE_ERROR,
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkTest.swift:21:12: warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |  PHPTest is a alias of ``PHPFrameworkTests``
 20 |  */
 21 | public let PHPTest = PHPFrameworkTests()
    |            |- warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'PHPTest' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | /**
    :
 34 |
 35 |  */
 36 | public class PHPFrameworkTests {
    |              `- note: class 'PHPFrameworkTests' does not conform to the 'Sendable' protocol
 37 |     let php = PHPFramework()
 38 | 	let E: String = PHPFramework().getcwd()
[4/24] Compiling PHPFramework PHPFrameworkDateTime.swift
[5/24] Compiling PHPFramework PHPFrameworkDirectory.swift
[6/24] Compiling PHPFramework PHPFrameworkFileSystem.swift
[7/27] Compiling PHPFramework crc32.swift
[8/27] Compiling PHPFramework levenshtein.swift
[9/27] Compiling PHPFramework md5.swift
[10/27] Compiling PHPFramework PHPFrameworkStringFunctions.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkStringFunctions.swift:1894:13: warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1892 | 		// Map to array!
1893 | 		var StringToArray: [String] = [String]()
1894 |         let x: [()] = str.map { StringToArray.append(String($0)) }
     |             `- warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[11/27] Compiling PHPFramework PHPFrameworkStringPHPBase.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkStringFunctions.swift:1894:13: warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1892 | 		// Map to array!
1893 | 		var StringToArray: [String] = [String]()
1894 |         let x: [()] = str.map { StringToArray.append(String($0)) }
     |             `- warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[12/27] Compiling PHPFramework PHPFrameworkSwiftIntExtensions.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkStringFunctions.swift:1894:13: warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1892 | 		// Map to array!
1893 | 		var StringToArray: [String] = [String]()
1894 |         let x: [()] = str.map { StringToArray.append(String($0)) }
     |             `- warning: immutable value 'x' was never used; consider replacing with '_' or removing it
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[13/27] Compiling PHPFramework ROT13.swift
[14/27] Compiling PHPFramework SHA1.swift
[15/27] Compiling PHPFramework SwiftGetHumanType.swift
[16/27] Compiling PHPFramework PHPFrameworkSwiftStringExtensions.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkTest.swift:21:12: warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |  PHPTest is a alias of ``PHPFrameworkTests``
 20 |  */
 21 | public let PHPTest = PHPFrameworkTests()
    |            |- warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'PHPTest' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | /**
    :
 34 |
 35 |  */
 36 | public class PHPFrameworkTests {
    |              `- note: class 'PHPFrameworkTests' does not conform to the 'Sendable' protocol
 37 |     let php = PHPFramework()
 38 | 	let E: String = PHPFramework().getcwd()
[17/27] Compiling PHPFramework PHPFrameworkTest.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkTest.swift:21:12: warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |  PHPTest is a alias of ``PHPFrameworkTests``
 20 |  */
 21 | public let PHPTest = PHPFrameworkTests()
    |            |- warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'PHPTest' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | /**
    :
 34 |
 35 |  */
 36 | public class PHPFrameworkTests {
    |              `- note: class 'PHPFrameworkTests' does not conform to the 'Sendable' protocol
 37 |     let php = PHPFramework()
 38 | 	let E: String = PHPFramework().getcwd()
[18/27] Compiling PHPFramework PHPFrameworkVariableFunctions.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkTest.swift:21:12: warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
 19 |  PHPTest is a alias of ``PHPFrameworkTests``
 20 |  */
 21 | public let PHPTest = PHPFrameworkTests()
    |            |- warning: let 'PHPTest' is not concurrency-safe because non-'Sendable' type 'PHPFrameworkTests' may have shared mutable state; this is an error in the Swift 6 language mode
    |            |- note: add '@MainActor' to make let 'PHPTest' part of global actor 'MainActor'
    |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 22 |
 23 | /**
    :
 34 |
 35 |  */
 36 | public class PHPFrameworkTests {
    |              `- note: class 'PHPFrameworkTests' does not conform to the 'Sendable' protocol
 37 |     let php = PHPFramework()
 38 | 	let E: String = PHPFramework().getcwd()
[19/27] Compiling PHPFramework PHPFrameworkTestDirectory.swift
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:34:7: warning: result of call to 'extension_loaded' is unused
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused
 35 | 		php.gc_collect_cycles()
 36 | 		php.gc_disable()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:38:7: warning: result of call to 'gc_enabled()' is unused
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:40:7: warning: result of call to 'get_defined_constants' is unused
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:41:7: warning: result of call to 'get_extension_funcs' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
    |       `- warning: result of call to 'get_extension_funcs' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:42:7: warning: result of call to 'get_included_files()' is unused
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
    |       `- warning: result of call to 'get_included_files()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:43:7: warning: result of call to 'get_loaded_extensions()' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
    |       `- warning: result of call to 'get_loaded_extensions()' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:44:7: warning: result of call to 'get_required_files()' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
    |       `- warning: result of call to 'get_required_files()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:45:7: warning: result of call to 'getenv()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused
 46 | 		php.getlastmod()
 47 | 		php.getopt()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:46:7: warning: result of call to 'getlastmod' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused
 47 | 		php.getopt()
 48 | 		php.ini_alter()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:47:7: warning: result of call to 'getopt()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:50:7: warning: result of call to 'ini_get' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused
 51 | 		php.ini_restore()
 52 | 		php.ini_set()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:64:7: warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 62 | 		php.set_time_limit()
 63 |
 64 | 		let _version_compare: String = php.version_compare("7.0.0", "7.0.0") ? "PASS" : "FAIL"
    |       `- warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 65 |
 66 | 		let tempDict: [String: Any] = [
[20/27] Compiling PHPFramework PHPFrameworkTestPHPBase.swift
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:34:7: warning: result of call to 'extension_loaded' is unused
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused
 35 | 		php.gc_collect_cycles()
 36 | 		php.gc_disable()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:38:7: warning: result of call to 'gc_enabled()' is unused
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:40:7: warning: result of call to 'get_defined_constants' is unused
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:41:7: warning: result of call to 'get_extension_funcs' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
    |       `- warning: result of call to 'get_extension_funcs' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:42:7: warning: result of call to 'get_included_files()' is unused
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
    |       `- warning: result of call to 'get_included_files()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:43:7: warning: result of call to 'get_loaded_extensions()' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
    |       `- warning: result of call to 'get_loaded_extensions()' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:44:7: warning: result of call to 'get_required_files()' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
    |       `- warning: result of call to 'get_required_files()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:45:7: warning: result of call to 'getenv()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused
 46 | 		php.getlastmod()
 47 | 		php.getopt()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:46:7: warning: result of call to 'getlastmod' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused
 47 | 		php.getopt()
 48 | 		php.ini_alter()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:47:7: warning: result of call to 'getopt()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:50:7: warning: result of call to 'ini_get' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused
 51 | 		php.ini_restore()
 52 | 		php.ini_set()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:64:7: warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 62 | 		php.set_time_limit()
 63 |
 64 | 		let _version_compare: String = php.version_compare("7.0.0", "7.0.0") ? "PASS" : "FAIL"
    |       `- warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 65 |
 66 | 		let tempDict: [String: Any] = [
[21/27] Compiling PHPFramework PHPFrameworkTestStringFunctions.swift
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:34:7: warning: result of call to 'extension_loaded' is unused
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused
 35 | 		php.gc_collect_cycles()
 36 | 		php.gc_disable()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:38:7: warning: result of call to 'gc_enabled()' is unused
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:40:7: warning: result of call to 'get_defined_constants' is unused
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:41:7: warning: result of call to 'get_extension_funcs' is unused
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
    |       `- warning: result of call to 'get_extension_funcs' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:42:7: warning: result of call to 'get_included_files()' is unused
 40 | 		php.get_defined_constants()
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
    |       `- warning: result of call to 'get_included_files()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:43:7: warning: result of call to 'get_loaded_extensions()' is unused
 41 | 		php.get_extension_funcs(E)
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
    |       `- warning: result of call to 'get_loaded_extensions()' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:44:7: warning: result of call to 'get_required_files()' is unused
 42 | 		php.get_included_files()
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
    |       `- warning: result of call to 'get_required_files()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:45:7: warning: result of call to 'getenv()' is unused
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused
 46 | 		php.getlastmod()
 47 | 		php.getopt()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:46:7: warning: result of call to 'getlastmod' is unused
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused
 47 | 		php.getopt()
 48 | 		php.ini_alter()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:47:7: warning: result of call to 'getopt()' is unused
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:50:7: warning: result of call to 'ini_get' is unused
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused
 51 | 		php.ini_restore()
 52 | 		php.ini_set()
/host/spi-builder-workspace/Sources/PHPFramework/tests/PHPFrameworkTestPHPBase.swift:64:7: warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 62 | 		php.set_time_limit()
 63 |
 64 | 		let _version_compare: String = php.version_compare("7.0.0", "7.0.0") ? "PASS" : "FAIL"
    |       `- warning: immutable value '_version_compare' was never used; consider replacing with '_' or removing it
 65 |
 66 | 		let tempDict: [String: Any] = [
[22/27] Compiling PHPFramework PHPFramework.swift
[23/27] Compiling PHPFramework PHPFrameworkArrayFunctions.swift
[24/27] Compiling PHPFramework PHPFrameworkCredits.swift
[25/27] Compiling PHPFramework PHPFrameworkPHPBase.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkPHPConstantsDictionary.swift:20:12: warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  18 |  *seperated otherwise Xcode will fail.*
  19 |  */
  20 | public let PHPAllConstants: [String: Any] = [
     |            |- warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
     |            |- note: add '@MainActor' to make let 'PHPAllConstants' part of global actor 'MainActor'
     |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  21 | 	"E_ERROR": E_ERROR,
  22 | 	"E_RECOVERABLE_ERROR": E_RECOVERABLE_ERROR,
[26/27] Compiling PHPFramework PHPFrameworkPHPConstants.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkPHPConstantsDictionary.swift:20:12: warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  18 |  *seperated otherwise Xcode will fail.*
  19 |  */
  20 | public let PHPAllConstants: [String: Any] = [
     |            |- warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
     |            |- note: add '@MainActor' to make let 'PHPAllConstants' part of global actor 'MainActor'
     |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  21 | 	"E_ERROR": E_ERROR,
  22 | 	"E_RECOVERABLE_ERROR": E_RECOVERABLE_ERROR,
[27/27] Compiling PHPFramework PHPFrameworkPHPConstantsDictionary.swift
/host/spi-builder-workspace/Sources/PHPFramework/PHPFrameworkPHPConstantsDictionary.swift:20:12: warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
  18 |  *seperated otherwise Xcode will fail.*
  19 |  */
  20 | public let PHPAllConstants: [String: Any] = [
     |            |- warning: let 'PHPAllConstants' is not concurrency-safe because non-'Sendable' type '[String : Any]' may have shared mutable state; this is an error in the Swift 6 language mode
     |            |- note: add '@MainActor' to make let 'PHPAllConstants' part of global actor 'MainActor'
     |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  21 | 	"E_ERROR": E_ERROR,
  22 | 	"E_RECOVERABLE_ERROR": E_RECOVERABLE_ERROR,
Build complete! (15.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PHPFramework",
  "name" : "PHPFramework",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PHPFramework",
      "targets" : [
        "PHPFramework"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PHPFrameworkTests",
      "module_type" : "SwiftTarget",
      "name" : "PHPFrameworkTests",
      "path" : "Tests/PHPFrameworkTests",
      "sources" : [
        "PHPFrameworkCreditsTests.swift",
        "PHPFrameworkDirectoryTests.swift",
        "PHPFrameworkFileSystem.swift",
        "PHPFrameworkPHPBaseTests.swift",
        "PHPFrameworkStringFunctionsTests.swift",
        "PHPFrameworkTests.swift"
      ],
      "target_dependencies" : [
        "PHPFramework"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PHPFramework",
      "module_type" : "SwiftTarget",
      "name" : "PHPFramework",
      "path" : "Sources/PHPFramework",
      "product_memberships" : [
        "PHPFramework"
      ],
      "sources" : [
        "PHPFramework.swift",
        "PHPFrameworkArrayFunctions.swift",
        "PHPFrameworkCredits.swift",
        "PHPFrameworkDateTime.swift",
        "PHPFrameworkDirectory.swift",
        "PHPFrameworkFileSystem.swift",
        "PHPFrameworkPHPBase.swift",
        "PHPFrameworkPHPConstants.swift",
        "PHPFrameworkPHPConstantsDictionary.swift",
        "PHPFrameworkStringFunctions.swift",
        "PHPFrameworkStringPHPBase.swift",
        "PHPFrameworkSwiftIntExtensions.swift",
        "PHPFrameworkSwiftStringExtensions.swift",
        "PHPFrameworkTest.swift",
        "PHPFrameworkVariableFunctions.swift",
        "Specials/ROT13.swift",
        "Specials/SHA1.swift",
        "Specials/SwiftGetHumanType.swift",
        "Specials/crc32.swift",
        "Specials/levenshtein.swift",
        "Specials/md5.swift",
        "tests/PHPFrameworkTestDirectory.swift",
        "tests/PHPFrameworkTestPHPBase.swift",
        "tests/PHPFrameworkTestStringFunctions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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.