The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AEPRulesEngine, reference main (514d2b), with Swift 6.3 for Android on 14 Apr 2026 09:11:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adobe/aepsdk-rulesengine-ios.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/adobe/aepsdk-rulesengine-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 514d2b3 Merge pull request #80 from adobe/staging
Cloned https://github.com/adobe/aepsdk-rulesengine-ios.git
Revision (git rev-parse @):
514d2b3787c545bfa6749ffce5dd3e6f560c9319
SUCCESS checkout https://github.com/adobe/aepsdk-rulesengine-ios.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/adobe/aepsdk-rulesengine-ios.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/25] Emitting module AEPRulesEngine
[4/28] Compiling AEPRulesEngine Transformer.swift
[5/28] Compiling AEPRulesEngine Transforming.swift
[6/28] Compiling AEPRulesEngine Traversable.swift
[7/28] Compiling AEPRulesEngine ConditionEvaluator.swift
[8/28] Compiling AEPRulesEngine Context.swift
[9/28] Compiling AEPRulesEngine Evaluating.swift
[10/28] Compiling AEPRulesEngine ComparisonExpression.swift
[11/28] Compiling AEPRulesEngine UnaryExpression.swift
[12/28] Compiling AEPRulesEngine Log.swift
[13/28] Compiling AEPRulesEngine LogLevel.swift
[14/28] Compiling AEPRulesEngine Logging.swift
[15/28] Compiling AEPRulesEngine Operand+Literal.swift
[16/28] Compiling AEPRulesEngine Result+RulesFailure.swift
[17/28] Compiling AEPRulesEngine Rule.swift
[18/28] Compiling AEPRulesEngine RulesEngine.swift
[19/28] Compiling AEPRulesEngine RulesFailure.swift
[20/28] Compiling AEPRulesEngine MustacheError.swift
[21/28] Compiling AEPRulesEngine MustacheToken.swift
[22/28] Compiling AEPRulesEngine ParserTagDelimiters.swift
[23/28] Compiling AEPRulesEngine Segment.swift
[24/28] Compiling AEPRulesEngine Template.swift
[25/28] Compiling AEPRulesEngine TemplateParser.swift
[26/28] Compiling AEPRulesEngine Evaluable.swift
[27/28] Compiling AEPRulesEngine LogicalExpression.swift
[28/28] Compiling AEPRulesEngine Operand.swift
Build complete! (13.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AEPRulesEngine",
  "name" : "AEPRulesEngine",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AEPRulesEngine",
      "targets" : [
        "AEPRulesEngine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AEPRulesEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "AEPRulesEngineTests",
      "path" : "Tests/AEPRulesEngineTests",
      "sources" : [
        "UnitTests/ExpressionTests.swift",
        "UnitTests/OperandTests.swift",
        "UnitTests/ParserTests.swift",
        "UnitTests/RulesEngineLogLevelTests.swift",
        "UnitTests/RulesEngineLoggingTests.swift",
        "UnitTests/RulesEngineTests.swift",
        "UnitTests/TraverseTests.swift"
      ],
      "target_dependencies" : [
        "AEPRulesEngine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AEPRulesEngine",
      "module_type" : "SwiftTarget",
      "name" : "AEPRulesEngine",
      "path" : "Sources/AEPRulesEngine",
      "product_memberships" : [
        "AEPRulesEngine"
      ],
      "sources" : [
        "ConditionEvaluator.swift",
        "Context.swift",
        "Evaluating.swift",
        "Expression/ComparisonExpression.swift",
        "Expression/Evaluable.swift",
        "Expression/LogicalExpression.swift",
        "Expression/Operand.swift",
        "Expression/UnaryExpression.swift",
        "Log/Log.swift",
        "Log/LogLevel.swift",
        "Log/Logging.swift",
        "Operand+Literal.swift",
        "Result+RulesFailure.swift",
        "Rule.swift",
        "RulesEngine.swift",
        "RulesFailure.swift",
        "Template/MustacheError.swift",
        "Template/MustacheToken.swift",
        "Template/ParserTagDelimiters.swift",
        "Template/Segment.swift",
        "Template/Template.swift",
        "Template/TemplateParser.swift",
        "Transformer.swift",
        "Transforming.swift",
        "Traversable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.