The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-zpl, reference main (eb89c4), with Swift 6.1 for Android on 29 May 2025 09:17:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/scchn/swift-zpl.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/scchn/swift-zpl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eb89c44 Enable StrictConcurrency
Cloned https://github.com/scchn/swift-zpl.git
Revision (git rev-parse @):
eb89c440f9b8f499bc70f4c8b561f8fe9321774e
SUCCESS checkout https://github.com/scchn/swift-zpl.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/scchn/swift-zpl.git
https://github.com/scchn/swift-zpl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-zpl",
  "name" : "swift-zpl",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ZPLBuilder",
      "targets" : [
        "ZPLBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZPLBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "ZPLBuilderTests",
      "path" : "Tests/ZPLBuilderTests",
      "sources" : [
        "CGImageTests.swift",
        "ZPLBuilderTests.swift",
        "ZPLCommandTests.swift",
        "ZPLGeometryUtilsTests.swift"
      ],
      "target_dependencies" : [
        "ZPLBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZPLBuilder",
      "module_type" : "SwiftTarget",
      "name" : "ZPLBuilder",
      "path" : "Sources/ZPLBuilder",
      "product_memberships" : [
        "ZPLBuilder"
      ],
      "sources" : [
        "Commands/BarcodeCode128.swift",
        "Commands/BarcodeDefault.swift",
        "Commands/BarcodeQR.swift",
        "Commands/ChangeAlphanumericDefaultFont.swift",
        "Commands/ChangeInternationalEncoding.swift",
        "Commands/Field.swift",
        "Commands/FieldBlock.swift",
        "Commands/FieldData.swift",
        "Commands/FieldHexadecimal.swift",
        "Commands/FieldHexadecimalIndicator.swift",
        "Commands/FieldOrientation.swift",
        "Commands/FieldOrigin.swift",
        "Commands/FieldParameter.swift",
        "Commands/FieldReversePrint.swift",
        "Commands/FieldSeparator.swift",
        "Commands/FieldTypeset.swift",
        "Commands/FontIdentifier.swift",
        "Commands/GraphicBox.swift",
        "Commands/GraphicCircle.swift",
        "Commands/GraphicDiagonalLine.swift",
        "Commands/GraphicEllipse.swift",
        "Commands/GraphicField.swift",
        "Commands/GraphicSymbol.swift",
        "Commands/HostDirectoryList.swift",
        "Commands/Hyphen.swift",
        "Commands/LabelHome.swift",
        "Commands/LabelLength.swift",
        "Commands/LabelReversePrint.swift",
        "Commands/LabelShift.swift",
        "Commands/PrintDirectoryLabel.swift",
        "Commands/PrintWidth.swift",
        "Commands/ScalableBitmappedFont.swift",
        "Commands/SelectEncodingTable.swift",
        "Commands/SetDarkness.swift",
        "Commands/TextBlock.swift",
        "Commands/UseFontNameToCallFont.swift",
        "Options/BarcodeInterpretation.swift",
        "Options/DeviceLocation.swift",
        "Options/DiagonalOrientation.swift",
        "Options/FieldColor.swift",
        "Options/FieldJustification.swift",
        "Options/FontFormat.swift",
        "Options/Orientation.swift",
        "Options/TextDirection.swift",
        "Options/TextJustification.swift",
        "Utils/ZPLGeometryUtils.swift",
        "Utils/ZPLImageEncoder/ZPLCGImageReader.swift",
        "Utils/ZPLImageEncoder/ZPLImage.swift",
        "Utils/ZPLImageEncoder/ZPLImageEncoder.swift",
        "Utils/ZPLImageEncoder/ZPLImageReader.swift",
        "ZPL.swift",
        "ZPLBuilder.swift",
        "ZPLCommandConvertible.swift",
        "ZPLComponent.swift",
        "_Extensions/CGImage+Resize.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/52] Emitting module ZPLBuilder
[4/58] Compiling ZPLBuilder ZPLImageReader.swift
[5/58] Compiling ZPLBuilder ZPL.swift
[6/58] Compiling ZPLBuilder ZPLBuilder.swift
[7/58] Compiling ZPLBuilder ZPLCommandConvertible.swift
[8/58] Compiling ZPLBuilder ZPLComponent.swift
[9/58] Compiling ZPLBuilder CGImage+Resize.swift
[10/58] Compiling ZPLBuilder FieldSeparator.swift
[11/58] Compiling ZPLBuilder FieldTypeset.swift
[12/58] Compiling ZPLBuilder FontIdentifier.swift
[13/58] Compiling ZPLBuilder GraphicBox.swift
[14/58] Compiling ZPLBuilder GraphicCircle.swift
[15/58] Compiling ZPLBuilder GraphicDiagonalLine.swift
[16/58] Compiling ZPLBuilder GraphicEllipse.swift
[17/58] Compiling ZPLBuilder BarcodeCode128.swift
[18/58] Compiling ZPLBuilder BarcodeDefault.swift
[19/58] Compiling ZPLBuilder BarcodeQR.swift
[20/58] Compiling ZPLBuilder ChangeAlphanumericDefaultFont.swift
[21/58] Compiling ZPLBuilder ChangeInternationalEncoding.swift
[22/58] Compiling ZPLBuilder Field.swift
[23/58] Compiling ZPLBuilder FieldBlock.swift
[24/58] Compiling ZPLBuilder LabelShift.swift
[25/58] Compiling ZPLBuilder PrintDirectoryLabel.swift
[26/58] Compiling ZPLBuilder PrintWidth.swift
[27/58] Compiling ZPLBuilder ScalableBitmappedFont.swift
[28/58] Compiling ZPLBuilder SelectEncodingTable.swift
[29/58] Compiling ZPLBuilder SetDarkness.swift
[30/58] Compiling ZPLBuilder TextBlock.swift
[31/58] Compiling ZPLBuilder UseFontNameToCallFont.swift
[32/58] Compiling ZPLBuilder BarcodeInterpretation.swift
[33/58] Compiling ZPLBuilder DeviceLocation.swift
[34/58] Compiling ZPLBuilder DiagonalOrientation.swift
[35/58] Compiling ZPLBuilder FieldColor.swift
[36/58] Compiling ZPLBuilder FieldJustification.swift
[37/58] Compiling ZPLBuilder FontFormat.swift
[38/58] Compiling ZPLBuilder FieldData.swift
[39/58] Compiling ZPLBuilder FieldHexadecimal.swift
[40/58] Compiling ZPLBuilder FieldHexadecimalIndicator.swift
[41/58] Compiling ZPLBuilder FieldOrientation.swift
[42/58] Compiling ZPLBuilder FieldOrigin.swift
[43/58] Compiling ZPLBuilder FieldParameter.swift
[44/58] Compiling ZPLBuilder FieldReversePrint.swift
[45/58] Compiling ZPLBuilder GraphicField.swift
[46/58] Compiling ZPLBuilder GraphicSymbol.swift
[47/58] Compiling ZPLBuilder HostDirectoryList.swift
[48/58] Compiling ZPLBuilder Hyphen.swift
[49/58] Compiling ZPLBuilder LabelHome.swift
[50/58] Compiling ZPLBuilder LabelLength.swift
[51/58] Compiling ZPLBuilder LabelReversePrint.swift
[52/58] Compiling ZPLBuilder Orientation.swift
[53/58] Compiling ZPLBuilder TextDirection.swift
[54/58] Compiling ZPLBuilder TextJustification.swift
[55/58] Compiling ZPLBuilder ZPLGeometryUtils.swift
[56/58] Compiling ZPLBuilder ZPLCGImageReader.swift
[57/58] Compiling ZPLBuilder ZPLImage.swift
[58/58] Compiling ZPLBuilder ZPLImageEncoder.swift
Build complete! (11.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-zpl",
  "name" : "swift-zpl",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ZPLBuilder",
      "targets" : [
        "ZPLBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZPLBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "ZPLBuilderTests",
      "path" : "Tests/ZPLBuilderTests",
      "sources" : [
        "CGImageTests.swift",
        "ZPLBuilderTests.swift",
        "ZPLCommandTests.swift",
        "ZPLGeometryUtilsTests.swift"
      ],
      "target_dependencies" : [
        "ZPLBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZPLBuilder",
      "module_type" : "SwiftTarget",
      "name" : "ZPLBuilder",
      "path" : "Sources/ZPLBuilder",
      "product_memberships" : [
        "ZPLBuilder"
      ],
      "sources" : [
        "Commands/BarcodeCode128.swift",
        "Commands/BarcodeDefault.swift",
        "Commands/BarcodeQR.swift",
        "Commands/ChangeAlphanumericDefaultFont.swift",
        "Commands/ChangeInternationalEncoding.swift",
        "Commands/Field.swift",
        "Commands/FieldBlock.swift",
        "Commands/FieldData.swift",
        "Commands/FieldHexadecimal.swift",
        "Commands/FieldHexadecimalIndicator.swift",
        "Commands/FieldOrientation.swift",
        "Commands/FieldOrigin.swift",
        "Commands/FieldParameter.swift",
        "Commands/FieldReversePrint.swift",
        "Commands/FieldSeparator.swift",
        "Commands/FieldTypeset.swift",
        "Commands/FontIdentifier.swift",
        "Commands/GraphicBox.swift",
        "Commands/GraphicCircle.swift",
        "Commands/GraphicDiagonalLine.swift",
        "Commands/GraphicEllipse.swift",
        "Commands/GraphicField.swift",
        "Commands/GraphicSymbol.swift",
        "Commands/HostDirectoryList.swift",
        "Commands/Hyphen.swift",
        "Commands/LabelHome.swift",
        "Commands/LabelLength.swift",
        "Commands/LabelReversePrint.swift",
        "Commands/LabelShift.swift",
        "Commands/PrintDirectoryLabel.swift",
        "Commands/PrintWidth.swift",
        "Commands/ScalableBitmappedFont.swift",
        "Commands/SelectEncodingTable.swift",
        "Commands/SetDarkness.swift",
        "Commands/TextBlock.swift",
        "Commands/UseFontNameToCallFont.swift",
        "Options/BarcodeInterpretation.swift",
        "Options/DeviceLocation.swift",
        "Options/DiagonalOrientation.swift",
        "Options/FieldColor.swift",
        "Options/FieldJustification.swift",
        "Options/FontFormat.swift",
        "Options/Orientation.swift",
        "Options/TextDirection.swift",
        "Options/TextJustification.swift",
        "Utils/ZPLGeometryUtils.swift",
        "Utils/ZPLImageEncoder/ZPLCGImageReader.swift",
        "Utils/ZPLImageEncoder/ZPLImage.swift",
        "Utils/ZPLImageEncoder/ZPLImageEncoder.swift",
        "Utils/ZPLImageEncoder/ZPLImageReader.swift",
        "ZPL.swift",
        "ZPLBuilder.swift",
        "ZPLCommandConvertible.swift",
        "ZPLComponent.swift",
        "_Extensions/CGImage+Resize.swift"
      ],
      "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.