#swiftpm search results

This is happening! Removing Carthage for #swiftpm - Reduced build times - Simpler build instructions - Less buggy CI/CD

provenanceapp's tweet image. This is happening!

Removing Carthage for #swiftpm

- Reduced build times
- Simpler build instructions
- Less buggy CI/CD

Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ? This "contains mixed language source files; feature not supported" still a big pain. Xcode, Pods/Carthage supports this. Only you ?👻 #swiftpm

DreamingPiggy's tweet image. Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ?

This "contains mixed language source files; feature not supported" still a big pain.

Xcode, Pods/Carthage supports this. Only you ?👻

#swiftpm

Did you know that #SwiftPM in #xcode11 automatically(!) replace a package with your local editable(!) version if you just dropped it into the project? That was a pleasant surprise for me.


Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm

SalehAlshami's tweet image. Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm

Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️ Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm

DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm

Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit? Say hello to #RealityKitt. ;) The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).

lennartstolz's tweet image. Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit?

Say hello to #RealityKitt. ;)

The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).
lennartstolz's tweet image. Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit?

Say hello to #RealityKitt. ;)

The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).

Night and day speed differences between #carthage and #swiftpm. Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough). #swift #ios #azure #devops

provenanceapp's tweet image. Night and day speed differences between #carthage and #swiftpm.

Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough).

#swift #ios #azure #devops

New #swift proposal incoming! Extending SwiftPM Plugins to get information about dependencies, targets etc. #swiftpm plugins slowly becoming more powerful, wohoo! forums.swift.org/t/pitch-additi…

ktosopl's tweet image. New #swift proposal incoming!

Extending SwiftPM Plugins to get information about dependencies, targets etc. 

#swiftpm plugins slowly becoming more powerful, wohoo!

forums.swift.org/t/pitch-additi…

There seems to be a bug in Xcode where a Swift package with executables not defined in the products section fails to find dependencies. Builds ok from the command line with `swift build`. #xcode #swiftpm

eneko's tweet image. There seems to be a bug in Xcode where a Swift package with executables not defined in the products section fails to find dependencies. Builds ok from the command line with `swift build`.
#xcode #swiftpm

Xcodeが生成したコードに Xcodeが警告を出すのは納得がいかんww🙄 #Xcode #SwiftPM

HK_Hackenbacker's tweet image. Xcodeが生成したコードに Xcodeが警告を出すのは納得がいかんww🙄  #Xcode #SwiftPM

The new screen to add Swift Packages to a project in Xcode 13 is pretty cool. Looking forward to some great package collections to add to the list. #swift #swiftlang #swiftpm #xcode

eneko's tweet image. The new screen to add Swift Packages to a project in Xcode 13 is pretty cool. Looking forward to some great package collections to add to the list.
#swift #swiftlang #swiftpm #xcode

Remember when Swift Package manifests were so simple? #swift #swiftlang #swiftpm

eneko's tweet image. Remember when Swift Package manifests were so simple?
#swift #swiftlang #swiftpm

✨🏃‍♀️ Did you know that you can run @SwiftLang for @TensorFlow directly in @GoogleColab? Or that you can install #SwiftPM packages right from the command line? 👉 Learn more, and try it out yourself, by checking out the #S4TF v0.3.1 Release Notes: groups.google.com/a/tensorflow.o…


I’ve been using #SwiftPM version-specific manifests to remove the deployment target warning in Xcode 12 without a breaking change. I’ve seen it around but haven’t found it documented so I wrote a little blog post illustrating its usage: josephduffy.co.uk/posts/supporti… #SwiftLang

Joe_Duffy's tweet image. I’ve been using #SwiftPM version-specific manifests to remove the deployment target warning in Xcode 12 without a breaking change.

I’ve seen it around but haven’t found it documented so I wrote a little blog post illustrating its usage: josephduffy.co.uk/posts/supporti…

#SwiftLang

What is the best way to solve the "This will result in duplication of library code" in Xcode? Been having this issue with SwiftPM packages since 11.4 in multiple projects. @aciidb0mb3r @NeoNacho @johannesweiss @_nghiatran #xcode12 #swiftpm

eneko's tweet image. What is the best way to solve the "This will result in duplication of library code" in Xcode? Been having this issue with SwiftPM packages since 11.4 in multiple projects.

@aciidb0mb3r @NeoNacho  @johannesweiss @_nghiatran 

