This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 ReflectionView with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swiftui-reflection-view.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swiftui-reflection-view
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4cef50 Merge pull request #10 from p-x9/feature/fix-to-show-list-dict-element
Cloned https://github.com/p-x9/swiftui-reflection-view.git
Revision (git rev-parse @):
d4cef50ab1a3ea729df02807ad1c1698a5d646da
SUCCESS checkout https://github.com/p-x9/swiftui-reflection-view.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/p-x9/swiftui-reflection-view.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[4/7] Copying Media.xcassets
[6/7] Write swift-version-6F35C1178C84523A.txt
[8/19] Compiling MagicMirror Misc.swift
[9/19] Compiling MagicMirror typealias.swift
[10/19] Compiling MagicMirror MagicMirror.swift
[11/19] Emitting module MagicMirror
[12/22] Compiling Reflection String+.swift
[13/22] Emitting module Reflection
[14/22] Compiling Reflection Reflection.swift
[15/22] Compiling SwiftUIColor Color+watchOS.swift
[16/22] Compiling SwiftUIColor resource_bundle_accessor.swift
[17/22] Compiling SwiftUIColor PreviewWorkaround.swift
[18/22] Compiling SwiftUIColor Color+universal.swift
[19/22] Compiling SwiftUIColor Color+tvOS.swift
[20/22] Compiling SwiftUIColor Color+iOS.swift
[21/22] Emitting module SwiftUIColor
[22/22] Compiling SwiftUIColor Color+macOS.swift
[23/35] Compiling ReflectionView ReflectionContentView.swift
[24/35] Compiling ReflectionView ReflectionView.swift
[25/35] Compiling ReflectionView View+.swift
[26/35] Compiling ReflectionView TypeInfoView.swift
[27/35] Compiling ReflectionView TypeInfoContentView.swift
[28/36] Compiling ReflectionView resource_bundle_accessor.swift
[29/36] Compiling ReflectionView TypedContent.swift
[30/36] Compiling ReflectionView DictContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
[31/36] Compiling ReflectionView KeyedContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
[32/36] Compiling ReflectionView ItemCountLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
[33/36] Compiling ReflectionView Config.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
[34/36] Emitting module ReflectionView
[35/36] Compiling ReflectionView ListContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
[36/36] Compiling ReflectionView NestedContent.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIColor/Sources/SwiftUIColor/Color+universal.swift:75:16: warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | public extension Color {
31 |     struct Universal {
   |            `- note: consider making struct 'Universal' conform to the 'Sendable' protocol
32 |         public let tertiaryLabel = Color("universal/tertiaryLabel", bundle: .myModule)
33 |
   :
73 |
74 | public extension Color {
75 |     static let universal = Universal()
   |                |- warning: static property 'universal' is not concurrency-safe because non-'Sendable' type 'Color.Universal' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'universal' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | }
77 |
Build complete! (32.69s)
Fetching https://github.com/p-x9/swift-magic-mirror.git
Fetching https://github.com/p-x9/SwiftUIColor.git
[1/45] Fetching swift-magic-mirror
Fetched https://github.com/p-x9/swift-magic-mirror.git from cache (0.70s)
[1/1440] Fetching swiftuicolor
Fetched https://github.com/p-x9/SwiftUIColor.git from cache (0.92s)
Computing version for https://github.com/p-x9/swift-magic-mirror.git
Computed https://github.com/p-x9/swift-magic-mirror.git at 0.1.0 (0.52s)
Computing version for https://github.com/p-x9/SwiftUIColor.git
Computed https://github.com/p-x9/SwiftUIColor.git at 0.4.0 (0.97s)
Creating working copy for https://github.com/p-x9/SwiftUIColor.git
Working copy of https://github.com/p-x9/SwiftUIColor.git resolved at 0.4.0
Creating working copy for https://github.com/p-x9/swift-magic-mirror.git
Working copy of https://github.com/p-x9/swift-magic-mirror.git resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftuicolor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/SwiftUIColor.git"
    },
    {
      "identity" : "swift-magic-mirror",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-magic-mirror.git"
    }
  ],
  "manifest_display_name" : "ReflectionView",
  "name" : "ReflectionView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ReflectionView",
      "targets" : [
        "ReflectionView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReflectionViewTests",
      "module_type" : "SwiftTarget",
      "name" : "ReflectionViewTests",
      "path" : "Tests/ReflectionViewTests",
      "sources" : [
        "ReflectionViewTests.swift"
      ],
      "target_dependencies" : [
        "Reflection",
        "ReflectionView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReflectionView",
      "module_type" : "SwiftTarget",
      "name" : "ReflectionView",
      "path" : "Sources/ReflectionView",
      "product_dependencies" : [
        "SwiftUIColor",
        "MagicMirror"
      ],
      "product_memberships" : [
        "ReflectionView"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ReflectionView/Assets/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Component/ItemCountLabel.swift",
        "Config.swift",
        "ContentView/DictContent.swift",
        "ContentView/KeyedContent.swift",
        "ContentView/ListContent.swift",
        "ContentView/NestedContent.swift",
        "ContentView/TypedContent.swift",
        "Extension/View+.swift",
        "ReflectionContentView.swift",
        "ReflectionView.swift",
        "TypeInfoContentView.swift",
        "TypeInfoView.swift"
      ],
      "target_dependencies" : [
        "Reflection"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Reflection",
      "module_type" : "SwiftTarget",
      "name" : "Reflection",
      "path" : "Sources/Reflection",
      "product_dependencies" : [
        "MagicMirror"
      ],
      "product_memberships" : [
        "ReflectionView"
      ],
      "sources" : [
        "Reflection.swift",
        "String+.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.