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 Yams, reference 5.3.1 (b4b804), with Swift 5.9 for Linux on 24 Feb 2025 08:07:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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/jpsim/Yams.git
Reference: 5.3.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/jpsim/Yams
 * tag               5.3.1      -> FETCH_HEAD
HEAD is now at b4b8042 Merge pull request #438 from jpsim/fix_alias_resolution_of_single_value_types
Cloned https://github.com/jpsim/Yams.git
Revision (git rev-parse @):
b4b8042411dc7bbb696300a34a4bf3ba1b7ad19b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jpsim/Yams.git at 5.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jpsim/Yams.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[0/6] Compiling writer.c
[1/6] Compiling reader.c
[2/6] Compiling parser.c
[3/6] Compiling api.c
[4/6] Compiling emitter.c
[5/6] Compiling scanner.c
[7/25] Emitting module Yams
[8/27] Compiling Yams Tag.swift
[9/27] Compiling Yams YamlAnchorProviding.swift
[10/27] Compiling Yams YamlError.swift
[11/27] Compiling Yams YamlTagProviding.swift
[12/27] Compiling Yams Node.Sequence.swift
[13/27] Compiling Yams Node.swift
[14/27] Compiling Yams Parser.swift
[15/27] Compiling Yams Emitter.swift
[16/27] Compiling Yams Encoder.swift
[17/27] Compiling Yams Mark.swift
[18/27] Compiling Yams Anchor.swift
[19/27] Compiling Yams Constructor.swift
[20/27] Compiling Yams Decoder.swift
[21/27] Compiling Yams Node.Alias.swift
[22/27] Compiling Yams Node.Mapping.swift
[23/27] Compiling Yams Node.Scalar.swift
[24/27] Compiling Yams Resolver.swift
[25/27] Compiling Yams String+Yams.swift
[26/27] Compiling Yams RedundancyAliasingStrategy.swift
[27/27] Compiling Yams Representer.swift
Build complete! (5.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Yams",
  "name" : "Yams",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Yams",
      "targets" : [
        "Yams"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YamsTests",
      "module_type" : "SwiftTarget",
      "name" : "YamsTests",
      "path" : "Tests/YamsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/YamsTests/Fixtures/SourceKitten#289/debug.yaml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AliasingStrategyTests.swift",
        "AnchorCodingTests.swift",
        "AnchorTolerancesTests.swift",
        "ConstructorTests.swift",
        "EmitterTests.swift",
        "EncoderTests.swift",
        "MarkTests.swift",
        "NodeDecoderTests.swift",
        "NodeTests.swift",
        "PerformanceTests.swift",
        "RepresenterTests.swift",
        "ResolverTests.swift",
        "SpecTests.swift",
        "StringTests.swift",
        "TagCodingTests.swift",
        "TagTolerancesTests.swift",
        "TestHelper.swift",
        "TopLevelDecoderTests.swift",
        "YamlErrorTests.swift"
      ],
      "target_dependencies" : [
        "Yams"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Yams",
      "module_type" : "SwiftTarget",
      "name" : "Yams",
      "path" : "Sources/Yams",
      "product_memberships" : [
        "Yams"
      ],
      "sources" : [
        "Anchor.swift",
        "Constructor.swift",
        "Decoder.swift",
        "Emitter.swift",
        "Encoder.swift",
        "Mark.swift",
        "Node.Alias.swift",
        "Node.Mapping.swift",
        "Node.Scalar.swift",
        "Node.Sequence.swift",
        "Node.swift",
        "Parser.swift",
        "RedundancyAliasingStrategy.swift",
        "Representer.swift",
        "Resolver.swift",
        "String+Yams.swift",
        "Tag.swift",
        "YamlAnchorProviding.swift",
        "YamlError.swift",
        "YamlTagProviding.swift"
      ],
      "target_dependencies" : [
        "CYaml"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CYaml",
      "module_type" : "ClangTarget",
      "name" : "CYaml",
      "path" : "Sources/CYaml",
      "product_memberships" : [
        "Yams"
      ],
      "sources" : [
        "src/api.c",
        "src/emitter.c",
        "src/parser.c",
        "src/reader.c",
        "src/scanner.c",
        "src/writer.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.