The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SafetySynth, reference 0.3.1 (5706b1), with Swift 6.1 for Android on 27 May 2025 12:20:43 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ltentrup/safetysynth.git
Reference: 0.3.1
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/ltentrup/safetysynth
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 5706b13 Fix Package description after update of dependencies
Cloned https://github.com/ltentrup/safetysynth.git
Revision (git rev-parse @):
5706b136de7a0cfed5b49ad7340d351530d43f1d
SUCCESS checkout https://github.com/ltentrup/safetysynth.git at 0.3.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ltentrup/safetysynth.git
https://github.com/ltentrup/safetysynth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "caiger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ltentrup/CAiger.git"
    },
    {
      "identity" : "aiger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ltentrup/Aiger.git"
    },
    {
      "identity" : "cudd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ltentrup/CUDD.git"
    }
  ],
  "manifest_display_name" : "SafetySynth",
  "name" : "SafetySynth",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SafetySynth",
      "targets" : [
        "SafetySynth"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SafetyGameSolver",
      "targets" : [
        "SafetyGameSolver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafetySynth",
      "module_type" : "SwiftTarget",
      "name" : "SafetySynth",
      "path" : "Sources/SafetySynth",
      "product_memberships" : [
        "SafetySynth"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SafetyGameSolver"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SafetyGameSolver",
      "module_type" : "SwiftTarget",
      "name" : "SafetyGameSolver",
      "path" : "Sources/SafetyGameSolver",
      "product_dependencies" : [
        "CAiger",
        "CAigerHelper",
        "CUDD",
        "Aiger"
      ],
      "product_memberships" : [
        "SafetySynth",
        "SafetyGameSolver"
      ],
      "sources" : [
        "AigerHelper.swift",
        "AigerSafetyGame.swift",
        "SafetyGameSolver.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ltentrup/CAiger.git
Fetching https://github.com/ltentrup/Aiger.git
Fetching https://github.com/ltentrup/CUDD.git
[1/38] Fetching caiger
[39/90] Fetching caiger, aiger
Fetched https://github.com/ltentrup/CAiger.git from cache (0.24s)
Fetched https://github.com/ltentrup/Aiger.git from cache (0.25s)
[1/180] Fetching cudd
Fetched https://github.com/ltentrup/CUDD.git from cache (0.31s)
Computing version for https://github.com/ltentrup/CAiger.git
Computed https://github.com/ltentrup/CAiger.git at 0.1.3 (0.81s)
Computing version for https://github.com/ltentrup/CUDD.git
Computed https://github.com/ltentrup/CUDD.git at 0.2.4 (0.90s)
Fetching https://github.com/ltentrup/CCUDD.git
[1/166] Fetching ccudd
Fetched https://github.com/ltentrup/CCUDD.git from cache (0.35s)
Computing version for https://github.com/ltentrup/CCUDD.git
Computed https://github.com/ltentrup/CCUDD.git at 1.0.2 (1.14s)
Computing version for https://github.com/ltentrup/Aiger.git
Computed https://github.com/ltentrup/Aiger.git at 0.2.4 (0.53s)
Creating working copy for https://github.com/ltentrup/CCUDD.git
Working copy of https://github.com/ltentrup/CCUDD.git resolved at 1.0.2
Creating working copy for https://github.com/ltentrup/CAiger.git
Working copy of https://github.com/ltentrup/CAiger.git resolved at 0.1.3
Creating working copy for https://github.com/ltentrup/Aiger.git
Working copy of https://github.com/ltentrup/Aiger.git resolved at 0.2.4
Creating working copy for https://github.com/ltentrup/CUDD.git
Working copy of https://github.com/ltentrup/CUDD.git resolved at 0.2.4
Building for debugging...
[0/90] Write sources
[4/90] Compiling CCUDD texpand.c
[5/90] Compiling CCUDD strsav.c
[6/90] Compiling CCUDD ucbqsort.c
[7/90] Compiling CCUDD prtime.c
[8/90] Compiling CCUDD safe_mem.c
[9/90] Compiling CCUDD cuddZddSetop.c
[10/90] Compiling CCUDD st.c
[11/90] Compiling CCUDD pipefork.c
[12/90] Compiling CCUDD cuddZddReord.c
[13/90] Compiling CCUDD pathsearch.c
[14/90] Compiling CCUDD mtrBasic.c
[15/90] Compiling CCUDD datalimit.c
[16/90] Compiling CCUDD mtrGroup.c
[17/90] Write swift-version-24593BA9C3E375BF.txt
[18/90] Compiling CAiger aiger.c
[19/90] Compiling CCUDD epd.c
[19/90] Compiling CCUDD cuddZddPort.c
[19/90] Compiling CCUDD cuddZddMisc.c
[21/90] Compiling CCUDD cuddZddSymm.c
[23/90] Compiling CCUDD cuddZddUtil.c
[24/90] Compiling CCUDD cuddZddCount.c
[25/90] Compiling CCUDD cuddZddLin.c
[26/90] Compiling CCUDD cuddZddIsop.c
[26/90] Compiling CCUDD cuddZddGroup.c
[28/90] Compiling CCUDD cuddWindow.c
[29/90] Compiling CCUDD cuddZddFuncs.c
[30/92] Compiling CCUDD cuddSplit.c
[31/92] Compiling CCUDD cuddSolve.c
[31/92] Compiling CCUDD cuddSymmetry.c
[32/92] Compiling CCUDD cuddSubsetHB.c
[34/92] Compiling CCUDD cuddSubsetSP.c
[35/92] Compiling CCUDD cuddSign.c
[36/92] Compiling CCUDD cuddUtil.c
[37/92] Compiling CCUDD cuddTable.c
[38/92] Compiling CCUDD cuddRef.c
[39/92] Compiling CCUDD cuddSat.c
[40/92] Compiling CCUDD cuddReorder.c
[41/92] Compiling CCUDD cuddLiteral.c
[42/92] Compiling CCUDD cuddMatMult.c
[43/92] Compiling CCUDD cuddRead.c
[44/92] Compiling CCUDD cuddLinear.c
[45/92] Compiling CCUDD cuddLevelQ.c
[46/92] Compiling CCUDD cuddInit.c
[47/92] Compiling CCUDD cuddInteract.c
[48/92] Compiling CCUDD cuddPriority.c
[49/92] Compiling CCUDD cuddHarwell.c
[50/92] Compiling CCUDD cuddLCache.c
[51/92] Compiling CCUDD cuddGenetic.c
[52/92] Compiling CCUDD cuddGroup.c
[53/92] Compiling CCUDD cuddExport.c
[54/92] Compiling CCUDD cuddGenCof.c
[56/92] Emitting module Aiger
[56/92] Compiling CCUDD cuddExact.c
[57/92] Compiling CCUDD cuddEssent.c
[58/92] Compiling CCUDD cuddCompose.c
[59/92] Compiling CCUDD cuddCof.c
[60/92] Compiling CCUDD cuddClip.c
[61/92] Compiling CCUDD cuddDecomp.c
[62/92] Compiling CCUDD cuddCheck.c
[63/92] Compiling CCUDD cuddCache.c
[64/92] Compiling CCUDD cuddBridge.c
[65/92] Compiling CCUDD cuddBddAbs.c
[66/92] Compiling CCUDD cuddBddIte.c
[67/92] Compiling CCUDD cuddBddCorr.c
[68/92] Compiling CCUDD cuddAndAbs.c
[69/92] Compiling CCUDD cuddApprox.c
[70/92] Compiling CCUDD cuddAddWalsh.c
[71/92] Compiling CCUDD cuddApa.c
[72/92] Compiling CCUDD cuddAddNeg.c
[73/92] Compiling CCUDD cuddAnneal.c
[74/92] Compiling CCUDD cuddAddInv.c
[75/92] Compiling CCUDD cuddAddFind.c
[76/92] Compiling CCUDD cuddAddIte.c
[77/92] Write sources
[78/92] Compiling CCUDD cuddAddAbs.c
[79/92] Compiling CCUDD cuddAddApply.c
[80/92] Compiling CCUDD cstringstream.c
[81/92] Compiling CCUDD cpu_time.c
[82/92] Compiling CCUDD cpu_stats.c
[83/92] Compiling CCUDD cuddAPI.c
[85/96] Emitting module CAigerHelper
[86/96] Compiling CAigerHelper aigerHelper.swift
[88/97] Compiling Aiger Aiger.swift
/host/spi-builder-workspace/.build/checkouts/Aiger/Sources/Aiger/Aiger.swift:70:13: error: cannot find 'abort' in scope
 68 |         default:
 69 |             assert(false)
 70 |             abort()
    |             `- error: cannot find 'abort' in scope
 71 |         }
 72 |     }
[89/97] Emitting module CUDD
[90/97] Compiling CUDD CUDD.swift
[90/98] Wrapping AST for CAigerHelper for debugging
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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/8] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling CAigerHelper aigerHelper.swift
[3/14] Emitting module CAigerHelper
[4/15] Emitting module Aiger
[5/15] Compiling Aiger Aiger.swift
/host/spi-builder-workspace/.build/checkouts/Aiger/Sources/Aiger/Aiger.swift:70:13: error: cannot find 'abort' in scope
 68 |         default:
 69 |             assert(false)
 70 |             abort()
    |             `- error: cannot find 'abort' in scope
 71 |         }
 72 |     }
[7/15] Emitting module CUDD
BUILD FAILURE 6.1 android