#xcode12 #swiftpm

Full article with examples, numbers, and snapshots: 👉 coenttb.com/blog/6 #SwiftLang #SwiftPM #Testing #SoftwareArchitecture


🔍 With the rise in popularity of #SwiftPM, CocoaPods Trunk (the central public registry) will be moving to a read-only state. Here's how you can navigate the changing dependency management landscape for Apple platforms and ease the transition from #CocoaPods to SwiftPM:…

jfrog's tweet image. 🔍 With the rise in popularity of #SwiftPM, CocoaPods Trunk (the central public registry) will be moving to a read-only state. 

Here's how you can navigate the changing dependency management landscape for Apple platforms and ease the transition from #CocoaPods to SwiftPM:…

This .editorconfig file should be added to every #SwiftPM repo! 👇 gist.github.com/Jeehut/e5b7559… It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings. 🥳 Add it now! 💯 #iOSDev #OpenSource #Swift


This .editorconfig file should be added to every single #SwiftPM repo out there! 👇 gist.github.com/Jeehut/e5b7559… It ensures that in Xcode 16+ everyone editing the package will get the same indentation settings avoiding mismatches with their global settings. 🥳 Add it now! 💯 #iOSDev

Jeehut's tweet image. This .editorconfig file should be added to every single #SwiftPM repo out there! 👇
gist.github.com/Jeehut/e5b7559…

It ensures that in Xcode 16+ everyone editing the package will get the same indentation settings avoiding mismatches with their global settings. 🥳

Add it now! 💯 #iOSDev

Can we exclude development assets from a Swift Package when building in Release? I want to put some models into a separate package but I have assets used only for Previews + Core Data (currently in my "Preview Content" #Xcode folder) that I don't want to ship. #Swift #SwiftPM


XcodeでPackage Dependenciesを変更したらproject.pbxprojのコンフリクト地獄が発生するのは、何かプロジェクトの構成がおかしいのか??🤔 #Xcode #SwiftPM


🚀 Just launched my latest blog post: Navigating Swift Package Manager(SPM): Developer’s Handbook 📚! Dive into the world of #SwiftPM and unlock the secrets to smarter dependency management. Perfect read for #iOSDevs and #SwiftGeeks 🤓. Check it out! ➡️ medium.com/@priyans05/nav…


📚 Just dropped my latest article on Swift Package Manager! 🚀 Explore the benefits of Exact Versioning and why ignoring Package.resolved might help your project. 📦💡 adincebic.com/2023/12/24/a-c… #SwiftPM #iOSDev #swiftlang #CodeOptimization #TechInsights


If you are eager to use Swift in Android Development, we can create an app to use Swift to fetch data and display it in a Java RecyclerView 🚀📱💡 #SwiftPM #CrossPlatformDev #android #swift #scade link.medium.com/VFvo0EgMpDb


🚀Curious about integrating Swift PM libraries into your Android Studio projects? Learn how to enhance your development process with this quick read: "Using Swift PM Libraries in Android Studio Projects." link.medium.com/C0Eg55jjgCb #SwiftPM #CrossPlatformDev #android #swift #scade


Developers, don't overlook the power of Swift Package Manager! It simplifies dependency management and promotes modularity. Plus, exciting news: ONNXRuntime just added support for SPM! #iOSdev #SwiftPM #ONNXRuntime


Find yourself repeatedly importing the same modules over and over again? Check out my latest article on how to combine multiple imports into one using a hidden #Swift attribute! #iOSDev #SwiftPM #Modularization #Refactoring #CleanCode fline.dev/organizing-my-…


#swiftpm now supports nested source folders in generated Xcode project... 🎈🎊🍻 #swiftlang

bhargavgurlanka's tweet image. #swiftpm now supports nested source folders in generated Xcode project... 🎈🎊🍻 #swiftlang

Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm

SalehAlshami's tweet image. Didn't find one so I made one! SwiftPM Cheat Sheet! assets.codecoffee.io/files/SwiftPM-… #swift #swiftpm

Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang

heestand_xyz's tweet image. Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang
heestand_xyz's tweet image. Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang
heestand_xyz's tweet image. Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang
heestand_xyz's tweet image. Style with various properties, in light and dark. Runs on iOS, tvOS, watchOS & macOS. #SwiftUI #SwiftPM #SwiftLang

This is happening! Removing Carthage for #swiftpm - Reduced build times - Simpler build instructions - Less buggy CI/CD

provenanceapp's tweet image. This is happening!

Removing Carthage for #swiftpm

- Reduced build times
- Simpler build instructions
- Less buggy CI/CD

Night and day speed differences between #carthage and #swiftpm. Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough). #swift #ios #azure #devops

provenanceapp's tweet image. Night and day speed differences between #carthage and #swiftpm.

Not a fault of Carthage, rather buggy projects that don't support Carthage correctly and over compile for unselected platforms (cough Realm cough).

#swift #ios #azure #devops

Adding a SwiftPM package to an existing Xcode project #Xcode #swiftPM #swiftlang #swift

eneko's tweet image. Adding a SwiftPM package to an existing Xcode project #Xcode #swiftPM #swiftlang #swift
eneko's tweet image. Adding a SwiftPM package to an existing Xcode project #Xcode #swiftPM #swiftlang #swift
eneko's tweet image. Adding a SwiftPM package to an existing Xcode project #Xcode #swiftPM #swiftlang #swift
eneko's tweet image. Adding a SwiftPM package to an existing Xcode project #Xcode #swiftPM #swiftlang #swift

Note: This seems to be a known issue on the Xcode 11 beta release notes. The workaround is not working either. #apple #bitrise #swiftpm #xcodebuild

SebastienAudeon's tweet image. Note: This seems to be a known issue on the Xcode 11 beta release notes. The workaround is not working either. #apple #bitrise #swiftpm #xcodebuild

発表するための英気を養っているなうʕ•͡ω•ʔ #potatotips #SwiftPM ift.tt/2bs92Da

_mono's tweet image. 発表するための英気を養っているなうʕ•͡ω•ʔ
#potatotips #SwiftPM ift.tt/2bs92Da

Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ? This "contains mixed language source files; feature not supported" still a big pain. Xcode, Pods/Carthage supports this. Only you ?👻 #swiftpm

DreamingPiggy's tweet image. Any practice about Swift Package Manager, to write a Objc/Swift mixed framework which don't force user to use different module name ?

This "contains mixed language source files; feature not supported" still a big pain.

Xcode, Pods/Carthage supports this. Only you ?👻

#swiftpm

Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit? Say hello to #RealityKitt. ;) The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).

lennartstolz's tweet image. Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit?

Say hello to #RealityKitt. ;)

The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).
lennartstolz's tweet image. Tired of re-creating the same compiler directives to be able to compile on the iOS simulator when the code contains #RealityKit?

