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 NPMPublishPlugin, reference 1.0.0 (8d5ee2), with Swift 6.1 for Android on 28 May 2025 16:19:33 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/NPMPublishPlugin.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/NPMPublishPlugin
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 8d5ee2e Adding Support for Swift 5.9 DocC
Cloned https://github.com/brightdigit/NPMPublishPlugin.git
Revision (git rev-parse @):
8d5ee2e220cc84d75efea9cebc18a881ba7158f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/NPMPublishPlugin.git at 1.0.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/NPMPublishPlugin.git
https://github.com/brightdigit/NPMPublishPlugin.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" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnsundell/shellout.git"
    }
  ],
  "manifest_display_name" : "NPMPublishPlugin",
  "name" : "NPMPublishPlugin",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "NPMPublishPlugin",
      "targets" : [
        "NPMPublishPlugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NPMPublishPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "NPMPublishPluginTests",
      "path" : "Tests/NPMPublishPluginTests",
      "sources" : [
        "MockPublishingContextable.swift",
        "OutputPathTests.swift",
        "PublishingContextableTests.swift",
        "ShellOutCommandTests.swift"
      ],
      "target_dependencies" : [
        "NPMPublishPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NPMPublishPlugin",
      "module_type" : "SwiftTarget",
      "name" : "NPMPublishPlugin",
      "path" : "Sources/NPMPublishPlugin",
      "product_dependencies" : [
        "Publish",
        "ShellOut"
      ],
      "product_memberships" : [
        "NPMPublishPlugin"
      ],
      "sources" : [
        "NPM/Argument.swift",
        "NPM/ArgumentBuilder.swift",
        "NPM/Command.swift",
        "NPM/Context.swift",
        "NPM/Job.swift",
        "NPM/JobBuilder.swift",
        "NPM/Location.swift",
        "NPM/NPM.swift",
        "NPM/RelativePathMap.swift",
        "NPM/Settings.swift",
        "Output.swift",
        "OutputPath.swift",
        "PublishingContext.swift",
        "PublishingContextable.swift",
        "PublishingStep.swift",
        "ShellOutCommand.swift",
        "URL.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/shellout.git
Fetching https://github.com/johnsundell/publish.git
[1/960] Fetching shellout
[251/3850] Fetching shellout, publish
Fetched https://github.com/johnsundell/shellout.git from cache (1.67s)
Fetched https://github.com/johnsundell/publish.git from cache (5.68s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (9.54s)
Computing version for https://github.com/johnsundell/publish.git
Computed https://github.com/johnsundell/publish.git at 0.9.0 (3.94s)
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/ink.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/codextended.git
[1/116] Fetching sweep
[117/2021] Fetching sweep, ink
[175/2105] Fetching sweep, ink, collectionconcurrencykit
[2106/4191] Fetching sweep, ink, collectionconcurrencykit, plot
[4192/4372] Fetching sweep, ink, collectionconcurrencykit, plot, codextended
[4373/5608] Fetching sweep, ink, collectionconcurrencykit, plot, codextended, files
Fetched https://github.com/johnsundell/sweep.git from cache (0.77s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.77s)
Fetched https://github.com/johnsundell/plot.git from cache (0.78s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.82s)
Fetched https://github.com/johnsundell/files.git from cache (0.84s)
Fetched https://github.com/johnsundell/ink.git from cache (0.84s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.42s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.86s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.56s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.68s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.88s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.73s)
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/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git 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/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/files.git
Working copy of https://github.com/johnsundell/files.git resolved at 4.2.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
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
[14/112] Compiling Plot HTMLViewportWidthMode.swift
[15/112] Compiling Plot Indentation.swift
[16/112] Compiling Plot Language.swift
[17/112] Compiling Plot HTMLAnchorRelationship.swift
[18/116] Emitting module Ink
[19/116] Compiling Plot HTMLAnchorTarget.swift
[20/116] Compiling Plot HTMLAttributes.swift
[21/116] Compiling Plot HTMLAudioFormat.swift
[22/116] Compiling Plot HTMLButtonType.swift
[23/116] Compiling Plot HTMLComponents.swift
[24/116] Compiling Plot HTMLInputType.swift
[25/116] Compiling Plot HTMLLinkRelationship.swift
[26/116] Compiling Plot HTMLListStyle.swift
[27/116] Compiling Plot HTMLVideoFormat.swift
[28/116] Compiling Plot HTMLViewportFitMode.swift
[29/116] Compiling Ink TextStyle.swift
[30/116] Compiling Ink TextStyleMarker.swift
[31/116] Compiling Ink URL.swift
[32/116] Compiling Ink URLDeclaration.swift
[33/116] Compiling Plot PodcastMediaType.swift
[34/116] Compiling Plot PodcastType.swift
[35/116] Compiling Plot RSS.swift
[36/116] Compiling Plot RSSAttributes.swift
[37/116] Compiling Plot RSSElements.swift
[38/116] Compiling Plot Renderable.swift
[39/116] Compiling Plot SiteMap.swift
[40/116] Compiling Plot SiteMapChangeFrequency.swift
[41/116] Emitting module Codextended
[42/116] Compiling Codextended Codextended.swift
[43/123] Compiling Sweep Sweep.swift
[44/123] Emitting module Sweep
[45/126] Compiling Plot Component.swift
[46/126] Compiling Plot ComponentAttributes.swift
[47/126] Compiling Plot ComponentBuilder.swift
[48/126] Compiling Plot ComponentContainer.swift
[49/126] Compiling Plot HTMLElements.swift
[50/126] Compiling Plot HTMLFormContentType.swift
[51/126] Compiling Plot HTMLFormMethod.swift
[56/126] Compiling Plot Attribute.swift
[61/126] Emitting module ShellOut
[62/126] Compiling Plot SiteMapElements.swift
[63/126] Compiling Plot TwitterCardType.swift
[64/126] Compiling Plot URLRepresentable.swift
[65/126] Compiling Plot XML.swift
[66/126] Compiling Plot XMLAttributes.swift
[67/126] Compiling Plot XMLElements.swift
[68/126] Compiling Plot AnyAttribute.swift
[69/126] Compiling Plot AnyElement.swift
[70/126] Compiling ShellOut ShellOut.swift
[75/128] Emitting module Files
[76/128] Compiling Files Files.swift
[95/129] Emitting module Plot
[104/129] Compiling Plot DocumentEncoding.swift
[105/129] Compiling Plot Element.swift
[106/129] Compiling Plot ElementClosingMode.swift
[107/129] Compiling Plot ElementComponent.swift
[108/129] Compiling Plot ElementDefinition.swift
[109/129] Compiling Plot EmptyComponent.swift
[110/129] Compiling Plot EnvironmentKey.swift
[111/129] Compiling Plot EnvironmentValue.swift
[112/129] Compiling Plot HTML.swift
[113/129] Compiling Plot Node.swift
[114/129] Compiling Plot NodeConvertible.swift
[115/129] Compiling Plot Optional+Component.swift
[116/129] Compiling Plot PodcastAttributes.swift
[117/129] Compiling Plot PodcastComponents.swift
[118/129] Compiling Plot PodcastElements.swift
[119/129] Compiling Plot PodcastEpisodeType.swift
[120/129] Compiling Plot PodcastFeed.swift
[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 AnyItem.swift
[133/190] Compiling Publish Audio.swift
[134/190] Compiling Publish Content.swift
[135/190] Compiling Publish ContentProtocol.swift
[136/190] Compiling Publish DeploymentMethod.swift
[137/190] Compiling Publish Favicon.swift
[138/190] Compiling Publish FeedConfiguration.swift
[139/190] Compiling Publish HTMLFactory.swift
[140/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:
[141/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:
[142/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:
[143/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:
[144/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:
[145/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:
[146/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:
[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 PlotComponents.swift
[156/190] Compiling Publish PlotEnvironmentKeys.swift
[157/190] Compiling Publish PlotModifiers.swift
[158/190] Compiling Publish Plugin.swift
[159/190] Compiling Publish PodcastAuthor.swift
[160/190] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[161/190] Compiling Publish PodcastEpisodeMetadata.swift
[162/190] Compiling Publish PodcastFeedConfiguration.swift
[163/190] Compiling Publish Predicate.swift
[164/190] Compiling Publish PublishedWebsite.swift
[165/190] Compiling Publish PublishingContext.swift
[166/190] Compiling Publish PublishingError.swift
[167/190] Compiling Publish PublishingStep.swift
[168/190] Compiling Publish RSSFeedConfiguration.swift
[169/190] Compiling Publish Section.swift
[170/190] Compiling Publish SectionMap.swift
[171/190] Compiling Publish SortOrder.swift
[172/190] Compiling Publish StringWrapper.swift
[173/190] Compiling Publish Tag.swift
[174/190] Compiling Publish TagDetailsPage.swift
[175/190] Compiling Publish TagHTMLConfiguration.swift
[176/190] Compiling Publish TagListPage.swift
[177/190] Compiling Publish File+SwiftPackageFolder.swift
[178/190] Compiling Publish FileIOError.swift
[179/190] Compiling Publish Folder+Group.swift
[180/190] Compiling Publish HTMLGenerator.swift
[181/190] Compiling Publish MarkdownContentFactory.swift
[182/190] Compiling Publish MarkdownFileHandler.swift
[183/190] Compiling Publish MarkdownMetadataDecoder.swift
[184/190] Compiling Publish PodcastError.swift
[185/190] Compiling Publish PodcastFeedGenerator.swift
[186/190] Compiling Publish PublishingPipeline.swift
[187/190] Compiling Publish RSSFeedGenerator.swift
[188/190] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[189/190] Compiling Publish SiteMapGenerator.swift
[190/190] Compiling Publish String+Normalized.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/40] Emitting module CollectionConcurrencyKit
[3/102] Emitting module Codextended
[4/102] Compiling Codextended Codextended.swift
[6/103] Emitting module ShellOut
[7/103] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[9/104] Compiling Plot Attribute.swift
[10/104] Compiling Plot Component.swift
[11/104] Compiling Plot ComponentAttributes.swift
[12/104] Compiling Plot ComponentBuilder.swift
[13/108] Compiling Plot SiteMapElements.swift
[14/108] Compiling Plot TwitterCardType.swift
[15/108] Compiling Plot URLRepresentable.swift
[16/108] Compiling Plot XML.swift
[17/108] Compiling Plot XMLAttributes.swift
[18/108] Compiling Plot XMLElements.swift
[19/108] Compiling Plot AnyAttribute.swift
[20/108] Compiling Plot AnyElement.swift
[21/108] Emitting module Ink
[22/116] Compiling ShellOut ShellOut.swift
[23/116] Compiling Sweep Sweep.swift
[24/116] Emitting module Sweep
[25/118] Compiling Plot HTMLViewportWidthMode.swift
[26/118] Compiling Plot Indentation.swift
[27/118] Compiling Plot Language.swift
[28/118] Compiling Plot DocumentEncoding.swift
[29/118] Compiling Plot Element.swift
[30/118] Compiling Plot ElementClosingMode.swift
[31/118] Compiling Plot ElementComponent.swift
[32/118] Compiling Plot ElementDefinition.swift
[35/118] Compiling Plot Node.swift
[36/118] Compiling Plot NodeConvertible.swift
[37/118] Compiling Plot Optional+Component.swift
[38/118] Compiling Plot PodcastAttributes.swift
[39/118] Compiling Plot PodcastComponents.swift
[40/118] Compiling Plot PodcastElements.swift
[41/118] Compiling Plot PodcastEpisodeType.swift
[42/118] Compiling Plot PodcastFeed.swift
[43/118] Compiling Plot PodcastMediaType.swift
[44/118] Compiling Plot PodcastType.swift
[45/118] Compiling Plot RSS.swift
[46/118] Compiling Plot RSSAttributes.swift
[47/118] Compiling Plot RSSElements.swift
[48/118] Compiling Plot Renderable.swift
[49/118] Compiling Plot SiteMap.swift
[50/118] Compiling Plot SiteMapChangeFrequency.swift
[51/118] Compiling Ink TextStyle.swift
[52/118] Compiling Ink TextStyleMarker.swift
[53/118] Compiling Ink URL.swift
[54/118] Compiling Ink URLDeclaration.swift
[60/118] Compiling Plot EmptyComponent.swift
[61/118] Compiling Plot EnvironmentKey.swift
[62/118] Compiling Plot EnvironmentValue.swift
[63/118] Compiling Plot HTML.swift
[64/118] Compiling Plot HTMLInputType.swift
[65/118] Compiling Plot HTMLLinkRelationship.swift
[66/118] Compiling Plot HTMLListStyle.swift
[67/118] Compiling Plot HTMLVideoFormat.swift
[68/118] Compiling Plot HTMLViewportFitMode.swift
[72/118] Emitting module Files
[73/118] Compiling Files Files.swift
[74/118] Compiling Plot HTMLAnchorRelationship.swift
[75/118] Compiling Plot HTMLAnchorTarget.swift
[76/118] Compiling Plot HTMLAttributes.swift
[77/118] Compiling Plot HTMLAudioFormat.swift
[83/119] Compiling Plot ComponentContainer.swift
[84/119] Compiling Plot ComponentGroup.swift
[85/119] Compiling Plot ControlFlow.swift
[86/119] Compiling Plot Directionality.swift
[87/119] Compiling Plot Document.swift
[93/119] Emitting module Plot
[95/120] Compiling Plot AnyEnvironmentValue.swift
[96/120] Compiling Plot AnyNode.swift
[97/120] Compiling Plot ElementRenderingBuffer.swift
[98/120] Compiling Plot ElementWrapper.swift
[99/120] Compiling Plot Environment.swift
[100/120] Compiling Plot ModifiedComponent.swift
[101/120] Compiling Plot Renderer.swift
[102/120] Compiling Plot String+Escaping.swift
[111/120] Compiling Plot HTMLFormMethod.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 SectionMap.swift
[124/181] Compiling Publish SortOrder.swift
[125/181] Compiling Publish StringWrapper.swift
[126/181] Compiling Publish Tag.swift
[127/181] Compiling Publish TagDetailsPage.swift
[128/181] Compiling Publish TagHTMLConfiguration.swift
[129/181] Compiling Publish TagListPage.swift
[130/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:
[131/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:
[132/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:
[133/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:
[134/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:
[135/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:
[136/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:
[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 HTMLFileMode.swift
[146/181] Compiling Publish Index.swift
[147/181] Compiling Publish Item.swift
[148/181] Compiling Publish ItemRSSProperties.swift
[149/181] Compiling Publish Location.swift
[150/181] Compiling Publish Mutations.swift
[151/181] Compiling Publish Page.swift
[152/181] Compiling Publish Path.swift
[153/181] Compiling Publish PlotComponents.swift
[154/181] Compiling Publish PlotEnvironmentKeys.swift
[155/181] Compiling Publish PlotModifiers.swift
[156/181] Compiling Publish Plugin.swift
[157/181] Compiling Publish PodcastAuthor.swift
[158/181] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[159/181] Compiling Publish PodcastEpisodeMetadata.swift
[160/181] Compiling Publish PodcastFeedConfiguration.swift
[161/181] Compiling Publish Predicate.swift
[162/181] Compiling Publish PublishedWebsite.swift
[163/181] Compiling Publish PublishingContext.swift
[164/181] Compiling Publish PublishingError.swift
[165/181] Compiling Publish PublishingStep.swift
[166/181] Compiling Publish RSSFeedConfiguration.swift
[167/181] Compiling Publish Section.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 PodcastError.swift
[176/181] Compiling Publish PodcastFeedGenerator.swift
[177/181] Compiling Publish PublishingPipeline.swift
[178/181] Compiling Publish RSSFeedGenerator.swift
[179/181] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[180/181] Compiling Publish SiteMapGenerator.swift
[181/181] Compiling Publish String+Normalized.swift
BUILD FAILURE 6.1 android