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 Android on 31 May 2025 17:04:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vadymmarkov/Fakery
Fetching https://github.com/apple/swift-syntax.git
[1/3293] Fetching fakery
[3294/73851] Fetching fakery, swift-syntax
Fetched https://github.com/vadymmarkov/Fakery from cache (9.60s)
Fetched https://github.com/apple/swift-syntax.git from cache (9.73s)
Computing version for https://github.com/vadymmarkov/Fakery
Computed https://github.com/vadymmarkov/Fakery at 5.1.0 (13.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (1.52s)
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
[6/71] Copying zh-CN.json
[9/71] Copying zh-TW.json
[20/71] Copying uk.json
[21/71] Copying sv.json
[21/71] Copying tr-TR.json
[21/71] Copying ru.json
[21/71] Copying sk.json
[21/71] Copying pt-BR.json
[21/71] Copying pl.json
[21/71] Copying nb-NO.json
[21/71] Copying ja.json
[21/71] Copying ko.json
[21/71] Copying it.json
[21/71] Copying fr.json
[22/71] Copying fa.json
[26/71] Copying nl.json
[35/71] Copying es.json
[35/71] Copying en-CA.json
[35/71] Copying en-AU.json
[35/71] Copying de.json
[35/71] Copying de-CH.json
[35/71] Copying de-AT.json
[41/71] Copying en-IND.json
[41/71] Copying en-US.json
[43/71] Copying en-TEST.json
[44/71] Copying en-GB.json
[45/71] Copying en.json
[46/71] Compiling _SwiftSyntaxCShims dummy.c
[47/71] Write swift-version-24593BA9C3E375BF.txt
[49/107] 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
[50/107] 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/108] 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
[52/108] 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/109] 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
[55/109] 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
[57/110] Wrapping AST for SwiftSyntax510 for debugging
[58/110] Wrapping AST for SwiftSyntax601 for debugging
[60/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
[61/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
[61/111] Wrapping AST for SwiftSyntax509 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/111] 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
[64/114] Wrapping AST for SwiftSyntax600 for debugging
[66/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
[67/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
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/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
[75/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
[76/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
[77/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
[78/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
[79/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
[80/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
[81/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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
<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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/24] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling SwiftSyntax509 Empty.swift
[3/60] Compiling SwiftSyntax600 Empty.swift
[4/60] Emitting module SwiftSyntax600
[5/61] Emitting module SwiftSyntax509
[6/62] Compiling SwiftSyntax601 Empty.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/62] 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
[8/65] Emitting module SwiftSyntax601
[9/66] Emitting module SwiftSyntax510
[10/66] Compiling SwiftSyntax510 Empty.swift
[14/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
[15/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
[16/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[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 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
[31/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
[32/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
[33/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
[34/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
[35/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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
BUILD FAILURE 6.1 android