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

Failed to build xcparse, reference master (fdba6f), with Swift 6.1 for Android on 29 May 2025 21:33:51 UTC.

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChargePoint/xcparse.git
Reference: master
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/ChargePoint/xcparse
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fdba6f6 [no-jira] Update current version to 2.3.2
Cloned https://github.com/ChargePoint/xcparse.git
Revision (git rev-parse @):
fdba6f63882f8dff5a8a8b8d772aa28d74e7862e
SUCCESS checkout https://github.com/ChargePoint/xcparse.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChargePoint/xcparse.git
https://github.com/ChargePoint/xcparse.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-tools-support-core",
      "requirement" : {
        "exact" : [
          "0.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-tools-support-core.git"
    }
  ],
  "manifest_display_name" : "xcparse",
  "name" : "xcparse",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "xcparse",
      "targets" : [
        "xcparse"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XCParseCore",
      "targets" : [
        "XCParseCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Converter",
      "targets" : [
        "Converter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "xcparseTests",
      "module_type" : "SwiftTarget",
      "name" : "xcparseTests",
      "path" : "Tests/xcparseTests",
      "sources" : [
        "ScreenshotCommandUTITests.swift",
        "XCTestManifests.swift",
        "xcparseTests.swift"
      ],
      "target_dependencies" : [
        "xcparse",
        "testUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "xcparse",
      "module_type" : "SwiftTarget",
      "name" : "xcparse",
      "path" : "Sources/xcparse",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "xcparse"
      ],
      "sources" : [
        "AttachmentsCommand.swift",
        "CodeCoverageCommand.swift",
        "Command.swift",
        "CommandRegistry.swift",
        "ConverterCommand.swift",
        "GitHubLatestReleaseResponse.swift",
        "LogsCommand.swift",
        "ScreenshotsCommand.swift",
        "VersionCommand.swift",
        "XCPParser.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "XCParseCore",
        "Converter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "testUtility",
      "module_type" : "SwiftTarget",
      "name" : "testUtility",
      "path" : "Tests/Utility",
      "sources" : [
        "FileManagerExtensions.swift",
        "Resource.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "appThinningConverterTests",
      "module_type" : "SwiftTarget",
      "name" : "appThinningConverterTests",
      "path" : "Tests/appThinningConverterTests",
      "sources" : [
        "AppSizeParserTests.swift",
        "ReportConverterTests.swift",
        "VariantDescriptorParserTests.swift",
        "VariantParserTests.swift"
      ],
      "target_dependencies" : [
        "Converter",
        "testUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCParseCore",
      "module_type" : "SwiftTarget",
      "name" : "XCParseCore",
      "path" : "Sources/XCParseCore",
      "product_dependencies" : [
        "SwiftToolsSupport-auto"
      ],
      "product_memberships" : [
        "xcparse",
        "XCParseCore",
        "Converter"
      ],
      "sources" : [
        "ActionAbstractTestSummary.swift",
        "ActionDeviceRecord.swift",
        "ActionPlatformRecord.swift",
        "ActionRecord.swift",
        "ActionResult.swift",
        "ActionRunDestinationRecord.swift",
        "ActionSDKRecord.swift",
        "ActionTestActivitySummary.swift",
        "ActionTestAttachment.swift",
        "ActionTestConfiguration.swift",
        "ActionTestExpectedFailure.swift",
        "ActionTestFailureSummary.swift",
        "ActionTestMetadata.swift",
        "ActionTestNoticeSummary.swift",
        "ActionTestPerformanceMetricSummary.swift",
        "ActionTestPlanRunSummaries.swift",
        "ActionTestPlanRunSummary.swift",
        "ActionTestRepetitionPolicySummary.swift",
        "ActionTestSummary.swift",
        "ActionTestSummaryGroup.swift",
        "ActionTestSummaryIdentifiableObject.swift",
        "ActionTestableSummary.swift",
        "ActionsInvocationMetadata.swift",
        "ActionsInvocationRecord.swift",
        "ActivityLogAnalyzerControlFlowStep.swift",
        "ActivityLogAnalyzerControlFlowStepEdge.swift",
        "ActivityLogAnalyzerEventStep.swift",
        "ActivityLogAnalyzerResultMessage.swift",
        "ActivityLogAnalyzerStep.swift",
        "ActivityLogAnalyzerWarningMessage.swift",
        "ActivityLogCommandInvocationSection.swift",
        "ActivityLogMajorSection.swift",
        "ActivityLogMessage.swift",
        "ActivityLogMessageAnnotation.swift",
        "ActivityLogSection.swift",
        "ActivityLogTargetBuildSection.swift",
        "ActivityLogUnitTestSection.swift",
        "ArchiveInfo.swift",
        "CodeCoverageInfo.swift",
        "Console.swift",
        "ConsoleLogItem.swift",
        "ConsoleLogSection.swift",
        "DocumentLocation.swift",
        "EntityIdentifier.swift",
        "Extensions/String+ASCII.swift",
        "Extensions/URL+Directory.swift",
        "IssueSummary.swift",
        "ObjectID.swift",
        "Reference.swift",
        "ResultIssueSummaries.swift",
        "ResultMetrics.swift",
        "SortedKeyValueArray.swift",
        "SortedKeyValueArrayPair.swift",
        "SourceCode/SourceCodeContext.swift",
        "SourceCode/SourceCodeFrame.swift",
        "SourceCode/SourceCodeLocation.swift",
        "SourceCode/SourceCodeSymbolInfo.swift",
        "TestAssociatedError.swift",
        "TestFailureIssueSummary.swift",
        "TypeDefinition.swift",
        "Version+XCPTooling.swift",
        "XCPResultDecoding.swift",
        "XCResult.swift",
        "XCResultToolCommand.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Converter",
      "module_type" : "SwiftTarget",
      "name" : "Converter",
      "path" : "Sources/Converter",
      "product_memberships" : [
        "xcparse",
        "Converter"
      ],
      "sources" : [
        "Helper/FileController.swift",
        "Helper/MemorySize.swift",
        "Helper/ResultFactory.swift",
        "Models/AppSizeModel.swift",
        "Models/DeviceModel.swift",
        "Models/VariantModel.swift",
        "Parser/AppSizeParser.swift",
        "Parser/ReportConverter.swift",
        "Parser/VariantDescriptorParser.swift",
        "Parser/VariantParser.swift"
      ],
      "target_dependencies" : [
        "XCParseCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6764] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.88s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.3.0 (1.85s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (1.09s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Building for debugging...
[0/21] Write sources
[8/21] Compiling TSCclibc process.c
[9/21] Compiling CSystem shims.c
[10/21] Compiling TSCclibc libc.c
[11/21] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/47] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[14/47] Compiling SystemPackage Errno.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[15/47] Compiling SystemPackage FileDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[16/47] Compiling SystemPackage FileHelpers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/49] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
[18/49] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
[19/49] Compiling SystemPackage Util.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[20/49] Compiling SystemPackage UtilConsumers.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[21/49] Compiling SystemPackage FilePathComponents.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[22/49] Compiling SystemPackage FilePathParsing.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
[23/49] Compiling SystemPackage FilePathString.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/CInterop.swift:21:8: error: no such module 'Glibc'
19 | #elseif os(Linux) || os(FreeBSD) || os(Android)
20 | import CSystem
21 | import Glibc
   |        `- error: no such module 'Glibc'
22 | #elseif os(Windows)
23 | import CSystem
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 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/10] Write swift-version-24593BA9C3E375BF.txt
[2/36] Compiling TSCLibc libc.swift
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/36] Emitting module TSCLibc
/host/spi-builder-workspace/.build/checkouts/swift-tools-support-core/Sources/TSCLibc/libc.swift:17:19: error: no such module 'Darwin.C'
 15 | @_exported import WinSDK
 16 | #else
 17 | @_exported import Darwin.C
    |                   `- error: no such module 'Darwin.C'
 18 | #endif
 19 |
BUILD FAILURE 6.1 android