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 InSwifted-Addons, reference main (c1a0fb), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 14:13:52 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/JustinGuedes/inswifted-addons.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JustinGuedes/inswifted-addons
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c1a0fb8 Add support for watchOS
Cloned https://github.com/JustinGuedes/inswifted-addons.git
Revision (git rev-parse @):
c1a0fb820d9c283c57332dd89318ef7dd2347cd8
SUCCESS checkout https://github.com/JustinGuedes/inswifted-addons.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/JustinGuedes/inswifted-addons.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/31] Compiling InSwifted Injected.swift
[8/31] Compiling InSwifted InSwifted.swift
[9/31] Emitting module Prelude
[10/32] Compiling Prelude UIDevice.swift
[11/32] Compiling Prelude Default.swift
[12/32] Compiling InSwifted DependencyFactory.swift
[13/32] Compiling InSwifted InstanceDependencyFactory.swift
[14/32] Compiling InSwifted DependencyError.swift
[15/32] Compiling InSwifted DependencyContainer.swift
[16/32] Compiling InSwifted DependencyResolver.swift
[17/32] Emitting module InSwifted
[18/32] Compiling InSwifted DependencyRegisterer.swift
[19/32] Compiling InSwifted SingletonDependencyFactory.swift
[20/32] Compiling Prelude XMLDecoderUnkeyedDecodingContainer.swift
[21/32] Compiling Prelude XMLElement.swift
[22/32] Compiling Prelude XMLDecoderSingleValueDecodingContainer.swift
[23/32] Compiling Prelude DefaultCodable.swift
[24/32] Compiling Prelude XMLDecoder.swift
[25/32] Compiling Prelude Sequence.swift
[26/32] Compiling Prelude String.swift
[27/32] Compiling Prelude DefaultArray.swift
[28/32] Compiling Prelude DefaultBool.swift
[29/32] Compiling Prelude XMLDecoderKeyedDecodingContainer.swift
[30/32] Compiling Prelude Array.swift
[31/32] Compiling Prelude Date.swift
[32/42] Compiling Prelude XMLParser.swift
[33/51] Compiling InConfig ConfigProvider.swift
[34/51] Compiling InConfig Config.swift
[35/51] Compiling InConfig PropertyListConfigProvider.swift
[36/51] Emitting module InConfig
[37/51] Compiling InModules ModuleBuilder.swift
[38/51] Emitting module InModules
[39/51] Compiling InModules ModularApp.swift
[40/51] Emitting module InTabs
[41/51] Compiling InModules Container.swift
[42/51] Compiling InModules Module.swift
[43/51] Compiling InModules ContainerGroup.swift
[44/51] Compiling InTabs Tab.swift
[45/51] Compiling InTabs TabBuilder.swift
[46/51] Compiling InTabs TabProvider.swift
[47/51] Compiling InTabs DefaultLoadingView.swift
[48/51] Compiling InTabs InTabViewModel.swift
[49/51] Compiling InTabs DefaultNoTabsView.swift
[50/51] Compiling InTabs InTabView.swift
/Users/admin/builder/spi-builder-workspace/Sources/InTabs/Views/Tab/InTabView.swift:58:23: warning: capture of non-sendable type 'Loading.Type' in an isolated closure
56 |         .onAppear {
57 |             Task {
58 |                 await viewModel.loadTabs()
   |                       `- warning: capture of non-sendable type 'Loading.Type' in an isolated closure
59 |             }
60 |         }
/Users/admin/builder/spi-builder-workspace/Sources/InTabs/Views/Tab/InTabView.swift:58:23: warning: capture of non-sendable type 'NoTabs.Type' in an isolated closure
56 |         .onAppear {
57 |             Task {
58 |                 await viewModel.loadTabs()
   |                       `- warning: capture of non-sendable type 'NoTabs.Type' in an isolated closure
59 |             }
60 |         }
/Users/admin/builder/spi-builder-workspace/Sources/InTabs/Views/Tab/InTabView.swift:17:32: warning: capture of non-sendable type 'Loading.Type' in an isolated closure
15 |     }
16 |
17 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Loading.Type' in an isolated closure
18 |         VStack {
19 |             switch (viewModel.isLoading, viewModel.tabs.isEmpty) {
/Users/admin/builder/spi-builder-workspace/Sources/InTabs/Views/Tab/InTabView.swift:17:32: warning: capture of non-sendable type 'NoTabs.Type' in an isolated closure
15 |     }
16 |
17 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'NoTabs.Type' in an isolated closure
18 |         VStack {
19 |             switch (viewModel.isLoading, viewModel.tabs.isEmpty) {
[51/51] Compiling InTabs TabImage.swift
Build complete! (16.64s)
Fetching https://github.com/JustinGuedes/inswifted.git
Fetching https://github.com/JustinGuedes/prelude.git
[1/93] Fetching prelude
[94/130] Fetching prelude, inswifted
Fetched https://github.com/JustinGuedes/prelude.git from cache (0.66s)
Fetched https://github.com/JustinGuedes/inswifted.git from cache (0.66s)
Computing version for https://github.com/JustinGuedes/inswifted.git
Computed https://github.com/JustinGuedes/inswifted.git at 0.1.0 (1.24s)
Computing version for https://github.com/JustinGuedes/prelude.git
Computed https://github.com/JustinGuedes/prelude.git at 0.0.6 (0.54s)
Creating working copy for https://github.com/JustinGuedes/inswifted.git
Working copy of https://github.com/JustinGuedes/inswifted.git resolved at 0.1.0
Creating working copy for https://github.com/JustinGuedes/prelude.git
Working copy of https://github.com/JustinGuedes/prelude.git resolved at 0.0.6
Build complete.
{
  "dependencies" : [
    {
      "identity" : "inswifted",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JustinGuedes/inswifted.git"
    },
    {
      "identity" : "prelude",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JustinGuedes/prelude.git"
    }
  ],
  "manifest_display_name" : "InSwifted-Addons",
  "name" : "InSwifted-Addons",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "InModules",
      "targets" : [
        "InModules"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InConfig",
      "targets" : [
        "InConfig"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "InTabs",
      "targets" : [
        "InTabs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InTabsTests",
      "module_type" : "SwiftTarget",
      "name" : "InTabsTests",
      "path" : "Tests/InTabsTests",
      "sources" : [
        "InTabsTests.swift"
      ],
      "target_dependencies" : [
        "InTabs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InTabs",
      "module_type" : "SwiftTarget",
      "name" : "InTabs",
      "path" : "Sources/InTabs",
      "product_dependencies" : [
        "InSwifted",
        "Prelude"
      ],
      "product_memberships" : [
        "InTabs"
      ],
      "sources" : [
        "Models/Tab.swift",
        "Models/TabBuilder.swift",
        "Models/TabImage.swift",
        "Models/TabProvider.swift",
        "Views/Defaults/DefaultLoadingView.swift",
        "Views/Defaults/DefaultNoTabsView.swift",
        "Views/Tab/InTabView.swift",
        "Views/Tab/InTabViewModel.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InModulesTests",
      "module_type" : "SwiftTarget",
      "name" : "InModulesTests",
      "path" : "Tests/InModulesTests",
      "sources" : [
        "InModulesTests.swift"
      ],
      "target_dependencies" : [
        "InModules"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InModules",
      "module_type" : "SwiftTarget",
      "name" : "InModules",
      "path" : "Sources/InModules",
      "product_dependencies" : [
        "InSwifted"
      ],
      "product_memberships" : [
        "InModules"
      ],
      "sources" : [
        "App/ModularApp.swift",
        "Container/Container.swift",
        "Container/ContainerGroup.swift",
        "Module/Module.swift",
        "Module/ModuleBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "InConfigTests",
      "module_type" : "SwiftTarget",
      "name" : "InConfigTests",
      "path" : "Tests/InConfigTests",
      "sources" : [
        "InConfigTests.swift"
      ],
      "target_dependencies" : [
        "InConfig"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InConfig",
      "module_type" : "SwiftTarget",
      "name" : "InConfig",
      "path" : "Sources/InConfig",
      "product_dependencies" : [
        "InSwifted"
      ],
      "product_memberships" : [
        "InConfig"
      ],
      "sources" : [
        "Config.swift",
        "ConfigProvider.swift",
        "Providers/PropertyListConfigProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.