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 swift-binary-coder with Swift 5.8 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fwcd/swift-binary-coder.git
Reference: v0.0.1
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/fwcd/swift-binary-coder
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 5270e91 Implement decoding of non null terminated strings
Cloned https://github.com/fwcd/swift-binary-coder.git
Revision (git rev-parse @):
5270e91c53e2b75a32c8383de74743233d8aab7a
SUCCESS checkout https://github.com/fwcd/swift-binary-coder.git at v0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/fwcd/swift-binary-coder.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/apple/swift-docc-plugin.git
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.0.0 (0.32s)
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/18] Emitting module BinaryCoder
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
        stringEncoding: String.Encoding = .utf8,
                               ^
Foundation.String:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
[4/20] Compiling BinaryCoder Endianness.swift
[5/20] Compiling BinaryCoder VariableSizedTypeStrategy.swift
[6/20] Compiling BinaryCoder BinaryEncoderImpl.swift
[7/20] Compiling BinaryCoder BinaryEncodingError.swift
[8/20] Compiling BinaryCoder KeyedBinaryDecodingContainer.swift
[9/20] Compiling BinaryCoder SingleValueBinaryDecodingContainer.swift
[10/20] Compiling BinaryCoder BinaryEncodingState.swift
[11/20] Compiling BinaryCoder KeyedBinaryEncodingContainer.swift
[12/20] Compiling BinaryCoder UnkeyedBinaryDecodingContainer.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
[13/20] Compiling BinaryCoder BinaryEncoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
[14/20] Compiling BinaryCoder BinaryDecodingError.swift
[15/20] Compiling BinaryCoder BinaryDecodingState.swift
[16/20] Compiling BinaryCoder SingleValueBinaryEncodingContainer.swift
[17/20] Compiling BinaryCoder UnkeyedBinaryEncodingContainer.swift
[18/20] Compiling BinaryCoder BinaryCodingConfiguation.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
        stringEncoding: String.Encoding = .utf8,
                               ^
Foundation.String:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
[19/20] Compiling BinaryCoder BinaryDecoder.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
        stringEncoding: String.Encoding = .utf8,
                               ^
Foundation.String:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
[20/20] Compiling BinaryCoder BinaryDecoderImpl.swift
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:32: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
        stringEncoding: String.Encoding = .utf8,
                               ^
Foundation.String:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: warning: static property 'utf8' cannot be used in a default argument value because 'Foundation' was not imported by this file; this is an error in Swift 6
        stringEncoding: String.Encoding = .utf8,
                                           ^
/host/spi-builder-workspace/Sources/BinaryCoder/BinaryCodingConfiguation.swift:15:44: note: The missing import of module 'Foundation' will be added implicitly
        stringEncoding: String.Encoding = .utf8,
                                           ^
Build complete! (10.50s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.