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

Successful build of ScreenData with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ServerDriven/ScreenData-swift.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/ServerDriven/ScreenData-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20e1b73 Merge pull request #17 from ServerDriven/develop
Cloned https://github.com/ServerDriven/ScreenData-swift.git
Revision (git rev-parse @):
20e1b73ec66076494135b041a29d43ca0870fd45
SUCCESS checkout https://github.com/ServerDriven/ScreenData-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Building for debugging...
[1/17] Emitting module ScreenData
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
    public let id: UUID = UUID()
           ~~~ ^
           var
[2/19] Compiling ScreenData DestinationType.swift
[3/19] Compiling ScreenData FontType.swift
[4/19] Compiling ScreenData Destination.swift
[5/19] Compiling ScreenData SomeColor.swift
[6/19] Compiling ScreenData SomeStyle.swift
[7/19] Compiling ScreenData ImageAspectScale.swift
[8/19] Compiling ScreenData ViewDirectionAxis.swift
[9/19] Compiling ScreenData SomeContainerView.swift
[10/19] Compiling ScreenData SomeCustomView.swift
[11/19] Compiling ScreenData SomeImage.swift
[12/19] Compiling ScreenData SomeLabel.swift
[13/19] Compiling ScreenData ViewType.swift
[14/19] Compiling ScreenData SomeButton.swift
[15/19] Compiling ScreenData SomeView+.swift
[16/19] Compiling ScreenData SomeView.swift
[17/19] Compiling ScreenData SomeScreen.swift
[18/19] Compiling ScreenData SomeSpacer.swift
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
    public let id: UUID = UUID()
           ~~~ ^
           var
[19/19] Compiling ScreenData SomeText.swift
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
    public let id: UUID = UUID()
               ^
/host/spi-builder-workspace/Sources/ScreenData/Views/SomeSpacer.swift:4:16: note: make the property mutable instead
    public let id: UUID = UUID()
           ~~~ ^
           var
Build complete! (4.70s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.