The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Config, reference 1.18.2 (8bc1f0), with Swift 6.1 for Android on 28 May 2025 19:22:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/dhardiman/config.git
Reference: 1.18.2
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/dhardiman/config
 * tag               1.18.2     -> FETCH_HEAD
HEAD is now at 8bc1f02 More logging
Cloned https://github.com/dhardiman/config.git
Revision (git rev-parse @):
8bc1f02828359665b0cebc02749f0a537ea2094c
SUCCESS checkout https://github.com/dhardiman/config.git at 1.18.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dhardiman/config.git
https://github.com/dhardiman/config.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.1",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Config",
  "name" : "Config",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Config",
      "targets" : [
        "Config"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "generateconfig",
      "targets" : [
        "generateconfig"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "generateconfig",
      "module_type" : "SwiftTarget",
      "name" : "generateconfig",
      "path" : "Sources/generateconfig",
      "product_memberships" : [
        "generateconfig"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Config"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "ConfigTests",
      "path" : "Tests/ConfigTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "ArgumentsTests.swift",
        "ConfigGeneratorTests.swift",
        "ConfigurationFileReferenceSourceTests.swift",
        "ConfigurationFileTests.swift",
        "ConfigurationPropertyTests.swift",
        "CustomPropertyTests.swift",
        "CustomTypeTests.swift",
        "DictionaryFromFileTests.swift",
        "EncryptionTests.swift",
        "EnumConfigurationTests.swift",
        "IVTests.swift",
        "ReferencePropertyTests.swift",
        "TemplateTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Config"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Config",
      "module_type" : "SwiftTarget",
      "name" : "Config",
      "path" : "Sources/Config",
      "product_memberships" : [
        "Config",
        "generateconfig"
      ],
      "sources" : [
        "AESCrypt.swift",
        "Arguments.swift",
        "ConfigError.swift",
        "ConfigGenerator.swift",
        "ConfigurationFile.swift",
        "ConfigurationProperty.swift",
        "CustomType.swift",
        "Dictionary+FromJSON.swift",
        "Dictionary+MD5.swift",
        "EnumConfiguration.swift",
        "IV.swift",
        "OverridePattern.swift",
        "Property.swift",
        "ReferenceProperty.swift",
        "Template.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Fetching https://github.com/Quick/Nimble.git
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.76s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.27s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/22] Compiling Config IV.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[5/22] Compiling Config OverridePattern.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[6/23] Compiling Config CustomType.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[7/23] Compiling Config Dictionary+FromJSON.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[8/23] Compiling Config Dictionary+MD5.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[9/23] Compiling Config EnumConfiguration.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[10/23] Compiling Config Property.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[11/23] Compiling Config ReferenceProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[12/23] Compiling Config ConfigError.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[13/23] Compiling Config ConfigGenerator.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[14/23] Compiling Config AESCrypt.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[15/23] Compiling Config Arguments.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/23] Compiling Config ConfigurationFile.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[17/23] Compiling Config ConfigurationProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[18/23] Emitting module Config
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[19/23] Compiling Config Template.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/5] Write swift-version-24593BA9C3E375BF.txt
[2/20] Compiling Config CustomType.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[3/20] Compiling Config Dictionary+FromJSON.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[4/21] Compiling Config ConfigurationFile.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[5/21] Compiling Config ConfigurationProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[6/21] Compiling Config IV.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[7/21] Compiling Config OverridePattern.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[8/21] Compiling Config Dictionary+MD5.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[9/21] Compiling Config EnumConfiguration.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[10/21] Compiling Config Property.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[11/21] Compiling Config ReferenceProperty.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[12/21] Compiling Config Template.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/21] Emitting module Config
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[14/21] Compiling Config ConfigError.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[15/21] Compiling Config ConfigGenerator.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[16/21] Compiling Config AESCrypt.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
[17/21] Compiling Config Arguments.swift
/host/spi-builder-workspace/Sources/Config/AESCrypt.swift:10:8: error: no such module 'CommonCrypto'
 8 |
 9 | import Foundation
10 | import CommonCrypto
   |        `- error: no such module 'CommonCrypto'
11 |
12 | class AESCrypt {
BUILD FAILURE 6.1 android