The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PHPFramework, reference main (6a6dba), with Swift 6.3 for Linux on 15 Apr 2026 13:34:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
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:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xWDG/PHPFramework.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module PHPFramework
[4/27] Compiling PHPFramework PHPFramework.swift
[5/27] Compiling PHPFramework PHPFrameworkArrayFunctions.swift
[6/27] Compiling PHPFramework PHPFrameworkCredits.swift
[7/27] Compiling PHPFramework crc32.swift
[8/27] Compiling PHPFramework levenshtein.swift
[9/27] Compiling PHPFramework md5.swift
[10/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 [#no-usage]
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused [#no-usage]
 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 [#no-usage]
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused [#no-usage]
 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 [#no-usage]
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused [#no-usage]
 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 [#no-usage]
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused [#no-usage]
 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 [#no-usage]
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused [#no-usage]
 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 [#no-usage]
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 65 |
 66 | 		let tempDict: [String: Any] = [
[11/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 [#no-usage]
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused [#no-usage]
 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 [#no-usage]
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused [#no-usage]
 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 [#no-usage]
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused [#no-usage]
 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 [#no-usage]
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused [#no-usage]
 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 [#no-usage]
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused [#no-usage]
 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 [#no-usage]
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 65 |
 66 | 		let tempDict: [String: Any] = [
[12/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 [#no-usage]
 32 |
 33 | 		php.cli_set_process_title(E)
 34 | 		php.extension_loaded(E)
    |       `- warning: result of call to 'extension_loaded' is unused [#no-usage]
 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 [#no-usage]
 36 | 		php.gc_disable()
 37 | 		php.gc_enable()
 38 | 		php.gc_enabled()
    |       `- warning: result of call to 'gc_enabled()' is unused [#no-usage]
 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 [#no-usage]
 38 | 		php.gc_enabled()
 39 | 		php.gc_mem_caches()
 40 | 		php.get_defined_constants()
    |       `- warning: result of call to 'get_defined_constants' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 43 | 		php.get_loaded_extensions()
 44 | 		php.get_required_files()
 45 | 		php.getenv()
    |       `- warning: result of call to 'getenv()' is unused [#no-usage]
 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 [#no-usage]
 44 | 		php.get_required_files()
 45 | 		php.getenv()
 46 | 		php.getlastmod()
    |       `- warning: result of call to 'getlastmod' is unused [#no-usage]
 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 [#no-usage]
 45 | 		php.getenv()
 46 | 		php.getlastmod()
 47 | 		php.getopt()
    |       `- warning: result of call to 'getopt()' is unused [#no-usage]
 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 [#no-usage]
 48 | 		php.ini_alter()
 49 | 		php.ini_get_all()
 50 | 		php.ini_get()
    |       `- warning: result of call to 'ini_get' is unused [#no-usage]
 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 [#no-usage]
 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 [#no-usage]
 65 |
 66 | 		let tempDict: [String: Any] = [
[13/27] Compiling PHPFramework PHPFrameworkSwiftStringExtensions.swift
[14/27] Compiling PHPFramework PHPFrameworkTest.swift
[15/27] Compiling PHPFramework PHPFrameworkVariableFunctions.swift
[16/27] Compiling PHPFramework ROT13.swift
[17/27] Compiling PHPFramework SHA1.swift
[18/27] Compiling PHPFramework SwiftGetHumanType.swift
[19/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 [#no-usage]
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 [#no-usage]
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[20/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 [#no-usage]
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 [#no-usage]
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[21/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 [#no-usage]
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 [#no-usage]
1895 |
1896 | 		for i in (0 ..< StringToArray.count) {
[22/27] Compiling PHPFramework PHPFrameworkDateTime.swift
[23/27] Compiling PHPFramework PHPFrameworkDirectory.swift
[24/27] Compiling PHPFramework PHPFrameworkFileSystem.swift
[25/27] Compiling PHPFramework PHPFrameworkPHPBase.swift
[26/27] Compiling PHPFramework PHPFrameworkPHPConstants.swift
[27/27] Compiling PHPFramework PHPFrameworkPHPConstantsDictionary.swift
Build complete! (14.38s)
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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.