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 SwiftUIWPArticleLoader, reference master (78356e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:17:13 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/tkoehlerlg/SwiftUIWPArticleLoader.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tkoehlerlg/SwiftUIWPArticleLoader
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 78356ef Update README.md
Cloned https://github.com/tkoehlerlg/SwiftUIWPArticleLoader.git
Revision (git rev-parse @):
78356efd74bb9899d7db372d06248329fd35f454
SUCCESS checkout https://github.com/tkoehlerlg/SwiftUIWPArticleLoader.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tkoehlerlg/SwiftUIWPArticleLoader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/21] Compiling SwiftUIWPArticleLoader ContentfulTag.swift
[4/21] Compiling SwiftUIWPArticleLoader ContentfulUser.swift
[5/23] Compiling SwiftUIWPArticleLoader PublishStatus.swift
[6/23] Compiling SwiftUIWPArticleLoader SecureStatus.swift
[7/23] Compiling SwiftUIWPArticleLoader CostumeError.swift
[8/23] Compiling SwiftUIWPArticleLoader Format.swift
[9/23] Compiling SwiftUIWPArticleLoader Tag.swift
[10/23] Compiling SwiftUIWPArticleLoader User.swift
[11/23] Compiling SwiftUIWPArticleLoader ContentfulContent.swift
[12/23] Compiling SwiftUIWPArticleLoader ContentfulMedia.swift
[13/23] Compiling SwiftUIWPArticleLoader ContentfulArticle.swift
[14/23] Compiling SwiftUIWPArticleLoader ContentfulAvatarURLs.swift
[15/23] Compiling SwiftUIWPArticleLoader URL+StaticString.swift
[16/23] Compiling SwiftUIWPArticleLoader Article.swift
[17/23] Compiling SwiftUIWPArticleLoader Date+WPFormat.swift
[18/23] Compiling SwiftUIWPArticleLoader ImageLoader.swift
[19/23] Compiling SwiftUIWPArticleLoader ArticleLoadingService.swift
[20/23] Compiling SwiftUIWPArticleLoader WPBlogLoader.swift
[21/23] Emitting module SwiftUIWPArticleLoader
[22/23] Compiling SwiftUIWPArticleLoader AsyncImage.swift
[23/23] Compiling SwiftUIWPArticleLoader Date+Local.swift
Build complete! (7.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIWPArticleLoader",
  "name" : "SwiftUIWPArticleLoader",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIWPArticleLoader",
      "targets" : [
        "SwiftUIWPArticleLoader"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIWPArticleLoaderTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIWPArticleLoaderTests",
      "path" : "Tests/SwiftUIWPArticleLoaderTests",
      "sources" : [
        "JSON.swift",
        "SwiftUIWPArticleLoaderTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIWPArticleLoader"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIWPArticleLoader",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIWPArticleLoader",
      "path" : "Sources/SwiftUIWPArticleLoader",
      "product_memberships" : [
        "SwiftUIWPArticleLoader"
      ],
      "sources" : [
        "Helper/AsyncImage.swift",
        "Helper/Date+Local.swift",
        "Helper/Date+WPFormat.swift",
        "Helper/ImageLoader.swift",
        "Helper/URL+StaticString.swift",
        "Models/Article.swift",
        "Models/Contentful/ContentfulArticle.swift",
        "Models/Contentful/ContentfulAvatarURLs.swift",
        "Models/Contentful/ContentfulContent.swift",
        "Models/Contentful/ContentfulMedia.swift",
        "Models/Contentful/ContentfulTag.swift",
        "Models/Contentful/ContentfulUser.swift",
        "Models/CostumeError.swift",
        "Models/Format.swift",
        "Models/Status/PublishStatus.swift",
        "Models/Status/SecureStatus.swift",
        "Models/Tag.swift",
        "Models/User.swift",
        "Services/ArticleLoadingService.swift",
        "WPBlogLoader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.