Build Information
Failed to build swift-snapshot-testing, reference main (4ee19e), with Swift 6.1 for Android on 30 May 2025 06:36:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihai8804858/swift-snapshot-testing.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/mihai8804858/swift-snapshot-testing
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4ee19ec Merge branch 'main' into main
Cloned https://github.com/mihai8804858/swift-snapshot-testing.git
Revision (git rev-parse @):
4ee19ec0d8af7a3fce0a3f961fef71f0c7c1edd2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mihai8804858/swift-snapshot-testing.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mihai8804858/swift-snapshot-testing.git
https://github.com/mihai8804858/swift-snapshot-testing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "swift-snapshot-testing",
"name" : "swift-snapshot-testing",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SnapshotTesting",
"targets" : [
"SnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "InlineSnapshotTesting",
"targets" : [
"InlineSnapshotTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "SnapshotTestingTests",
"path" : "Tests/SnapshotTestingTests",
"sources" : [
"AssertSnapshotSwiftTests.swift",
"DeprecationTests.swift",
"RecordTests.swift",
"SnapshotTestingTests.swift",
"SnapshotsTraitTests.swift",
"SwiftTestingTests.swift",
"TestHelpers.swift",
"WaitTests.swift",
"WithSnapshotTestingTests.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "SnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "SnapshotTesting",
"path" : "Sources/SnapshotTesting",
"product_memberships" : [
"SnapshotTesting",
"InlineSnapshotTesting"
],
"sources" : [
"AssertSnapshot.swift",
"Async.swift",
"Common/Internal.swift",
"Common/PlistEncoder.swift",
"Common/String+SpecialCharacters.swift",
"Common/View.swift",
"Common/XCTAttachment.swift",
"Diff.swift",
"Diffing.swift",
"Extensions/Wait.swift",
"Internal/Deprecations.swift",
"Internal/RecordIssue.swift",
"SnapshotTestingConfiguration.swift",
"SnapshotsTestTrait.swift",
"Snapshotting.swift",
"Snapshotting/Any.swift",
"Snapshotting/CALayer.swift",
"Snapshotting/CGPath.swift",
"Snapshotting/CaseIterable.swift",
"Snapshotting/Data.swift",
"Snapshotting/Encodable.swift",
"Snapshotting/NSBezierPath.swift",
"Snapshotting/NSImage.swift",
"Snapshotting/NSView.swift",
"Snapshotting/NSViewController.swift",
"Snapshotting/SceneKit.swift",
"Snapshotting/SpriteKit.swift",
"Snapshotting/String.swift",
"Snapshotting/SwiftUIView.swift",
"Snapshotting/UIBezierPath.swift",
"Snapshotting/UIImage.swift",
"Snapshotting/UIView.swift",
"Snapshotting/UIViewController.swift",
"Snapshotting/URLRequest.swift"
],
"type" : "library"
},
{
"c99name" : "InlineSnapshotTestingTests",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTestingTests",
"path" : "Tests/InlineSnapshotTestingTests",
"sources" : [
"AssertInlineSnapshotSwiftTests.swift",
"InlineSnapshotTestingTests.swift"
],
"target_dependencies" : [
"InlineSnapshotTesting"
],
"type" : "test"
},
{
"c99name" : "InlineSnapshotTesting",
"module_type" : "SwiftTarget",
"name" : "InlineSnapshotTesting",
"path" : "Sources/InlineSnapshotTesting",
"product_dependencies" : [
"SwiftParser",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"InlineSnapshotTesting"
],
"sources" : [
"AssertInlineSnapshot.swift",
"Exports.swift"
],
"target_dependencies" : [
"SnapshotTesting"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swiftlang/swift-syntax
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.33s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (8.42s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/13] Write sources
[11/13] Compiling _SwiftSyntaxCShims dummy.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/50] 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
[15/50] 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
[16/51] 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
[17/51] 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
[19/52] 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
[20/52] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/117] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[24/121] Compiling SwiftSyntax AbsolutePosition.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
[25/121] Compiling SwiftSyntax AbsoluteRawSyntax.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
[26/121] Compiling SwiftSyntax AbsoluteSyntaxInfo.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
[27/121] Compiling SwiftSyntax Assert.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
[28/121] Compiling SwiftSyntax BumpPtrAllocator.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
[29/121] Compiling SwiftSyntax CommonAncestor.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
[30/121] Compiling SwiftSyntax Convenience.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
[31/121] Compiling SwiftSyntax CustomTraits.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
[32/121] Compiling SwiftSyntax Identifier.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
[33/129] Compiling SwiftSyntax SyntaxNodeFactory.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
[34/129] Compiling SwiftSyntax SyntaxNodeStructure.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
[35/129] Compiling SwiftSyntax SyntaxProtocol.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
[36/129] Compiling SwiftSyntax SyntaxText.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
[37/129] Compiling SwiftSyntax SyntaxTreeViewMode.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
[38/129] Compiling SwiftSyntax TokenDiagnostic.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
[39/129] Compiling SwiftSyntax TokenSequence.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
[40/129] Compiling SwiftSyntax TokenSyntax.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
[41/129] Compiling SwiftSyntax Trivia.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
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/129] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/129] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/129] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
<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
<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
<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/129] Compiling SnapshotTesting UIImage.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
[59/129] Compiling SnapshotTesting UIView.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/129] Compiling SnapshotTesting UIViewController.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/129] Compiling SnapshotTesting URLRequest.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
[62/129] Compiling SwiftSyntax SyntaxHashable.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
[63/129] Compiling SwiftSyntax SyntaxIdentifier.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
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[68/129] Compiling SwiftSyntax MissingNodeInitializers.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[69/129] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[70/129] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[71/129] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[76/129] Compiling SwiftSyntax MemoryLayout.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[77/129] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[78/129] Compiling SwiftSyntax SourceEdit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[79/129] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[80/129] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
<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-4609320-2":/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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/InlineSnapshotTestingTests/InlineSnapshotTesting.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/38] Compiling SwiftSyntax509 Empty.swift
[3/38] Emitting module SwiftSyntax509
[4/38] Compiling SwiftSyntax510 Empty.swift
[5/38] Emitting module SwiftSyntax510
[6/40] Emitting module SwiftSyntax600
[7/40] Compiling SwiftSyntax600 Empty.swift
[11/41] Compiling SnapshotTesting NSImage.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[12/41] Compiling SnapshotTesting NSView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[13/41] Compiling SnapshotTesting NSViewController.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[14/41] Compiling SnapshotTesting SceneKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[15/41] Compiling SnapshotTesting SpriteKit.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[16/41] Compiling SnapshotTesting String.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[17/41] Compiling SnapshotTesting SwiftUIView.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[18/41] Compiling SnapshotTesting UIBezierPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[19/45] Compiling SnapshotTesting CaseIterable.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[20/45] Compiling SnapshotTesting Data.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[21/45] Compiling SnapshotTesting Encodable.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[22/45] Compiling SnapshotTesting NSBezierPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[23/45] Compiling SnapshotTesting View.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[24/45] Compiling SnapshotTesting XCTAttachment.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[25/45] Compiling SnapshotTesting Diff.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[26/45] Compiling SnapshotTesting Diffing.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[27/45] Compiling SnapshotTesting Wait.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[28/45] Compiling SnapshotTesting Snapshotting.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[29/45] Compiling SnapshotTesting Any.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[30/45] Compiling SnapshotTesting CALayer.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[31/45] Compiling SnapshotTesting CGPath.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[32/45] Compiling SnapshotTesting Deprecations.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[33/45] Compiling SnapshotTesting RecordIssue.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[34/45] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[35/45] Compiling SnapshotTesting SnapshotsTestTrait.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/109] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/109] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/109] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[39/109] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/109] Emitting module SnapshotTesting
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/109] Compiling SwiftSyntax AbsolutePosition.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/109] Compiling SwiftSyntax AbsoluteRawSyntax.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[43/109] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/109] Compiling SwiftSyntax Assert.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/109] Compiling SwiftSyntax BumpPtrAllocator.swift
/host/spi-builder-workspace/Sources/SnapshotTesting/AssertSnapshot.swift:505:10: error: no such module 'CoreServices'
503 |
504 | #if !os(Linux) && !os(Windows)
505 | import CoreServices
| `- error: no such module 'CoreServices'
506 |
507 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
BUILD FAILURE 6.1 android