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 DictionaryCoding, reference 0.2.1 (7db0b0), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 13:35:23 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krugazor/dictionarycoding.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krugazor/dictionarycoding
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 7db0b03 SwiftLint pass and fix
Cloned https://github.com/krugazor/dictionarycoding.git
Revision (git rev-parse @):
7db0b0395ede870bcdf138877669c3ab21fe2c3a
SUCCESS checkout https://github.com/krugazor/dictionarycoding.git at 0.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "dictionarycoding",
      "name": "DictionaryCoding",
      "url": "https://github.com/krugazor/dictionarycoding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/dictionarycoding",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/krugazor/dictionarycoding.git
[1/48] Fetching dictionarycoding
Fetched https://github.com/krugazor/dictionarycoding.git from cache (0.64s)
Creating working copy for https://github.com/krugazor/dictionarycoding.git
Working copy of https://github.com/krugazor/dictionarycoding.git resolved at 0.2.1 (7db0b03)
warning: '.resolve-product-dependencies': dependency 'dictionarycoding' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/krugazor/dictionarycoding.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryCoding",
  "name" : "DictionaryCoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DictionaryCoding",
      "targets" : [
        "DictionaryCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryCodingTests",
      "path" : "Tests/DictionaryCodingTests",
      "sources" : [
        "DictionaryCoderTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DictionaryCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DictionaryCoding",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryCoding",
      "path" : "Sources/DictionaryCoding",
      "product_memberships" : [
        "DictionaryCoding"
      ],
      "sources" : [
        "DictionaryCoding.swift",
        "StorageWrappers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Compiling DictionaryCoding StorageWrappers.swift
[4/5] Emitting module DictionaryCoding
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryCoding.swift:7:14: warning: non-final class 'DictionaryCodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
   5 | import Foundation
   6 |
   7 | public class DictionaryCodingError: Error {
     |              `- warning: non-final class 'DictionaryCodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
   8 |   public let reason: String
   9 |   public init(_ msg: String = "Unspecified error") {
[5/5] Compiling DictionaryCoding DictionaryCoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryCoding.swift:7:14: warning: non-final class 'DictionaryCodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
   5 | import Foundation
   6 |
   7 | public class DictionaryCodingError: Error {
     |              `- warning: non-final class 'DictionaryCodingError' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
   8 |   public let reason: String
   9 |   public init(_ msg: String = "Unspecified error") {
Build complete! (5.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryCoding",
  "name" : "DictionaryCoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DictionaryCoding",
      "targets" : [
        "DictionaryCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryCodingTests",
      "path" : "Tests/DictionaryCodingTests",
      "sources" : [
        "DictionaryCoderTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DictionaryCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DictionaryCoding",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryCoding",
      "path" : "Sources/DictionaryCoding",
      "product_memberships" : [
        "DictionaryCoding"
      ],
      "sources" : [
        "DictionaryCoding.swift",
        "StorageWrappers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.