Say hello to #RealityKitt. ;)

The code is available via #SwiftPM but clearly needs some love in the upcoming day(s).

Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️ Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm

DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm
DreamingPiggy's tweet image. Swift Package Manager still does not support mixed Swift with C/C++/Objective-C code, a bad day for framework author. I have to use this trick target to seperate different languages code. ☹️
Xcode already support mixed language in one target, is this hard to implement ?🧐#swiftpm

Did you know that #SwiftPM in #xcode11 automatically(!) replace a package with your local editable(!) version if you just dropped it into the project? That was a pleasant surprise for me.


getting old projects up and running with #Xcode12 and #SwiftPM be like:

mflknr's tweet image. getting old projects up and running with #Xcode12 and #SwiftPM be like:

Xcodeが生成したコードに Xcodeが警告を出すのは納得がいかんww🙄 #Xcode #SwiftPM

HK_Hackenbacker's tweet image. Xcodeが生成したコードに Xcodeが警告を出すのは納得がいかんww🙄  #Xcode #SwiftPM

The app looks really cool! But a bit expensive with $30 if you don’t need it regularly. A #free alternative for everyone else could be this built-in #SwiftPM subcommand, just run it in the path of your `Package.swift` file: swift package show-dependencies

Jeehut's tweet image. The app looks really cool! But a bit expensive with $30 if you don’t need it regularly. A #free alternative for everyone else could be this built-in #SwiftPM subcommand, just run it in the path of your `Package.swift` file:

swift package show-dependencies

Remember when Swift Package manifests were so simple? #swift #swiftlang #swiftpm

eneko's tweet image. Remember when Swift Package manifests were so simple?
#swift #swiftlang #swiftpm

Loading...

Something went wrong.


Something went wrong.


United States Trends