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 snap-core with Swift 5.10 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-core.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-core
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 4c6c245 Update README.md
Cloned https://github.com/simonnickel/snap-core.git
Revision (git rev-parse @):
4c6c2451a96a893e68385148b8f72d41c6df7996
SUCCESS checkout https://github.com/simonnickel/snap-core.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "snap-core",
      "name": "snap-core",
      "url": "https://github.com/simonnickel/snap-core.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/snap-core",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/simonnickel/snap-core.git
[1/131] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.21s)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at 0.1.0 (4c6c245)
warning: '.resolve-product-dependencies': dependency 'snap-core' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/simonnickel/snap-core.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/25] Compiling SnapCore View+KeyboardPublisher.swift
[4/25] Compiling SnapCore ModalPresentation.swift
[5/25] Compiling SnapCore View+FrameFill.swift
[6/25] Compiling SnapCore SemanticVersion.swift
[7/25] Compiling SnapCore CGFloat+Rounding.swift
[8/25] Compiling SnapCore Array+Unique.swift
[9/25] Compiling SnapCore Collection+Helper.swift
[10/25] Emitting module SnapCore
[11/25] Compiling SnapCore ViewModifierConditional.swift
[12/25] Compiling SnapCore EmptyNoSpaceView.swift
[13/25] Compiling SnapCore PickerTapable.swift
[14/25] Compiling SnapCore String+Helper.swift
[15/25] Compiling SnapCore WeakRef.swift
[16/25] Compiling SnapCore AnyLabelStyle.swift
[17/25] Compiling SnapCore Set+Insert.swift
[18/25] Compiling SnapCore OSLog+Logger.swift
[19/25] Compiling SnapCore Publisher+withWeak.swift
[20/25] Compiling SnapCore Angle+Codable.swift
[21/25] Compiling SnapCore UnitPoint+Codable.swift
[22/25] Compiling SnapCore Color+Adjust.swift
[23/25] Compiling SnapCore EdgeInsets+Helper.swift
[24/25] Compiling SnapCore GeometryReader+PreferenceKey.swift
[25/25] Compiling SnapCore SystemColorScheme.swift
[26/28] Compiling SnapCore ScrollViewWith.swift
[27/28] Compiling SnapCore ScrollViewWithBottomView.swift
[28/28] Compiling SnapCore ToggleTapable.swift
Build complete! (8.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "snap-core",
  "name" : "snap-core",
  "path" : "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SnapCore",
      "targets" : [
        "SnapCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapCoreTests",
      "path" : "Tests/SnapCoreTests",
      "sources" : [
        "Codable/AngleCodableTests.swift",
        "Codable/UnitPointCodableTests.swift",
        "Swift/ArrayUniquedTests.swift",
        "Swift/CGFloatRoundTests.swift",
        "Swift/CollectionCheckingTests.swift",
        "Swift/SemanticVersionTests.swift",
        "Swift/SetInsertedTests.swift",
        "SwiftUI/ColorAdjustTests.swift"
      ],
      "target_dependencies" : [
        "SnapCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SnapCore",
      "module_type" : "SwiftTarget",
      "name" : "SnapCore",
      "path" : "Sources/SnapCore",
      "product_memberships" : [
        "SnapCore"
      ],
      "sources" : [
        "Others/SemanticVersion.swift",
        "Swift/CGFloat+Rounding.swift",
        "Swift/Collections/Array+Unique.swift",
        "Swift/Collections/Collection+Helper.swift",
        "Swift/Collections/Set+Insert.swift",
        "Swift/OSLog+Logger.swift",
        "Swift/Publisher+withWeak.swift",
        "Swift/String+Helper.swift",
        "Swift/WeakRef.swift",
        "SwiftUI/AnyLabelStyle.swift",
        "SwiftUI/Codable/Angle+Codable.swift",
        "SwiftUI/Codable/UnitPoint+Codable.swift",
        "SwiftUI/Color+Adjust.swift",
        "SwiftUI/EdgeInsets+Helper.swift",
        "SwiftUI/GeometryReader+PreferenceKey.swift",
        "SwiftUI/SystemTypeWrapper/SystemColorScheme.swift",
        "SwiftUI/View+KeyboardPublisher.swift",
        "SwiftUI/ViewModifier/ModalPresentation.swift",
        "SwiftUI/ViewModifier/View+FrameFill.swift",
        "SwiftUI/ViewModifier/ViewModifierConditional.swift",
        "SwiftUI/Views/EmptyNoSpaceView.swift",
        "SwiftUI/Views/PickerTapable.swift",
        "SwiftUI/Views/ScrollViewWith.swift",
        "SwiftUI/Views/ScrollViewWithBottomView.swift",
        "SwiftUI/Views/ToggleTapable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.