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 swift-tagged, reference main (706123), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 12:03:45 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-tagged.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-tagged
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7061233 docs: update README.md (#77)
Cloned https://github.com/pointfreeco/swift-tagged.git
Revision (git rev-parse @):
7061233809f745e2ba6c3e8c6f984a8f36257226
SUCCESS checkout https://github.com/pointfreeco/swift-tagged.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pointfreeco/swift-tagged.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling Tagged Tagged.swift
[6/7] Compiling Tagged UUID.swift
[7/7] Emitting module Tagged
[8/11] Compiling TaggedMoney TaggedMoney.swift
[9/11] Emitting module TaggedMoney
[10/11] Compiling TaggedTime TaggedTime.swift
/Users/admin/builder/spi-builder-workspace/Sources/TaggedTime/TaggedTime.swift:46:9: warning: capture of non-sendable type 'RawValue.Type' in an isolated closure
 44 |   /// Converts milliseconds into `TimeInterval`, which is measured in seconds.
 45 |   public var timeInterval: TimeInterval {
 46 |     map(TimeInterval.init).timeInterval
    |         `- warning: capture of non-sendable type 'RawValue.Type' in an isolated closure
 47 |   }
 48 |
[11/11] Emitting module TaggedTime
Build complete! (3.64s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 4 | import PackageDescription
 5 |
 6 | var package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |   name: "swift-tagged",
 8 |   products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tagged",
  "name" : "swift-tagged",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagged",
      "targets" : [
        "Tagged"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedMoney",
      "targets" : [
        "TaggedMoney"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedTime",
      "targets" : [
        "TaggedTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TaggedTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTimeTests",
      "path" : "Tests/TaggedTimeTests",
      "sources" : [
        "TaggedTimeTests.swift"
      ],
      "target_dependencies" : [
        "TaggedTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedTime",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTime",
      "path" : "Sources/TaggedTime",
      "product_memberships" : [
        "TaggedTime"
      ],
      "sources" : [
        "TaggedTime.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TaggedTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTests",
      "path" : "Tests/TaggedTests",
      "sources" : [
        "TaggedTests.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoneyTests",
      "path" : "Tests/TaggedMoneyTests",
      "sources" : [
        "TaggedMoneyTests.swift"
      ],
      "target_dependencies" : [
        "TaggedMoney"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoney",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoney",
      "path" : "Sources/TaggedMoney",
      "product_memberships" : [
        "TaggedMoney"
      ],
      "sources" : [
        "TaggedMoney.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tagged",
      "module_type" : "SwiftTarget",
      "name" : "Tagged",
      "path" : "Sources/Tagged",
      "product_memberships" : [
        "Tagged",
        "TaggedMoney",
        "TaggedTime"
      ],
      "sources" : [
        "Tagged.swift",
        "UUID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-6.0.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 4 | import PackageDescription
 5 |
 6 | var package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 7 |   name: "swift-tagged",
 8 |   products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.