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 SFSymbolsKit, reference 0.1.25 (34093f), with Swift 6.1 for Android on 29 May 2025 13:21:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WikipediaBrown/SFSymbolsKit.git
Reference: 0.1.25
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/WikipediaBrown/SFSymbolsKit
 * tag               0.1.25     -> FETCH_HEAD
HEAD is now at 34093f0 Creating New Version with Access control fix (#96)
Cloned https://github.com/WikipediaBrown/SFSymbolsKit.git
Revision (git rev-parse @):
34093f0b5c42faf9889a750ba38c1bd87ae9fc04
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/WikipediaBrown/SFSymbolsKit.git at 0.1.25
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/WikipediaBrown/SFSymbolsKit.git
https://github.com/WikipediaBrown/SFSymbolsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbolsKit",
  "name" : "SFSymbolsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbolsKit",
      "targets" : [
        "SFSymbolsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsKitTests",
      "path" : "Tests/SFSymbolsKitTests",
      "sources" : [
        "NSImageExtensionTests.swift",
        "SFSymbolsEnumTests.swift",
        "StringExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbolsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbolsKit",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsKit",
      "path" : "Sources/SFSymbolsKit",
      "product_memberships" : [
        "SFSymbolsKit"
      ],
      "sources" : [
        "Enum.swift",
        "NSImage+Extension.swift",
        "String+Extension.swift",
        "UIImage+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/7] Compiling SFSymbolsKit NSImage+Extension.swift
[4/7] Compiling SFSymbolsKit UIImage+Extension.swift
[5/7] Compiling SFSymbolsKit String+Extension.swift
/host/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
   8 | public extension String {
   9 |     /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
  10 |     public enum SFSymbols {
     |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  11 |         public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
  12 |         public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
error: emit-module command failed due to signal 9 (use -v to see invocation)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling SFSymbolsKit UIImage+Extension.swift
[3/6] Compiling SFSymbolsKit String+Extension.swift
/host/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
   8 | public extension String {
   9 |     /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
  10 |     public enum SFSymbols {
     |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  11 |         public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
  12 |         public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
[4/6] Compiling SFSymbolsKit NSImage+Extension.swift
[5/6] Compiling SFSymbolsKit Enum.swift
[6/6] Emitting module SFSymbolsKit
/host/spi-builder-workspace/Sources/SFSymbolsKit/String+Extension.swift:10:5: warning: 'public' modifier is redundant for enum declared in a public extension
   8 | public extension String {
   9 |     /// This enum provides static properties, each corresponding to an SFSymbol and returning a `String`. The corresponding SFSybmol to each property can be found in the SFSybmols App.
  10 |     public enum SFSymbols {
     |     `- warning: 'public' modifier is redundant for enum declared in a public extension
  11 |         public static let squareAndArrowUp: String = SFSymbol.squareAndArrowUp.rawValue
  12 |         public static let squareAndArrowUpFill: String = SFSymbol.squareAndArrowUpFill.rawValue
Build complete! (20.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SFSymbolsKit",
  "name" : "SFSymbolsKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SFSymbolsKit",
      "targets" : [
        "SFSymbolsKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SFSymbolsKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsKitTests",
      "path" : "Tests/SFSymbolsKitTests",
      "sources" : [
        "NSImageExtensionTests.swift",
        "SFSymbolsEnumTests.swift",
        "StringExtensionTests.swift",
        "UIImageExtensionTests.swift"
      ],
      "target_dependencies" : [
        "SFSymbolsKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SFSymbolsKit",
      "module_type" : "SwiftTarget",
      "name" : "SFSymbolsKit",
      "path" : "Sources/SFSymbolsKit",
      "product_memberships" : [
        "SFSymbolsKit"
      ],
      "sources" : [
        "Enum.swift",
        "NSImage+Extension.swift",
        "String+Extension.swift",
        "UIImage+Extension.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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.