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 TransistorPublishPlugin, reference 1.0.0 (d8cb3c), with Swift 6.1 for Android on 28 May 2025 16:11:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/brightdigit/TransistorPublishPlugin.git
Reference: 1.0.0
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/brightdigit/TransistorPublishPlugin
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at d8cb3c3 Merge pull request #4 from brightdigit/v1.0.0
Cloned https://github.com/brightdigit/TransistorPublishPlugin.git
Revision (git rev-parse @):
d8cb3c341cfea0495d99096c7caac4016884dc79
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/TransistorPublishPlugin.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/TransistorPublishPlugin.git
https://github.com/brightdigit/TransistorPublishPlugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/publish.git"
    },
    {
      "identity" : "ink",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Ink"
    }
  ],
  "manifest_display_name" : "TransistorPublishPlugin",
  "name" : "TransistorPublishPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "TransistorPublishPlugin",
      "targets" : [
        "TransistorPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TransistorPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "TransistorPublishPluginTests",
      "path" : "Tests/TransistorPublishPluginTests",
      "sources" : [
        "TransistorModifierTests.swift"
      ],
      "target_dependencies" : [
        "TransistorPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TransistorPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "TransistorPublishPlugin",
      "path" : "Sources/TransistorPublishPlugin",
      "product_dependencies" : [
        "Publish",
        "Ink"
      ],
      "product_memberships" : [
        "TransistorPublishPlugin"
      ],
      "sources" : [
        "EmbeddedTransistor.swift",
        "Modifier.swift",
        "Plugin.swift",
        "TransistorEmbedGenerator.swift",
        "TransistorRenderer+Default.swift",
        "TransistorRenderer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/JohnSundell/Ink
Fetching https://github.com/johnsundell/publish.git
[1/1905] Fetching ink
[1906/4795] Fetching ink, publish
Fetched https://github.com/JohnSundell/Ink from cache (0.58s)
Fetched https://github.com/johnsundell/publish.git from cache (0.58s)
Computing version for https://github.com/JohnSundell/Ink
Computed https://github.com/JohnSundell/Ink at 0.6.0 (4.47s)
Computing version for https://github.com/johnsundell/publish.git
Computed https://github.com/johnsundell/publish.git at 0.9.0 (0.66s)
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/shellout.git
[1/181] Fetching codextended
[27/1417] Fetching codextended, files
[417/1501] Fetching codextended, files, collectionconcurrencykit
[1342/2461] Fetching codextended, files, collectionconcurrencykit, shellout
[2287/4547] Fetching codextended, files, collectionconcurrencykit, shellout, plot
[2909/4663] Fetching codextended, files, collectionconcurrencykit, shellout, plot, sweep
Fetched https://github.com/johnsundell/codextended.git from cache (0.45s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.45s)
Fetched https://github.com/johnsundell/shellout.git from cache (0.45s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.46s)
Fetched https://github.com/johnsundell/plot.git from cache (0.46s)
Fetched https://github.com/johnsundell/files.git from cache (0.46s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.56s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (3.92s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (1.17s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.98s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (4.16s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (1.15s)
Creating working copy for https://github.com/johnsundell/shellout.git
Working copy of https://github.com/johnsundell/shellout.git resolved at 2.3.0
Creating working copy for https://github.com/johnsundell/publish.git
Working copy of https://github.com/johnsundell/publish.git resolved at 0.9.0
Creating working copy for https://github.com/JohnSundell/Ink
Working copy of https://github.com/JohnSundell/Ink resolved at 0.6.0
Creating working copy for https://github.com/johnsundell/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/johnsundell/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.0
Creating working copy for https://github.com/johnsundell/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.0
Creating working copy for https://github.com/johnsundell/plot.git
Working copy of https://github.com/johnsundell/plot.git resolved at 0.14.0
Creating working copy for https://github.com/johnsundell/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/111] Emitting module CollectionConcurrencyKit
[12/111] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[13/112] Emitting module Codextended
[15/112] Compiling Plot Node.swift
[16/112] Compiling Plot NodeConvertible.swift
[17/112] Compiling Plot Optional+Component.swift
[18/112] Compiling Plot PodcastAttributes.swift
[19/116] Compiling Plot Attribute.swift
[20/116] Compiling Plot Component.swift
[21/116] Compiling Plot ComponentAttributes.swift
[22/116] Compiling Plot ComponentBuilder.swift
[23/116] Compiling Plot ComponentContainer.swift
[24/116] Emitting module Ink
[25/116] Compiling Plot ComponentGroup.swift
[26/116] Compiling Plot ControlFlow.swift
[27/116] Compiling Plot Directionality.swift
[28/116] Compiling Plot Document.swift
[29/116] Compiling Plot DocumentEncoding.swift
[30/116] Compiling Plot Element.swift
[31/116] Compiling Plot ElementClosingMode.swift
[32/116] Compiling Plot ElementComponent.swift
[33/116] Compiling Plot ElementDefinition.swift
[34/116] Compiling Plot EmptyComponent.swift
[35/116] Compiling Plot EnvironmentKey.swift
[36/116] Compiling Plot EnvironmentValue.swift
[37/116] Compiling Plot HTML.swift
[38/116] Compiling Ink TextStyle.swift
[39/116] Compiling Ink TextStyleMarker.swift
[40/116] Compiling Ink URL.swift
[41/116] Compiling Ink URLDeclaration.swift
[42/116] Compiling Plot PodcastComponents.swift
[43/116] Compiling Plot PodcastElements.swift
[44/116] Compiling Plot PodcastEpisodeType.swift
[45/116] Compiling Plot PodcastFeed.swift
[46/116] Compiling Plot HTMLInputType.swift
[47/116] Compiling Plot HTMLLinkRelationship.swift
[48/116] Compiling Plot HTMLListStyle.swift
[49/116] Compiling Plot HTMLVideoFormat.swift
[50/117] Emitting module Sweep
[51/117] Compiling Sweep Sweep.swift
[53/118] Compiling Codextended Codextended.swift
[54/119] Compiling Plot SiteMapElements.swift
[55/119] Compiling Plot TwitterCardType.swift
[56/119] Compiling Plot URLRepresentable.swift
[57/119] Compiling Plot XML.swift
[58/119] Compiling Plot XMLAttributes.swift
[59/119] Compiling Plot XMLElements.swift
[60/119] Compiling Plot AnyAttribute.swift
[61/119] Compiling Plot AnyElement.swift
[79/127] Compiling Files Files.swift
[80/127] Emitting module Files
[91/128] Compiling Plot HTMLAnchorRelationship.swift
[92/128] Compiling Plot HTMLAnchorTarget.swift
[93/128] Compiling Plot HTMLAttributes.swift
[94/128] Compiling Plot HTMLAudioFormat.swift
[95/128] Compiling Plot HTMLButtonType.swift
[96/128] Compiling Plot HTMLComponents.swift
[97/128] Compiling Plot HTMLElements.swift
[98/128] Compiling Plot HTMLFormContentType.swift
[99/128] Compiling Plot HTMLFormMethod.swift
[100/128] Compiling Plot PodcastMediaType.swift
[101/128] Compiling Plot PodcastType.swift
[102/128] Compiling Plot RSS.swift
[103/128] Compiling Plot RSSAttributes.swift
[104/128] Compiling Plot RSSElements.swift
[105/128] Compiling Plot Renderable.swift
[106/128] Compiling Plot SiteMap.swift
[107/128] Compiling Plot SiteMapChangeFrequency.swift
[108/128] Emitting module ShellOut
[109/128] Compiling ShellOut ShellOut.swift
[110/128] Emitting module Plot
[122/129] Compiling Plot AnyEnvironmentValue.swift
[123/129] Compiling Plot AnyNode.swift
[124/129] Compiling Plot ElementRenderingBuffer.swift
[125/129] Compiling Plot ElementWrapper.swift
[126/129] Compiling Plot Environment.swift
[127/129] Compiling Plot ModifiedComponent.swift
[128/129] Compiling Plot Renderer.swift
[129/129] Compiling Plot String+Escaping.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[131/183] Emitting module Publish
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[132/190] Compiling Publish Theme+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[133/190] Compiling Publish Theme.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[134/190] Compiling Publish Video.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[135/190] Compiling Publish Website.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[136/190] Compiling Publish Array+Appending.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[137/190] Compiling Publish CommandLine+Output.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[138/190] Compiling Publish ContentError.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[139/190] Compiling Publish AnyItem.swift
[140/190] Compiling Publish Audio.swift
[141/190] Compiling Publish Content.swift
[142/190] Compiling Publish ContentProtocol.swift
[143/190] Compiling Publish DeploymentMethod.swift
[144/190] Compiling Publish Favicon.swift
[145/190] Compiling Publish FeedConfiguration.swift
[146/190] Compiling Publish HTMLFactory.swift
[147/190] Compiling Publish HTMLFileMode.swift
[148/190] Compiling Publish Index.swift
[149/190] Compiling Publish Item.swift
[150/190] Compiling Publish ItemRSSProperties.swift
[151/190] Compiling Publish Location.swift
[152/190] Compiling Publish Mutations.swift
[153/190] Compiling Publish Page.swift
[154/190] Compiling Publish Path.swift
[155/190] Compiling Publish SectionMap.swift
[156/190] Compiling Publish SortOrder.swift
[157/190] Compiling Publish StringWrapper.swift
[158/190] Compiling Publish Tag.swift
[159/190] Compiling Publish TagDetailsPage.swift
[160/190] Compiling Publish TagHTMLConfiguration.swift
[161/190] Compiling Publish TagListPage.swift
[162/190] Compiling Publish PlotComponents.swift
[163/190] Compiling Publish PlotEnvironmentKeys.swift
[164/190] Compiling Publish PlotModifiers.swift
[165/190] Compiling Publish Plugin.swift
[166/190] Compiling Publish PodcastAuthor.swift
[167/190] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[168/190] Compiling Publish PodcastEpisodeMetadata.swift
[169/190] Compiling Publish PodcastFeedConfiguration.swift
[170/190] Compiling Publish Predicate.swift
[171/190] Compiling Publish PublishedWebsite.swift
[172/190] Compiling Publish PublishingContext.swift
[173/190] Compiling Publish PublishingError.swift
[174/190] Compiling Publish PublishingStep.swift
[175/190] Compiling Publish RSSFeedConfiguration.swift
[176/190] Compiling Publish Section.swift
[177/190] Compiling Publish PodcastError.swift
[178/190] Compiling Publish PodcastFeedGenerator.swift
[179/190] Compiling Publish PublishingPipeline.swift
[180/190] Compiling Publish RSSFeedGenerator.swift
[181/190] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[182/190] Compiling Publish SiteMapGenerator.swift
[183/190] Compiling Publish String+Normalized.swift
[184/190] Compiling Publish File+SwiftPackageFolder.swift
[185/190] Compiling Publish FileIOError.swift
[186/190] Compiling Publish Folder+Group.swift
[187/190] Compiling Publish HTMLGenerator.swift
[188/190] Compiling Publish MarkdownContentFactory.swift
[189/190] Compiling Publish MarkdownFileHandler.swift
[190/190] Compiling Publish MarkdownMetadataDecoder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/102] Emitting module Sweep
[3/102] Emitting module Codextended
[4/102] Compiling Codextended Codextended.swift
[5/103] Compiling Plot HTMLButtonType.swift
[6/103] Compiling Plot HTMLComponents.swift
[7/103] Compiling Plot HTMLElements.swift
[8/103] Compiling Plot HTMLFormContentType.swift
[9/107] Emitting module Ink
[11/107] Emitting module CollectionConcurrencyKit
[12/107] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[13/108] Compiling Plot Attribute.swift
[14/108] Compiling Plot Component.swift
[15/108] Compiling Plot ComponentAttributes.swift
[16/108] Compiling Plot ComponentBuilder.swift
[17/108] Compiling Plot DocumentEncoding.swift
[18/108] Compiling Plot Element.swift
[19/108] Compiling Plot ElementClosingMode.swift
[20/108] Compiling Plot ElementComponent.swift
[21/108] Emitting module ShellOut
[22/108] Compiling ShellOut ShellOut.swift
[24/109] Compiling Plot SiteMapElements.swift
[25/109] Compiling Plot TwitterCardType.swift
[26/109] Compiling Plot URLRepresentable.swift
[27/109] Compiling Plot XML.swift
[28/109] Compiling Plot XMLAttributes.swift
[29/109] Compiling Plot XMLElements.swift
[30/109] Compiling Plot AnyAttribute.swift
[31/109] Compiling Plot AnyElement.swift
[32/109] Compiling Sweep Sweep.swift
[34/118] Compiling Ink TextStyle.swift
[35/118] Compiling Ink TextStyleMarker.swift
[36/118] Compiling Ink URL.swift
[37/118] Compiling Ink URLDeclaration.swift
[38/118] Compiling Plot HTMLFormMethod.swift
[39/118] Compiling Plot HTMLInputType.swift
[40/118] Compiling Plot HTMLLinkRelationship.swift
[41/118] Compiling Plot HTMLListStyle.swift
[42/118] Compiling Plot HTMLAnchorRelationship.swift
[43/118] Compiling Plot HTMLAnchorTarget.swift
[44/118] Compiling Plot HTMLAttributes.swift
[45/118] Compiling Plot HTMLAudioFormat.swift
[46/118] Compiling Plot PodcastMediaType.swift
[47/118] Compiling Plot PodcastType.swift
[48/118] Compiling Plot RSS.swift
[49/118] Compiling Plot RSSAttributes.swift
[50/118] Compiling Plot RSSElements.swift
[51/118] Compiling Plot Renderable.swift
[52/118] Compiling Plot SiteMap.swift
[53/118] Compiling Plot SiteMapChangeFrequency.swift
[55/118] Compiling Plot Node.swift
[56/118] Compiling Plot NodeConvertible.swift
[57/118] Compiling Plot Optional+Component.swift
[58/118] Compiling Plot PodcastAttributes.swift
[59/118] Compiling Plot PodcastComponents.swift
[60/118] Compiling Plot PodcastElements.swift
[61/118] Compiling Plot PodcastEpisodeType.swift
[62/118] Compiling Plot PodcastFeed.swift
[63/118] Emitting module Plot
[64/118] Compiling Plot ElementDefinition.swift
[65/118] Compiling Plot EmptyComponent.swift
[66/118] Compiling Plot EnvironmentKey.swift
[67/118] Compiling Plot EnvironmentValue.swift
[68/118] Compiling Plot HTML.swift
[69/118] Compiling Plot ComponentContainer.swift
[70/118] Compiling Plot ComponentGroup.swift
[71/118] Compiling Plot ControlFlow.swift
[72/118] Compiling Plot Directionality.swift
[73/118] Compiling Plot Document.swift
[81/119] Compiling Plot Language.swift
[83/119] Compiling Files Files.swift
[84/119] Emitting module Files
[86/120] Compiling Plot AnyEnvironmentValue.swift
[87/120] Compiling Plot AnyNode.swift
[88/120] Compiling Plot ElementRenderingBuffer.swift
[89/120] Compiling Plot ElementWrapper.swift
[90/120] Compiling Plot Environment.swift
[91/120] Compiling Plot ModifiedComponent.swift
[92/120] Compiling Plot Renderer.swift
[93/120] Compiling Plot String+Escaping.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[122/174] Emitting module Publish
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[123/181] Compiling Publish Predicate.swift
[124/181] Compiling Publish PublishedWebsite.swift
[125/181] Compiling Publish PublishingContext.swift
[126/181] Compiling Publish PublishingError.swift
[127/181] Compiling Publish PublishingStep.swift
[128/181] Compiling Publish RSSFeedConfiguration.swift
[129/181] Compiling Publish Section.swift
[130/181] Compiling Publish PodcastError.swift
[131/181] Compiling Publish PodcastFeedGenerator.swift
[132/181] Compiling Publish PublishingPipeline.swift
[133/181] Compiling Publish RSSFeedGenerator.swift
[134/181] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[135/181] Compiling Publish SiteMapGenerator.swift
[136/181] Compiling Publish String+Normalized.swift
[137/181] Compiling Publish AnyItem.swift
[138/181] Compiling Publish Audio.swift
[139/181] Compiling Publish Content.swift
[140/181] Compiling Publish ContentProtocol.swift
[141/181] Compiling Publish DeploymentMethod.swift
[142/181] Compiling Publish Favicon.swift
[143/181] Compiling Publish FeedConfiguration.swift
[144/181] Compiling Publish HTMLFactory.swift
[145/181] Compiling Publish SectionMap.swift
[146/181] Compiling Publish SortOrder.swift
[147/181] Compiling Publish StringWrapper.swift
[148/181] Compiling Publish Tag.swift
[149/181] Compiling Publish TagDetailsPage.swift
[150/181] Compiling Publish TagHTMLConfiguration.swift
[151/181] Compiling Publish TagListPage.swift
[152/181] Compiling Publish HTMLFileMode.swift
[153/181] Compiling Publish Index.swift
[154/181] Compiling Publish Item.swift
[155/181] Compiling Publish ItemRSSProperties.swift
[156/181] Compiling Publish Location.swift
[157/181] Compiling Publish Mutations.swift
[158/181] Compiling Publish Page.swift
[159/181] Compiling Publish Path.swift
[160/181] Compiling Publish PlotComponents.swift
[161/181] Compiling Publish PlotEnvironmentKeys.swift
[162/181] Compiling Publish PlotModifiers.swift
[163/181] Compiling Publish Plugin.swift
[164/181] Compiling Publish PodcastAuthor.swift
[165/181] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[166/181] Compiling Publish PodcastEpisodeMetadata.swift
[167/181] Compiling Publish PodcastFeedConfiguration.swift
[168/181] Compiling Publish File+SwiftPackageFolder.swift
[169/181] Compiling Publish FileIOError.swift
[170/181] Compiling Publish Folder+Group.swift
[171/181] Compiling Publish HTMLGenerator.swift
[172/181] Compiling Publish MarkdownContentFactory.swift
[173/181] Compiling Publish MarkdownFileHandler.swift
[174/181] Compiling Publish MarkdownMetadataDecoder.swift
[175/181] Compiling Publish Theme+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[176/181] Compiling Publish Theme.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[177/181] Compiling Publish Video.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[178/181] Compiling Publish Website.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[179/181] Compiling Publish Array+Appending.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[180/181] Compiling Publish CommandLine+Output.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
[181/181] Compiling Publish ContentError.swift
/host/spi-builder-workspace/.build/checkouts/publish/Sources/Publish/Internal/CommandLine+Output.swift:42:38: error: cannot find type 'FILE' in scope
40 |     }
41 |
42 |     var target: UnsafeMutablePointer<FILE> {
   |                                      `- error: cannot find type 'FILE' in scope
43 |         switch self {
44 |         case .info, .warning, .success:
BUILD FAILURE 6.1 android