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

Successful build of VDCodable, reference master (b5f8ba), with Swift 5.10 for Linux on 1 Feb 2025 08:40:06 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDCodable.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/dankinsoid/VDCodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b5f8ba2 (no commit message provided)
Cloned https://github.com/dankinsoid/VDCodable.git
Revision (git rev-parse @):
b5f8ba27807a8c1dbfc5394a659c17029e99269b
SUCCESS checkout https://github.com/dankinsoid/VDCodable.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/dankinsoid/VDCodable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/dankinsoid/SimpleCoders.git
[1/101] Fetching simplecoders
Fetched https://github.com/dankinsoid/SimpleCoders.git from cache (0.18s)
Computing version for https://github.com/dankinsoid/SimpleCoders.git
Computed https://github.com/dankinsoid/SimpleCoders.git at 1.6.0 (0.40s)
Creating working copy for https://github.com/dankinsoid/SimpleCoders.git
Working copy of https://github.com/dankinsoid/SimpleCoders.git resolved at 1.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/19] Compiling SimpleCoders TypeRevisionDecoder.swift
[5/19] Compiling SimpleCoders TypeRevisionEncoder.swift
[6/19] Compiling SimpleCoders CodingStrategy.swift
[7/19] Compiling SimpleCoders DecodingUnboxer.swift
[8/19] Compiling SimpleCoders EncodingBoxer.swift
[9/19] Compiling SimpleCoders IntKey.swift
[10/19] Emitting module SimpleCoders
[11/19] Compiling SimpleCoders CodableProtocols.swift
[12/19] Compiling SimpleCoders DateCodingStrategies.swift
[13/19] Compiling SimpleCoders KeyCodingStrategies.swift
[14/21] Compiling SimpleCoders CodableTypes.swift
[15/21] Compiling SimpleCoders TypeRevision.swift
[16/21] Compiling SimpleCoders OrderedDictionary.swift
[17/21] Compiling SimpleCoders StringConvertibleHintProvider.swift
[18/21] Compiling SimpleCoders PlainCodingKey.swift
[19/21] Compiling SimpleCoders StringKey.swift
[20/21] Compiling SimpleCoders CheckAllKeysDecoder.swift
[21/21] Compiling SimpleCoders Ref.swift
[23/39] Compiling VDCodable NSManagedCodable.swift
[24/39] Compiling VDCodable URLQueryDecoder.swift
[25/41] Emitting module VDCodable
[26/41] Compiling VDCodable StringUtils.swift
[27/41] Compiling VDCodable UnwrapOperator.swift
[28/41] Compiling VDCodable URLQueryEncoder.swift
[29/41] Compiling VDCodable Int++.swift
[30/41] Compiling VDCodable DoubleFormatter.swift
[31/41] Compiling VDCodable EncodingOptions.swift
[32/41] Compiling VDCodable JSON.swift
[33/41] Compiling VDCodable ProtobufJSONEncoder.swift
[34/41] Compiling VDCodable VDJSONDecoder.swift
[35/41] Compiling VDCodable VDJSONEncoder.swift
[36/41] Compiling VDCodable NSCodable.swift
[37/41] Compiling VDCodable DictionaryDecoder.swift
[38/41] Compiling VDCodable DictionaryEncoder.swift
[39/41] Compiling VDCodable DataDecodingStrategy.swift
[40/41] Compiling VDCodable JSONDecodingError.swift
[41/41] Compiling VDCodable JSONScanner.swift
Build complete! (12.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "simplecoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dankinsoid/SimpleCoders.git"
    }
  ],
  "manifest_display_name" : "VDCodable",
  "name" : "VDCodable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "VDCodable",
      "targets" : [
        "VDCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VDCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "VDCodableTests",
      "path" : "Tests/VDCodableTests",
      "sources" : [
        "VDCodableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "VDCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VDCodable",
      "module_type" : "SwiftTarget",
      "name" : "VDCodable",
      "path" : "Sources/VDCodable",
      "product_dependencies" : [
        "SimpleCoders"
      ],
      "product_memberships" : [
        "VDCodable"
      ],
      "sources" : [
        "Dictionary/DictionaryDecoder.swift",
        "Dictionary/DictionaryEncoder.swift",
        "JSON/DataDecodingStrategy.swift",
        "JSON/DoubleFormatter.swift",
        "JSON/EncodingOptions.swift",
        "JSON/JSON.swift",
        "JSON/JSONDecodingError.swift",
        "JSON/JSONScanner.swift",
        "JSON/ProtobufJSONEncoder.swift",
        "JSON/VDJSONDecoder.swift",
        "JSON/VDJSONEncoder.swift",
        "NSCodable/NSCodable.swift",
        "NSCodable/NSManagedCodable.swift",
        "URLQuery/URLQueryDecoder.swift",
        "URLQuery/URLQueryEncoder.swift",
        "Utils/Int++.swift",
        "Utils/StringUtils.swift",
        "Utils/UnwrapOperator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.