This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftSnapshotTesting with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugenebokhan/swift-snapshot-testing.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/eugenebokhan/swift-snapshot-testing
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b2ecbe0 update deps
Cloned https://github.com/eugenebokhan/swift-snapshot-testing.git
Revision (git rev-parse @):
b2ecbe0e6e25c9582ffba6a7474cd9bf50a6624a
SUCCESS checkout https://github.com/eugenebokhan/swift-snapshot-testing.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/devicekit/DeviceKit.git
Fetching https://github.com/s1ddok/Alloy.git
Fetching https://github.com/eugenebokhan/ResourcesBridge.git
[1/4380] Fetching alloy
[571/4563] Fetching alloy, resourcesbridge
[709/8019] Fetching alloy, resourcesbridge, devicekit
Fetched https://github.com/devicekit/DeviceKit.git (0.53s)
Fetched https://github.com/eugenebokhan/ResourcesBridge.git (0.53s)
Fetched https://github.com/s1ddok/Alloy.git (0.55s)
Computing version for https://github.com/eugenebokhan/ResourcesBridge.git
Computed https://github.com/eugenebokhan/ResourcesBridge.git at 0.0.4 (0.40s)
Fetching https://github.com/eugenebokhan/Bonjour.git
[1/106] Fetching bonjour
Fetched https://github.com/eugenebokhan/Bonjour.git (0.30s)
Computing version for https://github.com/eugenebokhan/Bonjour.git
Computed https://github.com/eugenebokhan/Bonjour.git at 2.1.0 (0.37s)
Computing version for https://github.com/s1ddok/Alloy.git
Computed https://github.com/s1ddok/Alloy.git at 0.18.2 (0.43s)
Computing version for https://github.com/devicekit/DeviceKit.git
Computed https://github.com/devicekit/DeviceKit.git at 4.9.0 (0.37s)
Creating working copy for https://github.com/eugenebokhan/Bonjour.git
Working copy of https://github.com/eugenebokhan/Bonjour.git resolved at 2.1.0
Creating working copy for https://github.com/s1ddok/Alloy.git
Working copy of https://github.com/s1ddok/Alloy.git resolved at 0.18.2
Creating working copy for https://github.com/eugenebokhan/ResourcesBridge.git
Working copy of https://github.com/eugenebokhan/ResourcesBridge.git resolved at 0.0.4
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 4.9.0
Building for debugging...
[0/3] Copying Shaders.metal
[2/3] Compiling AlloyShadersSharedTypes AlloyShadersSharedTypes.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/80] Emitting module Alloy
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/89] Emitting module DeviceKit
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
import UIKit
       ^
[6/89] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
import UIKit
       ^
[7/89] Compiling Alloy MTLCommandQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[8/89] Compiling Alloy MTLComputeCommandEncoder+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[9/89] Compiling Alloy MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[10/89] Compiling Alloy MTLContext+CommandQueue.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[11/89] Compiling Alloy MTLDevice+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[12/89] Compiling Alloy MTLDevice+Features.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[13/89] Compiling Alloy MTLFunctionConstantValues+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[14/89] Compiling Alloy MTLLibrary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[15/89] Compiling Alloy MTLOrigin+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[16/89] Compiling Alloy MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
error: fatalError
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:2:8: error: no such module 'MultipeerConnectivity'
import MultipeerConnectivity
       ^
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/77] Emitting module DeviceKit
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
import UIKit
       ^
[2/77] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:2:8: error: no such module 'MultipeerConnectivity'
import MultipeerConnectivity
       ^
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.