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 main (ee72ed), with Swift 6.1 for Android on 28 May 2025 16:19:47 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/brightdigit/NPMPublishPlugin.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ee72ed2 Merge pull request #8 from brightdigit/leogdion-patch-1
Cloned https://github.com/brightdigit/NPMPublishPlugin.git
Revision (git rev-parse @):
ee72ed2edfa5be24cc741c551e2d00e13df12292
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/NPMPublishPlugin.git at main
========================================
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-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/johnsundell/shellout.git
Fetching https://github.com/johnsundell/publish.git
[1/2890] Fetching publish
[868/3850] Fetching publish, shellout
Fetched https://github.com/johnsundell/shellout.git from cache (0.39s)
Fetched https://github.com/johnsundell/publish.git from cache (0.39s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (3.44s)
Computing version for https://github.com/johnsundell/publish.git
Computed https://github.com/johnsundell/publish.git at 0.9.0 (3.15s)
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/ink.git
[1/181] Fetching codextended
[182/1417] Fetching codextended, files
[207/1533] Fetching codextended, files, sweep
[433/1617] Fetching codextended, files, sweep, collectionconcurrencykit
[751/3703] Fetching codextended, files, sweep, collectionconcurrencykit, plot
[1433/5608] Fetching codextended, files, sweep, collectionconcurrencykit, plot, ink
Fetched https://github.com/johnsundell/codextended.git from cache (0.56s)
Fetched https://github.com/johnsundell/ink.git from cache (0.57s)
Fetched https://github.com/johnsundell/files.git from cache (0.59s)
Fetched https://github.com/johnsundell/plot.git from cache (0.59s)
Fetched https://github.com/johnsundell/sweep.git from cache (0.59s)
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.59s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (1.45s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.92s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.60s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (0.77s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.72s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (1.10s)
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/collectionConcurrencyKit.git
Working copy of https://github.com/johnsundell/collectionConcurrencyKit.git resolved at 0.2.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/sweep.git
Working copy of https://github.com/johnsundell/sweep.git resolved at 0.4.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
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/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.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] Emitting module Sweep
[15/112] Emitting module Ink
[16/116] Compiling Plot Element.swift
[17/116] Compiling Plot ElementClosingMode.swift
[18/116] Compiling Plot ElementComponent.swift
[19/116] Compiling Plot ElementDefinition.swift
[20/116] Compiling Ink TextStyle.swift
[21/116] Compiling Ink TextStyleMarker.swift
[22/116] Compiling Ink URL.swift
[23/116] Compiling Ink URLDeclaration.swift
[24/116] Compiling Plot Attribute.swift
[25/116] Compiling Plot Component.swift
[26/116] Compiling Plot ComponentAttributes.swift
[27/116] Compiling Plot ComponentBuilder.swift
[28/116] Compiling Plot ComponentContainer.swift
[29/116] Compiling Plot ComponentGroup.swift
[30/116] Compiling Plot ControlFlow.swift
[31/116] Compiling Plot Directionality.swift
[32/116] Compiling Plot Document.swift
[33/116] Compiling Plot DocumentEncoding.swift
[34/116] Emitting module Plot
[35/124] Emitting module Codextended
[36/124] Compiling Codextended Codextended.swift
[37/125] Compiling Plot AnyEnvironmentValue.swift
[38/125] Compiling Plot AnyNode.swift
[39/125] Compiling Plot ElementRenderingBuffer.swift
[40/125] Compiling Plot ElementWrapper.swift
[41/125] Compiling Plot Environment.swift
[42/125] Compiling Plot ModifiedComponent.swift
[43/125] Compiling Plot Renderer.swift
[44/125] Compiling Plot String+Escaping.swift
[45/125] Compiling Sweep Sweep.swift
[46/125] Emitting module ShellOut
[47/125] Compiling ShellOut ShellOut.swift
[48/127] Emitting module Files
[49/127] Compiling Files Files.swift
[51/128] Compiling Plot EmptyComponent.swift
[52/128] Compiling Plot EnvironmentKey.swift
[53/128] Compiling Plot EnvironmentValue.swift
[54/128] Compiling Plot HTML.swift
[55/128] Compiling Plot HTMLInputType.swift
[56/128] Compiling Plot HTMLLinkRelationship.swift
[57/128] Compiling Plot HTMLListStyle.swift
[58/128] Compiling Plot HTMLVideoFormat.swift
[59/128] Compiling Plot HTMLAnchorRelationship.swift
[60/128] Compiling Plot HTMLAnchorTarget.swift
[61/128] Compiling Plot HTMLAttributes.swift
[62/128] Compiling Plot HTMLAudioFormat.swift
[63/128] Compiling Plot HTMLViewportFitMode.swift
[64/128] Compiling Plot HTMLViewportWidthMode.swift
[65/128] Compiling Plot Indentation.swift
[66/128] Compiling Plot Language.swift
[77/129] Compiling Plot SiteMapElements.swift
[78/129] Compiling Plot TwitterCardType.swift
[79/129] Compiling Plot URLRepresentable.swift
[80/129] Compiling Plot XML.swift
[81/129] Compiling Plot XMLAttributes.swift
[82/129] Compiling Plot XMLElements.swift
[83/129] Compiling Plot AnyAttribute.swift
[84/129] Compiling Plot AnyElement.swift
[86/129] Compiling Plot Node.swift
[87/129] Compiling Plot NodeConvertible.swift
[88/129] Compiling Plot Optional+Component.swift
[89/129] Compiling Plot PodcastAttributes.swift
[90/129] Compiling Plot PodcastComponents.swift
[91/129] Compiling Plot PodcastElements.swift
[92/129] Compiling Plot PodcastEpisodeType.swift
[93/129] Compiling Plot PodcastFeed.swift
[94/129] Compiling Plot PodcastMediaType.swift
[95/129] Compiling Plot PodcastType.swift
[96/129] Compiling Plot RSS.swift
[97/129] Compiling Plot RSSAttributes.swift
[98/129] Compiling Plot RSSElements.swift
[99/129] Compiling Plot Renderable.swift
[100/129] Compiling Plot SiteMap.swift
[101/129] Compiling Plot SiteMapChangeFrequency.swift
[120/129] Compiling Plot HTMLFormMethod.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 HTMLFileMode.swift
[141/190] Compiling Publish Index.swift
[142/190] Compiling Publish Item.swift
[143/190] Compiling Publish ItemRSSProperties.swift
[144/190] Compiling Publish Location.swift
[145/190] Compiling Publish Mutations.swift
[146/190] Compiling Publish Page.swift
[147/190] Compiling Publish Path.swift
[148/190] Compiling Publish SectionMap.swift
[149/190] Compiling Publish SortOrder.swift
[150/190] Compiling Publish StringWrapper.swift
[151/190] Compiling Publish Tag.swift
[152/190] Compiling Publish TagDetailsPage.swift
[153/190] Compiling Publish TagHTMLConfiguration.swift
[154/190] Compiling Publish TagListPage.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 File+SwiftPackageFolder.swift
[164/190] Compiling Publish FileIOError.swift
[165/190] Compiling Publish Folder+Group.swift
[166/190] Compiling Publish HTMLGenerator.swift
[167/190] Compiling Publish MarkdownContentFactory.swift
[168/190] Compiling Publish MarkdownFileHandler.swift
[169/190] Compiling Publish MarkdownMetadataDecoder.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 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:
[178/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:
[179/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:
[180/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:
[181/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:
[182/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:
[183/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:
[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-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/1] Write swift-version-24593BA9C3E375BF.txt
[2/40] Emitting module Files
[3/42] Compiling Ink NamedURLCollection.swift
[4/42] Compiling Ink Paragraph.swift
[5/42] Compiling Ink PlainTextConvertible.swift
[6/42] Compiling Ink Readable.swift
[7/106] Compiling Sweep Sweep.swift
[8/106] Emitting module Codextended
[9/106] Compiling Codextended Codextended.swift
[10/107] Emitting module Sweep
[11/108] Compiling Plot HTMLVideoFormat.swift
[12/108] Compiling Plot HTMLViewportFitMode.swift
[13/108] Compiling Plot HTMLViewportWidthMode.swift
[14/108] Compiling Plot Indentation.swift
[15/108] Emitting module CollectionConcurrencyKit
[16/108] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[19/109] Compiling Plot ComponentGroup.swift
[20/109] Compiling Plot ControlFlow.swift
[21/109] Compiling Plot Directionality.swift
[22/109] Compiling Plot Document.swift
[23/109] Compiling Plot HTMLComponents.swift
[24/109] Compiling Plot HTMLElements.swift
[25/109] Compiling Plot HTMLFormContentType.swift
[26/109] Compiling Plot HTMLFormMethod.swift
[27/109] Compiling Plot DocumentEncoding.swift
[28/109] Compiling Plot Element.swift
[29/109] Compiling Plot ElementClosingMode.swift
[30/109] Compiling Plot ElementComponent.swift
[31/109] Compiling Plot ElementDefinition.swift
[32/109] Compiling Plot EmptyComponent.swift
[33/109] Compiling Plot EnvironmentKey.swift
[34/109] Compiling Plot EnvironmentValue.swift
[36/109] Compiling Plot SiteMapElements.swift
[37/109] Compiling Plot TwitterCardType.swift
[38/109] Compiling Plot URLRepresentable.swift
[39/109] Compiling Plot XML.swift
[40/109] Compiling Plot XMLAttributes.swift
[41/109] Compiling Plot XMLElements.swift
[42/109] Compiling Plot AnyAttribute.swift
[43/109] Compiling Plot AnyElement.swift
[44/117] Compiling Plot PodcastMediaType.swift
[45/117] Compiling Plot PodcastType.swift
[46/117] Compiling Plot RSS.swift
[47/117] Compiling Plot RSSAttributes.swift
[48/117] Compiling Plot RSSElements.swift
[49/117] Compiling Plot Renderable.swift
[50/117] Compiling Plot SiteMap.swift
[51/117] Compiling Plot SiteMapChangeFrequency.swift
[52/117] Emitting module ShellOut
[53/117] Compiling ShellOut ShellOut.swift
[54/118] Compiling Plot HTMLAnchorRelationship.swift
[55/118] Compiling Plot HTMLAnchorTarget.swift
[56/118] Compiling Plot HTMLAttributes.swift
[57/118] Compiling Plot HTMLAudioFormat.swift
[58/118] Compiling Plot HTMLButtonType.swift
[59/118] Compiling Plot Attribute.swift
[60/118] Compiling Plot Component.swift
[61/118] Compiling Plot ComponentAttributes.swift
[62/118] Compiling Plot ComponentBuilder.swift
[63/118] Compiling Plot ComponentContainer.swift
[64/118] Emitting module Ink
[65/119] Emitting module Plot
[77/119] Compiling Plot Node.swift
[78/119] Compiling Plot NodeConvertible.swift
[79/119] Compiling Plot Optional+Component.swift
[80/119] Compiling Plot PodcastAttributes.swift
[81/119] Compiling Plot PodcastComponents.swift
[82/119] Compiling Plot PodcastElements.swift
[83/119] Compiling Plot PodcastEpisodeType.swift
[84/119] Compiling Plot PodcastFeed.swift
[85/119] Compiling Files Files.swift
[86/120] Compiling Plot HTMLInputType.swift
[87/120] Compiling Plot HTMLLinkRelationship.swift
[88/120] Compiling Plot HTMLListStyle.swift
[93/120] Compiling Plot Language.swift
[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 HTML.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 AnyItem.swift
[124/181] Compiling Publish Audio.swift
[125/181] Compiling Publish Content.swift
[126/181] Compiling Publish ContentProtocol.swift
[127/181] Compiling Publish DeploymentMethod.swift
[128/181] Compiling Publish Favicon.swift
[129/181] Compiling Publish FeedConfiguration.swift
[130/181] Compiling Publish HTMLFactory.swift
[131/181] Compiling Publish SectionMap.swift
[132/181] Compiling Publish SortOrder.swift
[133/181] Compiling Publish StringWrapper.swift
[134/181] Compiling Publish Tag.swift
[135/181] Compiling Publish TagDetailsPage.swift
[136/181] Compiling Publish TagHTMLConfiguration.swift
[137/181] Compiling Publish TagListPage.swift
[138/181] Compiling Publish Predicate.swift
[139/181] Compiling Publish PublishedWebsite.swift
[140/181] Compiling Publish PublishingContext.swift
[141/181] Compiling Publish PublishingError.swift
[142/181] Compiling Publish PublishingStep.swift
[143/181] Compiling Publish RSSFeedConfiguration.swift
[144/181] Compiling Publish Section.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 File+SwiftPackageFolder.swift
[162/181] Compiling Publish FileIOError.swift
[163/181] Compiling Publish Folder+Group.swift
[164/181] Compiling Publish HTMLGenerator.swift
[165/181] Compiling Publish MarkdownContentFactory.swift
[166/181] Compiling Publish MarkdownFileHandler.swift
[167/181] Compiling Publish MarkdownMetadataDecoder.swift
[168/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:
[169/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:
[170/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:
[171/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:
[172/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:
[173/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:
[174/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:
[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