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 LoremSwiftify, reference main (088dd4), with Swift 6.1 for Wasm on 18 Aug 2025 22:29:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EnesKaraosman/LoremSwiftify.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/EnesKaraosman/LoremSwiftify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 088dd40 chore(deps): update actions/checkout action to v5 (#21)
Cloned https://github.com/EnesKaraosman/LoremSwiftify.git
Revision (git rev-parse @):
088dd4086579d609e5e29896015dccd412804e32
SUCCESS checkout https://github.com/EnesKaraosman/LoremSwiftify.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EnesKaraosman/LoremSwiftify.git
https://github.com/EnesKaraosman/LoremSwiftify.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "fakery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vadymmarkov/Fakery"
    }
  ],
  "manifest_display_name" : "LoremSwiftify",
  "name" : "LoremSwiftify",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "LoremSwiftify",
      "targets" : [
        "LoremSwiftify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LoremSwiftifyClient",
      "targets" : [
        "LoremSwiftifyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LoremSwiftifyMacros",
      "targets" : [
        "LoremSwiftifyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LoremSwiftifyTests",
      "module_type" : "SwiftTarget",
      "name" : "LoremSwiftifyTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "LoremSwiftsumizeTests/LoremSwiftsumizeTests.swift",
        "LoremSwiftsumizeTests/TestUtils/MacroTestCase.swift"
      ],
      "target_dependencies" : [
        "LoremSwiftifyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoremSwiftifyMacros",
      "module_type" : "SwiftTarget",
      "name" : "LoremSwiftifyMacros",
      "path" : "Sources/LoremSwiftifyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "LoremSwiftify",
        "LoremSwiftifyClient",
        "LoremSwiftifyMacros"
      ],
      "sources" : [
        "Diagnostic.swift",
        "Extensions.swift",
        "LoremSwiftifyMacro.swift",
        "SupportedTypes/LoremSwiftifyClass.swift",
        "SupportedTypes/LoremSwiftifyEnum.swift",
        "SupportedTypes/LoremSwiftifyStruct.swift",
        "SupportedTypes/Shared.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "LoremSwiftifyClient",
      "module_type" : "SwiftTarget",
      "name" : "LoremSwiftifyClient",
      "path" : "Sources/LoremSwiftifyClient",
      "product_memberships" : [
        "LoremSwiftifyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LoremSwiftify"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LoremSwiftify",
      "module_type" : "SwiftTarget",
      "name" : "LoremSwiftify",
      "path" : "Sources/LoremSwiftify",
      "product_dependencies" : [
        "Fakery"
      ],
      "product_memberships" : [
        "LoremSwiftify",
        "LoremSwiftifyClient"
      ],
      "sources" : [
        "LoremIpsumize+Extensions.swift",
        "LoremKind.swift",
        "LoremSwiftify.swift"
      ],
      "target_dependencies" : [
        "LoremSwiftifyMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/vadymmarkov/Fakery
[1/3293] Fetching fakery
Fetched https://github.com/vadymmarkov/Fakery from cache (0.47s)
[1/71757] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.48s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (8.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (0.73s)
Creating working copy for https://github.com/vadymmarkov/Fakery
Working copy of https://github.com/vadymmarkov/Fakery resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Building for debugging...
[0/71] Write sources
[7/71] Copying zh-TW.json
[7/71] Copying uk.json
[7/71] Copying sv.json
[7/71] Copying tr-TR.json
[7/71] Copying ru.json
[7/71] Copying nl.json
[7/71] Copying pl.json
[7/71] Copying sk.json
[7/71] Copying nb-NO.json
[7/71] Copying ko.json
[7/71] Copying ja.json
[7/71] Copying fr.json
[7/71] Copying fa.json
[7/71] Copying es.json
[7/71] Copying it.json
[7/71] Copying en-US.json
[7/71] Copying en-IND.json
[7/71] Copying zh-CN.json
[7/71] Copying en-GB.json
[7/71] Copying en.json
[7/71] Copying en-AU.json
[7/71] Copying en-CA.json
[7/71] Copying de-CH.json
[7/71] Copying de.json
[10/71] Write sources
[21/71] Copying en-TEST.json
[43/71] Copying de-AT.json
[43/71] Copying pt-BR.json
[46/71] Compiling _SwiftSyntaxCShims dummy.c
[47/71] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/107] Emitting module Fakery
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[50/110] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/110] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/110] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/110] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/110] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/110] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/113] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/113] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/114] Wrapping AST for SwiftSyntax509 for debugging
[62/114] Wrapping AST for SwiftSyntax510 for debugging
[63/114] Wrapping AST for SwiftSyntax600 for debugging
[64/114] Wrapping AST for SwiftSyntax601 for debugging
[66/178] Compiling SwiftSyntax Convenience.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[67/178] Compiling SwiftSyntax CustomTraits.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[68/178] Compiling SwiftSyntax EditorPlaceholder.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[69/178] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[70/178] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[71/178] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[72/178] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[73/178] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[74/178] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[75/178] Compiling SwiftSyntax SyntaxNodeFactory.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[76/178] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[77/178] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[78/178] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[79/178] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[80/178] Compiling SwiftSyntax CommonAncestor.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[81/178] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[82/178] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[83/178] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[84/178] Compiling SwiftSyntax Identifier.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[85/178] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[86/178] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[87/178] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[88/178] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[89/178] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[90/178] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[91/178] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[92/178] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[93/178] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[94/178] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[95/178] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/24] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling SwiftSyntax600 Empty.swift
[3/60] Emitting module SwiftSyntax509
[4/60] Compiling SwiftSyntax509 Empty.swift
[5/60] Emitting module SwiftSyntax600
[6/62] Emitting module SwiftSyntax510
[7/62] Compiling SwiftSyntax510 Empty.swift
[8/62] Emitting module SwiftSyntax601
[9/62] Compiling SwiftSyntax601 Empty.swift
[10/64] Compiling Fakery PhoneNumber.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[11/64] Compiling Fakery ProgrammingLanguage.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[12/64] Compiling Fakery Team.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/64] Emitting module Fakery
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[18/63] Compiling Fakery Config.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[19/63] Compiling Fakery Parser.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[20/63] Compiling Fakery Provider.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[21/63] Compiling Fakery ArrayExtension.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[22/63] Compiling Fakery Generator.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[23/63] Compiling Fakery Ham.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[24/63] Compiling Fakery Hobbit.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[25/63] Compiling Fakery House.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[26/63] Compiling Fakery Internet.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[27/63] Compiling Fakery Lorem.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[28/63] Compiling Fakery Name.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[29/63] Compiling Fakery Number.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[30/63] Compiling Fakery Commerce.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[31/63] Compiling Fakery Company.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[32/63] Compiling Fakery Date.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[33/63] Compiling Fakery Gender.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[34/63] Compiling Fakery StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[35/63] Compiling Fakery Faker.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[36/63] Compiling Fakery Address.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[37/63] Compiling Fakery App.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[38/63] Compiling Fakery Bank.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[39/63] Compiling Fakery Business.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[40/63] Compiling Fakery Car.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[41/63] Compiling Fakery Cat.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[42/63] Compiling Fakery Vehicle.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[43/63] Compiling Fakery Zelda.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
[44/63] Compiling Fakery resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Fakery/Sources/Fakery/Generators/Address.swift:8:8: error: no such module 'CoreLocation'
  6 | }
  7 | #else
  8 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
  9 | public typealias Location = CLLocationCoordinate2D
 10 | #endif
BUILD FAILURE 6.1 wasm