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 TidyHTMLPublishStep, reference master (35621b), with Swift 6.1 for Android on 27 May 2025 14:47:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/john-mueller/TidyHTMLPublishStep.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/john-mueller/TidyHTMLPublishStep
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 35621b3 Merge pull request #2 from john-mueller/documentation
Cloned https://github.com/john-mueller/TidyHTMLPublishStep.git
Revision (git rev-parse @):
35621b3f047200abf9789f21174626c15ea9c66a
SUCCESS checkout https://github.com/john-mueller/TidyHTMLPublishStep.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/john-mueller/TidyHTMLPublishStep.git
https://github.com/john-mueller/TidyHTMLPublishStep.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "publish",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Publish.git"
    },
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "TidyHTMLPublishStep",
  "name" : "TidyHTMLPublishStep",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TidyHTMLPublishStep",
      "targets" : [
        "TidyHTMLPublishStep"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TidyHTMLPublishStepTests",
      "module_type" : "SwiftTarget",
      "name" : "TidyHTMLPublishStepTests",
      "path" : "Tests/TidyHTMLPublishStepTests",
      "sources" : [
        "Helpers/HTMLFactoryMock.swift",
        "Helpers/TidyHTMLTestCase.swift",
        "Helpers/TidyHTMLWebsite.swift",
        "TidyHTMLPublishStepTests.swift"
      ],
      "target_dependencies" : [
        "TidyHTMLPublishStep"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TidyHTMLPublishStep",
      "module_type" : "SwiftTarget",
      "name" : "TidyHTMLPublishStep",
      "path" : "Sources/TidyHTMLPublishStep",
      "product_dependencies" : [
        "Publish",
        "SwiftSoup"
      ],
      "product_memberships" : [
        "TidyHTMLPublishStep"
      ],
      "sources" : [
        "TidyHTMLPublishStep.swift",
        "Website+PostGenerationSteps.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/scinfu/SwiftSoup.git
Fetching https://github.com/JohnSundell/Publish.git
[1/3908] Fetching swiftsoup
[1018/6798] Fetching swiftsoup, publish
Fetched https://github.com/JohnSundell/Publish.git from cache (0.43s)
[3869/3908] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.68s)
Computing version for https://github.com/JohnSundell/Publish.git
Computed https://github.com/JohnSundell/Publish.git at 0.9.0 (2.43s)
Fetching https://github.com/johnsundell/collectionConcurrencyKit.git
Fetching https://github.com/johnsundell/sweep.git
Fetching https://github.com/johnsundell/codextended.git
Fetching https://github.com/johnsundell/plot.git
Fetching https://github.com/johnsundell/shellout.git
[1/960] Fetching shellout
[961/1076] Fetching shellout, sweep
[1077/1257] Fetching shellout, sweep, codextended
Fetched https://github.com/johnsundell/shellout.git from cache (0.46s)
[142/297] Fetching sweep, codextended
[298/381] Fetching sweep, codextended, collectionconcurrencykit
Fetching https://github.com/johnsundell/ink.git
Fetched https://github.com/johnsundell/sweep.git from cache (0.54s)
[1/2086] Fetching plot
Fetching https://github.com/johnsundell/files.git
Fetched https://github.com/johnsundell/collectionConcurrencyKit.git from cache (0.58s)
Fetched https://github.com/johnsundell/codextended.git from cache (0.82s)
Fetched https://github.com/johnsundell/plot.git from cache (0.82s)
[1/1905] Fetching ink
[1449/3141] Fetching ink, files
Fetched https://github.com/johnsundell/ink.git from cache (0.51s)
Fetched https://github.com/johnsundell/files.git from cache (0.49s)
Computing version for https://github.com/johnsundell/sweep.git
Computed https://github.com/johnsundell/sweep.git at 0.4.0 (2.03s)
Computing version for https://github.com/johnsundell/shellout.git
Computed https://github.com/johnsundell/shellout.git at 2.3.0 (2.79s)
Computing version for https://github.com/johnsundell/collectionConcurrencyKit.git
Computed https://github.com/johnsundell/collectionConcurrencyKit.git at 0.2.0 (0.66s)
Computing version for https://github.com/johnsundell/codextended.git
Computed https://github.com/johnsundell/codextended.git at 0.3.0 (0.67s)
Computing version for https://github.com/johnsundell/files.git
Computed https://github.com/johnsundell/files.git at 4.2.0 (1.33s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (1.43s)
Computing version for https://github.com/johnsundell/plot.git
Computed https://github.com/johnsundell/plot.git at 0.14.0 (0.67s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.8.7 (0.62s)
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/codextended.git
Working copy of https://github.com/johnsundell/codextended.git resolved at 0.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
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/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/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.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
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/166] Emitting module CollectionConcurrencyKit
[13/166] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[15/167] Compiling SwiftSoup QueryParser.swift
[16/167] Compiling SwiftSoup SerializationException.swift
[17/167] Compiling SwiftSoup HtmlTreeBuilderState.swift
[18/167] Compiling SwiftSoup HttpStatusException.swift
[19/171] Compiling Ink TextStyle.swift
[20/171] Compiling Ink TextStyleMarker.swift
[21/171] Compiling Ink URL.swift
[22/171] Compiling Ink URLDeclaration.swift
[23/171] Emitting module Ink
[24/171] Compiling SwiftSoup ParseErrorList.swift
[25/171] Compiling SwiftSoup ParseSettings.swift
[26/171] Compiling SwiftSoup Parser.swift
[27/171] Compiling SwiftSoup ParsingStrings.swift
[28/171] Compiling SwiftSoup Pattern.swift
[29/171] Emitting module ShellOut
[30/171] Compiling ShellOut ShellOut.swift
[31/172] Compiling SwiftSoup BinarySearch.swift
[32/172] Compiling SwiftSoup BooleanAttribute.swift
[33/172] Compiling SwiftSoup CharacterExt.swift
[34/172] Compiling SwiftSoup CharacterReader.swift
[35/172] Compiling SwiftSoup Mutex.swift
[36/172] Compiling SwiftSoup Node.swift
[37/172] Compiling SwiftSoup NodeTraversor.swift
[38/172] Compiling SwiftSoup NodeVisitor.swift
[39/172] Compiling SwiftSoup OrderedSet.swift
[40/172] Compiling SwiftSoup ParseError.swift
[41/172] Compiling SwiftSoup ArrayExt.swift
[42/172] Compiling SwiftSoup Attribute.swift
[43/172] Compiling SwiftSoup Attributes.swift
[44/172] Compiling SwiftSoup Cleaner.swift
[45/172] Compiling SwiftSoup DocumentType.swift
[46/172] Compiling SwiftSoup Element.swift
[47/172] Compiling SwiftSoup Elements.swift
[48/172] Compiling SwiftSoup Entities.swift
[49/172] Compiling SwiftSoup Evaluator.swift
[50/172] Compiling SwiftSoup Exception.swift
[51/172] Compiling SwiftSoup FormElement.swift
[52/172] Emitting module Codextended
[53/172] Compiling Codextended Codextended.swift
[55/174] Emitting module Sweep
[56/174] Compiling Sweep Sweep.swift
[57/175] Emitting module Files
[58/175] Compiling Files Files.swift
[68/184] Compiling SwiftSoup Tag.swift
[69/184] Compiling SwiftSoup TextNode.swift
[70/184] Compiling SwiftSoup Token.swift
[71/184] Compiling SwiftSoup TokenQueue.swift
[72/184] Compiling SwiftSoup Tokeniser.swift
[73/184] Compiling SwiftSoup TokeniserState.swift
[74/184] Compiling SwiftSoup TreeBuilder.swift
[92/191] Emitting module Plot
[104/191] Compiling SwiftSoup StringUtil.swift
[105/191] Compiling SwiftSoup StructuralEvaluator.swift
[106/191] Compiling SwiftSoup SwiftSoup.swift
[114/191] Compiling SwiftSoup UTF8Arrays.swift
[115/191] Compiling SwiftSoup UnfairLock.swift
[116/191] Compiling SwiftSoup UnicodeScalar.swift
[117/191] Compiling SwiftSoup Validate.swift
[118/191] Compiling SwiftSoup Whitelist.swift
[119/191] Compiling SwiftSoup XmlDeclaration.swift
[128/191] Compiling SwiftSoup Connection.swift
[129/191] Compiling SwiftSoup CssSelector.swift
[130/191] Compiling SwiftSoup DataNode.swift
[131/191] Compiling SwiftSoup DataUtil.swift
[132/191] Compiling SwiftSoup Document.swift
[133/191] Compiling SwiftSoup SimpleDictionary.swift
[134/191] Compiling SwiftSoup StreamReader.swift
[135/191] Compiling SwiftSoup String.swift
[136/191] Compiling SwiftSoup StringBuilder.swift
[176/191] Emitting module SwiftSoup
[177/191] Compiling SwiftSoup XmlTreeBuilder.swift
[178/191] Compiling Plot AnyNode.swift
[179/191] Compiling Plot ElementRenderingBuffer.swift
[180/191] Compiling Plot ElementWrapper.swift
[181/191] Compiling Plot Environment.swift
[182/191] Compiling Plot ModifiedComponent.swift
[183/191] Compiling Plot Renderer.swift
[184/191] Compiling Plot String+Escaping.swift
[193/246] Compiling Publish SectionMap.swift
[194/246] Compiling Publish SortOrder.swift
[195/246] Compiling Publish StringWrapper.swift
[196/246] Compiling Publish Tag.swift
[197/246] Compiling Publish TagDetailsPage.swift
[198/246] Compiling Publish TagHTMLConfiguration.swift
[199/246] Compiling Publish TagListPage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[201/253] 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:
[202/253] Compiling Publish AnyItem.swift
[203/253] Compiling Publish Audio.swift
[204/253] Compiling Publish Content.swift
[205/253] Compiling Publish ContentProtocol.swift
[206/253] Compiling Publish DeploymentMethod.swift
[207/253] Compiling Publish Favicon.swift
[208/253] Compiling Publish FeedConfiguration.swift
[209/253] Compiling Publish HTMLFactory.swift
[210/253] Compiling Publish PlotComponents.swift
[211/253] Compiling Publish PlotEnvironmentKeys.swift
[212/253] Compiling Publish PlotModifiers.swift
[213/253] Compiling Publish Plugin.swift
[214/253] Compiling Publish PodcastAuthor.swift
[215/253] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[216/253] Compiling Publish PodcastEpisodeMetadata.swift
[217/253] Compiling Publish PodcastFeedConfiguration.swift
[218/253] Compiling Publish HTMLFileMode.swift
[219/253] Compiling Publish Index.swift
[220/253] Compiling Publish Item.swift
[221/253] Compiling Publish ItemRSSProperties.swift
[222/253] Compiling Publish Location.swift
[223/253] Compiling Publish Mutations.swift
[224/253] Compiling Publish Page.swift
[225/253] Compiling Publish Path.swift
[226/253] Compiling Publish Predicate.swift
[227/253] Compiling Publish PublishedWebsite.swift
[228/253] Compiling Publish PublishingContext.swift
[229/253] Compiling Publish PublishingError.swift
[230/253] Compiling Publish PublishingStep.swift
[231/253] Compiling Publish RSSFeedConfiguration.swift
[232/253] Compiling Publish Section.swift
[233/253] Compiling Publish File+SwiftPackageFolder.swift
[234/253] Compiling Publish FileIOError.swift
[235/253] Compiling Publish Folder+Group.swift
[236/253] Compiling Publish HTMLGenerator.swift
[237/253] Compiling Publish MarkdownContentFactory.swift
[238/253] Compiling Publish MarkdownFileHandler.swift
[239/253] Compiling Publish MarkdownMetadataDecoder.swift
[240/253] 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:
[241/253] 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:
[242/253] 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:
[243/253] 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:
[244/253] 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:
[245/253] 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:
[246/253] 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:
[247/253] Compiling Publish PodcastError.swift
[248/253] Compiling Publish PodcastFeedGenerator.swift
[249/253] Compiling Publish PublishingPipeline.swift
[250/253] Compiling Publish RSSFeedGenerator.swift
[251/253] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[252/253] Compiling Publish SiteMapGenerator.swift
[253/253] Compiling Publish String+Normalized.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/96] Emitting module Codextended
[3/96] Compiling Codextended Codextended.swift
[4/97] Emitting module CollectionConcurrencyKit
[5/97] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[6/98] Emitting module Sweep
[9/158] Compiling Sweep Sweep.swift
[11/159] Compiling Plot Element.swift
[12/159] Compiling Plot ElementClosingMode.swift
[13/159] Compiling Plot ElementComponent.swift
[14/159] Compiling Plot ElementDefinition.swift
[15/159] Compiling Plot HTMLAnchorRelationship.swift
[16/159] Compiling Plot HTMLAnchorTarget.swift
[17/159] Compiling Plot HTMLAttributes.swift
[18/159] Compiling Plot HTMLAudioFormat.swift
[19/159] Compiling Plot EmptyComponent.swift
[20/159] Compiling Plot EnvironmentKey.swift
[21/159] Compiling Plot EnvironmentValue.swift
[22/159] Compiling Plot HTML.swift
[23/159] Compiling Plot HTMLInputType.swift
[24/159] Compiling Plot HTMLLinkRelationship.swift
[25/159] Compiling Plot HTMLListStyle.swift
[26/159] Compiling Plot HTMLVideoFormat.swift
[27/159] Compiling Plot HTMLViewportFitMode.swift
[28/159] Compiling Plot HTMLViewportWidthMode.swift
[29/159] Compiling Plot Indentation.swift
[30/159] Compiling Plot Language.swift
[31/163] Compiling ShellOut ShellOut.swift
[32/163] Emitting module ShellOut
[33/164] Compiling Plot SiteMapElements.swift
[34/164] Compiling Plot TwitterCardType.swift
[35/164] Compiling Plot URLRepresentable.swift
[36/164] Compiling Plot XML.swift
[37/164] Compiling Plot XMLAttributes.swift
[38/164] Compiling Plot XMLElements.swift
[39/164] Compiling Plot AnyAttribute.swift
[40/164] Compiling Plot AnyElement.swift
[42/172] Compiling Plot PodcastMediaType.swift
[43/172] Compiling Plot PodcastType.swift
[44/172] Compiling Plot RSS.swift
[45/172] Compiling Plot RSSAttributes.swift
[46/172] Compiling Plot RSSElements.swift
[47/172] Compiling Plot Renderable.swift
[48/172] Compiling Plot SiteMap.swift
[49/172] Compiling Plot SiteMapChangeFrequency.swift
[50/172] Compiling Plot Attribute.swift
[51/172] Compiling Plot Component.swift
[52/172] Compiling Plot ComponentAttributes.swift
[53/172] Compiling Plot ComponentBuilder.swift
[54/172] Compiling Plot ComponentContainer.swift
[55/172] Emitting module Ink
[56/172] Compiling Plot ComponentGroup.swift
[57/172] Compiling Plot ControlFlow.swift
[58/172] Compiling Plot Directionality.swift
[59/172] Compiling Plot Document.swift
[60/172] Compiling Plot DocumentEncoding.swift
[61/172] Emitting module Plot
[71/172] Emitting module Files
[72/172] Compiling Files Files.swift
[73/173] Compiling Plot Node.swift
[74/173] Compiling Plot NodeConvertible.swift
[75/173] Compiling Plot Optional+Component.swift
[76/173] Compiling Plot PodcastAttributes.swift
[77/173] Compiling Plot PodcastComponents.swift
[78/173] Compiling Plot PodcastElements.swift
[79/173] Compiling Plot PodcastEpisodeType.swift
[80/173] Compiling Plot PodcastFeed.swift
[82/173] Compiling Ink TextStyle.swift
[83/173] Compiling Ink TextStyleMarker.swift
[84/173] Compiling Ink URL.swift
[85/173] Compiling Ink URLDeclaration.swift
[95/174] Compiling Plot AnyEnvironmentValue.swift
[96/174] Compiling Plot AnyNode.swift
[97/174] Compiling Plot ElementRenderingBuffer.swift
[98/174] Compiling Plot ElementWrapper.swift
[99/174] Compiling Plot Environment.swift
[100/174] Compiling Plot ModifiedComponent.swift
[101/174] Compiling Plot Renderer.swift
[102/174] Compiling Plot String+Escaping.swift
[105/174] Compiling Plot HTMLFormMethod.swift
[124/181] Emitting module SwiftSoup
[144/182] Compiling SwiftSoup UTF8Arrays.swift
[145/182] Compiling SwiftSoup UnfairLock.swift
[146/182] Compiling SwiftSoup UnicodeScalar.swift
[147/182] Compiling SwiftSoup Validate.swift
[148/182] Compiling SwiftSoup Whitelist.swift
[149/182] Compiling SwiftSoup XmlDeclaration.swift
[150/182] Compiling SwiftSoup XmlTreeBuilder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[151/235] 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:
[152/242] Compiling Publish Folder+Group.swift
[153/242] Compiling Publish HTMLGenerator.swift
[154/242] Compiling Publish MarkdownContentFactory.swift
[155/242] Compiling Publish MarkdownFileHandler.swift
[156/242] Compiling Publish MarkdownMetadataDecoder.swift
[157/242] Compiling Publish Predicate.swift
[158/242] Compiling Publish PublishedWebsite.swift
[159/242] Compiling Publish PublishingContext.swift
[160/242] Compiling Publish SectionMap.swift
[161/242] Compiling Publish SortOrder.swift
[162/242] Compiling Publish StringWrapper.swift
[163/242] Compiling Publish Tag.swift
[164/242] Compiling Publish TagDetailsPage.swift
[165/242] Compiling Publish TagHTMLConfiguration.swift
[166/242] Compiling Publish TagListPage.swift
[167/242] 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:
[168/242] 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:
[169/242] 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:
[170/242] 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:
[171/242] 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:
[172/242] 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:
[173/242] 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:
[174/242] Compiling Publish AnyItem.swift
[175/242] Compiling Publish Audio.swift
[176/242] Compiling Publish Content.swift
[177/242] Compiling Publish ContentProtocol.swift
[178/242] Compiling Publish DeploymentMethod.swift
[179/242] Compiling Publish Favicon.swift
[180/242] Compiling Publish FeedConfiguration.swift
[181/242] Compiling Publish HTMLFactory.swift
[188/242] Compiling Publish File+SwiftPackageFolder.swift
[189/242] Compiling Publish FileIOError.swift
[198/242] Compiling Publish HTMLFileMode.swift
[199/242] Compiling Publish Index.swift
[200/242] Compiling Publish Item.swift
[201/242] Compiling Publish ItemRSSProperties.swift
[202/242] Compiling Publish Location.swift
[203/242] Compiling Publish Mutations.swift
[204/242] Compiling Publish Page.swift
[205/242] Compiling Publish Path.swift
[218/243] Compiling Publish PublishingError.swift
[219/243] Compiling Publish PublishingStep.swift
[220/243] Compiling Publish RSSFeedConfiguration.swift
[221/243] Compiling Publish Section.swift
[222/243] Compiling Publish PlotComponents.swift
[223/243] Compiling Publish PlotEnvironmentKeys.swift
[224/243] Compiling Publish PlotModifiers.swift
[225/243] Compiling Publish Plugin.swift
[226/243] Compiling Publish PodcastAuthor.swift
[227/243] Compiling Publish PodcastCompatibleWebsiteItemMetadata.swift
[228/243] Compiling Publish PodcastEpisodeMetadata.swift
[229/243] Compiling Publish PodcastFeedConfiguration.swift
[237/243] Compiling Publish PodcastError.swift
[238/243] Compiling Publish PodcastFeedGenerator.swift
[239/243] Compiling Publish PublishingPipeline.swift
[240/243] Compiling Publish RSSFeedGenerator.swift
[241/243] Compiling Publish ShellOutError+PublishingErrorConvertible.swift
[242/243] Compiling Publish SiteMapGenerator.swift
[243/243] Compiling Publish String+Normalized.swift
BUILD FAILURE 6.1 android