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 (eb53d6), with Swift 6.1 for Wasm on 31 May 2025 17:03:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.63.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 eb53d6e chore(deps): update dependency apple/swift-syntax to v601 (#20)
Cloned https://github.com/EnesKaraosman/LoremSwiftify.git
Revision (git rev-parse @):
eb53d6ec20c1ee2c0203f932aa290f637300d913
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-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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.40s)
[1/70558] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.30s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (8.66s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (1.79s)
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
Creating working copy for https://github.com/vadymmarkov/Fakery
Working copy of https://github.com/vadymmarkov/Fakery resolved at 5.1.0
Building for debugging...
[0/71] Write sources
[0/71] Copying en-TEST.json
[0/71] Copying en-IND.json
[0/71] Copying en-GB.json
[0/71] Copying en-CA.json
[0/71] Copying en-AU.json
[0/71] Copying de.json
[0/71] Copying de-CH.json
[0/71] Write sources
[0/71] Copying de-AT.json
[0/71] Copying en-US.json
[28/71] Copying zh-TW.json
[28/71] Copying zh-CN.json
[28/71] Copying uk.json
[28/71] Copying tr-TR.json
[28/71] Copying sv.json
[28/71] Copying sk.json
[28/71] Copying ru.json
[28/71] Copying pt-BR.json
[28/71] Copying nl.json
[28/71] Copying ko.json
[28/71] Copying nb-NO.json
[28/71] Copying ja.json
[28/71] Copying fa.json
[28/71] Copying it.json
[28/71] Copying es.json
[43/71] Copying pl.json
[44/71] Copying en.json
[44/71] Copying fr.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] 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
[51/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
[52/111] 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
[53/111] 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
[54/112] 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
[55/112] 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
[57/113] 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
[58/113] 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
[60/114] Wrapping AST for SwiftSyntax601 for debugging
[62/114] Wrapping AST for SwiftSyntax600 for debugging
[63/114] Wrapping AST for SwiftSyntax509 for debugging
[64/114] Wrapping AST for SwiftSyntax510 for debugging
[66/178] Compiling SwiftSyntax SyntaxChildren.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 SyntaxCollection.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 SyntaxHashable.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 Trivia.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 Utils.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 ChildNameForKeyPath.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 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
[73/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
[74/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
[75/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
[76/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
[77/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
[78/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
[79/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
[80/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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/178] Compiling SwiftSyntax Syntax.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 SyntaxArena.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 SyntaxArenaAllocatedBuffer.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 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
[93/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
[94/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
[95/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
<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-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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] Emitting module SwiftSyntax510
[3/60] Emitting module SwiftSyntax601
[4/60] Compiling SwiftSyntax601 Empty.swift
[5/61] Emitting module SwiftSyntax509
[6/61] Compiling SwiftSyntax509 Empty.swift
[7/62] Compiling SwiftSyntax510 Empty.swift
[8/63] Compiling SwiftSyntax600 Empty.swift
[9/63] Emitting module SwiftSyntax600
[13/61] 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
[14/61] 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
[15/61] 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
[17/64] 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
[18/64] 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
[19/64] 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
[20/64] 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
[21/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
[22/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
[23/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
[24/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/63] 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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/70] 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
[35/70] 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
[36/70] 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
[37/72] 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
[38/72] 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
[39/72] 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
[40/72] 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
[41/72] 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
[42/72] 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
[43/72] 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
[44/72] 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
BUILD FAILURE 6.1 wasm